2.0

2.0 | 1 rating Rate this file 11 Downloads (last 30 days) File Size: 1.61 KB File ID: #16425

ARMA PARAMETER ESTIMATION

by Miguel Angel Lagunas Hernandez

 

18 Sep 2007 (Updated 18 Sep 2007)

Estimating the parameters of AR-MA sequences is fundamental. Here we present another method for ARM

| Watch this File

File Information
Description

File name: ARMA_LAST.M

This function provides an ARMA spectral estimate which is maximum entropy satisfying correlation constraint (number of poles)and cepstrum
constrains (number of ceros)

The function requires 3 inputs: Input signal, Order of denonominator, Order of Numerator and the output variable are: numerator coeffients, denominator coeficients and square-root of input noise power.

ARMA_LAST function requires spa_corc.m file to compute the autocorrelation matrix

MATLAB release MATLAB 7.0.4 (R14SP2)
Tags for This File  
Everyone's Tags
Tags I've Applied
Add New Tags Please login to tag files.
Comments and Ratings (2)
18 Sep 2007 Scott Miller

Could you post a reference to the technique used?

Scott

20 Sep 2007 Marcelo Perlin

Needs a lot of improvement.

My remarks:
- add more details about input / output arguemnts
- Add better description about the submission (who may use it, for what)
- add error checking
- add examples scripts

Also, I've tried to run it with:

xinf=randn(100,1);
np=1;
nq=1;

[sigma,outn,outd]=arma_last(xinf,np,nq);

And all I got was 1 in all the outputs. I know what a ARMA model is. Something's got to be wrong.

I'll be glad to give a better rating if the improvements are made..

Please login to add a comment or rating.
Tag Activity for this File
Tag Applied By Date/Time
spectral analysis Miguel Angel Lagunas Hernandez 22 Oct 2008 09:27:27
cepstrum Miguel Angel Lagunas Hernandez 22 Oct 2008 09:27:27
estimation Miguel Angel Lagunas Hernandez 22 Oct 2008 09:27:27
arma Miguel Angel Lagunas Hernandez 22 Oct 2008 09:27:27
estimation king 25 Oct 2011 02:49:19
arma king 25 Oct 2011 02:49:23
cepstrum king 25 Oct 2011 02:49:26
spectral analysis king 25 Oct 2011 02:49:29

Contact us at files@mathworks.com