M5Unit-RFID 0.2.0 git rev:79c1939
Loading...
Searching...
No Matches
m5::unit::m100::DemodulatorParameters Struct Reference

Receiver settings that decide how weak a reply the reader can still make sense of. More...

#include <m100_frame.hpp>

Public Attributes

MixerGain mixer_gain {MixerGain::dB9}
 
IFGain if_gain {IFGain::dB36}
 
uint16_t threshold {DEMODULATOR_THRESHOLD_DEFAULT}
 

Detailed Description

Receiver settings that decide how weak a reply the reader can still make sense of.

Where transmit power sets how far the reader reaches, these set how far it listens. Both are worth lowering for a tag that sits on the antenna: a reader configured for a metre and a half misses most inventory rounds at contact, however strong the reply is

Member Data Documentation

◆ threshold

uint16_t m5::unit::m100::DemodulatorParameters::threshold {DEMODULATOR_THRESHOLD_DEFAULT}

Demodulation threshold. A lower one reaches replies of lower RSSI but is less stable, and below some point nothing demodulates at all; a higher one only reaches stronger replies, which means shorter range, and is more stable