Function: fwtclength
FWTCLENGTH FWT subbands lengths from a signal length
  Usage: Lc=fwtclength(Ls,w,J);
         [Lc,L]=fwtclength(...);

  Lc=FWTCLENGTH(Ls,w,J) returns the lengths of the wavelet coefficient
  subbands for a signal of length Ls. Please see the help on FWT for
  an explanation of the parameters w and J.

  [Lc,L]=FWTCLENGTH(...) additianally the function 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/fwtclength.html

See also: fwt, fwtlength.

Package: ltfat