目前在使用小波包
想問在使用時如何用非預設的小波
T = wpdec(X,N,'wname',E,P)
查HELP後
'wname', see WFILTERS
再查 WFILTERS
然後顯示
[LO_D,HI_D,LO_R,HI_R] = wfilters('wname')
下面說有這些
Available wavelet names 'wname' are:
Daubechies
Coiflets
Symlets
Discrete Meyer wavelet
Biorthogonal
Reverse Biorthogonal
那我要用 MORLET還是墨西哥啥的小波要怎麼設定呢?