Wavelet packet coefficients |
get_detail(w,l) Returns the result of extracting the index-1 block of wavelet packet coefficients at level l from the wavelet packet transform w.
get_smooth(w,l) Returns the result of extracting the 0th block of wavelet packet coefficients at level l from the wavelet packet transform w.
put_detail(w,l,y) Returns the result of inserting the vector y into the index-1 block of wavelet packet coefficients of w at level l.
put_smooth(w,l,y) Returns the result of inserting the vector y into the index-0 block of wavelet packet coefficients of w at level l.