Re: Kalman filter estimation position



On Mon, 27 Oct 2008 00:26:46 -0700 (PDT), leo <e1e120032000@xxxxxxxxx>
wrote:

Hi

We have the position and velocity of products on the conveyor in time
t=t1. How can we estimate position in time t=t1+T (T is scan time) if
we know max.acceleration, max.jerk, max. velocity for this product?
Product is on the conveyor. We need probably Kalman filter, but can
somebody tell me formel how can we calculate position in t=t1+T.

Maxima don't help. What you need is current estimates of position,
velocity and maybe acceleration. If you have these, the estimated
position at t2 is x1 + v1*T + a1T^2. Then you also update the
estimates of x, v and a (and the state covariance estimate) by using
the Kalman filter equations.

Muzaffer Kal

ASIC/FPGA Design Services
DSPIA INC.
http://www.dspia.com
.



Relevant Pages

  • Re: Kalman filter estimation position
    ... We have the position and velocity of products on the conveyor in time ... detail you may find that an H-infinity filter is better than a Kalman, ... "Applied Control Theory for Embedded Systems" gives you just what it says. ...
    (comp.dsp)
  • Re: Kalman filter estimation position
    ... We have the position and velocity of products on the conveyor in time ... Wescott Design Services ... "Applied Control Theory for Embedded Systems" gives you just what it says. ...
    (sci.engr.control)
  • How to determine coefficients for alpha beta gamma filter?
    ... I have the position and velocity of products on the conveyor in time ... if for my problem the Alpha-Beta-Gamma Filter would be good enough. ... Kalpha and Kbeta are the first-order time constants dependent on the ...
    (sci.engr.control)
  • Kalman filter
    ... I have the position and velocity of products on the conveyor in time ... if for my problem the Alpha-Beta-Gamma Filter would be good enough. ... Kalpha and Kbeta are the first-order time constants dependent on the ...
    (sci.nonlinear)
  • Kalman filter
    ... I have the position and velocity of products on the conveyor in time ... if for my problem the Alpha-Beta-Gamma Filter would be good enough. ... Kalpha and Kbeta are the first-order time constants dependent on the ...
    (comp.soft-sys.matlab)

Loading