搜索资源列表
turbo_sys_demo
- This scr ipt simulates the classical turbo encoding-decoding system. It simulates parallel concatenated convolutional codes. Two component rate 1/2 RSC (Recursive Systematic Convolutional) component encoders are assumed. First encoder is t
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
turbodecode
- turbo码的解码程序 log—map迭代算法-turbo code decoding process
turbo-lte
- 3G 长期演进技术的LTE里边Turbo编解码,信道模拟,信噪比分析等-3G Long Term Evolution LTE technology inside Turbo decoding, channel modeling, signal to noise ratio analysis
TD-SCDMABasebandsignalprocessing
- 考虑到TD-SCDMA多种业务信道,本程序可以完成多重业务信道的仿真。完整的程序,包括Turbo信道编解码,CRC生成,扰码,交织,误码率统计,扩频等,程序编写规范,注释非常详细,是研究tdscdma的好东西,也是学习数字信号处理的好材料。-the program can complete several operation.the complete process, including the turbo channel encoding and decoding, CRC,scrambler
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.
hybrid-turbo-coding-review
- it has review on the turbo codeing and decoding which is help full to impliment this code
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
turbo-equalizer--
- VS2010及IT++4.2下实现turbo equalizer的仿真-The turbo equalizer uses a SISO NSC module and a SISO equalizer module. Optionally a precoder can be used at the channel input (by default the precoder is enabled). Reference: R. Koetter, A. C. Singer, and M.
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
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
TcpStandaloneProcessing
- 应用DSP6416的TCP进行turbo码解码例程-Applications DSP6416 of TCP for turbo decoding routines
turbo-codes
- 3GPP中Turbo码的三种译码算法,logmap-the decoding algrithm of Turbo codes
turbodecode
- 应用于3G,4G 通信系统中的 turbo 解码。应用环境为C,可嵌套CUDA。-Applies to 3G, turbo decoding 4G communication system. Application environment for C, can be nested CUDA.
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)