Function: wfilt_algmband
WFILT_ALGMBAND  An ALGebraic construction of orthonormal M-BAND wavelets with perfect reconstruction
  Usage: [h,g,a] = wfilt_algmband(K);

  [h,g,a]=WFILT_ALGMBAND(K) with K in {1,2} returns wavelet filters
  from the reference paper. The filters are 3-band (K==1) and 4-band 
  (K==2) with critical subsampling.

  Examples:
  ---------
  :
    wfiltinfo('algmband1');  

  :
    wfiltinfo('algmband2');   

  References:
    T. Lin, S. Xu, Q. Shi, and P. Hao. An algebraic construction of
    orthonormal M-band wavelets with perfect reconstruction. Applied
    mathematics and computation, 172(2):717--730, 2006.
    

Url: http://ltfat.github.io/doc/wavelets/wfilt_algmband.html

Package: ltfat