搜索资源列表
二维小波变换
- 关于二维小波变换的程序 [精华] 说明:此算法重在概念,速度并不是很快。因为FOR循环的缘故。此程序从循环矩阵的观点出发,把圆周卷积和快速幅里叶变换建立了联系。实现了分解和无失真重构。它只做了一层分解,即将256x256图形分解成为64x64的四个图形,避免了使用WKEEP()的困惑。主要思想为用小波滤波器族构造正交阵W,变换写为B=W*A*W ,反变换为:A=W *A*W,这与所有正交变换无异。W为循环正交矩阵,因此可用FFT实现快速运算,难点就在重构矩阵上。若用矩阵概念明确,一个
小波算法的vc实现
- 本程序是一维与两维小波算法的例子-this procedure is one-dimensional and two-dimensional examples of wavelet algorithm
小波算法4.rar
- 系列小波算法c程序,Series of wavelet algorithm c program
wave.rar
- 小波滤波的MALLAT算法,程序编写的很容易懂,能实现bd1-db10的小波分解和重构,比我前一次发的小波算法更简单易懂,Wavelet filtering MALLAT algorithm, programming is very easy to understand, to achieve bd1-db10 wavelet decomposition and reconstruction, than I made the previous wavelet algorithm is more
image-fusion
- 图像融合的经典算法 IHS算法 PCA算法 加权融合算法等融合算法 程序可以直接运行 欢迎大家下载-The classical algorithm IHS algorithm PCA algorithm weighted fusion algorithm, such as image fusion fusion algorithm program can be run directly are welcome to download
小波算法3
- 系列小波算法c程序-Series of wavelet algorithm c program
小波算法1
- 系列小波算法c程序-Series of wavelet algorithm c program
小波算法2
- 系列小波算法c程序-Series of wavelet algorithm c program
inageProcess
- 图像压缩算法,即图像小波变换程序包括哈尔小波和红黑小波-Image compression algorithm, which includes images of wavelet transform Haar wavelet and a red, black and wavelet
image_wavelet
- 数字图像小波变换算法程序,希望对初学者有所帮助-Digital image wavelet transform procedures in the hope of help for beginners
fftw
- fftw是最快的fft算法程序,适合于初学者-fftw is the most fast programme,for the early students
DT-CWTcode
- CWT变换源码,很好的算法程序,希望对大家有用。-CWT Transform source code
Wavelet-hard-threshold
- 在实现小波硬阈值的信号去噪的基础上改进的算法程序-Improved algorithm based on wavelet hard threshold signal denoising procedures
wavelet-code-For-C
- 这是一个用C语言写的小波变换的算法程序。。可以应用到单片机和DSP实时处理数据,如去噪,去除趋势项,提取所需的信号等。-This is a C language wavelet transform algorithm. . MCU and DSP can be applied to real-time processing of data, such as de-noising, removal of the trend items, extract the desired signals.
qy_group_target_tracking
- 群目标跟踪算法,里面有部分群目标算法程序,对科研人员有帮助-Group target tracking algorithm, there are some groups target algorithm for help researchers
CS_OMP
- 匹配追踪(正交匹配追踪算法程序)多子波分解与重构-Matching Pursuit (Orthogonal Matching Pursuit algorithm program) multi-wavelet decomposition and reconstruction
EWT20130617
- 由加州理工大学教授开发的经验小波变换算法程序包,经检验比小波效果更好-California Institute of Technology developed by Professor experiences wavelet transform algorithm package, the test better than wavelet effect
DWT_1D
- 本程序用Mallat算法实现小波变换,方法简答以实现(This program uses the mallat algorithe to implement wavelet transform)
Wavelet_Decomposition_For_Images
- 小波算法,用于小波分析,数据,图像等。一维,二维数据的小波分解。(Wavelet algorithm is used for wavelet analysis, data, images and so on. Wavelet decomposition of one dimensional and two dimensional data.)
APES算法
- 此程序描述基于APES算法的谱估计。该算法既可以估计信号幅度,又可以估计信号的相位。这种算法估计的精确度高。