Method collection/filtfilt


  FILTFILT overrides the filtfilt function for analysis objects in a collection object.
 %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
 
  DESCRIPTION: FILTFILT overrides the filtfilt function for analysis objects in a collection object.
 
  CALL:        out = filtfilt(in, f, pl);
 
  Note: this is just a wrapper of ao/filtfilt. Each couple of AOs in the collection is passed
  to ao/filtfilt 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 to apply to the data.
back to top back to top

Some information of the method collection/filtfilt are listed below:
Class name collection
Method name filtfilt
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