Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations TugboatEng on being selected by the Eng-Tips community for having the most helpful posts in the forums last week. Way to Go!

Recent content by kfas

  1. kfas

    proximity sensing

    It is obvious Texas Instruments used it in whatever machine they wanted.From their documentation they could have corrected whatever errors it has.
  2. kfas

    proximity sensing

    I need help to convert the following derivative integration pseudocode for proximity sensing to a matlab program X[i-1] = X[0] I[i-1] = 0 Loop1: D[i] = X[i] - X[i-1] Is (ABS(D[i]) greater than DT)? true: I[i] = I[i-1] + D[i] else: I[i] = I[i-1] Is (I[i] H/d) true: Object detected I[i-1] = I[i]...

Part and Inventory Search

Back
Top