Method collection/filter


  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

Parameter Description

Default

no description
Key Default Value Options Description
FILTER '' none The filter(s) to apply to the data.
GDOFF 0
  • 0
  • 1
Switch off correction for group delay.
BANK 'parallel'
  • 'parallel'
  • 'serial'
Specify what type of filter bank is being applied.
INITIALIZE 0
  • 0
  • 1
Initialize the filter to avoid startup transients.
back to top back to top

Some information of the method collection/filter are listed below:
Class name collection
Method name filter
Category Signal Processing
Package name ltpda
VCS Version 175910878ca914560542d679d9d392de37438d84
Min input args 1
Max input args -1
Min output args 1
Max output args -1




©LTP Team