📄 ceshi.m
字号:
L_total = 10;
g = [ 1 1 1;
1 0 1 ];
[n,K] = size(g);
m = 2;
puncture = 0;
x = round(rand(1, L_total-m)); % info. bits
[temp, alpha] = sort(rand(1,L_total)); % random interleaver mapping
en_output = encoderm( x, g, alpha, puncture ) ; % encoder output (+1/-1)
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -