搜索资源列表
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
BCJR
- 用MAP译码。在AWGN下。非常好用。绝对正确,如果有问题,可以联系我。真的很好-MAP DECODING METHOD IN THE AWGN CHANNEL, IT S VERY RIGHT AND YOU WON T MISS IT
turbodecode
- turbo码的解码程序 log—map迭代算法-turbo code decoding process
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
decoder
- 七号信令的解码 用C++进行实现 主要是MAP-VII signaling decoding implementation using C++, mainly MAP
Turbo
- TURBO码译码器,采用MAP 算法译码,其中还包括 卷积码MAP译码方法。-TURBO Decoder, decoding using MAP algorithm, which also includes MAP Decoding convolutional codes.
bcjr_decoder
- BCJR译码算法的matlab源代码,附有详细注释,适合学习map算法实现。-BCJR decoding algorithm matlab source code, detailed notes, suitable for studying the map algorithm.
MAP_forTurboCodes
- The MAP algorithm also known as BCJR algorithm is an algorithm for maximum a posteriori decoding of error correcting codes defined on trellises (principally convolutional codes). The algorithm is named after its inventors: Bahl, Cocke, Jelinek and Ra
caoTangzs
- 详细介绍 - [ 公交查询周边搜索草堂助手源码 ] 公交查询周边搜索草堂助手源码主要实现了周边查询和公交查询,公交查询可以选择填写学校名,也可以选择在列表中寻找学校名,然后根据学校名,列出公交路径,有一个智能填充的选框,只要用户输入前两个字,就可以列出相应的学校名,另外还有文件浏览器、二维码图片解码、SQLite数据库的管理、网络状况检查、百度地图的使用等功能,项目编译版本4.4.2默认编码GBK源码有中文注释在caotang文件夹下,bin存放的是软件的安装包,配置等二进制文件-Detai
MY_turbo
- 信道编码turbo码相关程序,包括编码,译码和MAP算法的实现(Channel coding turbo code related procedures, including encoding, decoding and MAP algorithm implementation)
TurboDecoder_map
- 在通信系统中使用了MAP算法的Turbo译码算法(The turbo decoding algorithm in the communication system decodes turbo-encoded data.)