-
fft
用于计算一个实数或复数序列的离散傅里叶变换和一个复数序列的逆离散傅里叶变换(fast fourier transform subroutine for real valued series)
- 2020-06-24 20:00:02下载
- 积分:1
-
stft
一维向量的离散短时Fourier变换函数。函数名:stft,输入:要处理的一维数组,加窗:矩形窗,窗口宽度:20。(One-dimensional vector of discrete short-time Fourier transform function. Function name: stft, enter: To deal with the one-dimensional array, plus a window: rectangular windows, window width: 20.)
- 2008-04-16 15:42:25下载
- 积分: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
-
二维S变换
能够实现二维S变换的MATLAB程序,与Stockwell的经典程序不同(the code which can implements the 2D S-transform)
- 2018-05-09 14:32:07下载
- 积分:1
-
waveletdenoise
这是本人的图像处理作业 包括利用各种基于小波的去噪过程,如硬阈值 软阈值等。。内容很丰富哦!相信一定对你有帮助的!(This is my image processing operations including the use of wavelet-based de-noising process, such as a hard threshold, such as soft-thresholding. . Oh, the content is very rich! I am sure will help you!)
- 2009-07-08 13:06:53下载
- 积分:1
-
mdwt
这是一个多维小波变换工具箱,列举了很多的实例.(This is a multi-dimensional wavelet transform toolbox, cited many examples.)
- 2021-03-08 22:09:28下载
- 积分:1
-
Tetrolet_Transform
Tetrolet变换的原代码,一种稀疏表示的小波变换,由haar变换改进得到(Tetrolet transform the original code, a sparse representation of the wavelet transform, haar transform improved)
- 2012-11-11 10:27:07下载
- 积分:1
-
脉搏信号降噪
文基于小波分析的特点,提出了一种对信号进行多重小波
变换的自适应去噪法,该方法不仅克服了小波去噪软硬阈值法的局限性,而且解决了自适应滤波中参考信号选取难的
问题,将该方法用于脉搏信号降噪,得到了满意的去噪效果。(The text features based on wavelet analysis, proposed an adaptive multi-wavelet transform for signal denoising method, this method not only overcomes the limitations of hard and soft thresholding method of wavelet de-noising, and resolve the reference signal adaptive filtering Select the difficult problem of the method is used to the noise of the pulse signal, and been satisfied with the denoising effect.)
- 2012-06-18 15:19:37下载
- 积分:1
-
wavedec2
说明: 本代码利用小波变换,实现了两幅图像的融合,使用了小波分析工具箱wavemenu,使用了小波分析函数wavedec2()进行小波变换(The code using wavelet transform, to achieve a fusion of two images, using wavelet analysis toolbox wavemenu, using wavelet analysis function wavedec2 () wavelet transform)
- 2011-04-04 14:03:23下载
- 积分:1
-
wavelet_lab2
对图像做二维离散小波变换,分解级数为3级,并重构图像,不直接调用Matlab的dwt和idwt函数。(pair of 2-dimensional images DWT, decomposition of the three series, and Image Reconstruction, not directly call Matlab dwt and idwt function.)
- 2006-12-03 11:39:43下载
- 积分:1