]> git.tdb.fi Git - ext/subsurface.git/commit
Attempt to smooth out the velocity readings
authorDirk Hohndel <dirk@hohndel.org>
Sat, 17 Sep 2011 04:45:32 +0000 (21:45 -0700)
committerDirk Hohndel <dirk@hohndel.org>
Sat, 17 Sep 2011 04:45:32 +0000 (21:45 -0700)
commite1171a57a76c1f3277c54bcc48a9fe6c29b741ec
tree965d2b1dd2a80f01763446450202fe4de842a7ad
parentd5b102bdf3c2f1e78c51fe8b81e8ff134c30d012
Attempt to smooth out the velocity readings

If the velocity is slower than FAST then we look back up to 30 seconds and
calculate the velocity for the past 30 seconds instead.

For the first version I'm not doing the average of the changes but simply
the change from beginning to end.

The alternative would be to do another triangle smoothing or something
like that - but as we don't know how many samples we have in the 30 second
window, it's a little harder here.

Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
profile.c