Commit 7f53f84c authored by Raymond Knopp's avatar Raymond Knopp

Tested modifications for 23.04 Ms/s 100 PRB transmission/reception (Downlink)....

Tested modifications for 23.04 Ms/s 100 PRB transmission/reception (Downlink).  This will reduce I/Q acquisition times for 20 MHz channels.  new option in dlsim (-E) for testing 1536-point DFT instead of 2048 for this lower sampling rate. Added normalization to idft1536.  Should also be added to dft1536 later.
parent 7f2dd71e
......@@ -2483,7 +2483,7 @@ PMI_FEEDBACK:
}
}
}
/*
num_pdcch_symbols_2 = generate_dci_top(num_ue_spec_dci,
num_common_dci,
dci_alloc,
......@@ -2492,7 +2492,7 @@ PMI_FEEDBACK:
&PHY_vars_eNB->lte_frame_parms,
PHY_vars_eNB->lte_eNB_common_vars.txdataF[eNB_id],
subframe);
*/
if (num_pdcch_symbols_2 > num_pdcch_symbols) {
msg("Error: given num_pdcch_symbols not big enough (%d > %d)\n",num_pdcch_symbols_2,num_pdcch_symbols);
exit(-1);
......
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