Searched refs:SNR_DB_TO_BIT_PER_TONE_LUT_MAX (Results 1 – 1 of 1) sorted by relevance
94 private static final int SNR_DB_TO_BIT_PER_TONE_LUT_MAX = 9; // maximum snrDb supported by LUT field in ThroughputPredictor447 if (snrDb <= SNR_DB_TO_BIT_PER_TONE_LUT_MAX) { in calculateBitPerTone()