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?
1 次查看(过去 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
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
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 个)
另请参阅
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!