搜索资源列表
FFT_source_code
- 快速傅里叶变换,附有测试图片,已经在VC++6.0环境下调试成功-fast Fourier transform, with test images, in VC 6.0 Debugging Environment success
mallat11
- 小波谱分析mallat算法经典程序,圆周卷积的快速傅里叶变换-small spectral analysis algorithm Mallat classic procedure, the circular convolution Fast Fourier Transform
cxrFFT
- 实现一维快速傅里叶变换,采用蝶形算法进行频域变换; 二维快速傅立叶变换在此基础上进行,调用两次一维快速傅里叶变换即可。-achieve a fast Fourier transform, using butterfly frequency domain algorithm transformation; two-dimensional fast Fourier transform on this basis, call a two-dimensional fast Fourier trans
shuzituxiangchuli
- 我做的数字图象处理的作业哟,包括快速傅里叶变换、染色体计数和三人图象处理哟!都有源代码,可以直接执行
TestFftAndIfft
- 本人写的基于冈萨雷斯的图像处理中的快速傅里叶变换和逆变换,数据已经和matlab对比过,完全正确。时间仓促,望大家指正。
FFT.rar
- 用VC++实现的快速傅里叶变换的源代码,开发平台是VC++6.0,this is fft which effects in image by vc++
用VB.net实现了2维快速傅里叶变换FFT
- 用VB.net实现了2维快速傅里叶变换FFT-Fast Fourier Transform
FFT
- 速度最快的快速傅里叶变换的类库,比所有同类的FFT速度都快很多-The fastest of the fast Fourier transform library, more than all other similar FFT speed much faster
2D-FFT-C
- 二维快速傅里叶变换及其逆变换,用于图像处理等领域-two dimensional fast fourier transform and its inverse fast fourier transform
FFT-C
- 一维傅里叶变换及其逆变换,快速算法,用于图像处理等领域-one dimensional fast fourier transform and inverse fast fourier transform
FFt
- 其中图片说明: A: 傅里叶变换后频谱图 B:陷波函数作用后的频谱图 C:经逆变换的滤波后图像,效果不是很理想 Ifft2:为验证自己的快速傅里叶变换程序的正确性,用matlab自带逆变换程序将频谱逆变换后图形,与原图相符,说明快速傅里叶变换程序正确。-One Photo caption: A: After the Fourier transform frequency spectrum diagram B: the role of Notch function, the fre
FDomain
- 图像的一维、二维快速傅里叶变化和反变化,可对图像一般低通滤波、ButterWorth低通滤波、一般高通滤波、ButterWorth高通滤波-Image of one-dimensional, two-dimensional fast Fourier change and anti-change, the image may be a general low-pass filter, ButterWorth low pass filter, the general high-pass filter
dafsdf
- FFT算法 C++ 快速傅里叶变换 逆傅里叶变换-FFT algorithm for C++ fast Fourier transform Inverse Fourier transform
fft
- 实现图像的快速傅里叶变换和反变换 可以通过运行程序,对比原图像和经过变换与反变换后的细微差别-Image of the fast Fourier transform and inverse transform can run the program, and after comparing the original image after the transform and inverse transform the nuances of
FFT
- 本程序实验室快速傅里叶变换的一维,二维,及其逆变换-This procedure laboratory one-dimensional fast Fourier transform, two-dimensional, and its inverse transform
222
- 快速傅里叶变换(FFT)及其应用,这里是一些实例,包括调试好的程序和结果。-Fast Fourier transform (FFT) and its application, here are some examples, including debugging good program and results.
实验8---快速傅立叶变换
- 在fort然平台下丶用子程序实现快速傅里叶变换。(fast Fourier transform)
数字图像傅立叶变换
- 数字图像快速傅里叶变换(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 diagram is output after the trans
快速傅里叶变换及实现——交换两幅图像的相位谱
- 快速傅氏变换(FFT),是离散傅氏变换的快速算法,它是根据离散傅氏变换的奇、偶、虚、实等特性,对离散傅立叶变换的算法进行改进获得的。它对傅氏变换的理论并没有新的发现,但是对于在计算机系统或者说数字系统中应用离散傅立叶变换,可以说是进了一大步。(Fast Fourier transform (FFT) is a fast algorithm for discrete Fourier transform. It is based on the characteristics of discrete
fft
- 基于MATLAB的快速傅里叶变换的程序仿真 附课件(Program simulation of fast Fourier transform based on MATLAB)