liba 0.1.15
An algorithm library based on C/C++
Loading...
Searching...
No Matches
a_hpf Struct Reference

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
 

Detailed Description

instance structure for High Pass Filter


The documentation for this struct was generated from the following file: