找回密码
 注册
搜索

MT6139校准cfg文档注释

已有 68 次阅读2013-8-4 21:39 |个人分类:RF| MT6139, 校准, cfg文件, 注释

[META version]
META version= ver 5.3.8.0

[8960 Initialization]
8960 GPIB Address =GPIB0::15::INSTR
; GPIB Address for Agilent 8960
; GPIB地址

Time Out =5000

GSM400 cable loss = -0.6
GSM850 cable loss = -0.6
GSM900 cable loss = -0.6
DCS1800 cable loss = -1
PCS1900 cable loss = -1
; cable loss 

[CMU200 Initialization]
CMU200 GPIB Address =GPIB0::20::INSTR
Time Out =10000
GSM400 input cable loss = 0.2
GSM850 input cable loss = 0.4
GSM900 input cable loss = 0.5
DCS1800 input cable loss = 0.8
PCS1900 input cable loss = 0.9
BT input cable loss = 1.5
GSM400 output cable loss = 0.2
GSM850 output cable loss = 0.4
GSM900 output cable loss = 0.5
DCS1800 output cable loss = 0.8
PCS1900 output cable loss = 0.9
BT output cable loss = 1.5

[CBT Initialization]
CBT GPIB Address =GPIB0::20::INSTR
Time Out =10000
BT input cable loss = 1.5
BT output cable loss = 1.5
; R&S Bluetooth settings

[Frequency Bank]    //specify the band supported by MS
;bank = 0x04
;bank = 0x1E
;bank = 0x1A
bank = 0x0C    
; GSM450 0x01
; GSM850 0x02
; GSM900 0x04
; DCS1800 0x08
; PCS1900 0x10
; 0x0C means META will calibrated GSM and DCS1800 band
; 0x0C 表示将校准GSM/DCS双频
; for other bands ,PLUS the corresponding band code 
; 想校准哪些频段,只需要将相应的数值相加,然后赋给bank即可

[C0 for each Bank]   
arfcn_C0_GSM = 65
arfcn_C0_DCS = 700
arfcn_C0_PCS = 660
arfcn_C0_GSM850 = 190
; specify the TX level testing Channel 

[Downlink power]
P_DL = -60
; specify the downlink cell power 

[RX measurement samples]  // parameter for PM testing,接收功率测试参数
N_PM = 4
M_PM = 5
; N_PM is total frames for PX PM test
; N_PM是测试的帧数
; M_PM is samples per frame
; M_PM是每帧的样本数
; N_PM×M_PM <=2000
; AGC Gain=-35-P_DL

[AFC Calibration]    //specify  AFC slope calibration parameter
;AFC_BAND: GSM, DCS, PCS, GSM850
AFC_BAND = GSM
AFC_ARFCN = 65
N_AFC = 10
DAC1=4000
DAC2=5000
CRYSTAL_DAC1=3800
CRYSTAL_DAC2=4200
; N_AFC is testing frames

[AFC table]
MAX_INIT_AFC_DAC = 7000
MIN_INIT_AFC_DAC = 2000
MAX_AFC_SLOPE = 10.0
MIN_AFC_SLOPE =1.0
; INIT_AFC_DAC is the limitation of initial AFC DAC value
; AFC_SLOPE is the imitation of initial AFC slope

[Crystal AFC Calibration]      //specify crystal AFC parameter 
;CRYSTAL_AFC_BAND: GSM, DCS, PCS, GSM850
CRYSTAL_AFC_BAND = GSM
CRYSTAL_AFC_ARFCN = 20
;specify AFC calibrtion band and channel
CRYSTAL_AFC_GSM850_PCL  = 12
CRYSTAL_AFC_GSM900_PCL  = 12
CRYSTAL_AFC_DCS1800_PCL = 12
CRYSTAL_AFC_PCS1900_PCL = 12
; spcify TX PCL
CRYSTAL_AFC_CAL_DAC = 4000
; spcify DAC value
CRYSTAL_AFC_MIN_CHECK_DAC = 1000
CRYSTAL_AFC_MAX_CHECK_DAC = 7000
; CHECK_DAC is the limitation of check AFC DAC value
CRYSTAL_AFC_MIN_FREQ_ERR_PPM = -20.0
CRYSTAL_AFC_MAX_FREQ_ERR_PPM = 20.0
; FREQ_ERR_PPM is the limitation of check frenqucy error
CRYSTAL_AFC_MAX_AFC_TRACK_INIT_FREQ_ERR = 50.0
CRYSTAL_AFC_FREQ_ERR_MEASUSE_COUNT = 10
CRYSTAL_AFC_TRX_OFFSET_RECURSIVE_TIMES = 20
; maximun times for TRX offset calibration


