03-07-2007 04:05 PM
03-22-2007 12:56 PM
Can any one committing on positional algorithm or give me its equation.
04-01-2007 11:53 PM - edited 04-01-2007 11:53 PM
I found a solution but I am not sure
if it correct or not.
if I put all equations together then
the output = 1 +2 + 4 / 3
output = (gain * (input Difference *
lead time) + (input * time) + ((lag time * previous value (the shift
register))/gain)) / lag time + time
if we analyse the equation
we will find that
input * time is the signal and its
time
gain * (input Difference * lead time) this is the lead
position
((lag time * previous value (the shift register))/gain))
this is the lag position
and the divisor
lag time + time in
case there is lag and in case there is lead will be "time" only because lag time = 0
Message Edited by mksa on 04-01-2007 11:55 PM