IFFT operation on the vector
古いコメントを表示
Hello,
I want to make an ifft operation on some vector. according to help of ifft, it do not require any multipcation constant. does this statement true all the time?
採用された回答
その他の回答 (1 件)
Michael Adelman
2013 年 2 月 21 日
0 投票
1 件のコメント
Wayne King
2013 年 2 月 21 日
Nothing, it will just add zeros at the end.
x = randn(10,1);
xdft = fft(x,16);
ifft(xdft)
カテゴリ
ヘルプ センター および File Exchange で Axis Labels についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!