我正在查看SignalStrength類的文檔,以瞭解我打算製作的應用程序,但是我有許多電信術語我不是很熟悉。我想知道如果任何人都可以簡單一些線索一些在這個類中的方法,特別是這些:Android - SignalStrength術語解釋
int getCdmaDbm()
Get the CDMA RSSI value in dBm
int getCdmaEcio()
Get the CDMA Ec/Io value in dB*10
int getEvdoDbm()
Get the EVDO RSSI value in dBm
int getEvdoEcio()
Get the EVDO Ec/Io value in dB*10
int getEvdoSnr()
Get the signal to noise ratio.
int getGsmBitErrorRate()
Get the GSM bit error rate (0-7, 99) as defined in TS 27.007 8.5
int getGsmSignalStrength()
Get the GSM Signal Strength, valid values are (0-31, 99) as defined in TS 27.007 8.5
據我瞭解,GSM和CDMA是移動蜂窩網絡中的兩個不同的協議,EVDO是標準其中數據通過CDMA傳輸,而HSPA是GSM上的等效數據標準。那麼爲什麼沒有相應的HSPA方法,以及沒有getCDMASignalStrength()或getCDMABitErrorRate()?我也不太清楚RSSI或Ec/Io是什麼。
謝謝。儘管如此,我仍然對爲什麼沒有HSPA功能感到困惑 - 這不就是AT&T用戶需要準確測量他們的數據網絡嗎? – 2013-02-24 18:26:31