-
Notifications
You must be signed in to change notification settings - Fork 5
/
主要m函数功能说明.txt
55 lines (37 loc) · 1.25 KB
/
主要m函数功能说明.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
nr15_fec_ldpc_tx
功能:物理层信道信息比特数据包,经过码块分割(CBS)、CRC、LDPC编码、速率匹配以后,得到编码后比特
nr15_fec_ldpc_param_init
功能:初始化h_bg,h_bg2,set_ils等表;根据确定B确定,K,N,C,iLS,BG_sel、Zc等参数。
nr15_fec_ldpc_cbs
功能:完成LDPC编码码块分割
nr15_fec_crc24b
功能:完成CRC24B校验比特
nr15_fec_ldpc_encoder
功能:将码块分割后的LDPC码块完成编码
nr15_fec_ldpc_encoder_mex
功能:将码块分割后的LDPC码块完成编码(使用mex函数)
nr15_fec_ldpc_encoder_scb
功能:完成单个码块的LDPC编码
nr15_fec_ldpc_rate_matching
功能:将LDPC编码后的速率匹配
===============================================================================
nr15_fec_ldpc_decoder
功能:将按码块存储的LLR矩阵完成min-sum译码
nr15_fec_ldpc_decoder
功能:将按码块存储的LLR矩阵完成min-sum译码(使用mex函数)
nr15_fec_ldpc_decoder_ms
功能:不带打孔的单码块min-sum译码
nr15_fec_ldpc_decoder_ms_punctured
功能:带打孔的单码块min-sum译码
nr15_fec_ldpc_decoder_bp
功能:不带打孔的单码块BP译码
nr15_fec_ldpc_decoder_bp_punctured
功能:带打孔的单码块BP译码
nr15_fec_ldpc_decoder_nms_punctured
功能:带打孔的单码块NMS译码
nr15_fec_ldpc_decoder_oms_punctured
功能:带打孔的单码块OMS译码
nr15_fec_ldpc_decbs
功能:完成LDPC解码块分割
nr15_fec_ldpc_rate_dematching
功能:将收到的LLR码块解速率匹配