-
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
-
GHM_Wavelet
说明: GHM多小波的变换与逆变换,包括预处理和后处理(GHM multi-wavelet transform and inverse transform)
- 2021-04-28 11:38:44下载
- 积分:1
-
XIAOBOFENGJIE
小波分解与重构,该程序可以实现小波变换的分解与重构。(Wavelet decomposition and reconstruction, the program can achieve wavelet transform decomposition and reconstruction.)
- 2021-04-18 16:38:52下载
- 积分:1
-
Lastprogram
M. N. Do的经典的关于轮廓波变换的matlab代码,里面有matlab代码、论文、测试图片,很齐全,是很好的学习资料!(The MN Do classic on contourlet transform matlab code matlab code, papers, test image there, very complete, good learning materials.)
- 2012-05-31 13:17:15下载
- 积分:1
-
TAnalysis
说明: 傅立叶功率谱法求纹理特征
可解压缩后直接执行(Fourier power spectrum method for texture features can be extracted directly after implementation)
- 2006-04-09 09:28:27下载
- 积分:1
-
wavelet-package
使用小波包分析信号的MATLAB程序,对初学者有用~~~~·( analysis Signal by Wavelet packet..matlab~~)
- 2010-05-11 15:42:49下载
- 积分:1
-
Extracted-from-the-ECG-signal-
这篇关于从心电信号提取呼吸信号的调查,一共介绍了三种方法,即:频率提取,滤波器滤波,小波变换,三种方法。(This extract on the respiratory signal from ECG investigation, presented a total of three methods, namely: the frequency extraction filter filtering, wavelet transform, three ways.)
- 2011-09-21 11:50:39下载
- 积分:1
-
xiaobobianhua
小波变换与分数傅里叶变换理论与应用(冉启文)电子版,介绍了小波变换、多分辨分析、小波构造、时频分析、小波包、塔式算法、分数傅立叶变换等内容,是一本不错的教材。(Wavelet Transform and Fractional Fourier Transform Theory and Applications (Ran text) electronic version, introduced the wavelet transform, multiresolution analysis, wavelet construction, time-frequency analysis, wavelet packet, tower algorithm, the fractional Fourier transform, etc., is one The good teaching materials.)
- 2021-04-19 20:58:51下载
- 积分:1
-
图像对比度拉伸源代码
说明: 基于vc++6.0 的图像对比度拉伸操作(vc 6.0 on the image contrast stretching operation)
- 2005-12-05 09:46:10下载
- 积分:1
-
matlab谐波分析
说明: 可导入comtrade格式录波文件,进行谐波分析(It can import COMTRADE format recording file for harmonic analysis)
- 2020-06-17 23:20:01下载
- 积分:1