搜索资源列表
KKAWAVELET.rar
- 用C语言实现的卡尔曼滤波+小波分析结合的数字信号处理方法,所有子函数与主函数包含在两个文件中,With the C language implementation of the Kalman filter+ wavelet analysis combined with digital signal processing method, all the main function subroutine contained in the two documents
packetdaima
- 小波包分解去噪c++源程序,包括信号的小波包分解,最优树选择,以及重构-Wavelet packet denoising c++ Source, including the signal wavelet packet decomposition, optimal tree selection, as well as the reconstruction of
DWT_source_code_(PPT_included)
- Daubechies小波源码,包含PPT讲解-source code for Daubechies wavelet, including PPT presentation
wavelet
- 里面含有小波的各种源代码,很详细,是用C ++语言编写的-Which contains a variety of wavelet source code, in great detail, is to use C++ languages
EZW_C
- 嵌入式小波零树算法的源程序,使用C++开发的。没有编译为可执行文件,所以您的算机需要安装VC++。-Embedded zerotree wavelet algorithm source code, the use of C++ development. Not compiled for the executable file, so your computer will need to install VC++.
DWT
- 小波变换和小波逆变换的C++实现,令附有测试数据和结果供参照。-Wavelet transform and wavelet inverse transform of the C++ implementation, so that with test data and results for reference.
HaarTranformx
- Haar wavelet in C#.NET. This is a simple application with input image of 512 X 512
CPP
- 基于小波变换的数字水印技术C++源代码,数字水印对文件的加密、防伪有重要的用途。-wavelet watermark
morlet-waveform
- 通过c语言编码morlet子波的时域波形-coding morlet wavelet time-domain waveform by c language
quzao
- 先对信号进行两层分解,构造小波分解结构[c,l] 然后使用函数wnoiset()获取噪声方差,接着使用函数wbmpen()获取小波去噪阈值,最后使用函数wdencmp()实现信号去噪。-The first two layers of the signal decomposition, construct wavelet decomposition structure [c, l] then use the function wnoiset () to get the noise varianc
wavelet-filtering
- 使用c++语言,利用小波算法对原始语音信号进行高效滤波-Using c++ language, the use of the wavelet algorithm to filter the original speech signal efficiently
wavelet
- 子波代码C语言程序,可进行子波变换。希望大家喜欢-Wavelet code C language program, can carry out wavelet transform.
C
- VC++编写的C语言程序,采用小波变换以三种模式给图片添加图片水印。-VC++ program written in C language using wavelet transform in three modes for image Add image watermark.
myharr
- 基于haar函数的任意阶函数的小波分解,没有利用MATlab的自带函数,而是根据算法原理进行的编写,可方便大家理解算法并移植到C语言等其他平台上-Arbitrary order based on wavelet decomposition function haar function, there is no use MATlab comes with function, but prepared in accordance with the principle of the algorithm
Image-segmentation
- 这个是2D-DWT的函数,是haar小波 c是图像像素矩阵 steps是变换的阶数-This is a function of Haar, is 2D-DWT wavelet C is the image pixel matrix steps is the order of the transformation
wavelet
- 关于小波变换的练习程序,小波变换步骤: 1.把小波w(t)和原函数f(t)的开始部分进行比较,计算系数C。系数C表示该部分函数与小波的相似程度。 2.把小波向右移k单位,得到小波w(t-k),重复1。重复该部知道函数f结束. 3.扩展小波w(t),得到小波w(t/2),重复步骤1,2. 4.不断扩展小波,重复1,2,3. 这里使用的haar小波,缩放函数是[1 1],小波函数是[1 -1]。-Exercise programs on wavelet transform, wa
C code
- Fast Wavelet Transform ...
融合
- 本程序为一个图像融合实现程序。首先,读入图像,此后通过小波变换,在频率域并对图像进行融合。(This program is an image fusion program. First, the image is read into the image, and then the image is fused in the frequency domain through the wavelet transform.)
HaarCSharp
- Wavelets implementation in C++
TwoDimHaar
- matlab中haar小波变换的一段程序(haar wavelet program)