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 日

0 投票

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.

カテゴリ

質問済み:

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