搜索资源列表
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 the message code chief Therefo
Interface_of_Turbo_code_design
- 现在广义的Turbo码是指采用级联或乘积编码方法并利用迭代译码方法的编译码方案。迭代译码的基本思想是将一个的复杂的长的译码步骤分解为多个相对简单的迭代译码步骤而且在迭代译码步骤之间信息概率的转移或者是软信息的传递确保几乎没有信息损失。 根据其成员码和级联的方法的不同,Turbo码的分类 .本设计论文提供了Turbo码matlab代码以及界面设计(版权所有,仅供参考!) -now generalized Turbo code refers to the use of the product
block_turbo_decode
- 这是一个很好的关于turbo乘积码的matlab代码-This is a very good turbo product codes on the Matlab code
Strassen矩阵乘法算法 C++程序源码
- Strassen矩阵乘法算法 C++程序源码 V.Strassen在1969年发表了一个算法,将计算两个n阶方阵的乘积的时间复杂性降低到了o(nlog27),被誉为“在代数复杂性理论中最激动人心的结果”。该算法主要适用于方阵的乘法。-Strassen algorithm for matrix multiplication C++ program source V. Strassen published in 1969, an algorithm to compute the product of
TPC-decode.rar
- MATLAB环境下实现了基于Chase II译码算法的Turbo乘积码[TPC]译码的程序。,MATLAB-based implementation environment Chase II decoding algorithm of Turbo Product Code [TPC] decoding process.
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 so that rows and columns have
polynomial
- 在VC6.0环境下,链表实现了多项式的基本操作:创建、销毁、两多项式的和(差、乘积)、求多项式的导数、求多项式的值等。文件中不仅包含源码 ,还包含一组测试结果。-At VC6.0 environment, the linked list implementation of the polynomial basic steps: create, destroy, the two polynomials and (bad, the product), and derivatives of polyn
multiply
- 本实验为设计实验。要求实现两个较大的十进制数相乘,最后乘积用非压缩BCD码调整为十进制形式。实验中要用到DOS或BIOS中断;用非压缩BCD码调整乘积。本实验用到算术运算指令、十进制调整指令、子程序设计、DOS和BIOS中断等,所以通过本实验我们对这些知识应能熟练掌握并应用。-Experiment for the design of this experiment. Demands of the two larger decimal number multiplication, the fin
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
23456787654321
- 问题一:设a[0:n-1]是已排好序的数组。请改写二分搜索算法,使得当搜索元素x不在数组中时,返回小于x的最大元素位置i和大于x的最小元素位置j,当搜索元素在数组中时,i和j相同,均为x在数组中的位置。 问题二:采用分治策略实现对n个元素进行排序的合并排序算法,其基本思想是:将待排序元素分成大小大致相同的2个子集合,分别对2个子集合进行排序,最终将排好序的子集合合并成为所要求的排好序的集合。 问题三:给定n个矩阵{A1,A2,A3,……,An},其中,Ai与Ai+1是可乘的,i=1,2,
mutiply_with_asm
- 实现BCD码的乘法,要求被乘数和乘数以压缩BCD形式分别存放在内存单元DS:1000H和DS:1001H。乘积存放在另外两个内存单元DS:1002H和DS:1003H(低位在前,高位在后)-To achieve multiplication of BCD code, required to compress BCD multiplicand and multiplier are stored in the memory unit form DS: 1000H and DS: 1001H. Pro
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 better performance.
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++程序()