Hello,
With a GPS, I want to measure duration and distance of the braking phase of railway machines, from 100km/h to 0km/h.
I don't need absolute position precision. I juste need to measure distance of braking phase.
GPS reception is good, test site is in a rural area.
A first prototype is working, I receive NMEA and uBlox messages from a 10Hz module on Teensy 4.
So no electronics problems, as it is designed by electronics and software engineers.
But what about precision and drift of position coordinates????
I know there is drift in position values, but what is the "frequency" of this drift ?
I am assuming there is a negligible drift during the measurement phase of 10-30 seconds. Is this correct ????
A second solution is to measure distance by integrating the speed, which is very precise.
There is also a solution to use both speed and position, and fit them in a kahlman filter.
Any hints, links, ideas are welcome.
With a GPS, I want to measure duration and distance of the braking phase of railway machines, from 100km/h to 0km/h.
I don't need absolute position precision. I juste need to measure distance of braking phase.
GPS reception is good, test site is in a rural area.
A first prototype is working, I receive NMEA and uBlox messages from a 10Hz module on Teensy 4.
So no electronics problems, as it is designed by electronics and software engineers.
But what about precision and drift of position coordinates????
I know there is drift in position values, but what is the "frequency" of this drift ?
I am assuming there is a negligible drift during the measurement phase of 10-30 seconds. Is this correct ????
A second solution is to measure distance by integrating the speed, which is very precise.
There is also a solution to use both speed and position, and fit them in a kahlman filter.
Any hints, links, ideas are welcome.