Plots wavedec coeffs
wavedecplot(C,L) wavedecplot(C,L,cbar,f)
Plots the absolute coefficients of a discrete Wavelet-Transform (wavedec)
wname = 'db2'; x=[zeros(1,200),20*ones(1,200)]; [C,L]=wavedec(x,5,wname); wavedecplot(C,L);
Holger Nahrstaedt