Method collection/toSI


  TOSI overloads the toSI value method for analysis objects in a ltpda_container object.
 %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
 
  DESCRIPTION: TOSI overloads the toSI value method for analysis objects in a ltpda_container object.
 
  CALL:        out = toSI(in);
 
  Note: this is just a wrapper of ao/toSI. Each AO in the ltpda_container is passed
  to ao/toSI with the input plist.
  
  INPUTS:      in      -  input ltpda_container objects 
               pl      -  parameter list
 
  OUTPUTS:     out     -  output ltpda_container objects 
 
  Parameters Description
 
 %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
Method Details
Access public
Defining Class ltpda_container
Sealed 0
Static 0

Parameter Description

Default

no description
Key Default Value Options Description
toSI
AXIS 'xyz'
  • 'x'
  • 'y'
  • 'z'
  • 'xy'
  • 'xz'
  • 'yz'
  • 'xyz'
The axis on which to apply the method.
EXCEPTION LIST, EXCEPTIONS {'Hz', 'kg'} none Cell array with units you don't want to convert

Example

plist('AXIS', 'xyz', 'EXCEPTION LIST', {'Hz', 'kg'})

back to top back to top

Some information of the method ltpda_container/toSI are listed below:
Class name ltpda_container
Method name toSI
Category Signal Processing
Package name ltpda
Can be used as modifier 0
Supported numeric types {'double'}




©LTP Team