|
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 (a_real fc, a_real ts) |
| a_real | operator() (a_real x) |
| void | zero () |
Data Fields | |
| a_real | alpha |
| a_real | output |
| a_real | input |
instance structure for High Pass Filter
| a_real a_hpf::alpha |
filter coefficient [0,1]
| a_real a_hpf::input |
filter input
| a_real a_hpf::output |
filter output