1 Star 1 Fork 0

zhoub86/polar-coded-SCMA

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
updateBitMap.m 628 Bytes
一键复制 编辑 原始数据 按行查看 历史
ZhipengPan 提交于 2018-09-19 10:19 . first submit
function [L,B] = updateBitMap(lambda,phi,n,L,B)
psi = floor(phi/2);
if mod(phi,2)~=0
for omega = 0:2^(n-lambda)-1
B(psi+2*omega*2^(lambda-1)+1,n+2-lambda) = fFunction(B(phi-1+omega*2^(lambda)+1,n+1-lambda),B(phi+omega*2^(lambda)+1,n+1-lambda)+L(psi+(2*omega+1)*2^(lambda-1)+1,n+2-lambda));
B(psi+(2*omega+1)*2^(lambda-1)+1,n+2-lambda) = B(phi+omega*2^(lambda)+1,n+1-lambda) + fFunction(B(phi-1+omega*2^(lambda)+1,n+1-lambda),L(psi+2*omega*2^(lambda-1)+1,n+2-lambda));
end
if mod(psi,2)~=0
[L,B] = updateBitMap(lambda-1,psi,n,L,B);
end
end
end
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/zhoub86/polar-coded-SCMA.git
git@gitee.com:zhoub86/polar-coded-SCMA.git
zhoub86
polar-coded-SCMA
polar-coded-SCMA
master

搜索帮助

0d507c66 1850385 C8b1a773 1850385