搜索资源列表
傅里叶正逆变换
- 傅里叶正逆变换
fft
- fft的快速傅里叶变换 // data 长度为 (2 * 2^n), data 的偶位为实数部分, data 的奇位为虚数部分 // isInverse表示是否为逆变换-fft Fast Fourier Transform// data length (2* 2 ^ n), data of the dual spaces for the real part, data for the odd bit imaginary part
TestDft
- 普通的离散图像信号的傅里叶变换和逆变换。-Ordinary image signals in discrete Fourier transform and inverse transform.
TestFftAndIfft
- 本人写的基于冈萨雷斯的图像处理中的快速傅里叶变换和逆变换,数据已经和matlab对比过,完全正确。时间仓促,望大家指正。-I write Gonzalez-based image processing in the fast Fourier transform and inverse transform, the data have been compared and matlab, entirely correct. A rush,
TRASNSFORM
- 推图像进行傅里叶变换,只针对BMP图像,处理效果很好,还可以进行逆变换-Push the image Fourier transform, only BMP images, very good treatment effect can also be used for inverse transform
FFTReal
- FFT源码,快速傅里叶变换和逆变换,Portable ISO C++开发的完整类-FFTReal Version 1.03, 2001/06/15 Class of Fourier transformation of real data (FFT and IFFT) Portable ISO C++ (c) Laurent de Soras &l
FFTandIFFT
- 傅里叶变换FFT和逆傅里叶变换IFFT 欢迎大家喜欢-FFT and IFFT
FFTorIFFT
- 用于信号处理的matlab小程序。傅里叶变换和傅里叶逆变换-fft or ifft
FFTsAndIFFTbySystemFunction
- 采用OPENCV系统的正逆傅里叶变换的函数实现傅里叶正逆变换,写成了一个类。-adopt system functions to implement the FFTs and IFFTs.
HightFilterAndLowFilter
- 实现正逆傅里叶变换,并在此基础上实现各种高低通滤波器,采用OPENCV实现。图像只针对2的整数次幂的方图-implement kinds of high filters and low filters in OPENCV based on implementing the FFTs and IFFTS.
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-C11
- 傅里叶变换及其逆变换的C++程序,广泛用于图像处理-fourier transform and its inverse transform, by C++ programming language
fft
- 对图像进行快速傅里叶变换,在频率域去除高频信息再逆变换到空间域,完成图像栅格信息的消除。-Fast Fourier transform of the image, in the frequency domain to remove high-frequency information and the inverse transform to the spatial domain, to complete the elimination
FFt
- 其中图片说明: A: 傅里叶变换后频谱图 B:陷波函数作用后的频谱图 C:经逆变换的滤波后图像,效果不是很理想 Ifft2:为验证自己的快速傅里叶变换程序的正确性,用matlab自带逆变换程序将频谱逆变换后图形,与原图相符,说明快速傅里叶变换程序正确。-One Photo caption: A: After the Fourier transform frequency spectrum diagram B: the r
fuliye
- 1. 对图像进行傅里叶变换。 2. 根据傅里叶变换的结果去除图像的竖条纹噪声。 3. 对图像进行傅里叶逆变换,得到分割图像。 -1. For the image Fourier transform. 2. According to the results of Fourier transform to remove the image of the vertical stripe noise. 3. Inverse Four
dafsdf
- FFT算法 C++ 快速傅里叶变换 逆傅里叶变换-FFT algorithm for C++ fast Fourier transform Inverse Fourier transform
zj
- 傅里叶变换c++实现,用C实现了快速傅里叶变换,逆傅里叶变换。- Fourier transform implemented by c.
ifft
- 路面粗糙度模拟,利用逆傅里叶变换方法模拟粗糙度(road surface roughness)
DFT
- 傅里叶变换matlab源程序,正傅里叶变换和逆傅里叶变换能够将时域信号转换为频域信号(Fourier transform Matlab source code, the positive Fourier transform and inverse Fourier transform can transform the time domain signal into a frequency domain signal)