Commit d8672fe0 authored by villa's avatar villa

git-svn-id: http://svn.eurecom.fr/openair4G/trunk@4134 818b1a75-f10b-46b9-bf7c-635c3b92a50f
parent f2223366
...@@ -1072,7 +1072,7 @@ void _makeSimulation(data_t data,options_t opts,DCI_ALLOC_t *dci_alloc,DCI_ALLOC ...@@ -1072,7 +1072,7 @@ void _makeSimulation(data_t data,options_t opts,DCI_ALLOC_t *dci_alloc,DCI_ALLOC
//Index and counters //Index and counters
int aa; //Antennas index int aa; //Antennas index
int i,j,prb2,ind,mcsi[2]={3,4}; //General index for arrays int i,j;//ind,mcsi[2]={3,4}; //General index for arrays
u32 round; u32 round;
double SNR; double SNR;
u32 dci_errors=0; u32 dci_errors=0;
...@@ -1137,9 +1137,9 @@ void _makeSimulation(data_t data,options_t opts,DCI_ALLOC_t *dci_alloc,DCI_ALLOC ...@@ -1137,9 +1137,9 @@ void _makeSimulation(data_t data,options_t opts,DCI_ALLOC_t *dci_alloc,DCI_ALLOC
_initErrsRoundsTrials(&errs,&round_trials,1, opts); _initErrsRoundsTrials(&errs,&round_trials,1, opts);
for (ind=1; ind<3; ind++) //for (ind=1; ind<3; ind++)
{ //{
opts.mcs=mcsi[ind-1]; // opts.mcs=mcsi[ind-1];
_get_nprb1(&opts); _get_nprb1(&opts);
opts.nprb2=PHY_vars_eNB->lte_frame_parms.N_RB_DL; opts.nprb2=PHY_vars_eNB->lte_frame_parms.N_RB_DL;
for (SNR=opts.snr_init; SNR<=opts.snr_max; SNR+=opts.snr_step) for (SNR=opts.snr_init; SNR<=opts.snr_max; SNR+=opts.snr_step)
...@@ -1965,7 +1965,7 @@ void _makeSimulation(data_t data,options_t opts,DCI_ALLOC_t *dci_alloc,DCI_ALLOC ...@@ -1965,7 +1965,7 @@ void _makeSimulation(data_t data,options_t opts,DCI_ALLOC_t *dci_alloc,DCI_ALLOC
if ((double)errs[0]/round_trials[0]<1e-2) //IF Pout1 > 1% if ((double)errs[0]/round_trials[0]<1e-2) //IF Pout1 > 1%
break; break;
}// SNR }// SNR
}//mcs //}//mcs
} }
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment