搜索资源列表
zengqiang
- 用途:数字图象处理算法的演示,包括: • 图象的DFT和逆DFT • 图象的FFT和逆FFT • 在图象中加入正弦噪声 • 图象的模板运算实现图象平滑和锐化 • 图象的直方图均衡化 • 图象的对比度拉伸 • 图象的中值滤波 • 图象灰度直方图的显示 • 若干频域滤波器
dft_example
- 序列的dft实现代码对序列快速分析,代码很人性化的
chap4.
- matlab 文件实现傅立叶变换算法 实心快速傅立叶变换的算法的代码实现 ,是基于信号处理的一位信号的-a matlab file realizing the DFT algorithm, realizing FFT algorithm by codes, it is based on the one-dimension signal process.
zengqiang
- 用途:数字图象处理算法的演示,包括: • 图象的DFT和逆DFT • 图象的FFT和逆FFT • 在图象中加入正弦噪声 • 图象的模板运算实现图象平滑和锐化 • 图象的直方图均衡化 • 图象的对比度拉伸 • 图象的中值滤波 • 图象灰度直方图的显示 • 若干频域滤波器
dft_example
- 序列的dft实现代码对序列快速分析,代码很人性化的-DFT sequence realize rapid analysis of sequence code, the code is very humane
MatlabcodeforFFT
- FFT的实现的Matlab代码,利用Matlab来实现FFT,从而计算DFT-The Matlab code for FFT
DFT
- 在VC++环境下,安装OPENCV库函数后,实现离散傅立叶变化的代码-In the VC++ environment, the installation OPENCV library after changing the code to achieve the Discrete Fourier
DFT-C
- 这个是C语言代码,主要是实现dft的功能,需要的可以下载-This is the C language code, the main function is to achieve dft required can be downloaded
dft
- 图像的傅里叶变换。在代码中实现了将两幅图像的幅度谱和相位谱进行交换,进而理解两者在图像显示中的作用-Fourier transform of the image. Implemented in the code will be two images amplitude spectrum and phase spectrum of exchange, and thus to understand both the role of the
DFT
- 本代码可以实现图像的傅里叶变换。经过调试无错误,可顺利使用。有利于图像处理的学习。-This code can achieve the image Fourier transform. After debugging error-free, can be successfully used. Conducive to the learning image processing.
my-DFT
- 实现DFT的程序代码,包括了主程序以及相关附件-The DFT code, including the main program and related accessories
dft-opencv-code
- opencv与vc6.0环境中对离散傅里叶变换的代码实现,但要求图像是512*512-opencv and vc6.0 environment Discrete Fourier Transform code, but requires that the image is 512* 512
fft-dft-and-ploting
- 高级变换的fft,dft代码实现,包括结果的绘图-fft and dft realization
dft
- 这段代码可以实现任意点数的DFT变换,在工程中非常有用-This code can achieve any points DFT, very useful in engineering
dft
- 最简洁的DFT变换示例代码,对DFT的c语言实现有很大帮助,代码简洁-Simple DFT source code for VisualC++ 2010, and interpreted DCT
DFT
- 离散傅里叶变换matlab代码,同时有DSP环境下用汇编语言实现DFT的128位运算。-Discrete Fourier transform matlab code, while under the DSP assembly language environment to achieve DFT of 128 operations.
FFTorIFFT_MATLAB
- FFT和IFFT的MATLAB实现代码 用时间抽取的基2快速傅里叶变换实现序列卷积 对利用自编函数对信号进行DFT变换 对利用自编函数对信号进行DFT反变换-FFT IFFT dft
DFT代码
- 对随机信号进行DFT变换,分析其频谱特性(The DFT transformation of random signals is carried out to analyze the spectral characteristics of the random signals)
DFT(傅里叶变换)
- 傅里叶变换在图像处理中被广泛应用,该算法实现了傅里叶变换的基本代码。(This algorithm implements the basic code of the Fourier transform.)
SlidingDFT
- 滑动DFT实现短时傅里叶变换的matlab代码,包括正变换和逆变换,可极大提高时频分析的计算效率(Sliding DFT to realize short-time Fourier transform matlab code, including positive and inverse transforms, can greatly improve the efficiency of time-frequency analysis.)