搜索资源列表
TurboCode&Modulation
- turbo码系统的仿真,包括编码、交织、不同译码、穿孔等各个部分的程序。仿真结果在图中表现。译码算法为log-map。-turbo code system simulation, including encoding, interleaving, different decoder, such as perforation of part of the process. Simulation results are shown in Fig. Decoding algorithm for log
TestBoard
- 一个c51的时钟事例程序,内含一块简易实验板图,以及一块at89sxx系列简易编程器图-a decoder clock examples procedures, containing a simple experimental map, at89sxx and a series of simple programmer map
usb_keyboard_design_project(based_ti_tusb2136)
- 开发工具:iar for c51 主要IC:tusb2136(ti)(8052内核) 主要应用:PC外接usb键盘,智能手机/PDA外接usb键盘 备注:使用keil开发工具编译时需要将地址分配固定,对照firmware/release/list下map文件修改源码-Tools : iar for major decoder IC : tusb2136 (ti) (8052 kernel) main applications : PC external usb keyboard, s
MAPAlgorithm
- This program includes: [5 7] convolutional code (encoder) + BPSK + AWGN + MAP (decoder). It evaluates Bit Error Rate and plots it versus SNR(signal to Noise Ratio).
javaNIO
- 一系列缓冲区类支撑起了 Java 2 平台标准版的新 I/O(NIO)包。这些类的数据容器形成了其它 NIO 操作(如套接字通道上的非阻塞读取)的基础。在本月的 Merlin 的魔力中,常驻 Java 编程专家 John Zukowski 展示了如何操作那些数据缓冲区来执行如读/写原语这样的任务以及如何使用内存映射文件。在以后的文章里,他将把这里所提到的概念扩展到套接字通道的使用。 Java 2 平台标准版(Java 2 Platform Standard Edition,J2SE)1.4 对
LogMAPdecoder.rar
- LogMAP译码算法,可用于递归卷积编码和非递归卷积编码的译码,代码质量高,供参考,<1> Log MAP decoder for RSC and NSC convolutional codes <2> Based on Lalit Bahl s original BCJR algorithm and its logarithmic version (Hanzo & Woodard). <3> Test-bench code is also inclu
Mk-Editor
- 天下霸图游戏的剧本解码器,可以打开所有的.mk文档,便与初学者学习使用edit控件-Pa plays the game world map decoder, you can open all. Mk document, and beginners will learn how to use edit control
Turbocode
- turbo 编码、解码的matlab程序 码率 1/2 ,map译码 -turbo encoder and decoder matlab, rate=1/2,map algorithm
turbo
- 包含了turbo发射及接收,译码方式采用MAP迭代译码方式,信道方面加入的是高斯白噪声,程序写的思路很明确-Contains a transmitter and receiver of turbo decoder Iterative MAP decoding channel added white Gaussian noise, the program writes ideas very clear
LDPCBSN
- LDPC码既低密度奇偶校验码(Low Density Parity Check Code,LDPC),它由Robert G.Gallager博士于1963年提出的一类具有稀疏校验矩阵的线性分组码,不仅有逼近Shannon限的良好性能,而且译码复杂度较低, 结构灵活,是近年信道编码领域的研究热点,目前已广泛应用于深空通信、光纤通信、卫星数字视频和音频广播等领域。LDPC码已成为第四代通信系统(4G) -LDPC codes BER simulation under AWGN channel.
fx
- 一个分形压缩的程序: 1、因为本程序时间长,FX中先选择图片的大小 2、编码与解码 3、做误差图和只方图 4:画出每次迭代的解码图象 5、本程序来自本网站,修改了部分,解释说明更清楚。 6、增加了部分功能,希望对大家有所帮助,互相学习…… -A fractal compression process: 1, because this process a long time, FX in the first select the size of picture 2, e
23984860-VLSI-Design-of-Turbo-Decoder-for-Integra
- In this paper, we propose a novel multi-code turbo decoder architecture for 4G wireless systems. To support various 4G standards, a configurable multi-mode MAP (maximum a posteriori) decoder is designed for both binary and duo-binary turbo co
Map
- 采用C程序设计的Turbo码编解码程序,包括编码及解码程序,使用Map算法-designed with C program,Turbo encoder procedures and decoder with Map.
decoder
- 七号信令的解码 用C++进行实现 主要是MAP-VII signaling decoding implementation using C++, mainly MAP
TurboDecode_Matlab
- 关于turbo码的译码matlab源码,主要有map,MAX_LOG_MAP,LOG_MAP等资料-Decoding of turbo code matlab source code, there are map, MAX_LOG_MAP, LOG_MAP etc.
LogMAPdecoder_HTM
- this is a simulation for Log-MAP decoder in channel coding systems-this is a simulation for Log-MAP decoder in channel coding systems...
Turbo
- TURBO码译码器,采用MAP 算法译码,其中还包括 卷积码MAP译码方法。-TURBO Decoder, decoding using MAP algorithm, which also includes MAP Decoding convolutional codes.
PCCCs-in-an-AWGN-channel-
- VS2010及IT++4.2下实现PCCC在AWGN信道上的仿真-This program simulates Parallel Concatenated Convolutional Codes (PCCCs) of coding rate 1/3 using a turbo decoder with two SISO RSC modules. Reference: S. Benedetto, D. Divsalar, G. Motorsi and F. Pollara, "A Sof
turbo
- Log map decoder for TUrbo codes
MAP
- Convolution Encoder and Decoder rate 1/2 MAP, step by step