Method MCMC/ao2strucArrays


  AO2NUMMATRICES.m
 %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
 
  DESCRIPTION: ao2strucArrays is 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.
 
               The output is an array of structire objects containing 
               the data necessary for the MCMC class. 
 
  CALL:        struct = ao2strucArrays(out, pl); 
       
  OUTPUT:      struct : A structure array with the data in pure numerical form.
                         
                         struc(Nexp).inputs
                         struc(Nexp).outputs
                         struc(Nexp).noise
 
               For inputs and outputs its (freqs x inputs/output)
               and for S its (freqs x outputs x outputs).
 
  NK 2012     
 
  Parameters Description
 
 %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
Method Details
Access public
Defining Class MCMC
Sealed 0
Static 1



©LTP Team