搜索资源列表
-
0下载:
turbo码搭建了简单的系统来进行纠错展示,可以实现从编码,加入错误,译码,输入输出码字对比等基本功能,另外加入了交互模块,用户可以自己设定错误比特的数目和位置,使纠错功能显而易见.-turbo codes built a simple system for correcting display, from coding can be achieved by adding errors, Decoding, input and output code contrast basic functio
-
-
0下载:
自己用matlab与c接口方法编写的可以用matlab调用的C程序,实现Viterbi译码(软硬都可)。使用前在matlab里输入:mex - 文件名.c;-A c file can be used in matlab scr ipt to achive Viterbi Decoding (Error Control Coding) for both Hard Decision and Soft Decision.
-
-
0下载:
LDPC 仿真,包括校验阵构造、编码、传输、解码等功能,适合初学者-LDPC simulation, including the parity array structure, coding, transmission and decoding functions for beginners
-
-
0下载:
一个较完整的OFDM通信系统仿真程序,包括编码、调制、IFFT、信道、FFT、解调解码等各个模块,并可以进行OFDM系统性能仿真分析。-A more complete OFDM communication system simulation, including coding, modulation, IFFT, channel, FFT, demodulation and decoding module, and can OFDM system performance simulation a
-
-
0下载:
这是一个哈弗曼编码的程序,用于报文的编码译码。-This is a Huffman coding program for coding and decoding of packets.
-
-
0下载:
实现了2*2,2*1,1*2,4*4等多种时空编码和解码的算法,并能得到BER性能曲线-Achieve a 2* 2,2* 1,1* 2,4* 4, and other space-time coding and decoding algorithm, and BER performance curve can be obtained
-
-
1下载:
上编码课的大作业,是关于RS码的编解码过程,非常详细,可以运行-Great job on the coding lesson is about the process of encoding and decoding RS code, very detailed, you can run
-
-
0下载:
LDPC编码仿真的源码,LDPC码是一种基于矩阵构造编码和迭代译码的新型信道编码方案,它具有很低的译码复杂度,并且拥有逼近香农极限的优异性能。-LDPC coding simulation code, LDPC code is a matrix structure based on the iterative decoding of the new coding and channel coding scheme, which has a very low decoding complexity
-
-
0下载:
采用算术编码、汉明编码和QASK调制方法
采用Huffman编码、卷积译码和QFSK调制方法-Using arithmetic coding, Hamming coding and modulation method used QASK Huffman coding, convolution decoding and modulation method QFSK
-
-
0下载:
LDPC基于生成矩阵的编码方法和和积译码算法,校验矩阵采用的是mackey的方法-LDPC coding method based on the generator matrix and decoding algorithm, check matrix is mackey methods
-
-
0下载:
关于卷积编码和维特比译码的实例,简洁易读懂-For examples of convolution coding and Viterbi decoding, concise and easy to read
-
-
2下载:
卷积编码,QAM解调器的软比特信息输入viterbi译码器进行软判决译码。-Convolution coding, the soft bit information QAM demodulator input viterbi decoder and soft decision decoding.
-
-
0下载:
利用哈夫曼编码进行通信可以大大提高信道利用率,缩短信息传输时间,降低传输成本。这要求在发送端通过一个编码系统对待传数据预先编码,在接收端将传来的数据进行译码(解码)。对于双工信道(即可以双向传输信息的信道),每端都需要一个完整的编/译码系统。试为这样的信息收发站设计一个哈夫曼编/译码系统。-The use of Huffman encoding can greatly improve the communication channel utilization, reduce the inform
-