资源简介

polar code在5G中一下火了。这个文件是MATLAB中实现极化码的源代码。适用于初学者学习polar code。PDF文件另发。

资源截图

代码片段和文件信息

function initPC(NKdesign_channelstringdesign_channelstatesilentflagfrozenbits) %Optional: N0 designSNRdB and silentflag (last three arguments)
%
% This prepares the collection of all implicit parameters related to
% polar coding & SC decoding; to be used by all subsequent routines later.
%   (Including the memory resources to be used by the polar SC decoding)
%
%       USAGE:
%            initPC(NKdesign_channelstringdesign_statesilentflag)

%            N  -  Blocklength; (*immediately adjusted to the least power-of-2 >=N*)

%            K  -  Message length (Rate = K/N); 

%       design_channelstring -  Must be one of (case insensitive)
%                            ‘AWGN‘ (default)
%                          or ‘BSC‘
%                          or ‘BEC‘

%       design_

 属性            大小     日期    时间   名称
----------- ---------  ---------- -----  ----
     目录           0  2016-03-15 07:10  Polar Codes in MATLAB - v2\
     文件        2635  2016-03-21 07:57  Polar Codes in MATLAB - v2\pencode.m
     文件        5704  2016-03-10 23:34  Polar Codes in MATLAB - v2\initPC.m
     文件        9042  2016-03-15 10:26  Polar Codes in MATLAB - v2\plotPC.m
     文件        3057  2016-03-21 07:55  Polar Codes in MATLAB - v2\pdecode.m
     文件        4208  2016-03-06 03:54  Polar Codes in MATLAB - v2\Sample_session.txt
     目录           0  2016-03-21 08:10  Polar Codes in MATLAB - v2\functions\
     文件        1456  2016-03-15 04:43  Polar Codes in MATLAB - v2\functions\systematic_pdecode.m
     文件        4589  2016-03-04 07:57  Polar Codes in MATLAB - v2\functions\pcc.m
     文件        1283  2015-10-29 04:23  Polar Codes in MATLAB - v2\functions\test_systematic.m
     文件        2836  2016-03-21 07:57  Polar Codes in MATLAB - v2\functions\systematic_pencode.m
     文件         557  2015-10-29 04:21  Polar Codes in MATLAB - v2\functions\EncoderC.m
     文件         392  2016-03-21 08:07  Polar Codes in MATLAB - v2\functions\logdomain_sum.m
     文件        2000  2016-03-21 08:01  Polar Codes in MATLAB - v2\functions\updateLLR.m
     文件         685  2015-10-29 04:21  Polar Codes in MATLAB - v2\functions\EncoderB.m
     文件        1894  2016-03-21 08:04  Polar Codes in MATLAB - v2\functions\updateBITS.m
     文件         831  2016-03-21 08:12  Polar Codes in MATLAB - v2\functions\FN_transform.m
     文件         432  2016-03-21 08:08  Polar Codes in MATLAB - v2\functions\logdomain_diff.m
     文件         757  2016-03-03 14:19  Polar Codes in MATLAB - v2\functions\bitreversed.m
     文件         758  2015-10-29 04:14  Polar Codes in MATLAB - v2\functions\EncoderA.m
     文件        9009  2016-03-15 12:23  Polar Codes in MATLAB - v2\functions\plotPC_codechanging.m
     文件        9260  2016-03-15 12:23  Polar Codes in MATLAB - v2\functions\plotPC_systematic_codechanging.m
     文件        2208  2016-03-10 06:45  Polar Codes in MATLAB - v2\functions\pdecode_LLRs.m
     文件        9160  2016-03-15 10:28  Polar Codes in MATLAB - v2\functions\plotPC_systematic.m
     文件        2524  2016-03-10 06:56  Polar Codes in MATLAB - v2\functions\pdecode_BEC.m
     文件        2057  2016-03-03 14:18  Polar Codes in MATLAB - v2\functions\updateLLR_BEC.m
     文件         939  2016-03-03 07:57  Polar Codes in MATLAB - v2\functions\lowerconv_BEC1.m
     文件         939  2016-03-03 07:55  Polar Codes in MATLAB - v2\functions\lowerconv_BEC0.m
     文件         291  2016-03-21 08:03  Polar Codes in MATLAB - v2\functions\upperconv.m
     文件         429  2016-03-21 08:03  Polar Codes in MATLAB - v2\functions\lowerconv.m
     文件        1065  2016-03-21 08:02  Polar Codes in MATLAB - v2\functions\upperconv_BEC.m
............此处省略4个文件信息

评论

共有 条评论