Searched refs:SNR_DB_TO_BIT_PER_TONE_LUT_MIN (Results 1 – 1 of 1) sorted by relevance
89 private static final int SNR_DB_TO_BIT_PER_TONE_LUT_MIN = -10; // minimum snrDb supported by LUT field in ThroughputPredictor368 int lut_in_idx = Math.max(snrDb, SNR_DB_TO_BIT_PER_TONE_LUT_MIN) in calculateBitPerTone()369 - SNR_DB_TO_BIT_PER_TONE_LUT_MIN; in calculateBitPerTone()