1 Matlab 之小波滤波函数 南京理工大学仪器科学与技术专业 谭彩铭 2010-3-20 1 wfilters 函数 [Lo_D,Hi_D,Lo_R,Hi_R] = wfilters('wname') computes four filters associated with the orthogonal or biorthogonal wavelet named in the string 'wname'
The four output filters are Lo_D, the decomposition low-pass filter Hi_D, the decomposition high-pass filter Lo_R, the reconstruction low-pass filter Hi_R, the reconstruction high-pass filter 2 biorfilt 函数 The biorfilt command returns either four or eight filters associated with biorthogonal wavelets
3 orthfilt 函数 [Lo_D,Hi_D,Lo_R,Hi_R] = orthfilt(W) computes the four filters associated with the scaling filter W corresponding to a wavelet 4 biorwaef 函数 [RF,DF] = biorwavf(W) returns two scaling filters associated with the biorthogonal wavelet specified by the string