搜索资源列表
傅里叶变换
实现二维傅里叶变换,希望对需要的人有帮助
bianhuanyu
- 8/24位图像的变换域处理及应用。内有正交变换、一维二维傅里叶变换、二维离散余弦、频域高通、低通滤波等。-8/24 images transform domain processing and application. There orthogonal transformation, a two-dimensional Fourier transform two-dimensional discrete cosine, frequenc
fft2d
- 数字图像处理二维傅里叶变换代码,适用于图像处理研究人员和初级入门学生。-Digital image processing of two-dimensional Fourier Transform code, applied to image processing researchers and students in primary induction.
HowToUseFFT2
- 在滤波和信号处理中,利用matlab功能实现二维快速傅里叶变换-In filtering and signal processing using matlab function realization of two-dimensional fast Fourier transform
FT2D
- 任意常用二维函数傅里叶变换,包括绘图功能。-Any commonly used two-dimensional Fourier transform functions, including graphics.
two_dimensional_PSD
- 二维功率谱密度计算程序 使用傅里叶变换 -2D PSD caculation estimator
fft1
- 高频地波雷达回波信号二维傅里叶变换仿真处理,通过该变换可以得到海上目标的速度和距离信息。-HF ground wave radar echo simulation of two-dimensional Fourier transform processing, the adoption of the sea can transform the speed and distance from goal information.
Extensionofgravity
- 重力勘探 频率域重力延拓 二维傅里叶变换 源代码-Gravity Gravity exploration extension frequency domain two-dimensional Fourier Transform source code
FFTDLL
- 本源码可以完成二维傅里叶变换,把图像从时域变换到频域,很好用-this source code can finish fast fourier transformation, which can transform image from time space to frequency, it is very good
Transform
- 二维傅里叶变换、离散余弦变换和小波变换的Matlab实现.-Two-dimensional Fourier transform, discrete cosine transform and wavelet transform of the Matlab implementation.
restore
- 图像增强的目标是改进图片的质量,例如增加对比度,去掉模糊和噪声,修正几何畸变等;图像复原是在假定已知模糊或噪声的模型时,试图估计原图像的一种技术。 图像增强按所用方法可分成频率域法和空间域法。前者把图像看成一种二维信号,对其进行基于二维傅里叶变换的信号增强。采用低通滤波(即只让低频信号通过)法,可去掉图中的噪声;采用高通滤波法,则可增强边缘等高频信号,使模糊的图片变得清晰。具有代表性的空间域算法有局部求平均值法和中值滤波(取局部邻
matlabFourertransform
- MATLAB实现图像的傅里叶变换,包括一维傅里叶变换,二维傅里叶变换-MATLAB Fourier transform of image, including the one-dimensional Fourier transform, two-dimensional Fourier transform
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 ha
fft2
- 图像的二维傅里叶变换,matlab编程,很好用。-Two-dimensional Fourier transform image, matlab programming
二维离散傅里叶变换
- 不调用matlab自带函数实现二维离散傅里叶变换(Do not call matlab own functions to achieve two-dimensional discrete Fourier transform)
(精心整理)图像的傅里叶变换
- 图形处理傅里叶变换教程ppt,内有二维离散型傅里叶变换的公式,以及关于图像处理的概念(Graphics processing fourier transform tutorial ppt, there are two-dimensional discrete fourier transform formula, as well as on the concept of image processin)
CT二维图像重建程序
- CT二维图像重建的两种方法代码。傅里叶转换法和滤波反投影法。(CT two-dimensional image reconstruction of the two methods of code. Fu Liye transform method and filtered back projection method.)
分数阶盲水印傅里叶变换--已实现
- 二维分数阶傅里叶变换,数字水印,盲水印,可能是我的参数没有调整好,可以提取出水印,但是效果不太好,但完全可以正常运行,如果哪个大神修正了,也请联系我(Two dimensional fractional Fourier transform, digital watermark, blind watermark, may be my parameters do not adjust well, can extract the waterm
matlab傅里叶变化性质验证
- 二维傅立叶变换的Matlab实现,是利用图像处理软件对给 出的图像进行傅立叶变换处理。 自行设计一幅图像,验证离散傅立叶变换的性质,如: 频谱图中高频分量迅速衰减,可分离性,平移,周期性与共 轭对称性,旋转、线性和比例性,平均值。(The Matlab implementation of two-dimensional Fu Liye transform is based on image processing software
图像傅里叶变换
- 二维傅立叶变换的Matlab实现,是利用图像处理软件对给出的图像进行傅立叶变换处理。在Matlab中,函数fft2表示二维傅立叶变换,函数ifft2则表示二维傅立叶反变换。(The Fourier transform of the image)