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
Sets for this method … |
List |
Range |
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
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' |
|
Spacing of frequencies:- 'lin' - Linear scale.
- 'log' - Logarithmic scale.
|
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 |
3542afe99dea25c636b7ac3b82a9f6f8be9d447d |
Min input args |
1 |
Max input args |
-1 |
Min output args |
1 |
Max output args |
-1 |
|
Method: filterbank/ne |
|
Method: filterbank/SETS |
 |
©LTP Team