Simulating noise with Yuler and Burg

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
2 replies · 2K views
ramesses
Messages
16
Reaction score
0
Hi
After removing high frequency white noise in my INS sensor, I want to simulate low frequency noise with Burg or Yuler.
I used some functions in python to analyse the recorded data and to get parameters to use.
But the the problem is the sequences generated diverge (and take very big values), is that normal ?
I use the following equation :
XN+4=XN+3*C3+XN+2*C2+XN+1*C1+W1
where W1 is white noise.
I have another question.
Why I have to use kalman filter to estimate the error ?
Why not to integrate directly the value given by the simulation ?
 
Engineering news on Phys.org
I have no idea what you wrote. Is that English? :bow:

It seems to be some sort of auto-regressive model, but I don't recognize the math. Perhaps if that were clearer (use that little Σ button if it helps) more people would respond.

Also another forum might find more people familiar with this sort of math.
 
English is my 3rd language :wink:
XN3i=0Xi*Ci +W1