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

instance structure for Low Pass Filter More...

#include <lpf.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

Detailed Description

instance structure for Low Pass Filter

Field Documentation

◆ alpha

a_real a_lpf::alpha

filter coefficient [0,1]

◆ output

a_real a_lpf::output

filter output


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