Table of Contents

Interface ISignalNormalize

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

Provides methods to normalize a signal

public interface ISignalNormalize

Methods

Normalize(int?)

Returns a normalized version of the signal

int Normalize(int? rssi)

Parameters

rssi int?

The received signal strength

Returns

int

The normalized signal

Reset()

Clear history of previous readings

void Reset()