魔幻往事

文章
4
资源
0
加入时间
3年0月9天

Matlab模拟循环编码译码

1 简介Matlab模拟循环编码译码​2 部分代码function [ C_decode ] = Jiaoyanzi_decode( n,k,R,gx )%UNTITLED2 Summary of this function goes here% Detailed explanation goes here% n 码字长度,k为信息为长度,R为接收码字序列,gx为生成多项式序列​​%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%