LTPDA Toolbox™ | contents | ![]() ![]() |
FILTER overrides the filter function for analysis objects in a collection object. %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% DESCRIPTION: FILTER overrides the filter function for analysis objects in a collection object. CALL: out = filter(in, f, pl); Note: this is just a wrapper of ao/filter. Each couple of AOs in the collection is passed to ao/filter with the input plist. INPUTS: in - input collection objects f - ltpda_filter object (miir, mfir, ...) pl - parameter list OUTPUTS: out - output collection objects Parameters Description %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
Method Details | |
---|---|
Access | public |
Defining Class | collection |
Sealed | 0 |
Static | 0 |
Sets for this method … |
---|
Default |
Default |
|||
---|---|---|---|
no description | |||
Key | Default Value | Options | Description |
filter | |||
FILTER | '' | none | The filter(s) to apply to the data. |
GDOFF | 0 |
|
Switch off correction for group delay. |
BANK | 'parallel' |
|
Specify what type of filter bank is being applied. |
INITIALIZE | 0 |
|
Initialize the filter to avoid startup transients. |
Example |
---|
plist('FILTER', '', 'GDOFF', [false], 'BANK', 'parallel', 'INITIALIZE', [false]) |
Some information of the method collection/filter are listed below: | |
---|---|
Class name | collection |
Method name | filter |
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'} |
![]() |
Method: collection/fft | Method: collection/filtfilt | ![]() |
©LTP Team