フィルターのクリア

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

1 回表示 (過去 30 日間)
Akane Aoki
Akane Aoki 2020 年 12 月 9 日
回答済み: Walter Roberson 2020 年 12 月 9 日
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 Center および File ExchangeFourier Analysis and Filtering についてさらに検索

タグ

Community Treasure Hunt

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

Start Hunting!

Translated by