文件名称:first
介绍说明--下载内容均来自于网络,请自行研究使用
二维傅里叶变换,对图像进行二维傅里叶变换处理-Two-Dimensional Fast Fourier Transform
The purpose of this project is to develop a 2-D FFT program "package" that will be used
in several other projects that follow. Your implementation must have the capabilities to:
(a) Multiply the input image by (-1)x+y to center the transform for filtering.
(b) Multiply the resulting (complex) array by a real function (in the sense that the
the real coefficients multiply both the real and imaginary parts of the transforms).
Recall that multiplication of two images is done on pairs of corresponding elements.
(c) Compute the inverse Fourier transform.
(d) Multiply the result by (-1)x+y and take the real part.
(e) Compute the spectrum.
The purpose of this project is to develop a 2-D FFT program "package" that will be used
in several other projects that follow. Your implementation must have the capabilities to:
(a) Multiply the input image by (-1)x+y to center the transform for filtering.
(b) Multiply the resulting (complex) array by a real function (in the sense that the
the real coefficients multiply both the real and imaginary parts of the transforms).
Recall that multiplication of two images is done on pairs of corresponding elements.
(c) Compute the inverse Fourier transform.
(d) Multiply the result by (-1)x+y and take the real part.
(e) Compute the spectrum.
相关搜索: Two-Dimensional
Fast
Fourier
Transform
The
purpose
fft
in
2d
matlab
matlab
implementation
of
fourier
transform
on
an
i
multiplication
of
two
images
二维傅里叶变换
The
purpose
of
this
project
is
to
dev
Fast
Fourier
Transform
The
purpose
fft
in
2d
matlab
matlab
implementation
of
fourier
transform
on
an
i
multiplication
of
two
images
二维傅里叶变换
The
purpose
of
this
project
is
to
dev
(系统自动生成,下载前可以参看下载内容)
下载文件列表
first.m