LTPDA Toolbox™ | contents | ![]() ![]() |
ABS overloads the Absolute value method for analysis objects in a ltpda_container object. %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% DESCRIPTION: ABS overloads the Absolute value method for analysis objects in a ltpda_container object. CALL: out = abs(in); Note: this is just a wrapper of ao/abs. Each AO in the ltpda_container is passed to ao/abs 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 |
Sets for this method … |
---|
1D |
2D |
3D |
1D |
|||
---|---|---|---|
no description | |||
Key | Default Value | Options | Description |
abs | |||
AXIS | 'y' | none | The axis on which to apply the method. |
DIM | [] | none | The dimension of the chosen vector to apply the method to. This is necessary for functions like mean() when applied to matrices held in cdata objects. For tsdata, fsdata or xydata, this option has no effect. |
OPTION | '' | none | Any additional option to pass to the method. |
Example |
---|
plist('AXIS', 'y', 'DIM', [[]], 'OPTION', '') |
2D |
|||
---|---|---|---|
no description | |||
Key | Default Value | Options | Description |
abs | |||
AXIS | 'y' |
|
The axis on which to apply the method. |
OPTION | '' | none | Any additional option to pass to the method. |
Example |
---|
plist('AXIS', 'y', 'OPTION', '') |
3D |
|||
---|---|---|---|
no description | |||
Key | Default Value | Options | Description |
abs | |||
AXIS | 'z' |
|
The axis on which to apply the method. |
DIM | [] | none | The dimension of the chosen vector to apply the method to. This is necessary for functions like mean() when applied to matrices held in the z field of xyzdata objects. |
OPTION | '' | none | Any additional option to pass to the method. |
Example |
---|
plist('AXIS', 'z', 'DIM', [[]], 'OPTION', '') |
Some information of the method ltpda_container/abs are listed below: | |
---|---|
Class name | ltpda_container |
Method name | abs |
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: matrix/isequal | Method: matrix/cohere | ![]() |
©LTP Team