搜索资源列表
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
FrequencyFilter
- C++实现的频域滤波程序,实现了傅里叶变换,快速傅里叶变换!-C++ implementation of frequency domain filtering process, to achieve a Fourier transform, fast Fourier transform!
NEW-fast-fourier-transform-in-C
- 该C语言程序是对一个离散的函数进行快速傅里叶的变换,在工程上能够有很好的运用。-use fast fourier to transform a funtion in C language, which can be used widely in engineering affairs
FFT
- 快速傅里叶变换在图像处理中经常遇到,本程序运行结果和matlab一致,是使用C++类编写的。-Fast Fourier transform in image processing are often encountered, the program consistent with the results and matlab is prepared using C++ class.