Method ao/ao2numMatrices
AO2NUMMATRICES.m
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
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 |
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. |
back to top
2D |
no description |
Key |
Default Value |
Options |
Description |
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. |
back to top
3D |
no description |
Key |
Default Value |
Options |
Description |
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. |
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 |
8ab8cbbc4bccf7543491a24448f4aae0b1be1c43 |
Min input args |
1 |
Max input args |
-1 |
Min output args |
1 |
Max output args |
-1 |
|
Method: ao/any |
|
Method: ao/bilinfit |
 |
©LTP Team