MATLAB: Signal Processing

MATLAB

How to write matlab code for extracting Auto Regressive coefficients from an input signal using Auto Regressive model

Best Answer

If you have the Signal Processing Toolbox, there are a number of functions for this.
>>doc aryule
>>doc arburg
as just two examples.
Related Question