搜索资源列表
2189414139200591717859627843
- 用途:数字图象处理算法的演示,包括: • 图象的DFT和逆DFT • 图象的FFT和逆FFT • 在图象中加入正弦噪声 • 图象的模板运算实现图象平滑和锐化 • 图象的直方图均衡化 • 图象的对比度拉伸 • 图象的中值滤波 • 图象灰度直方图的显示 • 若干频域滤波器 • 图象的镜像 • 图象的旋转(
数字图象处理算法的演示
- 数字图象处理算法的演示, • 图象的DFT和逆DFT • 图象的FFT和逆FFT • 在图象中加入正弦噪声 • 图象的模板运算实现图象平滑和锐化 • 图象的直方图均衡化 • 图象的对比度拉伸 • 图象的中值滤波 • 图象灰度直方图的显示 • 若干频域滤波器 • 图象的镜像 • 图象的旋转(90度与任意角度) • 图象的放缩 &
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
zengqiang
- 用途:数字图象处理算法的演示,包括: • 图象的DFT和逆DFT • 图象的FFT和逆FFT • 在图象中加入正弦噪声 • 图象的模板运算实现图象平滑和锐化 • 图象的直方图均衡化 • 图象的对比度拉伸 • 图象的中值滤波 • 图象灰度直方图的显示 • 若干频域滤波器 • 图象的镜像 • 图象的旋转(
fft
- 本程序完成了FFT变换和逆变换,提供了具体算法和一个函数使用的demo工程
fft
- 用于进行一维和二维的傅利叶变换及其逆变换
fft-txcl
- 1.matlab编程,实现函数的倒排序; 2.程序实现FFT,傅立叶逆变换; 3.一个图像处理程序,添加噪声,去噪。
fft
- 求复利叶变换和复利叶逆变换,包含求二维快速复利叶变换函数
fft
- FFT实现程序,可以进行正向FFT,也可以实现逆FFT
fft.rar
- 用matlab编写的fft快速傅立叶变换及逆变换函数,文件用M语言写成,可以运行,Matlab prepared using fft Fast Fourier Transform and inverse transform function, M language documents, you can run
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 of the image grid of informati
2D-FFT-C
- 二维快速傅里叶变换及其逆变换,用于图像处理等领域-two dimensional fast fourier transform and its 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
- // 入口参数: // l: l = 0, 傅立叶变换 l = 1, 逆傅立叶变换 // il: il = 0,不计算傅立叶变换或逆变换模和幅角;il = 1,计算模和幅角 // n: 输入的点数,为偶数,一般为32,64,128,...,1024等 // k: 满足n=2^k(k>0),实质上k是n个采样数据可以分解为偶次幂和奇次幂的次数 // pr[]: l=0时,存放N点采样数据的实部 // l=1时, 存放傅立叶变换的N个实部 // pi
FFT
- 计算快速fouries变换的c++源程序,即可计算正变换,又可计算逆变换!-it can compute the fouries transform of time series,in c++.it can also compute the inverse fouries transform.
FFT
- DSP中进行的傅里叶变换程序。它包含了正变换和逆变换两种,可以多次条用。-DSP in the Fourier transform procedure. It contains transform and inverse transform are the two can be used many times.
IFFT_RTL_code
- IFFT的RTL级编程,包括逆FFT转化及信息的处理。应该说比较全面,且经过验证-IFFT of the RTL-level programming, including the inverse FFT transformation and information processing. Should be said that a more comprehensive, and proven
FFT
- 程序演示了FFT和逆FFT的过程,输入为可选正弦信号。-The program demonstrates the FFT and inverse FFT process, the input sinusoidal signal is optional.
image-fft
- 对两幅图像作FFT变换,然后交换两幅图像的幅度谱和相位谱,然后通过逆fft变换还原图像,得到原图和变换后图像的对比,得出图像的幅度谱和相位谱哪个更重要的结果,注意图形是8位灰度图,尺寸大小必须一样-Exchange of the two images of the amplitude spectrum and phase spectrum and inverse FFT transform to restore
fft
- 图像傅里叶变换与逆变换,用c语言实现,基于opencv(Image Fu Liye transform and inverse transformation, C implementation)