libnxter  0.1
Data Fields
LowPassFilterContext Struct Reference

Low Pass filter contex. More...

Data Fields

int RC
 
int alpha1000
 
int lastOutput
 

Detailed Description

Low Pass filter contex.

Definition at line 31 of file LowPassFilter.nxc.

Field Documentation

int LowPassFilterContext::alpha1000

alpha constant. Scaled by 1000 for int ops

Definition at line 34 of file LowPassFilter.nxc.

Referenced by LowPassFilter(), and LowPassFilterInit().

int LowPassFilterContext::lastOutput

last output produced by the filter.

Definition at line 35 of file LowPassFilter.nxc.

Referenced by LowPassFilter(), and LowPassFilterInit().

int LowPassFilterContext::RC

RC = 2 * PI * Freq

Definition at line 33 of file LowPassFilter.nxc.

Referenced by LowPassFilterInit().


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