Continue to Site

Welcome to EDAboard.com

Welcome to our site! EDAboard.com is an international Electronics Discussion Forum focused on EDA software, circuits, schematics, books, theory, papers, asic, pld, 8051, DSP, Network, RF, Analog Design, PCB, Service Manuals... and a whole lot more! To participate you need to register. Registration is free. Click here to register now.

Tracking problem - alpha-beta tracking

Status
Not open for further replies.

leoleo222

Newbie level 2
Joined
Mar 18, 2009
Messages
2
Helped
0
Reputation
0
Reaction score
0
Trophy points
1,281
Activity points
1,304
alpha-beta tracking

I want to use Alpha-Beta-Gamma Filter (or Kalman Filter) for the
following problem:

I have the position and velocity of products on the conveyor in time
t=t1. How can I estimate the position in time t=t1+T (T is scan time)
if
I know acceleration a and max. velocity for this product? The
product is on the conveyor.


Conveyor can change the speed every scan.


With acceleration a. It means, if conveyor has velocity at the time
t=t1 v=V1, then at the time t=t1+T velocity can be


V1 or V1-a*T or V1+a*T.. I need probably Kalman filter and I am not
sure
if for my problem the Alpha-Beta-Gamma Filter would be good enough.


In literature there is formel for Alpha Beta-Gamma Tracking index:
there is a formula for the calculation of the following
coefficients :


α (k + 1) = α (k) + G α (α * - α (k))
β (k + 1) = β (k) + G β (β * - β (k))
G α =1-exp(-1/K α)
G β =1-exp(-1/K β)


Kalpha and Kbeta are the first-order time constants dependent on the
tracking index parameter .


How can I calculate these time constants?


I found for Alpha Beta filter the constants are calculated:


Kα=4.20-4.20*α* for 0.506<α<1.0


Kα=5.90-7.56*α* for 0.184<α<0.506


Kα=7.14-14.29*α* for 0.<α<0.184


K β =5.397-5.397*β* for 0.931< β <1.0


K β =2.047-1.797* β * for 0.27< β <0.931


K β =1.672-0.407* β * for 0.< β <0.27


How can I calculate these constants for α- β-γ filter?


How can I determine tracking index for my problem (see above)?


I have scan time=2 msec and it is constant. But how can I determine:


σⁿ : The measurement noise standard deviation which is determined
from
the object detection


scheme, i.e. the measurement process.(in my case it is accuracy from
encoder value or…?).


σa: The maneuvering accelerations standard deviation. This parameter
is related to the


object dynamics.


I would be very much grateful to you, if you could let me know your
opinion on this problem.


Thanks in advance


LEO
 

Status
Not open for further replies.

Similar threads

Part and Inventory Search

Welcome to EDABoard.com

Sponsor

Back
Top