资源简介
极化码的编译码仿真程序,利用sc译码,性能很好,可以下载使用
代码片段和文件信息
function [ G ] = Gen_G( N )
%UNtitleD2 Summary of this function goes here
% Detailed explanation goes here
F = [1 0; 1 1];
n = log2(N);
temp_F = 1;
for i = 1 : n
temp_F = kron(temp_F F);
end
G = temp_F;
end
属性 大小 日期 时间 名称
----------- --------- ---------- ----- ----
文件 246 2017-08-27 17:17 channel preferance1\Gen_G.m
文件 2579 2017-08-27 17:27 channel preferance1\main.m
文件 1112 2017-08-08 09:12 channel preferance1\prob.m
文件 1337 2017-08-08 09:09 channel preferance1\W.m
目录 0 2017-11-02 16:54 channel preferance1
----------- --------- ---------- ----- ----
5274 5
- 上一篇:CVTE经典面试题目,考察80%模电功底
- 下一篇:银行家算法流程图.edd
评论
共有 条评论