how do i convert time domain signal to frequency domain signal?
3 ビュー (過去 30 日間)
古いコメントを表示
I have a sensor data signal of lenth 4000*1.
It is time domain.
How can i convert it into frquency domain.
Any commands in MAtlab doing this conversion.
Please Help.
0 件のコメント
採用された回答
Mohammad Abouali
2015 年 12 月 7 日
fft() is one
4 件のコメント
Mohammad Abouali
2015 年 12 月 8 日
Yes, FFT or Fast Fourier Transform converts the signal from the (usually) time domain to the frequency domain.
ifft() performs the inverse, i.e. moving from freq. domain to time domain (usually).
その他の回答 (0 件)
参考
カテゴリ
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!