how to plot waterfall FFT
조회 수: 42 (최근 30일)
이전 댓글 표시
I have time and force discrete values and want a waterfall plot(time, frequency and amplitude). so how can i do that. is these 2 inputs are sufficient for plotting
댓글 수: 0
답변 (2개)
pfb
2015년 4월 18일
have you taken a look at the documentation of the "waterfall" function? You can do that by typing
doc waterfall
I'm not sure why you say you have 2 inputs (time, frequency and amplitude add to 3, in my book).
Anyway waterfall works with either 1 (matrix) or 3 basic inputs.
Star Strider
2015년 4월 18일
Use the spectrogram function to create a time-frequency representation of your force data. Then you can use the waterfall plot. Otherwise, with only time or frequency and force, you do not have enough data for a waterfall plot. You can only plot a 2D fft.
댓글 수: 2
Star Strider
2015년 4월 19일
See the documentation for the spectrogram function (Signal Processing Toolbox). It has a default window function, and allows you to choose from a library of others. With spectrogram, you would not need to use the hold function, unless you are plotting something on top of the plot.
참고 항목
카테고리
Help Center 및 File Exchange에서 Fourier Analysis and Filtering에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!