|
@@ -382,7 +382,7 @@ namespace RF_TRIO_PLL_ZIG
|
382
|
382
|
temp_buf[(int)Bluecell_TypeIndex_t.ATT_3_5G_COM2] = Bluecell_PE43711_Calc(Convert.ToDouble(main_Form.numericUpDown_ATT_3_5G_COM2.Text));
|
383
|
383
|
if (Convert.ToDouble(main_Form.numericUpDown_PLL_1_8G_DL.Text) > 0)
|
384
|
384
|
{
|
385
|
|
- temp_val = (Convert.ToUInt32((Convert.ToDouble(main_Form.numericUpDown_PLL_1_8G_DL.Text) - 220) * 10));
|
|
385
|
+ temp_val = (Convert.ToUInt32((Convert.ToDouble(main_Form.numericUpDown_PLL_1_8G_DL.Text) - 215) * 10));
|
386
|
386
|
}
|
387
|
387
|
else
|
388
|
388
|
{
|
|
@@ -393,7 +393,7 @@ namespace RF_TRIO_PLL_ZIG
|
393
|
393
|
|
394
|
394
|
if (Convert.ToDouble(main_Form.numericUpDown_PLL_1_8G_UL.Text) > 0)
|
395
|
395
|
{
|
396
|
|
- temp_val = (Convert.ToUInt32((Convert.ToDouble(main_Form.numericUpDown_PLL_1_8G_UL.Text) - 270) * 10));
|
|
396
|
+ temp_val = (Convert.ToUInt32((Convert.ToDouble(main_Form.numericUpDown_PLL_1_8G_UL.Text) - 276.5) * 10));
|
397
|
397
|
}
|
398
|
398
|
else
|
399
|
399
|
{
|
|
@@ -404,7 +404,7 @@ namespace RF_TRIO_PLL_ZIG
|
404
|
404
|
|
405
|
405
|
if (Convert.ToDouble(main_Form.numericUpDown_PLL_2_1G_DL.Text) > 0)
|
406
|
406
|
{
|
407
|
|
- temp_val = (Convert.ToUInt32((Convert.ToDouble(main_Form.numericUpDown_PLL_2_1G_DL.Text) - 145) * 10));
|
|
407
|
+ temp_val = (Convert.ToUInt32((Convert.ToDouble(main_Form.numericUpDown_PLL_2_1G_DL.Text) - 153.6) * 10));
|
408
|
408
|
}
|
409
|
409
|
else
|
410
|
410
|
{
|
|
@@ -415,7 +415,7 @@ namespace RF_TRIO_PLL_ZIG
|
415
|
415
|
|
416
|
416
|
if(Convert.ToDouble(main_Form.numericUpDown_PLL_2_1G_UL.Text) > 0)
|
417
|
417
|
{
|
418
|
|
- temp_val = (Convert.ToUInt32((Convert.ToDouble(main_Form.numericUpDown_PLL_2_1G_UL.Text) + 345) * 10));
|
|
418
|
+ temp_val = (Convert.ToUInt32((Convert.ToDouble(main_Form.numericUpDown_PLL_2_1G_UL.Text) + 337.9) * 10));
|
419
|
419
|
}
|
420
|
420
|
else
|
421
|
421
|
{
|