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