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
filtfilt
FILTER '' none The filter to apply to the data.

Example

plist('FILTER', '')

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 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'}




©LTP Team