FourierTransform2.m

Fourier complex transform of a 2D real field.
다운로드 수: 4.3K
업데이트 날짜: 2016/5/4

라이선스 보기

[RC,IC,Fx,Fy] = FOURIERTRANSFORM2(Z,dX,dY) Gives the components of the complex Fourier transform Cz(Fx,Fy) = RC(Fx,Fy) + i*IC(Fx,Fy) of a 2D real field Z(X,Y) taken at dX,dY sampling interval (optional), via FFT2 (fast).
The transform is symmetrical with respect to the origin because Z is real.

The spatial 2D Fourier frequencies Fx,Fy have the origin at the center. Fy (and Y) increase upwards contrary to the row index.

The user can see how to get the same result using FFT twice, or via complex exponentials (slower). This is the goal of the program.

The program comes with the example at the screenshot.

See also my fouriertransform.m here at FEx.

인용 양식

Carlos Adrian Vargas Aguilera (2024). FourierTransform2.m (https://www.mathworks.com/matlabcentral/fileexchange/13421-fouriertransform2-m), MATLAB Central File Exchange. 검색됨 .

MATLAB 릴리스 호환 정보
개발 환경: R14SP3
모든 릴리스와 호환
플랫폼 호환성
Windows macOS Linux
카테고리
Help CenterMATLAB Answers에서 Discrete Fourier and Cosine Transforms에 대해 자세히 알아보기
도움

받음: FourierTransform.m

Community Treasure Hunt

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

Start Hunting!
버전 게시됨 릴리스 정보
1.0.0.0

BSD License