Home > biosig > t300 > getar0.m

getar0

PURPOSE ^

GETAR0 calculates average AR parameters for initialization of

SYNOPSIS ^

function [a0,A0] = getar0(S,P,NTR,NN);

DESCRIPTION ^

 GETAR0 calculates average AR parameters for initialization of 
 AAR estimation

 C0 = getar0(S,P,NTR,NN);
    S  signal 
    P  list of model orders
    NTR  number of realizations
    NN   length each segment
    C0 extended covarance matrix (contains a0 and A0)

 [a0,A0] = getar0(...); % in future this will become obsolete 
    a0 average AR-parameters    
    A0 covariance

CROSS-REFERENCE INFORMATION ^

This function calls: This function is called by:
Generated on Fri 22-May-2009 15:13:00 by m2html © 2003