• 大小: 2KB
    文件类型: .rar
    金币: 1
    下载: 0 次
    发布日期: 2021-06-09
  • 语言: 其他
  • 标签: 极化码  

资源简介

极化码的编译码仿真程序,利用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


评论

共有 条评论