CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 Windows编程 其他小程序 搜索资源 - 信道编码,译码

搜索资源列表

  1. viterbi

    3下载:
  2. 用matlab软件仿真了从卷积码编码,QPSK调制,AWGN信道,QPSK解调,以及Viterbi译码。-Using Matlab Simulate from the coding of convolutional code,Qpsk modulation ,AWGN channel ,Qpsk demodulation and Viterbi decoding。
  3. 所属分类:Other systems

    • 发布日期:2017-03-22
    • 文件大小:2991
    • 提供者:liufayu
  1. rcpc

    0下载:
  2. 信道编码RCPC程序源码,采用维特比译码,译码端有验证纠错程序-RCPC channel program source code using Viterbi decoding, error correction decoding process client has to verify
  3. 所属分类:Other systems

    • 发布日期:2017-04-06
    • 文件大小:3331
    • 提供者:王伟
  1. HAMMING

    0下载:
  2. 本次仿真程序对一串二进制信息采用Hamming编码后再进行2PSK调制,在某种无线AWGN信道上进行传输,然后并在接收端进行解调,并译码。最后画出其在没有采用纠错编码时、采用纠错编码后但未译码前以及译码后的误比特曲线。-The simulation program for a string of binary information and then carried out using Hamming codes 2PSK modulation, AWGN channel in a wirele
  3. 所属分类:Other systems

    • 发布日期:2017-03-28
    • 文件大小:60487
    • 提供者:gudeyi
  1. RM

    2下载:
  2. 仿真RM码,及在高斯信道下的译码性能,对RM采用大数逻辑译码算法,并与单独BPSK调制在高斯信道的性能进行比较,分析上述两个码带来的编码增益。-RM
  3. 所属分类:其他小程序

    • 发布日期:2013-05-10
    • 文件大小:4626
    • 提供者:凌子衿
  1. baseband

    0下载:
  2. 数字基带系统传输,有完整的编码译码过程,高斯白噪声信道-Digital baseband transmission systems, a complete coding and decoding process, Gaussian white noise channel
  3. 所属分类:Other systems

    • 发布日期:2017-04-03
    • 文件大小:4541
    • 提供者:annytan
  1. haffman

    0下载:
  2. 一、需求分析 问题描述: 利用哈夫曼编码进行通信可以大大提高信道利用率,缩短信息传输时间,降低传输成本。但是,这要求在发送端通过一个编码系统能够对待传输数据预先编码,在接收端将传来的数据进行译码。对于双工信道(即可以双向传输信息的信道),每段都需要一个完整的编/译系统。试为这样的信息收发站写一个哈夫曼的编译码系统。 基本要求: 一个完整的系统应具有以下功能: (1) I:初始化(Initialization)。从终端读入字符集大小n,以及n个字符和n个权值, 建立哈夫曼树
  3. 所属分类:Other systems

    • 发布日期:2017-03-30
    • 文件大小:2401
    • 提供者:王伟
  1. Turbo

    0下载:
  2. 使用C编写的基于QPP交织器的turbo编码及译码器。编码器出来的结果没有经过调制直接通过高斯白噪声信道(加入随机噪声),译码后的结果与编码前结果相同。开发环境是visual studio2010.-Written in C, based on QPP interleaver turbo encoder and decoder. Out the results of the encoder is not modulated directly by a white Gaussian noise c
  3. 所属分类:Other windows programs

    • 发布日期:2017-11-11
    • 文件大小:1280535
    • 提供者:潘潘
  1. Huffumancode

    0下载:
  2. 利用哈夫曼编码进行信息通信可以大大提高信道利用率,缩短信息传输时间,降低传输成本。但是,这要求在发送端通过一个编码系统对待传数据预先编码;在接收端将传来的数据进行译码(复原)。对于双工信道(即可以双向传输信息的信道),每端都需要一个完整的编/译码系统。试为这样的信息收发站写一个哈夫曼码的编译码系统。-The use of Huffman coding information and communication can greatly improve the channel utilization
  3. 所属分类:Other systems

    • 发布日期:2017-11-19
    • 文件大小:1823
    • 提供者:黄晓明
  1. Mjtdecoder1

    0下载:
  2. 为解决信道编码中循环码译码问题 编写了严格尊崇实际电路的(15,7)码梅吉特译码器-In order to solve channel coding middle cyclic codes decoding the problem prepared a strict revered actual circuit' s (15,7) yards Mejit decoder
  3. 所属分类:Other systems

    • 发布日期:2017-11-18
    • 文件大小:682
    • 提供者:masss
  1. Mjtder

    0下载:
  2. 为解决信道编码中循环码译码问题,特编写(15,7)码梅吉特译码器-In order to solve channel coding problem decoding cyclic codes, special preparation (15,7) code Meggitt decoder
  3. 所属分类:Other systems

    • 发布日期:2017-11-22
    • 文件大小:677
    • 提供者:masss
  1. rm_code_decode

    0下载:
  2. 一阶rm编码译码c++源码,QPSK调制解调系统,通过AWGN信道下的仿真。-An order RM code (8,4,4) First-Order Reed-Muller code.
  3. 所属分类:Other systems

    • 发布日期:2016-11-20
    • 文件大小:2048
    • 提供者:马金云
  1. huffmantree

    0下载:
  2. 利用哈夫曼编码进行信息通信可以大大提高信道利用率,缩短信息传输时间,降低传输成本。但是,这要求在发送端通过一个编码系统对待传数据预先编码,在接收端将传来的数据进行译码(复原)。对于双工信道(即可以双向传输信息的信道),每端都需要一个完整的编/译码系统。试为这样的信息收发站写一个哈夫曼编/译码系统。 基本要求:一个完整的系统应具有以下功能: (1)初始化(Initialization)。从终端读入字符集大小n,以及n个字符和n个权值,建立哈夫曼树,(选做:并将它存于文件hfmTree中)
  3. 所属分类:Other windows programs

    • 发布日期:2017-03-28
    • 文件大小:3503
    • 提供者:微白
  1. Joint-signal-detection_decoding_-ISI

    0下载:
  2. ISI信道下的信号检测和译码的联合迭代算法的实现,编码使用递归卷积码,译码算法为BCJR算法。-Iterative algorithm to achieve joint signal detection and decoding under ISI channel, encoded using recursive convolutional code and decoding algorithm is BCJR algorithm.
  3. 所属分类:Other systems

    • 发布日期:2017-04-12
    • 文件大小:2478
    • 提供者:liushang
  1. LDPC

    0下载:
  2. LDPC信道编码,加白高斯噪声,进行译码的系统仿真程序。-LDPC channel coding, with white Gaussian noise, decoding system simulation program.
  3. 所属分类:Other systems

    • 发布日期:2017-04-28
    • 文件大小:11115
    • 提供者:刘喆
  1. Polar_BEC

    0下载:
  2. 实现Polar在BEC信道下的编码和译码算法,其中译码部分采用的是SC算法来实现。-Polar achieve at BEC channel coding and decoding algorithm, which is used in decoding section SC algorithm.
  3. 所属分类:Other systems

    • 发布日期:2017-04-30
    • 文件大小:269181
    • 提供者:刘兴临
  1. LDPC-2001-11-18

    0下载:
  2. 本程序用C语言详细完成LDPC的编码解码(B包括G矩阵的构造,信道信息,BP译码算法)-This procedure using C language to complete the detailed coding LDPC decoding (B including the G matrix structure, channel information, BP decoding algorithm)
  3. 所属分类:Other systems

    • 发布日期:2017-05-05
    • 文件大小:438186
    • 提供者:郑小北
搜珍网 www.dssz.com