Method ao/ao2numMatrices
ao2numMatrices transforms AO objects to numerical matrices.
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
DESCRIPTION: ao2numMatrices transforms AO objects to numerical matrices.
Used to restructure the data for parameter estimation
algorithms. It assumes that AOs have the correct
dimensionality: The rows denote the channels and the collumns
denote the experiment.
CALL: outData = ao2numMatrices(out, pl);
OUTPUT: outData : A cell array with the pure numerical matrices.
{inputs, outputs, S}
For inputs and outputs its (freqs x inputs/output x experiments)
and for S its (freqs x inputs x outputs x experiments).
NK 2012
Parameters Description
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
Method Details |
|
Access |
public |
Defining Class |
ao |
Sealed |
0 |
Static |
0 |
Parameter Description
Sets for this method … |
1D |
2D |
3D |
1D |
no description |
Key |
Default Value |
Options |
Description |
ao2numMatrices |
IN |
'' |
none |
A matrix array of input signals. |
S |
'' |
none |
A matrix array of the inverse noise cross-spectrum (PSD). |
NEXP |
[] |
none |
The number of the experiments. |
Example |
plist('IN', '', 'S', '', 'NEXP', [[]]) |
back to top
2D |
no description |
Key |
Default Value |
Options |
Description |
ao2numMatrices |
IN |
'' |
none |
A matrix array of input signals. |
S |
'' |
none |
A matrix array of the inverse noise cross-spectrum (PSD). |
NEXP |
[] |
none |
The number of the experiments. |
Example |
plist('IN', '', 'S', '', 'NEXP', [[]]) |
back to top
3D |
no description |
Key |
Default Value |
Options |
Description |
ao2numMatrices |
IN |
'' |
none |
A matrix array of input signals. |
S |
'' |
none |
A matrix array of the inverse noise cross-spectrum (PSD). |
NEXP |
[] |
none |
The number of the experiments. |
Example |
plist('IN', '', 'S', '', 'NEXP', [[]]) |
back to top
Some information of the method ao/ao2numMatrices are listed below: |
Class name |
ao |
Method name |
ao2numMatrices |
Category |
Operator |
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 |
1 |
Supported numeric types |
{'double'} |
|
Method: ao/any |
|
Method: ao/bilinfit |
 |
©LTP Team