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
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 中查找有关 Fourier Analysis and Filtering 的更多信息

提问:

J
J
2015-11-19

回答:

dpb
2015-11-19

Community Treasure Hunt

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

Start Hunting!

Translated by