首页| JavaScript| HTML/CSS| Matlab| PHP| Python| Java| C/C++/VC++| C#| ASP| 其他|
购买积分 购买会员 激活码充值

您现在的位置是:虫虫源码 > Matlab > 小波分析函数

小波分析函数

  • 资源大小:2.70 kB
  • 上传时间:2021-06-29
  • 下载次数:0次
  • 浏览次数:0次
  • 资源积分:1积分
  • 标      签: Matlab

资 源 简 介

%WAVELET  1D Wavelet transform with optional singificance testing %WAVELET 一维小波变换,具有可选的重要性测试 %   [WAVE,PERIOD,SCALE,COI] = wavelet(Y,DT,PAD,DJ,S0,J1,MOTHER,PARAM) % %   Computes the wavelet transform of the vector Y (length N), %   with sampling rate DT. % %   By default, the Morlet wavelet (k0=6) is used. %   The wavelet basis is normalized to have total energy=1 at all scales. % % % INPUTS: % %    Y = the time series of length N. %    DT = amount of time between each Y value, i.e. the sampling time. % % OUTPUTS: % %    WAVE is the WAVELET transform of Y. This is a complex array %    of dimensions (N,J1+1). FLOAT(WAVE) gives the WAVELET amplitude, %    ATAN(IMAGINARY(WAVE),FLOAT(WAVE) gives the WAVELET phase. %&n

文 件 列 表

wavelet.m
VIP VIP
0.221689s