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
resp
F [] none A vector of frequencies to evaluate at or an AO

whereby the x-axis is taken for the frequency values.

Example

plist('F', [[]])

back to top back to top

Range

no description
Key Default Value Options Description
resp
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.

Example

plist('F1', [[]], 'F2', [[]], 'NF', [1000], 'SCALE', 'log')

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 967b0eec0dece803a81af8ef54ad2f8c784b20b2
Min input args 1
Max input args -1
Min output args 1
Max output args -1
Can be used as modifier 0
Supported numeric types {'double'}




©LTP Team