May i ask how to know the frequency content from fast fourier transform? because i can't understand clearly from graph...Can the data from graph show in numbers?
1 回表示 (過去 30 日間)
古いコメントを表示
May i ask how to know the frequency content from fast fourier transform? because i can't understand clearly from graph...Can the data from graph show in numbers? & can do the edition in frequency data and become new sound
0 件のコメント
採用された回答
dpb
2016 年 5 月 6 日
The example of single-sided amplitude spectrum at
doc fft
shows clearly how to get the associated frequency axis on a plot given the known sampling frequency and sample time (number of samples). As noted there, the fft as returned by fft is double-sided (includes both positive and negative frequencies), hence the NFFT/2+1 factor for single-sided only.
As for the second question, sure, any change in the frequency content will show up when the transform is inverted back to time domain; by theory that will be the convolution of one in the other domain is the product in the other. You'll have to know what the desired effect is a priori in order to produce a desired result, of course.
0 件のコメント
その他の回答 (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!