-
连续小波变换及其逆变换在matlab中的实现
资源介绍
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
%