InverseFourierTrans​form2.m

Inverse Fourier complex transform of a origin-symetrical complex transform (result 2D real field).
3.8K 次下载
更新时间 2016/5/4

查看许可证

[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 (2024). InverseFourierTransform2.m (https://www.mathworks.com/matlabcentral/fileexchange/13422-inversefouriertransform2-m), MATLAB Central File Exchange. 检索来源 .

MATLAB 版本兼容性
创建方式 R14SP3
兼容任何版本
平台兼容性
Windows macOS Linux
类别
Help CenterMATLAB Answers 中查找有关 Discrete Fourier and Cosine Transforms 的更多信息
致谢

参考作品: InverseFourierTransform.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