Re: Kalman Filter to recover the Accelerometer Bias
- From: "arvkr" <krarvind@xxxxxxxxx>
- Date: Thu, 19 Mar 2009 09:54:33 -0500
Perhaps it is time to stop consulting engineering types, who, after all,
can only do the physically possible, and go looking for magicians?
Alright, i guess i wasn't clear or you didn't understand my problem. What
i am trying to do is simulate what i will get from an Accelerometer which
say has scale,bias error + noise. I was trying to do reverse ENGINEERING to
see if kalman filter will identify and remove the added bias and scale
factor.
For the simulation, i have a distance measure ( from a distance sensor i
have now but won't have in the future when i only have accelerometer), so i
differentiated w.r.t twice to get acceleration, then added scale factor and
a bias + assumed noise as the variance of this simulated scale factor and
bias added acceleration to make it similar to what i will get from an
accelerometer which has white noise .
Now i have a simulated acceleration measurement which has scale and bias
and i want to use kalman filter to remove them, isn't that still
engineering? The measurements are the simulated measurements.
hence state vector x = [ acc
bias]
my h(x) = scaleFactor * acc + bias
my H matrix the partial differentiation would be
H = dh(x)/dx = [ scale Factor 0]
A = [1 1
0 1]
R = var( simulated acc)
Q = some value lesser than R
Starting Values of State vector = [0
sensor's bias from the datasheet]
starting covariance Psub0 = Q
Why can't i do this?
.
- Follow-Ups:
- Re: Kalman Filter to recover the Accelerometer Bias
- From: Malachy Moses
- Re: Kalman Filter to recover the Accelerometer Bias
- References:
- Kalman Filter to recover the Accelerometer Bias
- From: arvkr
- Re: Kalman Filter to recover the Accelerometer Bias
- From: Tim Wescott
- Re: Kalman Filter to recover the Accelerometer Bias
- From: arvkr
- Re: Kalman Filter to recover the Accelerometer Bias
- From: Tim Wescott
- Kalman Filter to recover the Accelerometer Bias
- Prev by Date: Re: Kalman Filter to recover the Accelerometer Bias
- Next by Date: Re: SNR penalty due to Linear Interpolation
- Previous by thread: Re: Kalman Filter to recover the Accelerometer Bias
- Next by thread: Re: Kalman Filter to recover the Accelerometer Bias
- Index(es):
Relevant Pages
|