5g-nr-pusch-master

所属分类:matlab编程
开发工具:WINDOWS
文件大小:88KB
下载次数:32
上传日期:2019-12-04 19:58:09
上 传 者Muddasar
说明:  5G is a project of upcoming technologies in the future

文件列表:
LICENSE (1355, 2019-11-25)
estimation (0, 2019-11-25)
estimation\channel_covariance_matrix_edfors.m (860, 2019-11-25)
estimation\channel_estimate.m (3132, 2019-11-25)
estimation\channel_estimate_SIMO.m (3969, 2019-11-25)
estimation\estimate_cfo_from_pilots.m (2001, 2019-11-25)
estimation\estimate_sto_from_pilots.m (2459, 2019-11-25)
fading (0, 2019-11-25)
fading\apply_fading_td.m (3488, 2019-11-25)
fading\cfo_add.m (833, 2019-11-25)
fading\cfo_fd_mtx.m (761, 2019-11-25)
fading\fading_channel_idft.m (1333, 2019-11-25)
fading\fading_channel_jtc.m (3347, 2019-11-25)
fading\fading_channel_zheng.m (1488, 2019-11-25)
fading\kronecker_correlation_matrix.m (2918, 2019-11-25)
fading\pdp_parameters.m (1006, 2019-11-25)
fading\pdp_resample_reduce.m (2806, 2019-11-25)
fading\pdp_resample_simple.m (1540, 2019-11-25)
fading\power_delay_profile.m (6136, 2019-11-25)
fading\tapped_delay_line.m (1102, 2019-11-25)
mex (0, 2019-11-25)
mex\crc_calc_mex.c (1659, 2019-11-25)
mex\fading_channel_zheng_mex.c (2679, 2019-11-25)
mex\gold31seq_mex.c (2005, 2019-11-25)
mex\ldpc_decode_spa_mex.c (4934, 2019-11-25)
mex\make_mex.m (292, 2019-11-25)
mex\modulation_demapper_soft_mex.c (4414, 2019-11-25)
mex\modulation_mapper_mex.c (1615, 2019-11-25)
mex\nr_38_212_circbuff_deinterleave_mex.c (1914, 2019-11-25)
mex\nr_38_212_circbuff_interleave_mex.c (1764, 2019-11-25)
modulation (0, 2019-11-25)
modulation\modulation_alphabet.m (3305, 2019-11-25)
modulation\modulation_demapper_hard.m (1555, 2019-11-25)
modulation\modulation_demapper_soft.m (2569, 2019-11-25)
modulation\modulation_mapper.m (1140, 2019-11-25)
nr_codec (0, 2019-11-25)
nr_codec\boxplus.m (645, 2019-11-25)
nr_codec\boxplus_approx.m (980, 2019-11-25)
... ...

# 5G New Radio PUSCH Software Transceiver Model The following repository incorporates a prototype MATLAB implementation of the transmitter and receiver chains of the 5G NR Physical Uplink Shared Channel (PUSCH) defined by 3GPP rel 15, specification documents TS 38.211-214. Note that not all the configurations specified by the standard are supported. Implementation has the following limitations: * MIMO configurations with up to 2 transmission layers or 2 receive antennas supported, * DMRS subcarriers for different PUSCH antenna ports must be conveyed over different CDM groups, * PTRS not supported, * Transform precoding not supported, * LBRM Rate Matching not supported. If you find the content of this repository useful in your scientific research, please consider including the following reference in your references: > G. Cisek and T. Zielinski, "Prototyping Software Transceiver for the 5G New Radio Physical Uplink Shared Channel," in *Signal Processing Symposium (SPSympo)*, Cracow, Poland, September 2019. ## Running the simulations The fastest way to run the simulations is using a batch file *run_5g_nr_sim_sweep.m*. The user can edit the file manually and modify the simulation parameters accordingly. The link level simulation of PUSCH transmission with the main processing chain loop is implemented using *nr_sch_link_level_sim.m*. See the manual of the function for details. The 38.212 LDPC codec simulation without baseband processing part can be run with *run_5gnr_codec.m* batch file. ## MEX acceleration Simulation time can be significantly reduced through acceleration with mex functions. In order to compile the mex function under MATLAB, execute the following commands from MATLAB command prompt with directory set to the repository's clone root: ``` cd mex make_mex ``` Compilation of the mex functions is not mandatory to run the simulation, but the execution time grows drastically without the acceleration.

近期下载者

相关文件


收藏者