Simulating noise with Yuler and Burg

AI Thread Summary
The discussion centers on simulating low-frequency noise using Burg or Yuler methods after removing high-frequency white noise from an INS sensor. The user encounters issues with generated sequences diverging and producing large values, questioning if this behavior is typical. They reference an equation for their simulation and express confusion about the necessity of using a Kalman filter for error estimation instead of directly integrating simulated values. The conversation highlights the complexity of the mathematical model involved, suggesting that clearer notation might facilitate better responses. Overall, the thread emphasizes challenges in noise simulation and the integration of mathematical concepts in practical applications.
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
 
Thread 'Weird near-field phenomenon I get in my EM simulation'
I recently made a basic simulation of wire antennas and I am not sure if the near field in my simulation is modeled correctly. One of the things that worry me is the fact that sometimes I see in my simulation "movements" in the near field that seems to be faster than the speed of wave propagation I defined (the speed of light in the simulation). Specifically I see "nodes" of low amplitude in the E field that are quickly "emitted" from the antenna and then slow down as they approach the far...
Hello dear reader, a brief introduction: Some 4 years ago someone started developing health related issues, apparently due to exposure to RF & ELF related frequencies and/or fields (Magnetic). This is currently becoming known as EHS. (Electromagnetic hypersensitivity is a claimed sensitivity to electromagnetic fields, to which adverse symptoms are attributed.) She experiences a deep burning sensation throughout her entire body, leaving her in pain and exhausted after a pulse has occurred...
Back
Top