图像傅里叶变换我要分享

Image Fourier transform

fft2 傅立叶变换 图像傅里叶变换 ifft2 manufacturingpy7

关注次数: 434

下载次数: 1

文件大小: 1KB

代码分类: 图像处理

开发平台: matlab

下载需要积分: 1积分

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

代码描述

中文说明:

二维傅立叶变换的Matlab实现,是利用图像处理软件对给出的图像进行傅立叶变换处理。在Matlab中,函数fft2表示二维傅立叶变换,函数ifft2则表示二维傅立叶反变换。


English Description:

The realization of two-dimensional Fourier transform with MATLAB is to process the given image by using image processing software. In MATLAB, the function fft2 represents two-dimensional Fourier transform, and the function ifft2 represents two-dimensional inverse Fourier transform.


代码预览

图像傅里叶变换\m1.m

图像傅里叶变换\m2.m

图像傅里叶变换\m3.m

图像傅里叶变换