How do I manipulate the variable with respect to which IFFT is computed?
조회 수: 1 (최근 30일)
이전 댓글 표시
How do I manipulate the variable with respect to which FFT or IFFT is computed in MATLAB? Say for example my function has two variables, but I only want to find the IFFT treating one of them as frequency. Basically I want to know how MATLAB's ifft function decides the variable with respect to which the integral of the transform will be found. Specifically, I need to compute the following integral :
![](https://www.mathworks.com/matlabcentral/answers/uploaded_files/164880/image.png)
How do I go about this? Thanks!
댓글 수: 0
답변 (1개)
Todd Leonhardt
2016년 5월 23일
From MATLAB's fft function documentation:
fft(X,[],DIM) or fft(X,N,DIM) applies the fft operation across the dimension DIM.
MATLAB's ifft function behaves analogously.
댓글 수: 0
참고 항목
카테고리
Help Center 및 File Exchange에서 Fourier Analysis and Filtering에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!