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

搜索资源列表

  1. viterbi_decoding(matlab)

    0下载:
  2. 维特比译码,matlab实现,编码方式为卷积码,程序中有卷积码的生成程序。-viterb decoding
  3. 所属分类:Communication-Mobile

    • 发布日期:2017-04-01
    • 文件大小:1626
    • 提供者:zhang_henry
  1. juanjiturbo

    0下载:
  2. 卷积编码和译码过程,维特比译码,含有测试程序-turbo encoder and decoder
  3. 所属分类:Embeded-SCM Develop

    • 发布日期:2017-04-07
    • 文件大小:3650
    • 提供者:zhangli
  1. viterbi

    0下载:
  2. viterbi译码算法,可以对卷积码进行解码。通信类的朋友知道的-viterbi
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-03-29
    • 文件大小:1396
    • 提供者:fengyang
  1. MATLAB

    0下载:
  2. 语音编码中A律pcm编码、译码的matlab仿真-Speech Coding A law pcm encoding, decoding matlab simulation
  3. 所属分类:Communication

    • 发布日期:2017-03-24
    • 文件大小:4468
    • 提供者:593038945
  1. RSBCH

    1下载:
  2. RS BCH 编译码 MATLAB编写 可用-RS BCH encoding and decoding can be written MATLAB
  3. 所属分类:Other systems

    • 发布日期:2015-11-27
    • 文件大小:2237
    • 提供者:毛月薪
  1. Hviterbi

    1下载:
  2. 实现卷积编码和相应的维特比译码(卷积码编码器为(2,1,3),维特比译码针对第1、3位模二加和第1、2位模二加)-Convolutional coding and the corresponding realization of Viterbi decoding (convolutional code encoder for the (2,1,3), Viterbi decoder bit mode for the first 1,3 and 1,2 position two plus two
  3. 所属分类:matlab

    • 发布日期:2017-03-31
    • 文件大小:2260
    • 提供者:张程
  1. MATLAB-for-digital-baseband

    0下载:
  2. 数字基带系统经典代码,详细!包括量化,调制,编码,解调,译码-MATLAB for digital baseband,including modulation encoding……
  3. 所属分类:matlab

    • 发布日期:2017-03-23
    • 文件大小:4782
    • 提供者:
  1. MATLAB

    0下载:
  2. 卷积码编码译码MATLAB仿真程序,比较详细的源代码-Convolutional coding and decoding MATLAB simulation program
  3. 所属分类:matlab

    • 发布日期:2017-03-31
    • 文件大小:8223
    • 提供者:小遥
  1. matlab-PCM

    0下载:
  2. 正弦信号的pcm编码、译码matlab仿真-Sinusoidal signal pcm encoding, decoding matlab simulation
  3. 所属分类:matlab

    • 发布日期:2017-04-03
    • 文件大小:11715
    • 提供者:进步龙
  1. TurboDecode_Matlab

    1下载:
  2. 关于turbo码的译码matlab源码,主要有map,MAX_LOG_MAP,LOG_MAP等资料-Decoding of turbo code matlab source code, there are map, MAX_LOG_MAP, LOG_MAP etc.
  3. 所属分类:matlab

    • 发布日期:2017-04-02
    • 文件大小:19877
    • 提供者:liuting
  1. Convolutional-code-matlab

    1下载:
  2. 卷积码编码, 维比特译码matlab仿真源程序-Convolution coding, Viterbi decoding matlab source
  3. 所属分类:Other systems

    • 发布日期:2017-03-30
    • 文件大小:6562
    • 提供者:黎友
  1. 汉明码的编译码原理及性能仿真

    1下载:
  2. 在MATLAB环境下,仿真完成汉明码的编译码原理,并测试在不同信噪比下汉明码的误码率性能
  3. 所属分类:matlab例程

    • 发布日期:2015-04-13
    • 文件大小:1829
    • 提供者:sxx_cuc
  1. MATLAB

    0下载:
  2. 卷积码的编码与维特比译码matlab实现-Convolution Codes in coding and Viterbi decoding matlab
  3. 所属分类:matlab

    • 发布日期:2016-11-21
    • 文件大小:2048
    • 提供者:姬松松
  1. polar代码MATLAB (1)

    4下载:
  2. 该部分的主要功能是完成polar码的信道选择,编码和SC译码的matlab代码。(The main function of this part is to complete the polar code channel selection, coding and SC decoding matlab code.)
  3. 所属分类:编译器/解释器

    • 发布日期:2017-12-16
    • 文件大小:9216
    • 提供者:npu
  1. Polar-Codes-Software-Matlab--master

    7下载:
  2. 极化码matlab仿真程序,包含各种译码方法(sc译码,scl译码,crc校验scl译码)(matlab simulation of polar codes)
  3. 所属分类:通讯编程

  1. Huffman_GUI

    0下载:
  2. MATLAB霍夫曼Huffman编码译码GUI界面设计 源程序代码(MATLAB Hoffman Huffman encoding and decoding GUI interface design source code)
  3. 所属分类:其他

    • 发布日期:2018-01-01
    • 文件大小:13312
    • 提供者:sunsy
  1. 卷积码的编码和VB译码

    4下载:
  2. 在MATLAB上设计一个(2,1,3)卷积编码器和对应的采用维特比译码算法的译码器。编码器的生成多项式为:[1 0 1;1 1 1]。将编码器的输出经过一个高斯白噪声信道的结果作为译码器的输入,观察比较译码器输出和编码器输入,了解卷积码的容错性,并计算译码结果的误比特率.(A convolutional coder (2, 1, 3) and corresponding decoder using Vitby decoding algorithm are designed on MATLAB.
  3. 所属分类:通讯编程

    • 发布日期:2018-01-03
    • 文件大小:5120
    • 提供者:semperqaq
  1. turbo_encode decode

    0下载:
  2. turbo码的编译码软件,经典易懂,保证有效,可在此基础上增添多种功能(turbo code coding and decoding software, the classic easy to understand, to ensure effective, based on this to add a variety of functions)
  3. 所属分类:其他

    • 发布日期:2018-01-09
    • 文件大小:8192
    • 提供者:雨灵
  1. LDPC编译码仿真

    0下载:
  2. 基于matlab平台的LDPC编码译码仿真,很实用(LDPC coding and decoding simulation based on MATLAB platform which is really usefull.)
  3. 所属分类:通讯编程

    • 发布日期:2018-01-09
    • 文件大小:37888
    • 提供者:ying0856
  1. [MATLAB]最小和LDPC译码算法MATLAB实现(285266)

    2下载:
  2. LDPC码的编译码算法,matlab实现,包含常用的生成算法和解码算法。可以直接运行(LDPC code encoding and decoding algorithm, matlab implementation, including the common generation algorithm and decoding algorithm. Can run directly)
  3. 所属分类:通讯编程

« 1 23 4 5 6 7 8 9 10 ... 46 »
搜珍网 www.dssz.com