フィルターのクリア

FFT on a stored waveform

1 回表示 (過去 30 日間)
Alzapoa
Alzapoa 2012 年 2 月 19 日
編集済み: Arso 2013 年 10 月 20 日
Hi everybody,
I have a time domain semi sinusoidal waveform stored in excell file in numerical format. Coul you please tell me how can I do FFT on that?
Regards,

採用された回答

Image Analyst
Image Analyst 2012 年 2 月 19 日
The xlsread() and fft() functions immediately spring to mind. Did you try them?
  3 件のコメント
Wayne King
Wayne King 2012 年 2 月 20 日
If xdft is the output of fft, then plot(abs(xdft)). The reason that plot(xdft) doesn't look right is because the output of fft() is in general complex-valued (as it should be).
Image Analyst
Image Analyst 2012 年 2 月 22 日
If the plot of the spectrum doesn't look like a line plot, what's it supposed to look like? You can use bar() if you want - would that be better? Of course you have to take either the real, imaginary, or magnitude like Wayne said. You might also want to plot the log of the amplitude if your signal looks just like one giant sharp spike, like it should for a mostly sinusoidal signal.

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

その他の回答 (0 件)

カテゴリ

Help Center および File ExchangeSpectral Measurements についてさらに検索

Community Treasure Hunt

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

Start Hunting!

Translated by