How Do You Model a Discrete Stochastic Signal Using State-Space Representation?

Join the discussion
Ask a follow-up here, or get your own question answered by working scientists, mathematicians and engineers — people, not an autocomplete.
Real named experts · corrections over time · the nuance an AI answer skips
1 reply · 4K views
mr.t
Messages
7
Reaction score
0

Homework Statement


A time discrete stocastic signal is described by
[tex]s(k) = w(k-1) + aw(k-2)[/tex], |a|<1
and w(n) is white gaussian noise with [tex]m_w = 0, \sigma_w^2 = 1[/tex]. It is observed under influence of white noise:
[tex]y(k) = s(k) + v(k)[/tex]
where v(n) is white gaussian noise with [tex]m_v = 0, \sigma_v^2=1[/tex]. v(n) and w(n) are independent.

Problem: Find the space-state model:
[tex]x(k+1) = Ax(k) + Bw(k)<br /> y(k) = Cx(k) + v(k)[/tex]

By using the state:
[tex]x(k) = \bmatrix s(k) \\ w(k-1) \endbmatrix[/tex]

Homework Equations


(given above)

The Attempt at a Solution


I have only solved these problems when there is a AR-part. As this is an ARMA(0,2) I have no clue and need help. If its just an MA-part, then the whole A-matrix is zero? And how should I use the fact that I am suppose to use the specified states? How does that affect the state-space model?

Im confused, please help me!
Thanks!
 
Physics news on Phys.org
Just want to let you guys know that I've solved it. (pretty sure at least :-p)