-
labview-wavelet-analysis-help-file
在labview中进行小波分析程序设计,内容最全、最好的文件,参照本文件可以直接一步步编写小波分析程序,适合初学者。(The labview wavelet analysis program design, the most comprehensive, best file reference in this document can step directly
Step preparation of a wavelet analysis program for beginners.)
- 2012-02-08 09:10:43下载
- 积分:1
-
xinhaochuli
信号处理小波分析
1)计算信号的小波变换。
2)求出模极大曲线。
3)计算其中两个奇异点的Lipschitz指数。
(Signal processing wavelet analysis 1) the calculation of wavelet transform signals. 2) calculated curve of modulus maxima. 3) the calculation of which two singular points of Lipschitz index.)
- 2021-01-29 12:58:40下载
- 积分:1
-
wavelet_example
小波变换的例子, 小波变换的例子, 小波变换的例子, 小波变换的例子,(wavelet transform example, wavelet transform example, Wavelet Transform example, wavelet tra nsform example,)
- 2020-11-23 21:39:34下载
- 积分:1
-
mallat
实现小波变换中mallat算法的完整matlab程序文件,可进行三级分解与重建(Implementation of wavelet transform algorithm Mallat)
- 2021-02-23 19:49:40下载
- 积分:1
-
Wavelet_OMP
在小波基下的压缩感知仿真算法,恢复算法使用正交追踪匹配算法。(Under compression in the wavelet perception simulation algorithm to track recovery algorithm using orthogonal matching algorithm.)
- 2011-10-24 20:13:12下载
- 积分:1
-
利用小波变换系数重构图像,实现图像降噪地方法
根据小波变换和噪声信号地能量分布特性,提出了一种先用小波变换对含噪图像进行多尺度分解,求出各尺度小波变换高频系数地噪声方差和阈值,利用各尺度地阈值对高频系数进行处理,然后利用小波变换系数重构图像,实现图像降噪地方法。(According to wavelet transform and noise signal and energy distribution characteristics, a first wavelet transform of the noisy image multiscale decomposition, obtained the high-frequency-scale wavelet transform coefficients and noise variance and thresholds, using the scale to the threshold value of the deal with high-frequency coefficients, and then the use of wavelet transform coefficients reconstructed image, to realize image denoising methods.)
- 2020-07-04 03:00:02下载
- 积分:1
-
rgbwavelet
彩色RGB图像小波变换,并且重构出低频、中频、高频各个频带子块的图像。(RGB image wavelet and restruct the different frequency band)
- 2021-04-11 16:08:58下载
- 积分:1
-
imagereconstruction
基于小波和插值的超分辨率图像重建算法,通过插值后将小波分解应用于图像中,再通过逆变换得到重构图像(And interpolation based on wavelet super-resolution image reconstruction algorithm by interpolating the image after the wavelet decomposition used, then the reconstructed image through the inverse transform)
- 2011-01-06 11:19:58下载
- 积分: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
-
nlayer
实现小波包的n层分解与重构,以及简单的输入输出方式(Implementation of wavelet packet decomposition and reconstruction of N layer)
- 2012-04-16 14:10:45下载
- 积分:1