how to plot waterfall FFT

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

Antworten (2)

pfb
pfb am 18 Apr. 2015

0 Stimmen

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.

1 Kommentar

Gaurav Bhakar
Gaurav Bhakar am 19 Apr. 2015
i have seen that doc file... i have 50000 time and force values and i want to show 3-d plotting having time , frequency and amplitude as 3 axis. that is possible by using "window". but i dont know how to do that. if you have any code if will be very help full for completing my college report.
by the way thanks for response

Melden Sie sich an, um zu kommentieren.

Star Strider
Star Strider am 18 Apr. 2015

0 Stimmen

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 Kommentare

Gaurav Bhakar
Gaurav Bhakar am 19 Apr. 2015
thanks but by any means if i can give "window" to my data and use hold on command. will it work
Star Strider
Star Strider am 19 Apr. 2015
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.

Melden Sie sich an, um zu kommentieren.

Kategorien

Mehr zu Fourier Analysis and Filtering finden Sie in Hilfe-Center und File Exchange

Tags

Noch keine Tags eingegeben.

Gefragt:

am 18 Apr. 2015

Kommentiert:

am 19 Apr. 2015

Community Treasure Hunt

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

Start Hunting!

Translated by