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: filterbankfreqz
FILTERBANKFREQZ  Filterbank frequency responses
  Usage: gf = filterbankfreqz(g,a,L)

  gf = FILTERBANKFREQZ(g,a,L) calculates length L frequency responses
  of filters in g and returns them as columns of gf.

  If an optional parameters 'plot' is passed to FILTERBANKFREQZ,
  the frequency responses will be plotted using PLOTFFT. Any
  optional parameter undestood by PLOTFFT can be passed in addition
  to 'plot'.

Url: http://ltfat.github.io/doc/filterbank/filterbankfreqz.html

Package: ltfat