From: subarna pal on
i'm working on eegsignal processing & feature extraction.
i want to model the data using ar model in matlab.
the data file is in a m-file format. the ar model requires the data
to be entered.
so can anyone help me how to enter the data for ar modelling?
From: Johan Carlson on
subarna pal wrote:

> i'm working on eegsignal processing & feature extraction.
> i want to model the data using ar model in matlab.
> the data file is in a m-file format. the ar model requires the data
> to be entered.
> so can anyone help me how to enter the data for ar modelling?

If you have the System identification toolbox I suggest you start with
that. If not, you will have to write your own code to estimate the
auto-covariance matrix for a given model order.

/Johan