-
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
-
subtraction-speech-denoising
一种基于改进谱减法的语音去噪新方法,对于想学习谱减法的同学有很大的帮助(A kind of based on improved spectral subtraction speech denoising, a new method to want to learn the spectral subtraction classmates have a lot of help
)
- 2020-12-02 20:29:26下载
- 积分:1
-
XIAOBOFENGJIE
小波分解与重构,该程序可以实现小波变换的分解与重构。(Wavelet decomposition and reconstruction, the program can achieve wavelet transform decomposition and reconstruction.)
- 2021-04-18 16:38:52下载
- 积分:1
-
Wavelet-Shrinkage_-Asymptopia_
小波变换阈值去噪的文章,基于最大最小准则计算(Minimax Estimation, Adaptive Estimation, Nonparametric
Regression, Density Estimation, Spatial Adaptation, Wavelet Orthonormal bases, BesovSpaces, Optimal Recovery.)
- 2016-12-13 21:12:50下载
- 积分:1
-
xiangrude1
利用小波变换实现和直方图均衡化相对比的图像的增强与分割.应该比较有用.分割也采取了几种技术的对比(using wavelet transform and histogram equalization relative ratio of image enhancement and segmentation. Be more useful. Pm cutting has taken several technical contrast)
- 2007-05-24 22:21:09下载
- 积分:1
-
shipinfenxi-
用stft、小波变换、EMD分别对突变信号进行时频分析(With stft, wavelet transform, EMD mutations were signals of time-frequency analysis)
- 2011-05-16 14:43:58下载
- 积分:1
-
OMP
说明: 小波变换和压缩感知中的OMP算法比较,是一种比较新的算法(Wavelet transform and compression perception of the OMP algorithm comparison, is a relatively new algorithm)
- 2010-04-21 20:31:29下载
- 积分:1
-
wavelet
小波阈值法去噪的程序,其中有关于信噪比和均方根误差的公式(wavelet denoising)
- 2011-05-24 20:47:45下载
- 积分:1
-
wtquzao
说明: 小波阈值去噪,用于对以为信号降噪处理,代码为matlab代码,亲测有效(Wavelet threshold denoising)
- 2019-06-21 09:20:45下载
- 积分:1
-
wavelet-remove-noise
小波方法进行降噪,阈值函数来完成不同设计,核心程序如下面的所示,使用的小波基有coif5,db3,sym4,bior2.4,haar,rbio(Wavelet method for noise reduction, design to complete different threshold function, the core program as shown below, using the wavelet base coif5, db3, sym4, bior2.4, haar, rbio
)
- 2013-10-23 15:10:59下载
- 积分:1