Welcome![Sign In][Sign Up]
Location:
Search - max log

Search list

[Other resourceTurbocode

Description: 包括turbo码编译码程序,译码算法包括sova及max-log-map算法,并有完整链路验证其性能。-including turbo coding - decoding procedures, SOVA including decoding algorithm and max-log-map algorithm, and link integrity test its performance.
Platform: | Size: 13265 | Author: tanbo | Hits:

[Other resourceDSP_Max_Log_MAP

Description: 基于DSP平台实现turbo码Max_Log_MAP算法,基于标准C 语言研究 了Turbo 码Max - Log - MAP 译码算法的软件编程与实现,为了提高程序的运行效率,结合TMS320C6000 系列DSP 芯片 的结构与特点采用循环展开、数据的存取优化设计、算法改进等措施进行了代码优化,给出了测试结果,非常值得一看
Platform: | Size: 313523 | Author: ynhuyong | Hits:

[matlabCTC 解码算法

Description: This platform simulates the classical turbo encoding-decoding system, including Log-MAP algorithm and max-log-MAP algorithm.
Platform: | Size: 8028 | Author: chugs@sina.com | Hits:

[SourceCodemax-log-map 译码算法

Description: 为每一个待译码bit计算其LLR 得到一个序列中的最大值无素. 计算外信息for each decoded bit
Platform: | Size: 10222 | Author: ludahaiii@sohu.com | Hits:

[ELanguage字符串表达式解析器

Description: 此程序实现的是一个运算器,是在一个程序的基础上进行改进的,计算器中需要的运算以及操作对象: IF,AND,OR,<,<=,>,>=,<>,=,== 数字0-9,(,),+,-,*,/, SIN,COS,TAN,POW,EXP,ABS,SQRT,INT,LN,LOG,MIN,MAX.-this program is a computing device that is in a process of improvement based on the needs of calculator operation and the operation of Object : IF, AND, OR, lt; , Lt; =, Gt; , Gt; =, Lt; Gt; , =, == figures 0-9 ,(,), ,-,*,/, SIN, COS, TAN, POW, EXP, ABS, SQRT, INT, LN, LOG, MIN, MAX.
Platform: | Size: 46080 | Author: 天空 | Hits:

[matlabTurbocode

Description: 包括turbo码编译码程序,译码算法包括sova及max-log-map算法,并有完整链路验证其性能。-including turbo coding- decoding procedures, SOVA including decoding algorithm and max-log-map algorithm, and link integrity test its performance.
Platform: | Size: 13312 | Author: tanbo | Hits:

[DSP programDSP_Max_Log_MAP

Description: 基于DSP平台实现turbo码Max_Log_MAP算法,基于标准C 语言研究 了Turbo 码Max - Log - MAP 译码算法的软件编程与实现,为了提高程序的运行效率,结合TMS320C6000 系列DSP 芯片 的结构与特点采用循环展开、数据的存取优化设计、算法改进等措施进行了代码优化,给出了测试结果,非常值得一看-DSP platform based on turbo code Max_Log_MAP algorithm, based on standard C language studied Turbo Code Max- Log- MAP decoding algorithm of the software programming and realize, in order to improve process efficiency, combined with TMS320C6000 DSP chip structure and characteristics of the use of cycle start the design of data access optimization, algorithms and other measures to improve the code optimization, are given the test results, very worth a visit
Platform: | Size: 313344 | Author: ynhuyong | Hits:

[matlabMaxLogMAPDecoding

Description: Max Log MAP decoding
Platform: | Size: 3072 | Author: | Hits:

[ELanguagemax-log-map

Description: max-log-map算法的C语言的实现,能计算出所需要的LLR,做出软判决和硬判决。-max-log-map algorithm for the realization of the C language, can be required to calculate LLR, make a hard decision and soft decision.
Platform: | Size: 3072 | Author: lituguang | Hits:

[Communication-Mobileldpcc_MaxLogSPA_dec_on_gfq

Description: max log SPA decoder for non binary ldpc decoder
Platform: | Size: 336896 | Author: kangdonghyub | Hits:

[Communication-Mobileturbo

Description: turbo码的map,log-map以及max-log-map的算法的c程序仿真-turbo code of the map, log-map and the max-log-map algorithm for c program simulation
Platform: | Size: 5120 | Author: 章剑 | Hits:

[matlabturbocodermax-log

Description: 简化MAX-LOG-MAP算法与LOG-MAP算法性能对比 MAX-LOG-MAP_1024_标准交织_1~3次迭代_grid 简化MAX-LOG-MAP算法与门限MAX-LOG-MAP算法性能对比_10次迭代640交织长度-Simplify the MAX-LOG-MAP algorithm and the LOG-MAP algorithm performance comparison MAX-LOG-MAP_1024_ standard cutting _1 ~ 3 iterations _grid simplify the MAX-LOG-MAP algorithm and the threshold MAX-LOG-MAP algorithm performance comparison _10 cutting length of 640 iterations
Platform: | Size: 186368 | Author: 方锐 | Hits:

[3G developWIMAX_Turbo_Code

Description: 这是一套完整的支持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 2.*/ /* Two component RSC (Recursive Systematic Convolutional) encoders are used. */ /* First encoder is terminated with tails bits. (Info+ tail) bits are scrambled and */ /* passed to the second encoder, while second encoder is left open without tail bits. */ /* Random information bits are modulated into+1/-1, and transmitted through an AWGN channel.*/ /* Interleavers are randomly generated for each frame.*/ /* Log-MAP algorithm without quantization or approximation is used.*/ /* By making use of ln(e^x+e^y) = max (x,y)+ ln(1+e^(-abs(x-y))), */ /* the Log-MAP is simplified with a look-up table for the correction term.*/ /* When the approximation ln(e^x+e^y) = max (x,y) is, we have MAX-Log-MAP.*/ /* To set the number of iterations, change the globle variable "DECITER". To set the fr
Platform: | Size: 26624 | Author: bennytang | Hits:

[matlabmy_turbo

Description: turbo码的编解码程序,采用max-log-map算法,简单易用。程序采用QPSK调制,信道为AWGN-turbo code decoding process, using max-log-map algorithm, easy to use. Program uses QPSK modulation, AWGN channel is
Platform: | Size: 4096 | Author: 张佑昌 | Hits:

[VHDL-FPGA-VerilogTAXI

Description: 基于VHDL的出租车计费器,通过VHDL语言来编程实现计费系统的四个功能块:分频模块,控制模块,计量模块和译码显示模块,最后使用MAX+PLUSII软件来对程序进行仿真,以模拟实现出租车的启动,停止以及等待等过程中的计时,计程和计费功能。-Taxi meter based on VHDL, VHDL language programming through the billing system of the four functional blocks: frequency module, control module, measuring module and decoding the display module, and finally use the MAX+ PLUSII software to simulate the program to simulate the realization of a taxi start, stop and wait for the timing of such processes, the meter and billing functions.
Platform: | Size: 1024 | Author: 张鹏飞 | Hits:

[3G developturbo_sys_demo

Description: This script 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 terminated with tails bits. (Info + tail) bits are scrambled and passed to the second encoder, while second encoder is left open without tail bits of itself. Random information bits are modulated into +1/-1, and transmitted through a AWGN channel. Interleavers are randomly generated for each frame. Log-MAP algorithm without quantization or approximation is used. By making use of ln(e^x+e^y) = max(x,y) + ln(1+e^(-abs(x-y))), the Log-MAP can be simplified with a look-up table for the correction function. If use approximation ln(e^x+e^y) = max(x,y), it becomes MAX-Log-MAP.- This script 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 terminated with tails bits. (Info + tail) bits are scrambled and passed to the second encoder, while second encoder is left open without tail bits of itself. Random information bits are modulated into +1/-1, and transmitted through a AWGN channel. Interleavers are randomly generated for each frame. Log-MAP algorithm without quantization or approximation is used. By making use of ln(e^x+e^y) = max(x,y) + ln(1+e^(-abs(x-y))), the Log-MAP can be simplified with a look-up table for the correction function. If use approximation ln(e^x+e^y) = max(x,y), it becomes MAX-Log-MAP.
Platform: | Size: 2048 | Author: yk | Hits:

[matlabTurbo_code_simulation

Description: 1. 程序中Turbo译码采用了MAP,LOG-MAP,和MAX-LOG-MAP三种算法。 2. 以xxx开头的四个mat文件是四种给定的Turbo码在译码时用到的参数,保存下来的目的是 加快仿真的速度,如果你所仿真的Turbo码不是程序中列出的任意一种,你可以通过函数 trellis来生成自己的相关参数。 3. 程序支持1/2和1/3两种码率的Turbo码,其中1/2码率的Turbo码通过矩阵[1 0 0 1]打 孔得到。在译码时通过对打孔位置添0恢复成1/3码率的码字。 4. 程序中的信噪比表示Eb/N0,通过此参数求得N0,对发送信号进行加噪。-1 program in Turbo decoding using the MAP, the LOG-MAP, and three kinds of the MAX-LOG-MAP algorithm.
Platform: | Size: 1408000 | Author: 谢小谢 | Hits:

[Linux-UnixMAX

Description: MAX石器外挂编辑器,用于修改外挂登录器ip-MAX the Neolithic plug Editor, used to modify the plug Log ip
Platform: | Size: 1024 | Author: 123 | Hits:

[matlabMy-turbo

Description: turbo码编码以及解码程序,编码根据3GPP LTE协议编码,解码程序包括log map,max log map以及门限max log map解码-turbo coding and decoding process, encoded according to 3GPP LTE protocol encoding and decoding procedures, including log map, max log map and decoding threshold max log map
Platform: | Size: 20480 | Author: Shawn Chen | Hits:

[Other2.5-max

Description: 石器时代2.5 MAX登陆文件制作器,内含详细说明和用法。-StoneAge 2.5 MAX Log File Creator, containing detailed descriptions and usage.
Platform: | Size: 2048 | Author: 123 | Hits:
« 12 »

CodeBus www.codebus.net