1 Star 0 Fork 0

XuChonghhh233/XC_5gpolar

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
j_permutate.m 341 Bytes
一键复制 编辑 原始数据 按行查看 历史
xiaoshaoning 提交于 2018-01-14 21:30 . initial commit
function result = j_permutate(n, N)
subblock_interleaver_pattern = [0, 1, 2, 4, ...
3, 5, 6, 7, ...
8, 16, 9, 17, ...
10, 18, 11, 19, ...
12, 20, 13, 21, ...
14, 22, 15, 23, ...
24, 25, 26, 28, ...
27, 29, 30, 31];
ii = floor(32 * n / N);
result = subblock_interleaver_pattern(ii+1) * N/32 + mod(n, N/32);
end
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/xuchonghhh233/XC_5gpolar.git
git@gitee.com:xuchonghhh233/XC_5gpolar.git
xuchonghhh233
XC_5gpolar
XC_5gpolar
master

搜索帮助