搜索资源列表
turbo_decoder1
- LTE系统中Turbo译码MATLAB程序-turbo decoder in lte system
turbo
- 使用malab完成turbo码的编译码,在给定生成多项式、交织映射表和删余选择的情况下进行turbo编码-Use malab complete turbo code encoding and decoding, in a given generator polynomial, interleaving mapping table and the deletion of the circumstances under which I choose turbo coding
Turbo_encode
- 目录结构 ├─WuYuFei ├─WuYufei_matlab ├─cap_turbo ├─mother └─paper [WuYuFei]中是WuYuFei的论文 [WuYufei_matlab]是WuYufei的Matlab程序 做Turbo码,恐怕很难绕过WuYufei的程序,呵呵 [cap_turbo]和[mother]是我在研究阶段的工作 走了很多弯路,所以这两个目录必然有很多错误而且很混乱 如果想了解一下我的研究历程可以看看,切
TurboDecode_Matlab
- 主要是TURBO码 介绍了turbo码的编码和译码-turbo code
WIMAX_Turbo_Code
- 这是一套完整的支持wimax 16e协议CTC的编译码程序, 主程序在demo.c 译码器:tcdecoder.c 编码器:tcencoder.c-/* This program simulates the classical turbo encoding-decoding system on PC.*/ /* It uses parallel concatenated convolutional codes described in Figure 2.9 in Chapter
LTE_Turbo_Demo
- 支持LTE的turbo码编译码程序,特别分享。同时支持高斯信道仿真。-LTE of the turbo code decoding support procedures, in particular share. Support both Gauss channel simulation.
Turbo
- TURBO码译码器,采用MAP 算法译码,其中还包括 卷积码MAP译码方法。-TURBO Decoder, decoding using MAP algorithm, which also includes MAP Decoding convolutional codes.
Turbo_bcjr_arithmetic_simulation
- turbo译码的bcjr译码算法仿真,顶层error_bit_rate_plot文件可以仿出1:20信噪比下的误比特率.-a bcjr arithmetic for the turbo decoding,the top error_bit_rate_plot file is for calculating the biterrs between 1 and 20
3gpp-turbo
- 一种基于3gpp标准的运行速度较快的turbo编译码程序,内含logmap,max-logmap,th-logmap译码算法,程序达到设定的错误帧数自动停止,速度快!-Based on the the 3gpp standard run faster turbo encoding and decoding procedures, containing logmap the max-logmap, th-logmap decoding algorithm, the program reaches
bcjr
- BCJR算法的仿真,卷积码、turbo码中用的译码算法-simulation for BCJR algorithm
Turbo-code-simulation
- Turbo码仿真的matlab代码,采用sova译码和logmap译码两种方式,包括分组交织和m序列交织两种交织方式-Turbo code simulation matlab code, using the the sova the decoder and logmap decoding two ways, including packet interleaving, and m-sequence interleaving two interleaving
turbo-codes
- 3GPP中Turbo码的三种译码算法,logmap-the decoding algrithm of Turbo codes
test
- 一个将turbo编译码与扩频相结合的通信系统-a communication system of combined turbo and spread
MY_turbo-log-MAPP16QAM
- 整个Turbo信道编译码结合16QAM高阶调制系统仿真程序-Turbo channel codec combines the entire order modulation 16QAM system simulation program
Turbo
- Turbo编译码程序,内含注释;信道编码经典程序 内含3GPP、LTE标准,已验证正确,适合学习-Turbo encode and decode, containing comments channel coding classic program Containing 3GPP, LTE standards, verified correctly for learning
turbo
- Turbo编译码程序,实现turbo编码和译码!-Turbo encoding and decoding procedures, turbo encoding and decoding
LTE_PUSCH
- 该文件夹中包含LTE PUSCH上行链路中几个重要模块的C代码,包括了CRC添加、CRC校验、Turbo编码、Turbo译码、咬尾卷积码编码和咬尾卷积码译码6个模块。-This folder contains LTE PUSCH uplink C code several important modules, including adding a CRC, CRC checksum, Turbo Coding, Turbo decoding tail-biting convolution cod
TransmitDiversity_Mode2
- LTE下行链路发射分集仿真,仿真配置:16QAM调制、1/3码率Turbo编码、10MHz带宽、每个子帧一个PDCCH符号、单码字、8次迭代Turbo译码,每次处理1000万比特用户数据、早期终止机制、MMSE(最小均方误差)MIMO接收器,PDSCH发射端进行发射分集预编码。信道模型是LTE-MIMO信道附加AWGN信道。收发两端采用的双天线配置,天线相关性为中等。-LTE downlink transmit diversity simulation configuration: 16QAM
turbo_new
- 包含完整的编译码代码和误码率仿真曲线,给出了1/10码率的情况,也可更改为其他码率(sova , logmap decoding)
3gpp lte turbo 编码译码matlab源代码
- LTE协议中turbo码,matlab的编译码源程序,亲测可用