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 (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

Detailed Description

instance structure for High Pass Filter

Field Documentation

◆ alpha

a_real a_hpf::alpha

filter coefficient [0,1]

◆ input

a_real a_hpf::input

filter input

◆ output

a_real a_hpf::output

filter output


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