[ gpsdrive ] No developer question, but a question about an older version of gpsdrive
Guenther Meyer
d.s.e at sordidmusic.com
Sat Nov 3 13:06:47 AKDT 2007
Am Samstag 03 November 2007 schrieb Sascha Silbe:
> On Sat, Nov 03, 2007 at 04:59:46PM +0100, Thomas Schönhütl wrote:
> > /*#define ROUTEREACH (0.02+10*groundspeed/(3600*milesconv))*/
> > #define ROUTEREACH1 (10*groundspeed/(3600*milesconv))
> > #define ROUTEREACH2 (15*groundspeed/(3600*milesconv))
> > #define ROUTEREACH3 (20*groundspeed/(3600*milesconv))
> > #define ROUTEREACH4 (30*groundspeed/(3600*milesconv))
>
> Using the lower limits of your speed "zones", I've done a 3-point
> interpolation:
>
> #define ROUTEREACH
> (((1/600)*groundspeed*groundspeed+(1/20)*groundspeed+(25/3))*groundspeed/(3
>600*milesconv))
>
hehe, this is the kind of nonlinear formula I mentioned to Thomas ;-)
good to have some math guys here!
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 189 bytes
Desc: This is a digitally signed message part.
Url : http://lists.gpsdrivers.org/pipermail/gpsdrive/attachments/20071103/82759055/attachment.bin
More information about the GPSdrive
mailing list