Matlab

Moderators: None (Apply to moderate this forum)
Number of threads: 1471
Number of posts: 2147

This Forum Only
Post New Thread
Single Post View       Linear View       Threaded View      f

Report
AR:Autoregressive model Posted by latsou on 24 Mar 2009 at 1:43 AM
Hi

in order to have the parameters of X i have apply ar(x,n) the result is an idpoly like that: A(q)y(t) = e(t) A(q) = 1 - 1.582 q^-1 + 0.7303 q^-2 .

-first i don't know how to extract the parameters i guest that here parameters are[1,1.582,0.7303] if it’s true how can i extract them?

-second i have to reconstitute my original signal X using the calculate parameters witch command matlab should i use?

please i really need help.
Report
Re: AR:Autoregressive model Posted by giug on 24 Mar 2009 at 2:57 AM
I can't understand what are your inputs and what have to be your outputs. So, you have X and n and you have find the parameters? In this case, what is X? what is n?
Report
Re: AR:Autoregressive model Posted by latsou on 25 Mar 2009 at 1:53 AM
Hi

X(t)is Polynomial it represent my signal.
n its the order of X.

an autoregressif signal have this form:
X(t+1)=a0 X(t)+a1 X(t-1)+a2 X(t-2)......an X(t-n).
the ar function help me to have the [a0,a1,a2....an]parameters.
so:
>>ar(X,n)
>>A(q)y(t) = e(t) A(q) = 1 - 1.582 q^-1 + 0.7303 q^-2;


Report
Re: AR:Autoregressive model Posted by giug on 25 Mar 2009 at 2:16 AM
Ok, can you post your signal X?



 

Recent Jobs

Official Programmer's Heaven Blogs
Web Hosting | Browser and Social Games | Gadgets

Popular resources on Programmersheaven.com
Assembly | Basic | C | C# | C++ | Delphi | Flash | Java | JavaScript | Pascal | Perl | PHP | Python | Ruby | Visual Basic
© Copyright 2011 Programmersheaven.com - All rights reserved.
Reproduction in whole or in part, in any form or medium without express written permission is prohibited.
Violators of this policy may be subject to legal action. Please read our Terms Of Use and Privacy Statement for more information.
Operated by CommunityHeaven, a BootstrapLabs company.