LTPDA Toolbox™ | contents | ![]() ![]() |
LINCOM make a linear combination of analysis objects %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% DESCRIPTION: LINCOM makes a linear combination of the input analysis objects. The analysis objects can be inside a matrix object. CALL: b = lincom(a1,a2,a3,...,aN,c) b = lincom([a1,a2,a3,...,aN],c) b = lincom(a1,a2,a3,...,aN,[c1,c2,c3,...,cN]) b = lincom([a1,a2,a3,...,aN],[c1,c2,c3,...,cN]) b = lincom(a1,a2,a3,...,aN,pl) b = lincom([a1,a2,a3,...,aN],pl) If no plist is specified, the last object should be: + an AO of type cdata with the coefficients inside OR + a vector of AOs of type cdata with individual coefficients OR + a pest object with the coefficients INPUTS: ai - Matrix objects with inside AOs or analysis objects. All AOs must be from the same type. c - Analysis object OR pest object with coefficient(s) pl - input parameter list OUTPUTS: b - output analysis object Parameters Description See also: ao/lincom %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
Method Details | |
---|---|
Access | public |
Defining Class | matrix |
Sealed | 0 |
Static | 0 |
Sets for this method … |
---|
Default |
Default |
|||
---|---|---|---|
no description | |||
Key | Default Value | Options | Description |
lincom | |||
COEFFS | [] | none | A vector of AOs of type cdata with individual coefficients or a PEST containing a vector of coefficients or a vector of numeric coefficients. |
Example |
---|
plist('COEFFS', [[]]) |
Some information of the method matrix/lincom are listed below: | |
---|---|
Class name | matrix |
Method name | lincom |
Category | Signal Processing |
Package name | ltpda |
VCS Version | 967b0eec0dece803a81af8ef54ad2f8c784b20b2 |
Min input args | 2 |
Max input args | -1 |
Min output args | 1 |
Max output args | -1 |
Can be used as modifier | 0 |
Supported numeric types | {'double'} |
![]() |
Method: matrix/lcpsd | Method: matrix/linfitsvd | ![]() |
©LTP Team