-
wavelet_denoise
小波变换去噪,此函数用于去除白躁信号&周期性干扰信号(Wavelet transform denoising, this function is used to remove white manic signal & periodic interference signal
)
- 2013-04-02 17:49:38下载
- 积分:1
-
xiaobofazhichuli
基础应用基于小波变换阈值去噪的MATLAB源代码(包含小波包去噪程序)(Based on the application based on wavelet transform threshold denoising MATLAB source code (including the wavelet packet denoising procedures ))
- 2012-11-27 14:25:15下载
- 积分:1
-
3dwaveletebyrf
这是一本关于高维(三维以上)小波的书,对做三维的朋友应该有参考价值,所以特意贡献出(This is one of the high-dimensional (3-D above) wavelet, the book right to do 3D friends should have reference value, So deliberately contributing)
- 2020-12-01 19:19:27下载
- 积分:1
-
对图像实现拉东变换
说明: 可以对图像实现拉东变换,包含了原始图像与程序,可以自行修改(Radon transform of image can be realized)
- 2019-04-08 19:34:23下载
- 积分:1
-
secgenwav
Second generation wavelets and applications
- 2010-05-17 03:23:57下载
- 积分:1
-
wavelet
利用matlab中的小波变换函数,对图像进行小波降噪,并分析降噪效果。(The wavelet transform using matlab function, the image wavelet noise reduction, and analyze the noise reduction effect.)
- 2013-07-22 16:17:51下载
- 积分:1
-
Dual-tree_DWT_code
双树复数小波变换的滤波程序,在所有小波变换的程序中,该程序采用双变量模型能很好完成去噪功能(dual-tree complex wavlet transform is a good inshift wavelet transform)
- 2011-12-04 22:29:51下载
- 积分:1
-
shiyan
shiyan图像分析及图像处理(时频变换)的小软件(Shiyan image analysis and image processing (time-frequency transform) a small software)
- 2008-05-06 07:54:00下载
- 积分:1
-
ImageInpainting
说明: Curvelet变换是由一种特殊的滤波过程和多尺度脊波变换组合而成:本程序对彩色图像进行了curvelet变换从而实现图像去噪的效果。首先对图像进行子带分解;然后对不同尺度的子带图像采用不同大小的分块;最后对每个分块进行Ridgelet分析。(Curvelet transform is a combination of a special filtering process and multi-scale ridgelet transform. In this program, curvelet transform is applied to color image to achieve the effect of image denoising. First, the image is decomposed into sub-band; then the sub-band images of different scales are divided into different sizes; finally, each sub-band image is analyzed by ridgelet.)
- 2020-06-07 22:44:15下载
- 积分: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