Vous ne pouvez pas sélectionner plus de 25 sujets
Les noms de sujets doivent commencer par une lettre ou un nombre, peuvent contenir des tirets ('-') et peuvent comporter jusqu'à 35 caractères.
|
|
il y a 10 ans | |
|---|---|---|
| .. | ||
| README.md | il y a 10 ans | |
| meanbuf.c | il y a 10 ans | |
| meanbuf.h | il y a 10 ans | |
README.md
Averaging float buffer
(You can adjust it to use doubles, if you prefer.)
The meanbuf_create() function allocates a buffer.
You can then call meanbuf_add() to add a new value into the buffer (and remove the oldest).
This function returns the current average value.
This buffer can be used for signal smoothing (such as from an analogue sensor).