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

Edits a high pass filter

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

Inheritance diagram for MbientLab.MetaWear.Core.DataProcessor.IHighPassEditor:
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 high pass filter

See also
IRouteComponent.HighPass(byte)

Member Function Documentation

◆ Modify()

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

Change how many samples are used to compute the value

Parameters
samplesNew sample size

◆ Reset()

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

Reset the running average


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