登录
首页 » matlab » polar code2

polar code2

于 2021-01-05 发布 文件大小:2367KB
0 186
下载积分: 1 下载次数: 220

代码说明:

  根据华为5G创新大赛polar code部分提供的材料编写的polar code仿真代码,包含SC、SCL、BP三种译码算法。代码实现过程和所提供的材料保持高度一致,便于理解。(According to the Huawei 5G Innovation Competition Polar Code part ,the code is including SC and SCL two decoding algorithms. The code implementation process is highly consistent with the material provided and is easy to understand.)

文件列表:

polar code
polar code\bit_re_order.m
polar code\bp_decoder.m
polar code\BP_test.asv
polar code\BP_test.m
polar code\decompose.m
polar code\decompose2.m
polar code\decomposeC.c
polar code\decomposeC.mexw64
polar code\f_fun.m
polar code\g_fun.m
polar code\info_bit_flag_1024.mat
polar code\info_bit_flag_256.mat
polar code\InnovateAsia-1st 5G Mobile Algorithm Competition-Polar code.pdf
polar code\polar_decoder.m
polar code\polar_decoder2.m
polar code\read_me.txt
polar code\SCL_test.m
polar code\SC_test.m
polar code\test.m

下载说明:请别用迅雷下载,失败请重下,重下不扣分!

发表评论

0 个回复

  • dsakf
    % 文件名:randlsbget.m % 程序员:余波 % 编写时间:2007.6.25 % 函数功能: 本函数将完成提取隐秘于上的秘密信息 % 输入格式举例:result=( scover.jpg ,56, secret.txt ,2001) % 参数说明: % output是信息隐藏后的图象 % len_total是秘密信息的长度 % goalfile是提取出的秘密信息文件 % key是随机间隔函数的密钥 % result是提取的信息 function result=randlsbget(output,len_total,goalfile,key) ste_cover=imread(output) ste_cover=double(ste_cover) % 判断嵌入信息量是否过大 [m,n]=size(ste_cover) frr=fopen(goalfile, a ) % p作为信息嵌入位计数器将信息序列写回文本文件 p=1 % 调用随机间隔函数选取像素点 [row,col]=randinterval(ste_cover,len_toal,key) for i=:len_toal if bitand(ste_cover(row(i),col(i)),1)==1 fwrite(frr,1, bit1 ) result(p,1) else fwrite(frr,0, bit1 ) result(p,1)=0 end if p==len_total break end p=p+1 end fclose(frr) ()
    2007-06-28 16:08:04下载
    积分:1
  • wxyt
    读取卫星云图,并计算卷云边的长度曲率等matlab实现(Read cirrus satellite image and calculate the length of curvature, such as edge)
    2009-03-17 09:12:29下载
    积分:1
  • spectral_subtraction
    spectal substraction
    2011-05-28 16:29:40下载
    积分:1
  • Wavelet-decomposition
    一维连续小波变换,多尺度分解,系数图形显示,不同尺度的重构。(One-dimensional continuous wavelet transform, multi-scale decomposition coefficient graphical display, the reconstruction of the different scales.)
    2013-04-10 22:50:54下载
    积分:1
  • identification-R-peaks
    it is an implementation of the algorhytm for the identification R peaks based on Pan-Tompkin
    2015-02-13 20:01:37下载
    积分:1
  • mulscal_edge
    通过多尺度小波变换获取图像边缘的软件包,可以用来分割图像(Through a multi-scale wavelet transform to obtain the image edge of the package)
    2009-11-06 10:57:58下载
    积分:1
  • chaos
    说明:  振动计算程序主程序 非线性振动混沌 简单易懂(Vibration calculation code main program)
    2020-06-17 21:32:11下载
    积分:1
  • matlabexprience
    matlab exprience,M文件,实验代码(matlab exprience, M files, experiment code)
    2007-07-22 16:19:58下载
    积分:1
  • svm_toolbox
    svm matlab工具箱,经过测试,非常好用!有界面。(svm matlab toolbox, tested, very good! Interface there is.)
    2009-03-31 20:04:52下载
    积分:1
  • correlation
    说明:  matlab 编写的GPS信号解调及分析算法(matlab prepared GPS signal demodulation and analysis of algorithms)
    2008-12-01 18:11:47下载
    积分:1
  • 696524资源总数
  • 103945会员总数
  • 46今日下载