Home
last modified time | relevance | path

Searched refs:BIT_PER_TONE_SCALE (Results 1 – 1 of 1) sorted by relevance

/packages/modules/Wifi/service/java/com/android/server/wifi/
DThroughputPredictor.java76 private static final int BIT_PER_TONE_SCALE = 1000; field in ThroughputPredictor
78 (int) Math.round((6 * 3.0 * BIT_PER_TONE_SCALE) / 4.0);
80 (int) Math.round((6 * 5.0 * BIT_PER_TONE_SCALE) / 6.0);
82 (int) Math.round((8 * 5.0 * BIT_PER_TONE_SCALE) / 6.0);
84 (int) Math.round((10 * 5.0 * BIT_PER_TONE_SCALE) / 6.0);
86 (int) Math.round((12 * 5.0 * BIT_PER_TONE_SCALE) / 6.0);
92 private static final int SNR_DB_TO_BIT_PER_TONE_HIGH_SNR_SCALE = BIT_PER_TONE_SCALE / TWO_IN_DB;
418 / (symDurationNs * BIT_PER_TONE_SCALE)); in predictThroughputInternal()