instance structure for Low Pass Filter More...
#include <lpf.h>
Public Member Functions | |
void | gen (a_float fc, a_float ts) |
a_float | operator() (a_float x) |
void | zero () |
Data Fields | |
a_float | alpha |
a_float | output |
instance structure for Low Pass Filter
a_float a_lpf::alpha |
filter coefficient [0,1]
a_float a_lpf::output |
filter output