Function: wfbtclength
WFBTCLENGTH  WFBT subband lengths from a signal length
  Usage: Lc=wfbtclength(Ls,wt);
         [Lc,L]=wfbtclength(...);

  Lc=WFBTCLENGTH(Ls,wt) returns the lengths of coefficient subbands 
  obtained from WFBT for a signal of length Ls. Please see the help 
  on WFBT for an explanation of the parameters wt. 

  [Lc,L]=WFBTCLENGTH(...) additionally returns the next legal length 
  of the input signal for the given extension type.

  The function support the same boundary-handling flags as the FWT
  does.

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

See also: wfbt, wfbtlength.

Package: ltfat