MetaWear C# SDK  1.2.0
C# API for MbientLab's sensor platform
Public Member Functions | List of all members
MbientLab.MetaWear.Core.DataProcessor.ILowPassEditor Interface Reference

Edits a low pass filter

See also
IRouteComponent.LowPass(byte)
More...

Inheritance diagram for MbientLab.MetaWear.Core.DataProcessor.ILowPassEditor:
MbientLab.MetaWear.Core.DataProcessor.IEditor

Public Member Functions

void Modify (byte samples)
 Change how many samples are used to compute the value More...
 
void Reset ()
 Reset the running average More...
 

Detailed Description

Edits a low pass filter

See also
IRouteComponent.LowPass(byte)

Member Function Documentation

◆ Modify()

void MbientLab.MetaWear.Core.DataProcessor.ILowPassEditor.Modify ( byte  samples)

Change how many samples are used to compute the value

Parameters
samplesNew sample size

◆ Reset()

void MbientLab.MetaWear.Core.DataProcessor.ILowPassEditor.Reset ( )

Reset the running average


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