필터 지우기
필터 지우기

What does STEM plot in MATLAB indicates? what does it indicates if stem( FFT(x(t))) of a signal x(t) is drawn ? What is its importance?

조회 수: 2 (최근 30일)
What does STEM plot in MATLAB indicates? what does it indicates if stem( FFT(x(t))) of a signal x(t) is drawn ? What is its importance?
  댓글 수: 2
dpb
dpb 2020년 3월 29일
It's just a plot drawn as vertical lines from the axis instead of simply connecting the points.
A plot of the fft of a signal by itself is probably not of much significance at all; it willl simply be the real porition of the complex FFT of the signal as the graphics routines ignore the complex portions.
You'd have to have the context to understand what importance there might be; stem itself is definitely immaterial in that regards.
dpb
dpb 2020년 3월 30일
There's the special case that iff the input signal is real and symmetric, the FFT output is real. In that case, then the above caveat regarding magnitude would disappear. However, unless the input has been contrived to be such or for some specific reason is such, then it would seem the plotting of the fft() result itself would likely not be of much real use.
Again, like in real estate, "location, location, location!". Need to know the context.

댓글을 달려면 로그인하십시오.

답변 (0개)

카테고리

Help CenterFile Exchange에서 Multirate Signal Processing에 대해 자세히 알아보기

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by