Motion Master
|
This is a fourth order filter with binomial coefficients. More...
#include <util.h>
Public Member Functions | |
HighPassFilter (uint16_t cutoff_frequency, double ts) | |
double | filter (double value) |
This is a fourth order filter with binomial coefficients.
tf(s) = s^4/(s+omega)^4, where omega - cutoff frequency or fc
cutoff_frequency | |
ts |
HighPassFilter::HighPassFilter | ( | uint16_t | cutoff_frequency, |
double | ts | ||
) |
double HighPassFilter::filter | ( | double | value | ) |