[RX path loss table]
GSM850_MAX_RX_LOSS = 3.000,3.000,3.000,3.000,3.000,3.000,3.000,3.000,3.000,3.000,3.000,3.0000,
GSM850_MIN_RX_LOSS = -3.000,-3.000,-3.000,-3.000,-3.000,-3.000,-3.000,-3.000,-3.000,-3.000,-3.000,-3.0000,

GSM900_MAX_RX_LOSS = 5.000,5.000,5.000,5.000,5.000,5.000,5.000,5.000,5.000,5.000,5.000,5.0000,
GSM900_MIN_RX_LOSS = -5.000,-5.000,-5.000,-5.000,-5.000,-5.000,-5.000,-5.000,-5.000,-5.000,-5.000,-5.0000,

DCS1800_MAX_RX_LOSS = 5.000,5.000,5.000,5.000,5.000,5.000,5.000,5.000,5.000,5.000,5.000,5.0000,
DCS1800_MIN_RX_LOSS = -5.000,-5.000,-5.000,-5.000,-5.000,-5.000,-5.000,-5.000,-5.000,-5.000,-5.000,-5.0000,

PCS1900_MAX_RX_LOSS = 6.000,6.000,6.000,6.000,6.000,6.000,6.000,6.000,6.000,6.000,6.000,6.0000,
PCS1900_MIN_RX_LOSS = -6.000,-6.000,-6.000,-6.000,-6.000,-6.000,-6.000,-6.000,-6.000,-6.000,-6.000,-6.0000,
; MAX_RX_LOSS is the maximum limitation of path loss
; MIN_RX_LOSS is the minimum limitation of path loss

[TX PCL table]
GSM850_CAL_PCL = 17, 12, 5, 
; PCLs of 3 PCL calibrated
GSM850_2CAL_PCL = 12, 5,  
; PCLs of 2 PCL

                                                 
GSM850_PCL  = 19,18,17,16,15,14,13,12,11,10,9,8,7,6,5,  
; PCLs of full PCL calibrated                       
GSM850_CHECK_PCL = 19,18,17,16,15,14,13,12,11,10,9,8,7,6,5,                     
GSM850_MAX_P = 6, 8, 10,12,13.8,15.8,17.8,19.8,21.8,23.8,25.8,27.8,29.5,31,32.5,
; maximun TX power for each PCL
GSM850_WANTED_P = 5.2,7,9,11,13,15,17,19,21,23,25,27,29,30.5,32.0,   
; idear TX power for each PCL            
GSM850_MIN_P = 4,6,8,10,12.5,14.5,16.5,18.5,20.5,22.5,24.5,26.5,28.5,30,31.5    
; miximum TX power for each PCL
GSM850_C = 3,3,3,3,4,4,6,6,8,8,12,12,15,15,35,40
; GSM850_C Coefficient是APC功率校准递规步长,校准时下一个 APC =C×(Pwanted-Pmeas)                           
GSM850_CORRECTION = 0,0,0.2,0.2,0.2,0.1,0.1,0,-0.3,-0.1,-0.2,-0.2,-0.3,-0.3,0,    
; correction是2/3点校准时,非校准点的纠正。比如对于PCL19,按照2/3点校准算法计算,功率可能为比较卡边,通过该参数可以纠正最终数值。

GSM900_CAL_PCL = 17, 12, 5,
GSM900_2CAL_PCL = 12, 5,
GSM900_PCL    = 19,18,17,16,15,14,13,12,11,10,9,8,7,6,5,
GSM900_CHECK_PCL = 19,18,17,16,15,14,13,12,11,10,9,8,7,6,5,
GSM900_MAX_P = 6, 8, 10,12,13.8,15.8,17.8,19.8,21.8,23.8,25.8,27.8,29.5,31,32.5,
GSM900_WANTED_P = 5.2,7,9,11,13,15,17,19,21,23,25,27,29,30.5,32.0,
GSM900_MIN_P = 4,6,8,10,12.5,14.5,16.5,18.5,20.5,22.5,24.5,26.5,28.5,30,31.5
GSM900_C = 3,3,3,3,4,4,6,6,8,8,12,12,15,15,35,40
GSM900_CORRECTION = 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,

