CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 行业应用软件 搜索资源 - 译码 matlab

搜索资源列表

  1. conv_codec.tar

    1下载:
  2. 通信中常用的卷积码信道译码源码程序,matlab 与 c 相结合的方式。-Communication common Convolutional Codes channel decoder source programs, Matlab and c combined approach.
  3. 所属分类:邮电通讯系统

    • 发布日期:2008-10-13
    • 文件大小:282747
    • 提供者:feng zhao
  1. xindaofangzhen

    0下载:
  2. matlab仿真进行信道编码,有编译码的改善后的误码特性,信号--外编码--内编码--信道-内解码--外解码-Matlab simulation for channel coding and encryption to improve the error characteristics, signal -- encoding -- within coding -- channel-decoder -- outside Decoders
  3. 所属分类:教育/学校应用

    • 发布日期:2008-10-13
    • 文件大小:11782
    • 提供者:袁国浈
  1. viterbi123

    0下载:
  2. 利用MATLAB工具,实现维特比译码的仿真,一个比较简单的做法-using MATLAB tool, Viterbi decoding simulation, a relatively simple approach
  3. 所属分类:邮电通讯系统

    • 发布日期:2008-10-13
    • 文件大小:4716
    • 提供者:zhenhaha
  1. sovadecode

    1下载:
  2. SOVA matlab译码程序,一个老外博士写的, 挺不错的,可输出软信息。-SOVA Matlab decoding procedures, a foreigner written by Dr Ting good, soft output information.
  3. 所属分类:邮电通讯系统

    • 发布日期:2008-10-13
    • 文件大小:3346
    • 提供者:dina
  1. MAP

    1下载:
  2. 卷积码的最大后验概率译码算法的一个验证matlab算法,必有注释。
  3. 所属分类:邮电通讯系统

    • 发布日期:2008-10-13
    • 文件大小:1802
    • 提供者:blackdeath
  1. matlab

    0下载:
  2. 实上,我们可以把系统框图中外编码器、交织器和内编码器三部分级联后的总体,看作一个级联码的编码器,同理,外译码器、去交织器和内译码器三部分级联后的总体构成了级联码的译码器。 本次仿真外编码采用(7,4)HAMMING码,内编码采用(2,1,3)卷积码。交织编码采用(7,4)卷积交织编码或循环等差交织编码。除特别说明外,交织编码采用前者即(7,4)卷积交织编码。 -failed to translate
  3. 所属分类:Post-TeleCom sofeware systems

    • 发布日期:2017-04-17
    • 文件大小:34341
    • 提供者:hdn
  1. bch_15_11

    0下载:
  2. bch编译码仿真程序。信息符号15bits,码字符号11bits。-bch decoding simulation program. Information symbols 15bits, code word symbols 11bits.
  3. 所属分类:Post-TeleCom sofeware systems

    • 发布日期:2017-03-29
    • 文件大小:691
    • 提供者:张文杰
  1. rs1

    1下载:
  2. 完整的RS编译码仿真程序,基于matlab仿真实现-integrity of the RS encryption simulation program, based on Matlab Simulation
  3. 所属分类:Post-TeleCom sofeware systems

    • 发布日期:2016-03-15
    • 文件大小:2422
    • 提供者:xutao
  1. junjima

    1下载:
  2. 卷积码编译码器前段时间在学校做通信系统课程设计,选了信道卷积码编译码的课题,但在网上搜遍了也没找到它的MatLab实现,没办法,我只好在图书馆查资料自己解决了。这就是我课程设计论文的论证部分: -Convolutional codes codecs done some time ago in school communications systems curriculum design, selection of channel convolutional codes codec issue
  3. 所属分类:Education soft system

    • 发布日期:2017-04-01
    • 文件大小:2929
    • 提供者:tufei
  1. juanjima

    0下载:
  2. 卷积码编译码的matlab实现,采用类维特比译码方法-Convolutional code encoding and decoding of the matlab implementation, using class Viterbi Decoding Method
  3. 所属分类:Post-TeleCom sofeware systems

    • 发布日期:2017-04-02
    • 文件大小:549
    • 提供者:zhujing
  1. LLR_decoding

    0下载:
  2. 对数似然比测度下低密度奇偶检验码的译码算法,有很大的价值啊 -Log-likelihood ratio measure under the low-density parity check codes decoding algorithm, there is great value to ah
  3. 所属分类:Other systems

    • 发布日期:2017-03-26
    • 文件大小:94421
    • 提供者:张力
  1. Turbo_encode_decode

    1下载:
  2. Turbo码编译码的matlab源代码,包括logMAP算法与SOVA算法。可设置信道SNR参数,帧长度,删余系数等。-Turbo Codes Encoding and Decoding of the matlab source code, including logMAP algorithm and SOVA algorithms. Parameters can be set to channel SNR, frame length, deleted I coefficient.
  3. 所属分类:Post-TeleCom sofeware systems

    • 发布日期:2016-11-20
    • 文件大小:9255
    • 提供者:nostalgia
  1. LDPC

    1下载:
  2. LDPC码的编译码算法的实现与仿真,以及平均误码率的分析。-LDPC code decoding algorithm implementation and simulation, and the average bit error rate analysis.
  3. 所属分类:Post-TeleCom sofeware systems

    • 发布日期:2017-03-28
    • 文件大小:14967
    • 提供者:nili
  1. ViterbiDecoder_mex

    0下载:
  2. 自己用matlab与c接口方法编写的可以用matlab调用的C程序,实现Viterbi译码(软硬都可)。使用前在matlab里输入:mex - 文件名.c;-A c file can be used in matlab scr ipt to achive Viterbi Decoding (Error Control Coding) for both Hard Decision and Soft Decision.
  3. 所属分类:Post-TeleCom sofeware systems

    • 发布日期:2017-12-07
    • 文件大小:4577
    • 提供者:Li Bo
  1. Turbo-Matlab

    1下载:
  2. Turbo码Matlab仿真程序,包括编译码器。-Turbo Matlab
  3. 所属分类:Post-TeleCom sofeware systems

    • 发布日期:2017-11-07
    • 文件大小:184619
    • 提供者:李恩旭
  1. BCH_Matlab

    0下载:
  2. 根据BCH码的编译码原理,用matlab实现的BCH码编译码,并进行误码率分析。-According to the principle of BCH code ,the program will realize the encodeing and decoding of BCH code,the analysis of BER.
  3. 所属分类:Post-TeleCom sofeware systems

    • 发布日期:2017-04-06
    • 文件大小:917
    • 提供者:何欢
  1. ldpc_decode

    0下载:
  2. ldpc译码程序,基于MATLAB,采用置信传播算法-LDPC decoding process, based on MATLAB, using the belief propagation algorithm
  3. 所属分类:Post-TeleCom sofeware systems

    • 发布日期:2017-04-12
    • 文件大小:1242
    • 提供者:王鸿驰
  1. ldpc_decode_LLR

    0下载:
  2. LDPC 基于似然函数的译码算法函数,采用MATLAB编写,可以直接调用-LDPC decoding algorithm based on similar function the likelihood function, using MATLAB to prepare, you can directly call
  3. 所属分类:Post-TeleCom sofeware systems

    • 发布日期:2017-04-12
    • 文件大小:748
    • 提供者:陆鑫
搜珍网 www.dssz.com