Searched refs:SNR_DB_TO_BIT_PER_TONE_LUT (Results 1 – 1 of 1) sorted by relevance
91 private static final int[] SNR_DB_TO_BIT_PER_TONE_LUT = {0, 171, 212, 262, 323, 396, 484, 586, field in ThroughputPredictor370 lut_in_idx = Math.min(lut_in_idx, SNR_DB_TO_BIT_PER_TONE_LUT.length - 1); in calculateBitPerTone()371 bitPerTone = SNR_DB_TO_BIT_PER_TONE_LUT[lut_in_idx]; in calculateBitPerTone()