登录
首页 » matlab » wave_denoise

wave_denoise

于 2012-04-09 发布 文件大小:1KB
0 357
下载积分: 1 下载次数: 19

代码说明:

  此程序仿真了一个被污染了的信号源,然后通过小波去噪,成功取出了信号中的杂波(This procedure simulation has polluted the supply oscillator, then through the wavelet denoising, the success took out in the signal clutter )

文件列表:

wave_denoise.m,2455,2012-03-19

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

发表评论

0 个回复

  • gaojieMUSIC
    基于高阶累积量的MUSIC算法仿真,有直观结果可供参考(MUSIC algorithm simulation based on higher order cumulants, intuitive results available)
    2013-03-02 14:15:18下载
    积分:1
  • quzao
    利用小波变换的去噪代码,用于图像处理,这是毕业设计的程序(Denoising using wavelet transform code for image processing, which is designed for graduate programs)
    2011-05-13 15:30:21下载
    积分:1
  • CMU-CS
    很好的ica算法,计算ica时候用到,很好参考价值,卡内基学院用的程序(Good ica algorithm to calculate ica when used, a good reference value, the Carnegie Institute program)
    2012-11-02 19:11:53下载
    积分:1
  • SerialPortCommunication
    matlab实现串口采样数据的实现曲线绘制,能够设置串口编号。(matlab SerialPortCommunication)
    2012-11-19 15:07:32下载
    积分:1
  • Fast_Algorithm_of_Edge_Detection_Based_on_Lifting_
    本文通过比较第一代和第二代小波算法特点,引入二代小波提升结构的概念,提出了一种基于二代小波提升结构的快速图像边缘检测算法 对三次B样条小波基实现提升格式,通过计算大尺度下分解子图的模值和幅角来确定边缘 经过实验比较,能比经典的边缘检测算法得出更精确的边缘图像,同时通过与基于第一代小波算法的边缘检测比较,基于二代小波提升格式的边缘检测算法计算更快速,更高效。(In this paper, by comparing first-and second-generation wavelet algorithm features, the introduction of second generation wavelet to enhance the concept of structure, a second generation wavelet-based structure to enhance the rapid image edge detection algorithm on the three B-spline wavelet lifting scheme to achieve through Calculation of large-scale mold subgraph decomposition value and increase the edge angle to determine the experimental comparison, than the classical edge detection algorithm to draw a more accurate edge image, at the same time with the first generation of wavelet-based edge detection algorithm comparison, based on the Second generation wavelet lifting scheme edge detection algorithm is faster and more efficient.)
    2008-06-23 13:18:06下载
    积分:1
  • 02
    2.1 傅里叶变换 2.1.1 经典傅里叶变换 2.1.2 傅里叶变换的基本性质 2.1.3 快速傅里叶变换 2.1.4 短时傅里叶变换 2.2 小波分析与多分辨率分析的历史 2.3 小波分析与傅里叶变换的对比 2.4 小波变换 2.4.1 连续小波变换 2.4.2 离散小波变换 2.4.3 高维小波连续变换 2.5 常用小波基函数 2.5.1 小波函数 2.5.2 小波函数系 2.5.3 复数小波 2.6 构造紧支撑正常小波基 2.7 多分辨率分析与小波构造 2.8 分析小波包 2.8.1 小波包的定义及性质 2.8.2 分解小波包的空间 2.8.3 小波包算法(2.1 Fourier transform 2.1.1 classical Fourier transform 2.1.2 The basic properties of the Fourier transform 2.1.3 Fast Fourier Transform 2.1.4 short time Fourier transform 2.2 wavelet analysis and multi-resolution analysis of the history of 2.3 Wavelet Analysis and comparison of the Fourier transform 2.4 Wavelet Transform 2.4.1 Continuous Wavelet Transform 2.4.2 Discrete Wavelet Transform 2.4.3 Continuous high-dimensional wavelet transform 2.5 Common wavelet basis function 2.5.1 wavelet function 2.5.2 Department of wavelet function 2.5.3 Complex Wavelet 2.6 Construction of compactly supported wavelets normal More than 2.7 resolution analysis and wavelet construction 2.8 Analysis of Wavelet Packet 2.8.1 Definition and properties of wavelet packet 2.8.2 wavelet packet decomposition space 2.8.3 Wavelet Packet Algorithm)
    2013-10-19 16:34:13下载
    积分:1
  • WaveletTutorial(1)
    wavelet transform,continuous wave let transform,discrete wavelet transform
    2015-07-24 09:15:39下载
    积分:1
  • SAR
    在实数域 ,对称、 正交的紧支集非平凡单小波基不存在 ,而多小波把紧支集,对称性、 正交性完美地结合在一起 ,使小波理论从标量扩展到矢量范畴。利用上述特点将多小波变换应用于 SAR 图像压缩。(In the real fields, symmetric, orthogonal set of nontrivial compactly supported wavelet basis does not exist alone, but more than the compact support wavelet, symmetry, orthogonality perfect combination, So wavelets theory extended Dao vector from scalar context. Use of these features will be more than SAR image compression wavelet transform.)
    2010-08-13 16:13:02下载
    积分:1
  • predectif-detection-of-defects
    Resumé de l’article: "Early Detection of Fatigue Damage on Rolling Element Bearings Using Adapted Wavelet" par Xavier Chiementin, Fabrice Bolaers, Jean-Paul Dron en franç ais
    2012-04-10 17:29:32下载
    积分:1
  • decomposition
    运行emd,得到输入信号X的固有模态函数(imf),每列代表着信号X的一阶分量,X就是我们采集的信号。 hhtdn是hht去噪的程序,可以不看,仅看emd 和 findpeaks wvtdn是wavelet去噪程序,如果只是分解信号,仅用下面的语句即可 [C,L] = wavedec(x_noise,dl,wn); x_noise就是我们采集的信号,dl是分解的阶数,wn是分解的母小波名称(% Empiricial Mode Decomposition (Hilbert-Huang Transform) % imf = emd(x) % Func : findpeaks)
    2021-04-13 22:28:55下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载