DCS1800_CAL_PCL = 13, 8, 1,
DCS1800_2CAL_PCL = 8, 0,
DCS1800_PCL    = 15,14,13,12,11,10, 9, 8, 7, 6, 5,4,3,2,1,0,
DCS1800_CHECK_PCL  = 15,14,13,12,11,10, 9, 8, 7, 6, 5,4,3,2,1,0,
DCS1800_MAX_P = 3.7, 4.5, 5,7,9,11,12.5,14.5,16.5,18.5,20.5,22.5,24.5,26.5,28,30,
DCS1800_WANTED_P = 3.2,4,4.5,6.2,8,10,12,14,16,18,20,22,24,26,27.5,29.2,
DCS1800_MIN_P = 2.5,3.5,3.8,5,7,9,11.5,13.5,15.5,17.5,19.5,21.5,23.5,25,27,28.2,
DCS1800_C = 3,3,4,5,6,7,8,8,9,9,12,13,15,20,35,40
DCS1800_CORRECTION = 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,

PCS1900_CAL_PCL = 13, 8, 1,
PCS1900_2CAL_PCL = 8, 0,
PCS1900_PCL    = 15,14,13,12,11,10, 9, 8, 7, 6, 5,4,3,2,1,0,
PCS1900_CHECK_PCL = 15,14,13,12,11,10, 9, 8, 7, 6, 5,4,3,2,1,0,
PCS1900_MAX_P = 2, 3.5, 5,7,9,11,12.5,14.5,16.5,18.5,20.5,22.5,24.5,26.5,28,31,
PCS1900_WANTED_P = 1.2,2.5,4.3,6.2,8,10,12,14,16,18,20,22,24,26,27.5,29.0,
PCS1900_MIN_P = -0.5,1.5,3.5,5,7,9,11.5,13.5,15.5,17.5,19.5,21.5,23.5,25,26.7,28.2,
PCS1900_C = 3,3,4,5,6,7,8,8,9,9,12,13,15,20,35,40
PCS1900_CORRECTION = 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,

TSC=5  //指定训练序列
Recursive Times=10  //PCL最大递规次数 
APC Delta=0.1 
; if power level is in the range of(wanted power level-APC Delta,wanted power level+APC Delta),then jump to next PCL

; for Skyworks 77318, 77328 only 
; for Skyworks PA DC Offset Cancel only
 
SKY77328_DAC_Delta=10
SKY77328_GSM850_M  = 16.8
SKY77328_GSM850_TARGET_PCL  = 19
SKY77328_GSM850_MAX_HIGH_APC_DC_OFFSET_P = -4
SKY77328_GSM850_WANTED_HIGH_APC_DC_OFFSET_P  = -4.5
SKY77328_GSM850_MIN_HIGH_APC_DC_OFFSET_P = -5
SKY77328_GSM850_MAX_LOW_APC_DC_OFFSET_P = -4
SKY77328_GSM850_WANTED_LOW_APC_DC_OFFSET_P = -4.5
SKY77328_GSM850_MIN_LOW_APC_DC_OFFSET_P = -5

SKY77328_GSM900_M  = 16.8
SKY77328_GSM900_TARGET_PCL  = 19
SKY77328_GSM900_MAX_HIGH_APC_DC_OFFSET_P = -3.5
SKY77328_GSM900_WANTED_HIGH_APC_DC_OFFSET_P  = -4
SKY77328_GSM900_MIN_HIGH_APC_DC_OFFSET_P = -4.5
SKY77328_GSM900_MAX_LOW_APC_DC_OFFSET_P = -3.5
SKY77328_GSM900_WANTED_LOW_APC_DC_OFFSET_P = -4
SKY77328_GSM900_MIN_LOW_APC_DC_OFFSET_P = -4.5

SKY77328_DCS1800_M = 17.78
SKY77328_DCS1800_TARGET_PCL = 15
SKY77328_DCS1800_MAX_HIGH_APC_DC_OFFSET_P = -6.5
SKY77328_DCS1800_WANTED_HIGH_APC_DC_OFFSET_P = -7
SKY77328_DCS1800_MIN_HIGH_APC_DC_OFFSET_P = -7.5
SKY77328_DCS1800_MAX_LOW_APC_DC_OFFSET_P = -6.5
SKY77328_DCS1800_WANTED_LOW_APC_DC_OFFSET_P = -7
SKY77328_DCS1800_MIN_LOW_APC_DC_OFFSET_P = -7.5

