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_float fc, a_float ts)
 
a_float operator() (a_float x)
 
void zero ()
 

Data Fields

a_float alpha
 
a_float output
 

Detailed Description

instance structure for Low Pass Filter

Field Documentation

◆ alpha

a_float a_lpf::alpha

filter coefficient [0,1]

◆ output

a_float a_lpf::output

filter output


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