CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 通讯/手机编程 搜索资源 - 信道编码,译码

搜索资源列表

  1. LDPC_gfq

    0下载:
  2. LDPC编码的GFQ程序源代码,用于信道编码,可以编码LDPC矩阵,并进行交织译码-LDPC coding GFQ source code for channel coding, LDPC coding matrix, Decoding and intertwined
  3. 所属分类:Modem编程

    • 发布日期:2008-10-13
    • 文件大小:14579
    • 提供者:吴迪
  1. GSM

    0下载:
  2. GSM信道编码设计,详细地实现了各个编译码模块的设计以及性能仿真,最后全信道测试则将各个模块连接起来,进行性能的仿真以及绘制误码率图。
  3. 所属分类:通讯/手机编程

    • 发布日期:2008-10-13
    • 文件大小:938907
    • 提供者:黄珺
  1. 几种编码误码率性能的测试程序

    2下载:
  2. 生成多项式为(561,753)的(2,1,8)卷积码的编码、译码、AWGN信道下的误码率性能的测试程序,Q matrix to solve the problem, according to input parameters can be calculated as a Q band random matrices, satisfy the following conditions, each row of the matrix, each row, each diagonal are a nu
  3. 所属分类:通讯/手机编程

    • 发布日期:2015-04-11
    • 文件大小:8492
    • 提供者:zhangyang
  1. A_rate_of_13_c_dc

    2下载:
  2. A率13折线的编译码实现 1、了解PCM及13折线A率编码及译码的原理; 2、随机给出一个语音信号,并用A率13折线PCM对其编码; 3、将编码后的信号经过加性高斯白噪声信道,并在接收端对其进行译码; 4、分别画出原始语音信号、PCM编码信号以及译码后信号的波形。 -A rate of 13 polyline encoding and decoding implementation 1, to understand the principles of PCM and th
  3. 所属分类:Voice Compress

    • 发布日期:2017-03-24
    • 文件大小:5809
    • 提供者:杜长刚
  1. 16qam_channel_encode

    3下载:
  2. 一、 本程序采用16QAM调制方式,对一串2进制信源进行调制,采用(7,4)循环码对信源做信道编码,用升余弦滚降函数进行基带调制,再调到高频信道;在信道上加入高斯白噪声,运用匹配滤波器解调,画出解调星座图,运用最小欧氏距离译码判决,再对信号进行信道解码,画出采用信道编码技术和不采用信道编码技术的误比特率图。-First, this program uses 16QAM modulation mode, for a string of two binary source is modulated,
  3. 所属分类:通讯/手机编程

    • 发布日期:2013-08-01
    • 文件大小:89681
    • 提供者:zhaoyang
  1. HSUPA

    0下载:
  2. 实现TD SCDMA传输信道仿真,包括传输信道编码和译码,程序可以运行-Achieve TD SCDMA transmission channel simulation, including the transmission channel encoding and decoding, the program can run
  3. 所属分类:Communication-Mobile

    • 发布日期:2017-03-29
    • 文件大小:58810
    • 提供者:张春
  1. shiny_clock

    0下载:
  2. 在通信系统中,信源编码器要尽可能压缩信源冗余度,提高编码效率。但是信源编码在实际信道中传输时,要受到噪声和衰减的影响,就会出现差错。因此信源码还必须经信道编码器再编码,然后再经信道传输至信道译码器,检出和纠正出现的差错,以提高信道传输的可靠性,这就是信道编码的目的。-In the communication system, source encoder to compress as much as possible source redundancy, improve coding effici
  3. 所属分类:Communication-Mobile

    • 发布日期:2017-04-01
    • 文件大小:520088
    • 提供者:zanwu
  1. cmd

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

    • 发布日期:2017-03-31
    • 文件大小:1794
    • 提供者:陈茂镇
  1. hmm

    0下载:
  2. 此代码是在DE2平台上实现汉明码的编码和译码,包括简易的通信信道。-hanming code encode decode
  3. 所属分类:Communication-Mobile

    • 发布日期:2017-06-16
    • 文件大小:26138149
    • 提供者:caoliang
  1. Hoffmann-make-up-decoder

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

    • 发布日期:2017-04-02
    • 文件大小:10463
    • 提供者:潇洒
  1. satellite

    0下载:
  2. 基于联合信道编码的ldpc码,详细介绍了ldpc码的编码方法和译码方法-Co-channel coding based on ldpc code, described in detail ldpc code encoding and decoding methods
  3. 所属分类:通讯/手机编程

    • 发布日期:2013-10-18
    • 文件大小:26688360
    • 提供者:王家
  1. class

    0下载:
  2. 卷积码编译码卷积码是一种性能优越的信道编码,它的编码器和解码器都比较易于实现,同时还具有较强的纠错能力-Convolutional code encoding and decoding
  3. 所属分类:Communication-Mobile

    • 发布日期:2017-04-10
    • 文件大小:833
    • 提供者:yiyawu
  1. Cyclic(73)

    0下载:
  2. 循环码的定义以及由生成多项式求解生成 矩阵和系统生成矩阵的过程,并在Matlab环境下写出了循 环码的编码器和解码器代码,实现了编码和译码功能。分析和讨论了 此码发现错误、纠正错误的能力,并讨论了其与线性分组码、Hamming 码等信道编码的区别与联系。 - Definition of cyclic codes generated by the polynomial generator matrix of the process of seeking system, writte
  3. 所属分类:Communication-Mobile

    • 发布日期:2017-03-26
    • 文件大小:202176
    • 提供者:胡志宏
  1. MY_turbo

    0下载:
  2. 信道编码turbo码相关程序,包括编码,译码和MAP算法的实现(Channel coding turbo code related procedures, including encoding, decoding and MAP algorithm implementation)
  3. 所属分类:通讯编程

    • 发布日期:2017-12-26
    • 文件大小:133120
    • 提供者:lazyxiaoming
  1. 信道编码与解码

    2下载:
  2. 对通信数据进行二分之一卷积编码,添加噪声,对接收数据进行维特比译码。(1/2 convolutional encoding of communication data, adding noise to carry out Viterbi decoding of received data.)
  3. 所属分类:通讯编程

    • 发布日期:2017-12-22
    • 文件大小:716800
    • 提供者:manchild19
  1. SimPlatform

    5下载:
  2. 包括turbo,polar,LDPC信道编码,交织,QAM,SCMA,MIMO检测,译码等(Including turbo, polar, LDPC, channel coding, interleaving, QAM, SCMA, MIMO detection, decoding, etc.)
  3. 所属分类:通讯编程

    • 发布日期:2017-12-29
    • 文件大小:430080
    • 提供者:MasterYao
  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-02
    • 文件大小:5120
    • 提供者:semperqaq
  1. 编码程序

    1下载:
  2. 各种编译码方式性能比较,LDPC编码译码,信道模型比较等等(The performance comparison of various coding methods, LDPC coding decoding, channel model comparison and so on)
  3. 所属分类:通讯编程

    • 发布日期:2018-01-08
    • 文件大小:17408
    • 提供者:韦珊333
  1. 卷积维特比

    0下载:
  2. 对使用MSK调制、运用卷积编码的信道编码方式的通信系统进行了误码率曲线的仿真,并通过与无信道编码的通信系统进行比较,分析卷积编码的性能。(The bit error rate curve of the communication system using MSK modulation and convolutional coding is simulated, and the performance of convolutional coding is analyzed by comparing
  3. 所属分类:通讯编程

    • 发布日期:2018-04-28
    • 文件大小:11264
    • 提供者:只剩下安静
  1. 信道估计+编译码

    2下载:
  2. 搭建仿真环境,先进行信道编码,再进行信道通讯,最后对收到的数据进行信道译码。(A simulation environment is built. First, channel coding is performed, then channel communication is performed. Finally, the received data is decoded by channel.)
  3. 所属分类:通讯编程

    • 发布日期:2020-04-07
    • 文件大小:47104
    • 提供者:zhangyunhe666
« 12 »
搜珍网 www.dssz.com