搜索资源列表
C-fft
- 上传的是C编写的FFT算法,在图象处理方面常用到,希望对你有用-upload is prepared by the C FFT algorithm, the image processing used to the hope that useful to you
FFT(good)_CanTestWithImage
- 图像傅立叶变换(频域变换经典代码),相信大家在学数字图像处理时,老师一般都要求学生用C++来实现图像Fourier变换,有了这个实例,就方便多了。_带图片可测试-images Fourier transform (frequency domain transform classic code), I believe we learn in digital image processing, teachers generally require students to use C Image Fo
imagelowbcb(fft)
- 该程序是用c++builder写的基于快速付利叶(fft)变换的图像低通滤波其中包括fft变换和逆变换-that the procedure was used to write c builder profits based on the rapid leaf (fft) Transform Image low-pass filter including fft transform and inverse transform
C语言实现256点FFT基2算法
- C语言实现256点FFT基2算法,已调试过,结果正确。-C-2 with 256 points FFT-based algorithm, has been debugged, the results are correct.
fft2.rar
- Image Processing FFT Code. C++图像处理FFT代码。,Image Processing FFT Code.
fft
- 使用c++语言对彩色图像进行傅里叶变换。里面使用了cimg库和fftw库-Using c++ language for color image Fourier transform. Cimg used inside the library and library fftw
FFT
- C#实现的快速傅里叶变换,递归算法,可用于信号处理。-failed to translate
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
fft
- 用Visaual C++写的进行fft变换的程序,希望会有帮助-With Visaual C++ Written fft to transform the procedure, I hope will be helpful
FFT
- 1. 运行myfft.exe 把音频数据经过fft后存放在data.txt文件中 2. 再运行HUITU.exe把data.txt中的数据一帧一帧的画到屏幕上,形成动态效果 3. 运行soundee.exe 是还原声音 注:其中myfft.c是fft的C语言代码,用VC实现的;HUITU.C是绘图代码,用TC实现的;soundee.c是还原声音代码,用VC实现的。 -1. Myfft.exe run the audio data stored in the post-fft
FFT-C11
- 傅里叶变换及其逆变换的C++程序,广泛用于图像处理-fourier transform and its inverse transform, by C++ programming language
FFT)-C11
- 傅里叶变换及其逆变换 C++程序 图像处理-fourer transform and inver fourier transform
2DFFT-C
- 2d FFT 图象处理,不含界面,公有算法实现-The 2D FFT
fft-transformation
- 针对图像处理的c++源代码,傅里叶的变换的实现,完全开放-fft transformation
FFT.c
- 快速傅里叶变换在C环境下的实现,这只是其中之一的函数-FFT implementation in C environment, this is one of the functions
FFT-CPP
- 快速傅里叶变换(FFT)算法C++实现代码-FFT C++
fft
- 图像傅里叶变换与逆变换,用c语言实现,基于opencv(Image Fu Liye transform and inverse transformation, C implementation)