FFT vs Time Plot

14 ビュー (過去 30 日間)
Sravantej
Sravantej 2012 年 2 月 6 日
編集済み: Image Analyst 2013 年 10 月 2 日
hi, i have a non stationary signal whose frequency is varying with time and i want to plot its FFT verses time of the signal. Can anyone explain me how to plot FFT vs Time

採用された回答

Anton Semechko
Anton Semechko 2012 年 2 月 6 日
What you want is called short time Fourier transform. Here is as example: http://www.mathworks.com/matlabcentral/fileexchange/1553-spectrogram-short-time-ft-log-magnitude
  3 件のコメント
Sravantej
Sravantej 2012 年 2 月 7 日
hi anton, the link you provided was useful, but i have one doubt in it. When i use a code like
[tf1,f1,t1]=specgram(r1,2^nextpow2(50),120e6,50,20);
the output matrices i'm getting are of sizes t1=23*1, f1=33*1 and tf1=33*23. My question is how t1,f1 matrices sizes are determined i.e, what is the formula used to get the sizes of matrices based on window length and overlap. Here my signal size is 720*1, window length is 50, overlap is 20 samples. Could you please help me.
Anton Semechko
Anton Semechko 2012 年 2 月 7 日
Look at the code to see how the size of the output arguments is determined with respect to the input ...

サインインしてコメントする。

その他の回答 (0 件)

タグ

Community Treasure Hunt

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

Start Hunting!

Translated by