-
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
-
mallat
小波谱分析mallat算法经典程序 希望对大家的学习有帮助(The small spectral analysis of the classical program of the mallat algorithms hope that everyone' s learning)
- 2012-06-29 14:12:46下载
- 积分:1
-
chapter10
《小波分析理论与MATALB R2007 实现》第10章源码(wavelet analysis using matlab)
- 2012-10-08 22:41:10下载
- 积分:1
-
UltraSound_program
超声图像去噪,基于小波变换的通用超声图像去噪,能够有效的去除相干斑(Ultrasound image denoising based on wavelet transform common ultrasound image denoising, can effectively remove speckle)
- 2010-01-27 15:51:02下载
- 积分:1
-
abr_filter
自己编写的αβγ滤波器工具函数,能够实现其滤波和平滑功能(Αβγ filter tool to write your own functions to achieve its filtering and smoothing function)
- 2012-10-09 15:16:45下载
- 积分:1
-
小波程序
说明: 这是一个关于小波应用工程程序的期末作业,里面包括连续小波变换和离散小波变换,适合初学者使用(This is a project on the application of wavelet end of the operating procedures, including inside the continuous wavelet transform and discrete wavelet transform, for beginners)
- 2005-09-06 21:34:39下载
- 积分:1
-
wave-move
描述电磁波(电场或磁场)在自由空间传播的Matlab程序。(Description of electromagnetic waves (electric or magnetic) in free-space propagation of Matlab procedures.)
- 2020-11-03 09:39:52下载
- 积分:1
-
SerialPortCommunication
matlab实现串口采样数据的实现曲线绘制,能够设置串口编号。(matlab SerialPortCommunication)
- 2012-11-19 15:07:32下载
- 积分:1
-
500wavlet
小波变换的程序包括小波变化 小波分解小波包分解程序(Wavelet transform procedures include wavelet transform wavelet decomposition wavelet packet decomposition program)
- 2020-06-29 11:00:02下载
- 积分:1
-
voice
说明: 论文主要包括基于小波变换语音增强的各种算法的介绍。(Articles include speech enhancement based on wavelet transform introduces a variety of algorithms.)
- 2021-05-13 21:30:02下载
- 积分:1