待解决问题
pdcch 含有多少cce问题
离问题结束还有0天0小时 |
提问者:wy6008
|
提问时间:2017-7-8 10:40
在openlte中带有的matlab程序中
N_reg_rb = 3;
N_pdcch_reg_cce = 9;
N_pdcch_reg = N_pdcch_symbs*(N_rb_dl*N_reg_rb) - N_rb_dl - N_pcfich_reg - N_phich_reg;
if(N_ant == 4)
N_pdcch_reg = N_pdcch_reg - N_rb_dl; % Remove CRS
endif
N_pdcch_cce = floor(N_pdcch_reg/9);
其中N_rb_dl减多了吧,如果是4个天线的话就减了两次了,和其它文档上说明也不一样了。但openlte毕竟是大牛写的,
所以问下大家
N_reg_rb = 3;
N_pdcch_reg_cce = 9;
N_pdcch_reg = N_pdcch_symbs*(N_rb_dl*N_reg_rb) - N_rb_dl - N_pcfich_reg - N_phich_reg;
if(N_ant == 4)
N_pdcch_reg = N_pdcch_reg - N_rb_dl; % Remove CRS
endif
N_pdcch_cce = floor(N_pdcch_reg/9);
其中N_rb_dl减多了吧,如果是4个天线的话就减了两次了,和其它文档上说明也不一样了。但openlte毕竟是大牛写的,
所以问下大家