|
liba 0.1.15
An algorithm library based on C/C++
|
instance structure for Low Pass Filter More...
#include <lpf.h>
Public Member Functions | |
| void | gen (a_real fc, a_real ts) |
| a_real | operator() (a_real x) |
| void | zero () |
Data Fields | |
| a_real | alpha |
| a_real | output |
instance structure for Low Pass Filter
| a_real a_lpf::alpha |
filter coefficient [0,1]
| a_real a_lpf::output |
filter output