|
发表于 2010-4-6 15:30:00
|
显示全部楼层
1 APC Power level: Power level calibrated and tolerances, how is data for NVRAM calculated
For 4 bands:
GSM859/900: pcl 5-19; dBm:32,31,29,27,25,23,21,19,17,15,13,11,9,7,5
DCS1800/PCS1900: pcl 0-15; dBm:29,28,26,24,22,20,18,16,14,12,10,8,6,4,2,0
recommended tolerances: ±0.2
scale factor value should be saved into flash
2 AGC Radio gain measured and siggen.
Mid channel for each band;
Generator is set to -85dBm for MaxGain test
should be as:send "CalDevGsmGainProgramReq" to handset, and handset return "rssilevel",then MaxGain = rssilevel/16 - (-85);
Generator = -65dBm for Reduction Gain test
same as above: Reduc Gain = (MaxGain - (rssilevel/16 - (-65)));
Then, fill the Gain code table for each band;
3 AFC TX power vs frequency: Power level and channels used, how is data calculated
This process is same as power level. The different is the measurment channel. .
4 RSSI vs frequency: Power level and channels used, how is data calculated
The commands same as RX gain
Send "CalDevGsmGainProgramReq" return "rssilevel"
Rssicomp[channel] = -16 * (rssilevel - (-85) - MaxGain)
本文来自:我爱研发网(52RD.com) - R&D大本营
详细出处:http://www.52rd.com/bbs/Dispbbs.asp?boardID=8&ID=7226 |
|