登录
首页 » matlab » wavelet

wavelet

于 2018-06-09 发布 文件大小:48KB
0 324
下载积分: 1 下载次数: 11

代码说明:

  利用小波分析原理对某信号进行分解与重构,并可提取指定层数上的高、低频信号。(A signal is decomposed and reconstructed by using wavelet analysis principle, and high and low frequency signals can be extracted from the specified number of layers.)

文件列表:

experiment_1.m, 1917 , 2017-05-12
小波试验1.docx, 51787 , 2017-05-12

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

发表评论

0 个回复

  • 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
  • wavepage
    小波包分析提取振动信号中的分解,系数重构特征频率,以及能量谱分析计算(Wavelet packet analysis to extract the vibration signal decomposition coefficient reconstruction of the characteristic frequency, and calculate the energy spectrum analysis)
    2011-11-01 16:08:34下载
    积分:1
  • Wavelet
    小波包变换分析信号的MATLAB程序,可用于提取故障特征向量(Wavelet packet transform analysis of signals in MATLAB procedures, can be used to extract fault feature vector)
    2020-07-01 05:40:01下载
    积分:1
  • Ahybridwaveletanalysisandsupportvectormachines
    一篇不错的智能算法结合小波的论文,非常不错的论文(goodpapersaboutwaveletandintelligencealgorithm)
    2009-02-04 11:50:16下载
    积分:1
  • SIGNAL_edge_dwt
    利用小波变换模极大值方法进行信号检测的实验,很容易的检测出突变点(Wavelet transform modulus maxima method of signal detection experiments, it is easy to detect mutations)
    2010-09-20 09:24:10下载
    积分: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
  • GSM_Denoise
    实现了高斯混合尺度模型(GSM)算法,可被嵌入到各种去噪框架中(如各种小波变换等)使用。(Gaussian mixture scale model (GSM) algorithm, can be embedded into a variety of denoising framework (such as a variety of wavelet transform, etc.) use.)
    2021-04-07 09:19:01下载
    积分:1
  • lwt
    用matlab编写的提升小波算法,应用于图像处理,很好用(Matlab prepared using lifting wavelet algorithm used in image processing, very good use)
    2021-04-21 10:28:49下载
    积分:1
  • PCMW2D_2
    移动窗口二维相关光谱方法matlab的实现,完全是自己参照公式编的哦。。移动窗口二维相关光谱是一种新的二维相关分析方法,它将移动窗口的概念和二维相关分析方法有效地结合在了一起,利用移动窗口将庞大的光谱数据按矩阵分割成若干个便于操作的子矩阵,用二维相关光谱分别处理,将得到的结果综合分析,用以光谱变量和扰动变量为坐标的等高图表现出来,从中可以非常直观地观察出光谱强度在扰动变量方向上的变化,进而找出引起光谱强度突变的特征扰动点。(Moving window two-dimensional correlation spectroscopy method matlab realization, is entirely their own formulas reference the Oh. . Moving window two-dimensional correlation spectroscopy is a new two-dimensional correlation analysis method, it will move the window concept and two-dimensional correlation analysis method is effective to combine together, using the moving window at the huge spectral data matrix is ​ ​ divided into a number of easy to operate a sub-matrix, respectively, using two-dimensional correlation spectroscopy process, comprehensive analysis of the results obtained for the spectral variables, and disturbance variables manifested contour map coordinates, which can visually observe the spectral intensity of the direction of the disturbance variable The change, then find mutations characteristic spectral intensity caused disturbance point.)
    2021-04-10 09:48:59下载
    积分:1
  • matlab如何实现fft
    用matlab如何实现fft变换,进而得到经过fft变换后的图像(How to implement FFT transformation with MATLAB)
    2017-10-11 10:31:22下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载