-
Wavelets-applications
主要讲述小波变换在信号分析和图像处理中的应用,英文版。(Wavelets applications in signal and image processing)
- 2011-08-01 22:36:39下载
- 积分:1
-
使用小波变换的图像边缘检测算法
使用小波变换的图像边缘检测算法(use wavelet transform Edge Detection Algorithm)
- 2021-03-21 22:09:16下载
- 积分:1
-
xiaobobianhuanyuyingyong
某一直升机齿轮箱上的早期损伤的特征是,在伴随振动信号上产生一个可变周期的非平稳扰动信号。要求按此特征构造一组有物理意义的数据仿真早期故障信号,应用小波变换技术分析故障的特征和发生时刻。(a helicopter gearbox early on the characteristics of the injury, In addition to the vibration signal produced a variable cycle perturbation of non-stationary signals. Click here to request a group of tectonic significance of a physical early fault simulation data signals Application of wavelet transform technical analysis of the features and fault occurred moments.)
- 2007-07-03 02:32:53下载
- 积分:1
-
blitwave
图像处理中的小波变换C++源代码,含有使用文档和例子,非常全面!(image processing wavelet transform C source code, documentation and with the use of examples, very comprehensive!)
- 2006-10-04 14:24:17下载
- 积分:1
-
tei_kr12
FMCW调频连续波雷达的测距测角,可以得到很精确的幅值、频率、相位估计,有小波分析的盲信号处理。( FMCW frequency modulated continuous wave radar range and angular measurements, You can get a very accurate amplitude, frequency, phase estimation, There Wavelet Analysis Blind Signal Processing.)
- 2017-05-27 14:13:25下载
- 积分:1
-
HarmoniousWavelet
谐波小波分析的源代码,应该属于信号处理类的,绝对值得收藏,送给朋友们!(Harmonic wavelet analysis source code, it should be under the category of signal processing, and definitely worth collection, a gift my friends!)
- 2008-06-24 18:41:18下载
- 积分:1
-
wave_image
通过学习小波变换原理,自行编写小波函数,不用matla自带小波函数(Wavelet transform principle, by learning to write wavelet function, need not matla with wavelet function)
- 2015-04-23 17:00:07下载
- 积分:1
-
DWT_1D
本程序用Mallat算法实现小波变换,方法简答以实现(This program uses the mallat algorithe to implement wavelet transform)
- 2017-11-21 11:42:10下载
- 积分:1
-
DenoisewaveletMod
小波模极大值去噪程序,希望对大家有用哈!(modulus maxima wavelet denoising procedures in the hope that it may be useful for Kazakhstan.)
- 2007-03-09 19:01:19下载
- 积分: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