signalCondition¶
Functions
-
void
lowPassFilterSignal
(double newMeas, LowPassFilterData *lpData)¶ This method applies the low-pass filter configuration to the newMeas that is passed in. The state is maintained in the LowPassFilterData structure
- Return
void
- Parameters
lpData
: The configuration data and history of the LP filternewMeas
: The new measurement to take in to the filter
-
struct
LowPassFilterData
¶