Method filterbank/resp


  RESP Make a frequency response of a filterbank.
 %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
 
  DESCRIPTION: RESP Make a frequency response of a filter bank.
               The input filter should be a filterbank object.
 
               The response is returned as a frequency-series in an
               analysis object.
 
  CALL:        as = resp(filts1,filts2,...,pl)
               as = resp(filts,pl)
               as = filts.resp(pl)
 
  Parameters Description
 
  INPUTS:      filtsN   - input filterbank objects
               filts    - input filterbank objects array
               pl       - input parameter list
 
  OUTPUTS:     as       - array of analysis objects, one for each input
 
 %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
Method Details
Access public
Defining Class filterbank
Sealed 0
Static 0

Parameter Description

List

no description
Key Default Value Options Description
F [] none A vector of frequencies to evaluate at or an AO

whereby the x-axis is taken for the frequency values.
back to top back to top

Range

no description
Key Default Value Options Description
F1 [] none Start frequency.
F2 [] none Stop frequency.
NF 1000 none Number of evaluation frequencies.
SCALE 'log'
  • 'lin'
  • 'log'
Spacing of frequencies:
  • 'lin' - Linear scale.
  • 'log' - Logarithmic scale.
back to top back to top

Some information of the method filterbank/resp are listed below:
Class name filterbank
Method name resp
Category Signal Processing
Package name ltpda
VCS Version 3f8d61c792503a5b5ec8a0a153efb23b65da24a9
Min input args 1
Max input args -1
Min output args 1
Max output args -1




©LTP Team