Table of Contents

Class SignalNormalize

Namespace
TechnologySolutions.Rfid.AsciiOperations
Assembly
TechnologySolutions.Rfid.Operations.dll

An implementation of ISignalNormalize

public class SignalNormalize : ISignalNormalize
Inheritance
SignalNormalize
Implements
Inherited Members

Constructors

SignalNormalize()

Initializes a new instance of the SignalNormalization class

public SignalNormalize()

Methods

Normalize(int?)

Returns a normalized value based on the range of values currently seen

public int Normalize(int? rssi)

Parameters

rssi int?

The value to normalize

Returns

int

The normalized signal

Reset()

Resets the normalization

public void Reset()