登录
首页 » matlab » signal_denoise_based_wavelet

signal_denoise_based_wavelet

于 2008-12-23 发布 文件大小:1113KB
0 557
下载积分: 1 下载次数: 158

代码说明:

  一个基于小波阈值的信号处理程序,通过自适应阈值方式抑制信号噪声(A threshold based on wavelet signal processing procedures, through the adaptive threshold signal noise suppression methods)

文件列表:

signal_denoise_based_wavelet

............................\adapt2.m
............................\adapt3.m
............................\adp2
............................\....\1.fig
............................\....\2.fig
............................\....\3.fig
............................\....\4.fig
............................\....\5.fig
............................\....\6.fig
............................\....\7.fig
............................\....\8.fig
............................\....\9.fig
............................\adp2.rar
............................\Denoise_Comp.m
............................\Dnoise_Cpm.m
............................\newthr.m
............................\threshold.m

下载说明:请别用迅雷下载,失败请重下,重下不扣分!

发表评论

0 个回复

  • yuanma
    对于PCA ,LDA,BIC,EBGM都有很详细的代码。但是需要在LINUX下配置运行。不过代码较有参考价值。(For PCA, LDA, BIC, EBGM have a very detailed code. But the need to configure to run under LINUX. However, a more useful code.)
    2009-04-09 12:55:48下载
    积分:1
  • PSK
    PSK信号载波相位符号定时联合估计,载波环采用判决反馈环,去除噪声平方损耗,定时模块采用早迟原理, 里边有详细的注释,希望对大家有用。点击即可运行。(PSK signal carrier phase joint estimation of symbol timing, carrier ring using decision feedback loop, remove the noise square loss, using early-late timing module principle, inside detailed notes, we want to be useful. Click to run.)
    2010-07-04 12:36:26下载
    积分: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
  • xiaobonenglaign
    本程序为小波包能量计算程序,根据相关资料,自己编写,计算感兴趣的频带能量,程序懂得人稍作修改就可以运行( U672C u7A0B u5E8F u4E3A u5C0F u6302 u803F0 u0B1 u7B97 u7A0B u5E8F uFF0C u6839 u636E u76R8 u5173 u8D44 u6599 uFF0C u81EA u5DF1 u7F16 u5199 UFF0C u8BA1 u7119 u6119 u5113 u8E1 u7684 u9891 u5E26 u80FD u91CF uFF0C u7A0B u5E8F u61C2 u5F97 u4EBA u7A0D u4F5C u4FEE u6539 u5C31 u53EF u4EE5 u8FD0 U884C)
    2017-05-18 08:53:12下载
    积分:1
  • HRVAS
    这是一款用来分析心率变异性的matlab程序,有线性分析和非线性分析,包含输出结果包含频谱分布、统计学描述、样本熵、小波分析(This is a matlab program used to analyze heart rate variability, linear analysis and nonlinear analysis contains the output contains spectral distribution, statistical description sample entropy, wavelet analysis)
    2013-02-05 11:17:47下载
    积分:1
  • AAA_Wavelet-Tutorial
    一篇很好的小波变换英文入门资料,附有注释,对想了解小波变换的初学者十分有益。(A good wavelet transform introductory information in English, annotated, very useful for beginners want to learn wavelet transform.)
    2012-09-21 10:51:11下载
    积分:1
  • gabor_filter
    实现对图像的gabor小波变换,利用了opencv的函数库,可实现方向和尺度等多项选择。(Achieve image gabor wavelet transform, using the opencv function library, enabling the direction and scale and many other options.)
    2010-08-06 15:46:39下载
    积分:1
  • tWavveletVCReh
    通过设计Visual C程序源码对简单易懂的一维信号在加上了高斯白噪声之后进行Daubechies小波、Morlet小波与Haar小波变换,从而的到小波分解系数;再通过改变分解的到的各层高频系数数进行信号的小波重构达到消噪噪的目的。在这一程序源码实现的过程中能直观地理解信号小波分解重构的过程与在信号消噪中的重要作用,和在对各层高频系数进行权重处理时系数的选取对信号消噪效果的影响。 可直接 (Design Visual C program source code on a simple one-dimensional signal with a Gaussian white noise Daubechies wavelet, Morlet wavelet and Haar wavelet transform, and thus to the wavelet coefficients and then change the decomposition to each storey wavelet reconstruction frequency coefficient of the number of signal to noise canceling noise. In the process of realization of this program source code can be intuitively understood the signal wavelet decomposition and reconstruction process and an important role in signal denoising, and the selection coefficient in the high frequency coefficients of the layers of the weight of processing noise cancellation signal impact. Can be directly)
    2012-07-27 16:21:08下载
    积分:1
  • Savitzky-Golay filter
    Savitzky-Golay滤波是一种工程应用数据处理中高效的滤波方法,能同时得到平滑后的数据和数据梯度。(Savitzky-Golay filter is an efficient filtering method in engineering application data processing, which can simultaneously obtain the smoothed data and data gradient.)
    2018-03-28 11:04:34下载
    积分:1
  • 说明:  压缩包中为小波变换的程序,可在MATLAB 中使用,可进行时频分析(The compression package is a wavelet transform program, which can be used in MATLAB and can be used for time-frequency analysis)
    2021-03-17 22:29:21下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载