public class STUHFL_T_ST25RU3993_Gen2_InventoryCfg.AutoTuning
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
STUHFL_E.TUNING_ALGO |
algorithm
< I/O Param: Deviation of (I^2+Q^2) to trigger retuning
|
boolean |
falsePositiveDetection
< I/O Param: Algorithm used for automatic (re)tuning
|
int |
interval |
int |
level
< I/O Param: Auto tuning check interval (in inventory rounds)
|
Constructor and Description |
---|
AutoTuning(int interval,
int level,
STUHFL_E.TUNING_ALGO algorithm,
boolean falsePositiveDetection)
< I/O Param: Perfom false positive check during tuning
|
Modifier and Type | Method and Description |
---|---|
java.lang.String |
toString() |
public int interval
public int level
public STUHFL_E.TUNING_ALGO algorithm
public boolean falsePositiveDetection
public AutoTuning(int interval, int level, STUHFL_E.TUNING_ALGO algorithm, boolean falsePositiveDetection)