-
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
-
Savitzky-Golay filter
Savitzky-Golay滤波是一种工程应用数据处理中高效的滤波方法,能同时得到平滑后的数据和数据梯度。(Savitzky-Golay filter is an efficient filtering method in engineering application data processing, which can simultaneously obtain the smoothed data and data gradient.)
- 2018-03-28 11:04:34下载
- 积分:1
-
STFT_and_wavelet
用matlab实现的短时傅里叶变换和小波变换。有文档(Using matlab to achieve short-time Fourier transform and wavelet transform. A document)
- 2011-06-26 20:21:51下载
- 积分:1
-
nonlinear dynamics
针对转子系统非线性动力学图谱分析,绘制转子的轨迹图,相图,频谱图以及庞加莱图。(analysis about nonlinear dynamics of the rotor bearing system)
- 2017-12-13 17:11:42下载
- 积分:1
-
Wavelet_FORTRAN
用Fortran编写的小波变换用小程序,可实现简单的小波分析功能(Written in Fortran with a small application of wavelet transform, wavelet analysis can be simple functions)
- 2011-07-18 22:11:27下载
- 积分:1
-
arrayxy
mimo_BP用于十字型阵列雷达,利用匹配滤波理论进行算法仿真(mimo_BP
Used for cross-array radar, using matched filter theory for algorithm simulation)
- 2018-05-05 15:07:36下载
- 积分:1
-
mywavelet
说明: 小波变换算法的C语言实现,包括DWT,INDWT,提升小波,以及小波去噪的MATLAB源代码(wavelet transform algorithm in C language, including DWT, INDWT upgrade wavelet Wavelet denoising and MATLAB source code)
- 2006-04-18 23:21:58下载
- 积分:1
-
WaveCluster
一个基于小波变换的数据聚类样例
Matlab实现(A sample Matlab based on wavelet transform data clustering)
- 2020-12-28 19:49:02下载
- 积分:1
-
the-implementation-of-the-SVD
svd算法的实现,用matlab实现SVD算法(the implementation of the SVD algorithm)
- 2021-03-10 09:49:26下载
- 积分:1
-
Wavelet-packet-signal
小波包分解包括重构信号问题程序,这是一个matlab程序,经过测试可用,数据采用自己的数据。(Including the reconstructed signal wavelet packet decomposition problem program, which is a matlab program, tested available data using their own data.)
- 2013-06-01 10:29:15下载
- 积分:1