搜索资源列表
傅里叶变换
实现二维傅里叶变换,希望对需要的人有帮助
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.
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)
二维快速傅立叶变换
- 本文档介绍了快速傅里叶变换的技术,并给出了C++语言中用于计算图像数据的二维FFT的源代码。(This document introduces the techniques of fast Fourier transform and gives a source code in C for computing 2D FFT on image data.)
数字图像傅立叶变换
- 数字图像快速傅里叶变换(FFT)。将图像转化成二维灰度图像后再做FFT变换,并输出变换后的幅值图。(Digital image fast Fourier transform (FFT).The image is transformed into a two-dimensional gray level image and then the FFT transformation is made, and the amplitude dia
分数阶盲水印傅里叶变换--已实现
- 二维分数阶傅里叶变换,数字水印,盲水印,可能是我的参数没有调整好,可以提取出水印,但是效果不太好,但完全可以正常运行,如果哪个大神修正了,也请联系我(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)