-
HarmoniousWavelet
谐波小波分析的源代码,应该属于信号处理类的,绝对值得收藏,送给朋友们!(Harmonic wavelet analysis source code, it should be under the category of signal processing, and definitely worth collection, a gift my friends!)
- 2008-06-24 18:41:18下载
- 积分:1
-
DWTzip
基于Matlab的JPEG2000图像压缩实现,离散小波变换DWT,程序中图片的位置修改下可以自己运行程序看到效果(Matlab-based implementation of the JPEG2000 image compression, discrete wavelet transform DWT, where the image changes the program may be run its own program to see results)
- 2011-06-08 09:55:11下载
- 积分:1
-
chapter10
《小波分析理论与MATALB R2007 实现》第10章源码(wavelet analysis using matlab)
- 2012-10-08 22:41:10下载
- 积分:1
-
voice
说明: 论文主要包括基于小波变换语音增强的各种算法的介绍。(Articles include speech enhancement based on wavelet transform introduces a variety of algorithms.)
- 2021-05-13 21:30:02下载
- 积分:1
-
xiaobo
基于小波变换的信号去噪技术,简单的一维小波去噪程序(Signal de-noising based on wavelet transform technique, a simple one-dimensional wavelet denoising procedure)
- 2014-02-24 12:55:42下载
- 积分:1
-
lwt
提升小波变换程序,
%LWT Lifting wavelet decomposition 1-D.
% LWT performs a 1-D lifting wavelet decomposition
% with respect to a particular lifted wavelet that you specify.(lifting wavelet transform procedures% Local Walsh Transform Lifting wavelet decomposition 1-D. % Local Walsh Transform performs a 1-D lifting wavelet decomposition% with respect to a particular lifted wavelet that you specify.)
- 2020-11-19 22:59:42下载
- 积分:1
-
Shearletimagefusion
shearlet图像融合的源代码,速度很快,做毕业设计的可以参考(shearlet fusion source code, very fast, do graduate design can refer to)
- 2012-06-14 20:45:32下载
- 积分:1
-
transform_xiaobo
小波变换的C源代码。
这个用的是 DB4小波,周期延拓,可以实现精确重构的。 (wavelet transform C source code. The DB4 is using the wavelet cycle extension can achieve precise reconstruction.)
- 2021-01-06 12:28:54下载
- 积分:1
-
zcxb
基于小波变换的包络分析用于轴承故障诊断的源代码(Bearing envelope analysis)
- 2012-07-20 11:14:18下载
- 积分:1
-
ConstructWaveBaseFunction
说明: 紧支撑小波基的构造。
以Daubechies小波滤波器系数为例,推导出小波函数及尺度函数,并画出其图像.
void Convolution(double* pShortData, int nShort, double* pLongData, int nLong)
int CalcScaleFunction(double* pOutData)
int CalcWaveletFunction(double* pOutData)
Convolution()不是通用的离散卷积代码,而是简单地实现了后面两个函数需要的离散卷积,它要求输入的前一个数组长度小于后一数组长度,而且卷积结果就直接覆盖存储在后一数组中。CalcScaleFunction()计算尺度函数,CalcWaveletFunction()计算小波函数。
(Compactly supported wavelet bases constructed. To Daubechies wavelet filter coefficients as an example, the derived wavelet function and scaling function, and draw their images. Void Convolution (double* pShortData, int nShort, double* pLongData, int nLong) int CalcScaleFunction (double* pOutData) int CalcWaveletFunction ( double* pOutData) Convolution () instead of generic discrete convolution code, but simply the realization of a function behind the need for two discrete convolution, which requires input before an array length is less than the array length of the latter, but the result of convolution directly covered by the latter is stored in the array. CalcScaleFunction () calculated scaling function, CalcWaveletFunction () calculation of wavelet function.)
- 2020-11-10 20:19:45下载
- 积分:1