ldpc码编码算法与实现.pdf
2022-07-09 19:09:23 2.25MB 文档资料
在quartusII下使用verilog实现LDPC,并且通过仿真验证,在博客里有工程截图和仿真截图。可以直接拿来使用。
2022-07-04 16:05:07 13.21MB fpga开发 LDPC
完成了LDPC码在matlab上的实现,可以自行改变实验条件,操作简单,模拟了自然环境中LDPC的实现
2022-06-26 10:39:34 15.07MB matlab LDPC
1
面向5G标准的低延时LDPC编码器设计
2022-06-24 09:22:28 892KB ldpc fpga 5g
1
2011-LDPC码程序设计
2022-06-13 18:05:19 921KB 文档资料
包括 使用稀疏矩阵的基于消息传递(信念传播)的最小和 (MSA) 和总和积 (SPA) 算法 (scipy.sparse) 基于使用线性规划解码二进制线性码的最大似流 (ML) 和线性规划 (LP) 解码器(仅适用于短长度代码,如 Hamming(7,4)) 基于分解法的ADMM解码器,用于大规模LP解码 用于二进制擦除 (BEC)、二进制对称 (BSC) 和二进制 AWGN (biawgn) 通道。 依赖 在以下 Python/包版本上进行了测试: Python version 3.5.2 numpy version 1.12.0 scipy version 0.18.1 探索预先计算的结果 在代码、输出和绘图中查看所有预计算结果。这些包括不同的代码,模拟结果和绘图。 从头开始 首次克隆存储库时,通过执行来初始化子模块(这是另一个 git 存储库),如此堆栈溢出问题中所述。src/utilitiesgit submodule update --init --recursive 生成数据 默认情况下写入的模拟输出。~/scratch/decoders 使用以下或等效
2022-06-04 12:06:35 2.41MB python 源码软件 开发语言
安装: pip install sim-ldpc 要运行测试,只需克隆,cd到克隆的存储库中,然后运行: python -m pytest 或 python -m pytest --cov-report=html 同时运行覆盖率测试,或 python -m pytest -n auto --cov-report=html 并行运行测试(CPU 数量由机器决定)以加快测试速度。 验证静态键入 mypy --strict --config-file .mypy.ini . 包含的模块 实用程序:实现各种实用程序操作以协助编码,解码和模拟。 编码器:实现基于生成器的编码器,以及用于 IEEE802.11 (WiFi) LDPC 代码的编码器。 解码器:实现基于日志 SPA 的 BP 解码器。 基本示例 import numpy as np from bitstring import BitArray, Bits from ldpc.decoder import DecoderWiFi, bsc_llr from ldpc.encoder import EncoderWiFi f
2022-06-04 12:06:35 2.68MB python LDPC
非规则LDPC码随机性结构的分布规律研究和在短环消除算法中的应用.doc
2022-05-31 09:09:22 722KB 文档资料 算法
This book focuses on the analysis and design of low-densityparity-check (LDPC) coded modulations, which are becoming part ofseveral current and future communication systems, such ashigh-throughput terrestrial and satellite wireless networks. Inthis book, a two-sided perspective on the design of LDPC codedsystems is proposed, encompassing both code/modulation optimization(transmitter side) and detection algorithm design (receiver side).After introducing key concepts on error control coding, inparticular LDPC coding, and detection techniques, the book presentsseveral relevant applications. More precisely, by using advancedperformance evaluation techniques, such as extrinsic informationtransfer charts, the optimization of coded modulation schemes areconsidered for (i) memoryless channels, (ii) dispersive and partialresponse channels, and (iii) concatenated systems includingdifferential encoding. This book is designed to be used by graduatestudents working in the field of communication theory, withparticular emphasis on LDPC coded communication schemes, andindustry experts working on related fields.
2022-05-24 10:59:44 3.02MB LDPC
1
ldpc matlab代码LDPC-Matlab LDPC 码的编码 codeWord = ldpcEncoding(H,u): 输入变量: H:奇偶校验矩阵。 u:信息位向量。 输出变量: 码字:为信息位向量 u 生成的码字。 史莱玛尼·贾梅尔 (2020)。 LDPC 编码器(完整或非完整秩奇偶校验矩阵)(),MATLAB 中央文件交换。 2020 年 3 月 23 日检索。
2022-05-22 01:14:40 2KB 系统开源
1