InverseFourierTrans​form2.m

Inverse Fourier complex transform of a origin-symetrical complex transform (result 2D real field).

이 제출물을 팔로우합니다

[Z,X,Y] = INVERSEFOURIERTRANSFORM2(RC,IC,dFx,dFy) Gives the real 2D field Z(X,Y) from the components of the complex 2D Fourier transform, Cz(Fx,Fy) = RC(Fx,Fy) + i*IC(Fx,Fy) taken at dFx,dFy sampling frequency interval (optional), via IFFT2.
The Cz are symmetrical with the origin and the spatial 2D Fourier frequencies (Fx,Fy) must have the origin at the center. Fy must increase upwards contrary to the row index.

The user can see how to get the same result using IFFT 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 inversefouriertransform.m here at FEx.

인용 양식

Carlos Adrian Vargas Aguilera (2026). InverseFourierTransform2.m (https://kr.mathworks.com/matlabcentral/fileexchange/13422-inversefouriertransform2-m), MATLAB Central File Exchange. 검색 날짜: .

도움

도움 받은 파일: InverseFourierTransform.m

일반 정보

MATLAB 릴리스 호환 정보

  • 모든 릴리스와 호환

플랫폼 호환성

  • Windows
  • macOS
  • Linux
버전 퍼블리시됨 릴리스 정보 Action
1.0.0.0

BSD License