How do I change the index of the functions fft,ifft ?

1 次查看(过去 30 天)
fft and ifft are defined in this way ↓↓
I want to convet j=1~j=n into j=2~j=n+1.
what should i do?

回答(1 个)

Walter Roberson
Walter Roberson 2020-12-9
Y = fft(YourVector(2:n+1))
X = [YourVector(1), ifft(Y)]

类别

Help CenterFile Exchange 中查找有关 Fourier Analysis and Filtering 的更多信息

标签

Community Treasure Hunt

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

Start Hunting!

Translated by