FourierTransform2.m
[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.
Cita come
Carlos Adrian Vargas Aguilera (2025). FourierTransform2.m (https://www.mathworks.com/matlabcentral/fileexchange/13421-fouriertransform2-m), MATLAB Central File Exchange. Recuperato .
Compatibilità della release di MATLAB
Compatibilità della piattaforma
Windows macOS LinuxCategorie
- Signal Processing > Signal Processing Toolbox > Transforms, Correlation, and Modeling > Transforms > Discrete Fourier and Cosine Transforms >
Tag
Riconoscimenti
Ispirato da: FourierTransform.m
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!Scopri Live Editor
Crea script con codice, output e testo formattato in un unico documento eseguibile.
Versione | Pubblicato | Note della release | |
---|---|---|---|
1.0.0.0 | BSD License |