搜索资源列表
MatlabprogrammsforencodinganddecodingofLDPCcodesov
- There is an example of how to use the LDPC encode/decode with AWGN channel model in files .\\ldpc_decode.m and .\\GFq\\ldpc_decode.m. There are a few parity check matrices available in the code but you can use o
MatlabprogrammsforencodinganddecodingofLDPCcodesov
- There is an example of how to use the LDPC encode/decode with AWGN channel model in files .\ldpc_decode.m and .\GFq\ldpc_decode.m. There are a few parity check matrices available in the code but you can use othe
3-5LDPC
- 3-5循环移位码是LDPC码准循环码中一种典型的构造校验矩阵的方法,较小的(155 64)码通常也是对比测试其他码的性能好坏的重要测试标准,程序详细描述了构造的步骤和方法,结果是采用AList的结果存储方法,译码性能可以由BP迭代译码直接得出-3-5 cyclic shift LDPC codes are quasi-cyclic codes in the code structure of a typical calibration
alist2sparse
- 把ALIST形式的矩阵转为为稀疏矩阵,是以matlab语言进行转化的-turn alist form matriax to sparse matriax
AList
- 基于数组的顺序表,可以实现顺序表的基本功能,如插入,删除,查找等-The list is based on an array.It can insert,cancel,seartch an element.
Alist
- 数据结构与算法分析之线性表操作之插入排序求长度-A Practical Introduction to Data Structures and Algorithm Analysis introduction to a list
Base-class
- 数据结构学习_基础类(ALIST.h AQUEUE.h……)-Data structure based learning _ class (ALIST.h AQUEUE.h ... ...)
Alist
- linux系统下的链表编程 及相应的代码规范-linked list linux system programming and code specifications
LDPC-v0.2
- LDpC decoder over GF(q) it contains only matrices for q=4 and 8 in alist from
ICA
- Imperialist Competitive Algorithm - ICA)Imperi alist Competitive Algorithm - ICA)Imperialist Competitive Algorithm - ICA)-Imperialist Competitive Algorithm - ICA)Imperialist Competitive Algorithm - ICA)Imperialist Compet
open
- Linux Device Driver: fprintf(iop, format, va alist).
fee-enquiry-management-system
- Mini project school fee enquiry management system in c++ source code download This mini project is written by my friend in C++ which is simple console application without graphics.This a fee structure program It can b
school-fee-enquiry
- This mini project is written by my friend in C++ which is simple console application without graphics.This a fee structure program It can be used for following ways:- 1.We can view the fee slip of a student of a class
实验三
- 每个类都有input()和print()成员函数。分别定义类Tutor和ST_Score的对象,分别输入若干个数据成员的值再显示出这些数据。degree是学位,dep是系 (2)修改ST_Score类,添加成员函数用于计算成绩平均值。 2、义一个基类myarray,基类中可以存放一组整数。 class myarray { public: myarray(int leng); ~myarray(); void input()
LDPC-codes-master
- ldpc码的c语言实现,采用各种码长和alist(implemention in c about ldpc)