The Octave Forge package repository is no longer actively maintained. Please find Octave Packages at https://packages.octave.org.

Navigation

Operators and Keywords

Function List:

C++ API

Function: framelengthcoef
FRAMELENGTHCOEF  Frame length from coefficients
  Usage: L=framelengthcoef(F,Ncoef);

  FRAMELENGTHCOEF(F,Ncoef) returns the length of the frame F, such that
  F is long enough to expand the coefficients of length Ncoef.

  If instead a signal is given, call FRAMELENGTH.

Url: http://ltfat.github.io/doc/frames/framelengthcoef.html

See also: frame, framelength.

Package: ltfat