PEController BSP v4
Board Support Package for PEController from Taraz Technologies
 
Loading...
Searching...
No Matches
avg_t Struct Reference

Defines the parameters used by the averaging filter.

Public Attributes

float avg
 Mean/Average value of the samples.

 
float tempAvg
 Temporary variable used for computations.
 
int count
 No of samples per computation.
 
int index
 Initialize to count. Used internally for detecting current data position.