FOURIER TRANSFORMS我要分享

FOURIER TRANSFORMS

matlab

关注次数: 256

下载次数: 0

文件大小: 2.96 kB

代码分类: 其他

开发平台: matlab

下载需要积分: 2积分

版权声明:如果侵犯了您的权益请与我们联系,我们将在24小时内删除。

代码描述

中文说明:二维通用傅里叶变换


English Description:

2 Dimensional generic Fourier Transform % % [ima_out] = fft2(ima_in,direction) % % This function calculates the complex Fourier transform % of the input image ima_in. If direction is set to 1, the direct fft % is performed, otherwise, the inverse one performed. % % ima_in : input image. Can be real or imaginary % direction: optional parameter. By default, direct Fourier transform is assumed % imafft : output image %


代码预览