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!