搜索资源列表
huajdj
- 哈夫曼树中,树的带权路径长度的含义是各个字符的码长与其出现的此时的乘积和, 也就是电文的代码总长,所以采用哈夫曼树构造的编码是一种能使电文代码总长最短的 不等长编码。-Huffman tree. tree with the right path length is the meaning of the various characters code length of time with the product and, is
Interface_of_Turbo_code_design
- 现在广义的Turbo码是指采用级联或乘积编码方法并利用迭代译码方法的编译码方案。迭代译码的基本思想是将一个的复杂的长的译码步骤分解为多个相对简单的迭代译码步骤而且在迭代译码步骤之间信息概率的转移或者是软信息的传递确保几乎没有信息损失。 根据其成员码和级联的方法的不同,Turbo码的分类 .本设计论文提供了Turbo码matlab代码以及界面设计(版权所有,仅供参考!) -now generalized Turbo code re
block_turbo_decode
- 这是一个很好的关于turbo乘积码的matlab代码-This is a very good turbo product codes on the Matlab code
huajdj
- 哈夫曼树中,树的带权路径长度的含义是各个字符的码长与其出现的此时的乘积和, 也就是电文的代码总长,所以采用哈夫曼树构造的编码是一种能使电文代码总长最短的 不等长编码。-Huffman tree. tree with the right path length is the meaning of the various characters code length of time with the product and, is
Interface_of_Turbo_code_design
- 现在广义的Turbo码是指采用级联或乘积编码方法并利用迭代译码方法的编译码方案。迭代译码的基本思想是将一个的复杂的长的译码步骤分解为多个相对简单的迭代译码步骤而且在迭代译码步骤之间信息概率的转移或者是软信息的传递确保几乎没有信息损失。 根据其成员码和级联的方法的不同,Turbo码的分类 .本设计论文提供了Turbo码matlab代码以及界面设计(版权所有,仅供参考!) -now generalized Turbo code re
block_turbo_decode
- 这是一个很好的关于turbo乘积码的matlab代码-This is a very good turbo product codes on the Matlab code
coder
- Turbo乘积码[TPC]的编码程序,Turbo乘积码[TPC]作为一种分组的Turbo码,把码块的行和列都加以编码,使得行和列都有纠检错的能力。-Turbo Product Code [TPC] of the coding procedures, Turbo Product Code [TPC] as a division of Turbo code, the code block rows and columns are coded
TPC-decode
- MATLAB环境下实现了基于Chase II译码算法的Turbo乘积码[TPC]译码的程序。-MATLAB-based implementation environment Chase II decoding algorithm of Turbo Product Code [TPC] decoding process.
polynomial
- 在VC6.0环境下,链表实现了多项式的基本操作:创建、销毁、两多项式的和(差、乘积)、求多项式的导数、求多项式的值等。文件中不仅包含源码 ,还包含一组测试结果。-At VC6.0 environment, the linked list implementation of the polynomial basic steps: create, destroy, the two polynomials and (bad, the prod
multiply
- 本实验为设计实验。要求实现两个较大的十进制数相乘,最后乘积用非压缩BCD码调整为十进制形式。实验中要用到DOS或BIOS中断;用非压缩BCD码调整乘积。本实验用到算术运算指令、十进制调整指令、子程序设计、DOS和BIOS中断等,所以通过本实验我们对这些知识应能熟练掌握并应用。-Experiment for the design of this experiment. Demands of the two larger decimal
MUL
- 输入一个3位数和一个2位数,计算乘积后输出。主要实现ASC码和数字间转换。-Enter a 3-digit and a 2-digit, after the calculation of the product output. The main achievement of ASC codes and the number of inter-conversion.
ruanyima
- turbo乘积码软译码核心算法,是针对turbo乘积码译码的汇编程序-turbo product codes decoding soft-core algorithm for decoding turbo product code assembler
hong
- turbo乘积码编码,译码,迭代的宏单元-turbo product code encoding, decoding, iterative macrocell
chongfuyima
- turbo乘积码,译码中的迭代译码核心算法-turbo product codes, decoding the core of the iterative decoding algorithm
juanjijiaozhi
- turbo乘积码编码,译码中交织器的程序-turbo product code encoding, decoding process in the interleaver
Chase
- 自己写的一个关于chase算的程序,能得到最后的译码结果。主要用于乘积码和广义LDPC的译码算法上,有较好的性能。-Write a program to calculate on the chase, will be the final decoding results. Mainly used for product codes and generalized LDPC decoding algorithm, there is bet
pc_8_4
- 子码为(8,4)汉明码的乘积码的MATLAB性能仿真-Subcode of (8,4) MATLAB product performance Hamming code simulation
turbo_product_encode
- turbo乘积码,子码扩展汉明码,译码用chase算法-turbo product code, subcode extended Hamming code decoding algorithm with chase
乘积码
- 基于simulink的乘积码信道编码实例(An example of channel coding for product codes based on Simulink)
xluz
- 通信系统里面的信道编码中的乘积码合作编码visual c++程序()