FourierTransform2.m

Fourier complex transform of a 2D real field.

現在この提出コンテンツをフォロー中です。

[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 (2026). FourierTransform2.m (https://jp.mathworks.com/matlabcentral/fileexchange/13421-fouriertransform2-m), MATLAB Central File Exchange. に取得済み.

謝辞

ヒントを得たファイル: FourierTransform.m

一般的な情報

MATLAB リリースの互換性

  • すべてのリリースと互換性あり

プラットフォームの互換性

  • Windows
  • macOS
  • Linux
バージョン 公開済み リリース ノート Action
1.0.0.0

BSD License