Finding ifft for a variable function
古いコメントを表示
Hello
I want to find an ifft for (1+alpha*exp(-j*w*D)) where alpha and D are constants,w should be the frequency variable,
Ifft can't evaluate a function containing a variable though.. Is there anyway this could work?
回答 (2 件)
Matt J
2013 年 3 月 24 日
0 投票
Why don't you just evaluate the function, as usual, at many sample points and take the ifft of that?
Wayne King
2013 年 3 月 24 日
0 投票
Or if you have the Symbolic Toolbox, you can use ifourier to obtain the inverse Fourier transform symbolically.
カテゴリ
ヘルプ センター および File Exchange で Interpolation についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!