CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - BCJR matlab

搜索资源列表

  1. LogMAPdecoder.rar

    3下载:
  2. 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
  3. 所属分类:matlab

    • 发布日期:2017-03-30
    • 文件大小:5464
    • 提供者:Leo Tsao
  1. BCJR

    0下载:
  2. bcir的一个详细例子,还有过程推到 ,很好的资料-bcir a detailed example of the process also pushed to, very good information
  3. 所属分类:matlab

    • 发布日期:2017-03-29
    • 文件大小:466321
    • 提供者:pdc
  1. MAPBCJR

    1下载:
  2. Hi..Modified BCJR and MAP alogorithm implementaion
  3. 所属分类:Communication

    • 发布日期:2017-05-07
    • 文件大小:1697880
    • 提供者:waheed
  1. mimo-bcjr_prepro

    1下载:
  2. 用matlab对多天线技术(MIMO)进行仿真,其中检测用KBEST算法。对信道H进行MMSEQSORT分解。后接BCJR解码器-Using matlab language to simulate the multi-input multi-output system. KBEST algorithm is used for detection, then followed by BCJR decoder
  3. 所属分类:matlab

    • 发布日期:2017-03-24
    • 文件大小:632931
    • 提供者:Fengxiaodong
  1. TURBO

    0下载:
  2. 用matlab实现的TURBO码编码。编码器由两个RSC卷积编码器构成-TURBO achieved with matlab coding. RSC encoder by the two convolutional encoder constitute
  3. 所属分类:Communication-Mobile

    • 发布日期:2017-03-24
    • 文件大小:1098
    • 提供者:eric
  1. BCJR_turbo

    0下载:
  2. bcjr code programe in mat lab
  3. 所属分类:Other systems

    • 发布日期:2017-04-17
    • 文件大小:178782
    • 提供者:gaurav
  1. turbo

    5下载:
  2. 课程设计两个程序:一:数据帧(程序每帧设置为400bit)在有扰信道传输时,采用Turbo码进行编译码。并仿真Log-MAP译码算法在不同迭代次数下的性能。 二:实现有扰信道中,不同信噪比下,采用MAP译码算法的Turbo码的性能。 以上各主程序均有做比较详细的程序注释 可直接运行turbo_main.m或LogMAP.m,稍等片刻即可观察到仿真结果 -two programs of Curriculum design : a: Data frames
  3. 所属分类:编译器/词法分析

    • 发布日期:2013-10-12
    • 文件大小:345740
    • 提供者:陈侯海
  1. BCJR

    0下载:
  2. Hi..this BCJR algorithm detail
  3. 所属分类:matlab

    • 发布日期:2017-03-27
    • 文件大小:567104
    • 提供者:waheed
  1. BCJR

    1下载:
  2. BCJR算法是在Turbo码的译码中广泛使用的一种重要算法。程序实现了BCJR的具体译码方法。程序是MAP-LOG的实现算法。-BCJR Algorithm for Turbo decoding is widely used in a key algorithm. The specific procedures implemented BCJR decoding method. MAP-LOG program is the realization algorithm.
  3. 所属分类:Communication

    • 发布日期:2016-04-19
    • 文件大小:987
    • 提供者:jack
  1. RSC_BCJR_Mfile_Tail

    1下载:
  2. 本程序设计的是咬尾编码的turbo码,用matlab编写。咬尾turbo码也即不需要拖尾比特,使得前后两个状态相同,译码采用修正的MAP译码算法-This program is designed to encode the turbo tail biting code, written with matlab. Tail biting turbo code that is not trailing bits to make the same before and after the two st
  3. 所属分类:matlab

    • 发布日期:2017-03-28
    • 文件大小:1332
    • 提供者:yangf
  1. EXIT

    2下载:
  2. Turbo均衡的性能评估 通过外信息的计算 采用BCJR算法进行软译码-Turbo equalization extrinsic information
  3. 所属分类:matlab

    • 发布日期:2015-06-02
    • 文件大小:10240
    • 提供者:sanlizi
  1. section4_mutual_information

    0下载:
  2. simple BCJR encoder & decoder structure
  3. 所属分类:matlab

    • 发布日期:2017-04-02
    • 文件大小:464616
    • 提供者:Jinny
  1. BCJR_turbo

    0下载:
  2. Turbo BCJR decoder. Descr iption is written in the matlab code.
  3. 所属分类:BREW

    • 发布日期:2017-04-06
    • 文件大小:201648
    • 提供者:lappisguy
  1. bcjr_decoder

    0下载:
  2. This a simulation matlab for simulating the process of BCJR decoder that decodes input data s from channel.-This is a simulation matlab for simulating the process of BCJR decoder that decodes input data s from channel.
  3. 所属分类:matlab

    • 发布日期:2017-03-27
    • 文件大小:11551
    • 提供者:hossein
  1. LDPC

    0下载:
  2. LDPC码译码器,采用BCJR算法,效验矩阵为1000*500.MATLAB代码2010a运行通过-LDPC code decoder, using the BCJR algorithm, well-tested code matrix is ​ ​ 1000* 500.MATLAB run through 2010a
  3. 所属分类:3G develop

    • 发布日期:2017-03-30
    • 文件大小:19403
    • 提供者:adhw
  1. bcjr_decoder

    0下载:
  2. BCJR译码算法的matlab源代码,附有详细注释,适合学习map算法实现。-BCJR decoding algorithm matlab source code, detailed notes, suitable for studying the map algorithm.
  3. 所属分类:3G develop

    • 发布日期:2017-03-26
    • 文件大小:2282
    • 提供者:custom430
  1. matlabturbo

    0下载:
  2. Instead of that, a modified BCJR algorithm is used. .... open source library for simulating turbo codes in matlab Turbo Equalization Instead of that, a modified BCJR algorithm is used. .... open source library for simulating turbo codes in matlab Tur
  3. 所属分类:Communication

    • 发布日期:2017-03-31
    • 文件大小:279355
    • 提供者:kiki
  1. bcjr

    0下载:
  2. bcjr编码和译码,matlab环境下仿真。可以运行并显示出结果-The encoder and decoder of BCJR. Running in the Matlab.
  3. 所属分类:matlab

    • 发布日期:2017-04-13
    • 文件大小:2429
    • 提供者:Zhaoxi Wu
  1. BCJR

    0下载:
  2. BCJR 算法的matlab实现,经测试无误(matlab code of BCJR, tested without errors)
  3. 所属分类:通讯编程

    • 发布日期:2017-12-29
    • 文件大小:2048
    • 提供者:changzhenga
  1. szdfef

    0下载:
  2. decoder for map bcjr
  3. 所属分类:matlab例程

    • 发布日期:2018-01-04
    • 文件大小:1024
    • 提供者:plume
« 12 »
搜珍网 www.dssz.com