搜索资源列表
LDPC_decode
- 用C语言编写的LDPC译码程序,希望对大家有用
LDPC
- LDPC的完整c语言开发源程序代码,可以直接运行,没有错误,里面含有文件: construct_matrix.cpp decode.cpp encode.cpp Gaussian_channel.cpp generating_matrix.cpp get_matrix.cpp LDPC_main.c
LDPC_BSN
- This LDPC software is intended as an introduction to LDPC codes computer based simulation. The pseudo-random irregular low density parity check matrix is based on Radford M. Neal’s programs collection, which can be found in [1]. While Neal’s collecti
LDPC-2006-02-08.tar.gz
- Software for Low Density Parity Check Codes Radford M. Neal Version of 2006-02-08. This collection of programs and modules, written in C, is intended to support research and education concerning Low Density Parity Check (LDPC) codes. (Note, however,
LDPC.rar
- LDPC码的详细编解码程序,使用部分c函数接口 加速程序运行,LDPC code codec detailed procedures, use of some of the c function interface to accelerate the program to run
normal_BP
- LDPC 码的编译码的c语言实现,译码采用的是bp算法,简洁实用-Decoding of LDPC codes c language, decoding algorithm is used in bp, simple and practical
LDPC--C
- 此为C++环境下的LDPC编译码的完整的源代码。常用于通信系统的编译码仿真过程。有助于各种项目的完成。-This is the C++ environment LDPC coding and decoding of the complete source code. Commonly used in the encoding and decoding communication system simulation. Contribute to the completion of various
Regular PEG
- 此程序 是一个C++程序. 通过PEG算法来构造 LDPC parity-check 矩正的Tanner 图.-This is a C++ program, which is used to construct Tanner graph of LDPC codes with the famous PEG algorithm.
LDPC
- 这是关于LDPC信道编码模块设计的程序 打开源程序,先运行gengrate_h.m程序,陆续将码长设置为756bit,列重设置为3,行重设置为9。在Workspace中同时将H、A、B、C、D、E、Hget、Fget、g、Tget这是个变量选择另存为encode_in.mat 格式。再运行main_encode.m进行编码,主程序运行后,在当前目录下,自动生成编码结果文件“encode—out.mat”,这将作为下一次扩频调制仿真实验的的输入信号。最后分别查看Workspace中的变量s
how-to-produce-H-G-of--LDPC
- 生成LDPC校验矩阵H和生成矩阵G的C语言程序-failed to translate
ldpc
- LCPC编码的C语言描述,给定了校验阵,计算生成矩阵并且进行编码-LCPC coded C language descr iption, given the parity matrix, computing and encoding matrix generation
GF2_LDPC.c.cpp
- GF(2) LDPC encoding/decoding simulator, // (c) 2005-2006 by Seishi Takamura @ Stanford University / NTT (Nippon Telegraph and Telephone) // Absolutely no warranty.-GF(2) LDPC encoding/decoding simulator, // (c) 2005-2006 by Seishi Takamura @ St
CmlStartup
- Iterative Solutions is committed to the mission of developing accurate and efficient software for the simulation of modern communication systems. All software is licensed as open source software under the Lesser GPL. The code is designed to run in ma
peg
- ldpc peg C++ code by xiaoyu HU-ldpc peg C++ code by xiaoyu HU
regular-LDPC-code
- Low Density Parity Check (LDPC) 信道编码的C程序。二部图连接关系的输入在20000.10000.3.631.txt 文件中。文件中的参数包括check,ariable节点的度数,具体的连接关系。可根据具体需要,需改你所需的txt文件,从而实现任意参数的LDPC程序仿真。经验证,此程序的性能正确,符合理论文献中的结果。-Low Density Parity Check (LDPC) codes simulation C program. This program i
802.11n-ldpc-master(matlab)
- 用于实现802.11n标准中基于LDPC的编码和解码,采用matlab和c结合的方式实现。-802.11n LDPC codec
LDPC-code-decode
- 规则LDPC码的信道编译码,译码包括matlab和c两种语言,使用BP迭代译码。-Channel coding rules LDPC code decoding matlab and c include two languages, using BP iterative decoding.
LDPC-codes-master c源代码
- Low Density Parity Check Codes decoding algorithm
LDPC码的校验矩阵与生成矩阵互换
- LDPC码的校验矩阵与生成矩阵互换,可以用来对LDPC码的H矩阵和G矩阵进行变换,采用了C语言的写法,简单明了。
BF
- ldpc码的比特反转译码算法利用C语言实现,虽然简单但比较完整(The bit inversion decoding algorithm of LDPC code is implemented in C language, which is simple but complete.)