LTPDA Toolbox™ | contents | ![]() ![]() |
RESP returns the complex response of a transfer function as an Analysis Object. %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% DESCRIPTION: RESP returns the complex response of a transfer function as an Analysis Object. CALL: a = resp(obj, f); % compute response for vector f a = resp(obj, f1, f2, nf); % compute response from f1 to f2 in nf steps. a = resp(obj, pl); % compute response from parameter list. a = resp(obj); % compute response Parameters Description %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
Method Details | |
---|---|
Access | public |
Defining Class | ltpda_tf |
Sealed | 0 |
Static | 0 |
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. |
BANK | 'none' |
|
How to handle a vector of input filters (only iir and fir filters):
|
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:
|
BANK | 'none' |
|
How to handle a vector of input filters (only iir and fir filters):
|
Some information of the method ltpda_tf/resp are listed below: | |
---|---|
Class name | ltpda_tf |
Method name | resp |
Category | Signal Processing |
Package name | ltpda |
VCS Version | 8ab8cbbc4bccf7543491a24448f4aae0b1be1c43 |
Min input args | 1 |
Max input args | -1 |
Min output args | 1 |
Max output args | -1 |
![]() |
Method: miir/impresp | Method: miir/SETS | ![]() |
©LTP Team