Frequency of FFT plot
古いコメントを表示
For a simple sine function with frequency f0 = 1 [Hz] and a time interval of 1 second, I have to make a plot of the real and imaginary part of the DFT (using fft(xt)). Now I am struggling with the frequency vector: how do I define it? I thought it'd be straightforward but unfortunately I cannot check for the options I have if these are correct.
回答 (1 件)
dpb
2015 年 11 月 19 日
See
doc fft
and the second section of the example showing how to get the one-sided PSD and frequency associated with the two-sided Matlab implementation of the DFFT.
カテゴリ
ヘルプ センター および File Exchange で Spectral Measurements についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!