|
Infuse-IoT SDK API 0.0.1
A Scalable Open Source RTOS
|
Signed 16-bit IIR single-pole filter with fraction saving. More...
#include <filter.h>
Data Fields | |
| int16_t | y_prev |
| uint16_t | alpha |
| uint16_t | error |
Signed 16-bit IIR single-pole filter with fraction saving.
Fraction saving is a noise shaping method that ensures that the output of a DC input eventually equals that input.
| uint16_t iir_filter_single_pole_s16::alpha |
| uint16_t iir_filter_single_pole_s16::error |
| int16_t iir_filter_single_pole_s16::y_prev |