Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Decimator Class Reference
Decimator class to implement simple low-pass filtering on uC Unsigned integer decimator. More...
#include <daq.h>
Public Member Functions | |
| Decimator (uint8_t) | |
| Decimator class to implement simple low-pass filtering on uC. | |
| void | write (uint16_t) |
| Data input function Write a new value into the decimator. | |
| uint16_t | read () |
| Data output function Read the decimated signal. | |
Detailed Description
Decimator class to implement simple low-pass filtering on uC Unsigned integer decimator.
Depth up to 32 samples. Currently just behaves as a uniform weighted FIR
Definition at line 37 of file daq.h.
Constructor & Destructor Documentation
| Decimator | ( | uint8_t | order ) |
Member Function Documentation
| uint16_t read | ( | ) |
Generated on Sat Jul 16 2022 02:18:32 by
1.7.2