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

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 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 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 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 3f8d61c792503a5b5ec8a0a153efb23b65da24a9
Min input args 1
Max input args -1
Min output args 1
Max output args -1




©LTP Team