登录 注册
当前位置:主页 > 资源下载 > 50 > 连续小波变换及其逆变换在matlab中的实现

连续小波变换及其逆变换在matlab中的实现

  • 更新:2024-09-06 09:40:32
  • 大小:7KB
  • 推荐:★★★★★
  • 来源:网友上传分享
  • 类别:Matlab - 大数据
  • 格式:ZIP

资源介绍

function Xrec = invcwt(wvcfs, mother, scale, param, k) % Xrec = INVCWT(wvcfs, mother, scale, param,k) %uses the Farge 1992 method of using delta functions to reconstruct %waveform. %WAVELET 1D Wavelet transform with optional singificance testing %