搜索资源列表
源代码:ImageTransformClasses
- 是数字图像处理中各种变换的类,包括DCT,FFT,Wavelet等不同的变换方法。-digital image processing transform the various categories, including DCT, FFT and Wavelet Transform the different methods.
vhdlsynth_fft
- FFT的VHDL源代码的实现与仿真结果,经过FPGA源型机验证,已通过-FFT VHDL source code and the realization of simulation results, after FPGA source aircraft certification, have passed
202202538200611281435431756335
- 利用FFT的对图象进行快速余弦变换源代码,利用vc编写,采用它进行图象压缩是个不错的选择,要的赶快下吧.-use of the images for rapid cosine transform source code, using vc preparation, It used for image compression is a good choice, the next it quickly.
FFT2Dsource
- 二维FFT(快速傅立叶变换)变换源代码,可编译通过并能正常运行.-2D FFT (Fast Fourier Transform) transform source code, compile and can operate normally.
fft
- 快速富立叶FFT变换的源代码,是实现数字信号处理、图像分析常用算法
FFTtuxiangpeizhun
- 基于FFT图像配准源代码,对这方面的求学这有很大帮助的
FFT.rar
- 用VC++实现的快速傅里叶变换的源代码,开发平台是VC++6.0,this is fft which effects in image by vc++
FFT2
- 经典的快速fft变换源代码 FFT2 FFT2-FFT2FFT2FFT2FFT2
MulitDocument12-11-15-35
- 图像JPEG读取及FFT DCT变化等。源代码-Read JPEG images and FFT DCT change. Source code
fft
- c fft C编写的快速傅立叶变换的源代码-c fft
watermarkbasedfft
- 基于傅立叶变换的数字水印的源代码,随机序列采用的置乱算法-the digital watermark based fft
FFTIPcore
- FFT变换的IP核的源代码 希望大家有用-FFT transform IP core source code
FFT
- 快速傅里叶变换实验源代码,matlab,内含源程序以及结果-Experimental Fast Fourier Transform source code, matlab, containing the source code, as well as the results of
matlabfft
- 用MATLAB实现fft变换,很easy,源代码如下-MATLAB,fft
fft-transformation
- 针对图像处理的c++源代码,傅里叶的变换的实现,完全开放-fft transformation
wenjian
- 高斯序列fft变换图形的源代码; 还在进一步完善中-Graphical Gaussian sequence fft transform the source code still further improve the
Canny
- 数字图像处理基本算法C++源代码,包括FFT、DFT、边缘检测算法、滤波算法-The basic algorithm of digital image processing C++ source code, including FFT, DFT, edge detection algorithms, filtering algorithms, etc.
能量检测法源代码
- 能量检测法是一种比较简单的信号检测方法[1], 属于信号的非相干的检测, 直接对时域信号采样值求模,然后平方即可得到;或利用FFT转换到频域,然后对频域信号求模平方也可得到。它无需知道检测信号的任何先验知识,对信号类型也不作限制。 实际上,能量检测是在一定频带范围内作能量积累,如果积累的能量高于一 定的门限,则说明信号的存在;如果低于一定的门限,则说明仅有噪声。能量检 测的出发点是信号加噪声的能量大于噪声的能量。能量检测方法对信号没有作任何假设,是一种盲检算法。 此代码“利用FFT转换