SKY77328_PCS1900_M = 17.78
SKY77328_PCS1900_TARGET_PCL = 15
SKY77328_PCS1900_MAX_HIGH_APC_DC_OFFSET_P = -6.5
SKY77328_PCS1900_WANTED_HIGH_APC_DC_OFFSET_P = -7
SKY77328_PCS1900_MIN_HIGH_APC_DC_OFFSET_P =-7.5
SKY77328_PCS1900_MAX_LOW_APC_DC_OFFSET_P = -6.5
SKY77328_PCS1900_WANTED_LOW_APC_DC_OFFSET_P = -7
SKY77328_PCS1900_MIN_LOW_APC_DC_OFFSET_P = -7.5

 

[ADC table]   // Voltage calibration
ADC_V1 =3400  //voltage of ADC calibration point 1,unit=mV
ADC_V2 =4200  //voltage of ADC calibration point 2,unit=mV
ADC_CHECK_VOLTAGE =3600 //voltage of ADC calibration check,unit=mV
NORMAL_VOLTAGE =3800
CURRENT_LIMIT =3000
MAX_BATTERY_ADC_SLOPE =5650  //5550 for MT6025B
MIN_BATTERY_ADC_SLOPE =5250
MAX_BATTERY_ADC_OFFSET =1000000
MIN_BATTERY_ADC_OFFSET =-1000000
BATTERY_CHANNEL =0   //ADC channel of Battery
CHARGER_CHANNEL =1   //ADC channel of Charger
ADC_RESISTANCE =0.22 //sampling resistance,according to design
MAX_VOLTAGE_DIFFERENCE =0.040000
MAX_CURRENT_DIFFERENCE =0.040000
ADC_MEASUREMENT_COUNT =1000


[TX IQ table]
;TX_IQ_BAND: GSM, DCS, PCS, GSM850
TX_IQ_BAND = DCS
TX_IQ_ARFCN = 690
TX_IQ_PCL = 5
TX_IQ_DC_OFFSET_MAX = -40       //DCOC(DC offset Cancel) limitation
TX_IQ_GAIN_IMBALANCE_MAX = -35  //IQ imbalance limitation


[WiFi common]
WiFi_Support = 0x06
; 802.11a 0x01
; 802.11b 0x02
; 802.11g 0x04

[WiFi TX power table]
; unit of xxx_MAX_P: dBm
; unit of xxx_WANTED_P: dBm
; unit of xxx_MIN_P: dBm
; unit of xxx_CHANNEL: MHz
; unit of xxx_RATE: MHz

CCK_MAX_P = 15.0
CCK_WANTED_P = 14.0
CCK_MIN_P = 13.0
CCK_C = 3
CCK_Delta = 0.5
802.11B_CAL_CHANNEL = 2412,2447,2484,
802.11B_CHECK_CHANNEL = 2412,2417,2422,2427,2432,2437,2442,2447,2452,2457,2462,2467,2472,2484,
CCK_CAL_RATE = 1
CCK_CHECK_RATE = 1


OFDM_MAX_P = 12.0
OFDM_WANTED_P = 11.0
OFDM_MIN_P = 10.0
OFDM_C = 3
OFDM_Delta = 0.5
802.11G_CAL_CHANNEL = 2412,2447,2484,
802.11G_CHECK_CHANNEL = 2412,2417,2422,2427,2432,2437,2442,2447,2452,2457,2462,2467,2472,2484,
OFDM_CAL_RATE = 54
OFDM_CHECK_RATE = 54
Recursive Times=10

[BT common]
BT_DOWNLINK_POWER = -70
BD Address = 692d47dc6601
Inquiry enable = yes

[BT crystal CAP ID table]
; unit of BT_CRYSTAL_FREQ_ACCURACY: kHz
BT_CRYSTAL_CAP_ID1 = 100
BT_CRYSTAL_CAP_ID2 = 127
BT_CRYSTAL_CHANNEL = 39
BT_CRYSTAL_MAX_FREQ_ACCURACY = 25

 



路过

雷人

握手

鲜花

鸡蛋

评论 (0 个评论)

facelist

您需要登录后才可以评论 登录 | 注册

Archiver|手机版|小黑屋|52RD我爱研发网 ( 沪ICP备2022007804号-2 )

GMT+8, 2024-5-11 05:58 , Processed in 0.066635 second(s), 17 queries , Gzip On.

Powered by Discuz! X3.5

© 2001-2023 Discuz! Team.

返回顶部