搜索资源列表

  1. 7bitdecode

    0下载:
  2. PDCU 7 BIT 解码程序,目前,发送短消息常用Text和PDU(Protocol Data Unit,协议数据单元)模式。使用Text模式收发短信代码简单,实现起来十分容易,但最大的缺点是不能收发中文短信;而PDU模式不仅支持中文短信,也能发送英文短信。PDU模式收发短信可以使用3种编码:7-bit、8-bit和UCS2编码。7-bit编码用于发送普通的ASCII字符,8-bit编码通常用于发送数据消息,UCS2编码用于发送Uni
  3. 所属分类:通讯/手机编程

    • 发布日期:2024-05-02
    • 文件大小:1024
    • 提供者:li
  1. Encoders_for_Block_Circulant_LDPC_Codes

    0下载:
  2. In this paper, we present two encoding methods for block-circulant LDPC codes. The first is an iterative encoding method based on the erasure decoding algorithm, and the computations required are well organized due
  3. 所属分类:文档资料

    • 发布日期:2024-05-02
    • 文件大小:394240
    • 提供者:kumar
  1. jpeg_encode+decoderhojoon

    0下载:
  2. This a JPEG encoding & decoding program of still image. It does not use level shifting. Discrete Cosine transform (DCT) is performed both by classical & Chen s Flowgraph methods. Predefined JPEG quantization array & zigz
  3. 所属分类:matlab例程

    • 发布日期:2024-05-02
    • 文件大小:3072
    • 提供者:Ho Joon Lee
  1. PT2262

    0下载:
  2. PT2262 软件解码,替代PT2272加MCU,为产品设计节约了成本-PT2262 software decoding, alternative PT2272 plus MCU, for product design, cost savings
  3. 所属分类:软件工程

    • 发布日期:2024-05-02
    • 文件大小:40960
    • 提供者:星夜浪人
  1. RSCC_Turbo

    0下载:
  2. 运用Log-Map迭代译码算法实现Turbo码的简化译码,改善了码率,提高译码速度,减小了运算量。-The use of Log-Map iterative decoding algorithm decoding Turbo codes to simplify and improve the bit rate, improve decoding speed and reduce the computational complexity.
  3. 所属分类:matlab例程

    • 发布日期:2024-05-02
    • 文件大小:118784
    • 提供者:何天玲
  1. ShannonFanocodingdecoding

    0下载:
  2. 这个程序是用来实现香农-法诺编码解码的matlab程序,它可以有效地进行二值和彩色图像的压缩和解压-This procedure is used to achieve the Shannon- Fano encoding and decoding of the matlab program that can be effectively carried out two values and color image compression
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2024-05-02
    • 文件大小:2048
    • 提供者:叶徕风
  1. qmle

    0下载:
  2. 最大似然译码的程序,用MATLAB编写的,很实用的例子-Maximum likelihood decoding process, using MATLAB written a very practical example of
  3. 所属分类:matlab例程

    • 发布日期:2024-05-02
    • 文件大小:3072
    • 提供者:liqiang
  1. conv_matlab

    0下载:
  2. 使用MATLAB实现卷积码的编译码,信源为随机产生数,进行软判决译码-Convolutional code using the MATLAB implementation of the codec, source for the randomly generated number, to soft-decision decoding
  3. 所属分类:通讯编程

    • 发布日期:2024-05-02
    • 文件大小:1024
    • 提供者:吴雪
  1. decoding

    0下载:
  2. 1527和2272的软件解码程序 1527 and 2272 software decoding program-1527 and 2272 software decoding program 1527 and 2272 software decoding program
  3. 所属分类:单片机(51,AVR,MSP430等)

    • 发布日期:2024-05-02
    • 文件大小:36864
    • 提供者:qd
  1. viterbi

    0下载:
  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. 所属分类:其他小程序

    • 发布日期:2024-05-02
    • 文件大小:3072
    • 提供者:liufayu
  1. This_one

    0下载:
  2. Cooperative communication_power control a) Generate random binary sequence of +1’s and -1’s. (b) Given different Power to the source and the relay as well (c) Multiply the symbols with the channel and then add w
  3. 所属分类:通讯/手机编程

    • 发布日期:2024-05-02
    • 文件大小:1024
    • 提供者:tafa
  1. channel

    0下载:
  2. MIMO传输信道仿真 对信道进行编码、解码-MIMO transmission channel simulation of channel coding and decoding
  3. 所属分类:matlab例程

    • 发布日期:2024-05-02
    • 文件大小:2048
    • 提供者:江克
  1. DF(Decoding-and-forward-for-cooperation)

    0下载:
  2. 协作通信中的df仿真 程序入口处:DFadvanced-decoding and forward method for cooperation communication
  3. 所属分类:其他小程序

    • 发布日期:2024-05-02
    • 文件大小:9216
    • 提供者:leofy
  1. arithmeticCoding

    0下载:
  2. 该程序实现了算术编码的编译码,并得到随机信源的输出码字和编码效率。-The program achieves the encoding and decoding of arithmetic coding, and gets the output code words and coding efficiency of the random sourse.
  3. 所属分类:压缩解压

    • 发布日期:2024-05-02
    • 文件大小:2048
    • 提供者:陈侯海
  1. turbo

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

    • 发布日期:2024-05-02
    • 文件大小:346112
    • 提供者:陈侯海
  1. TDMP_BCJR

    0下载:
  2. LDPC码的并行译码算法:在trellis图上的BCJR算法TDMP_BCJR-Parallel Decoding Algorithm for LDPC codes: In the trellis diagram of the BCJR algorithm TDMP_BCJR
  3. 所属分类:其他小程序

    • 发布日期:2024-05-02
    • 文件大小:296960
    • 提供者:郭旭东
  1. huffman

    0下载:
  2. 对给定的txt文件进行Huffman编码和解码,并加以分析,采用无记忆信源编码方式-For a given txt files Huffman encoding and decoding, and analyzed, using non-memory source coding method
  3. 所属分类:matlab例程

    • 发布日期:2024-05-02
    • 文件大小:6144
    • 提供者:julia
  1. ldpc-bp-log

    0下载:
  2. matlab环境下BP译码log程序,很简洁,已运行成-ldpc bp decoding of log in matlab enviorment
  3. 所属分类:matlab例程

    • 发布日期:2024-05-02
    • 文件大小:5120
    • 提供者:cindy duan
  1. ldpc-bp

    1下载:
  2. LDPC码经典BP译码程序,Matlab环境下,可运行成功-ldpc codes bp decoding in matlab enviorment
  3. 所属分类:其他小程序

    • 发布日期:2024-05-02
    • 文件大小:1024
    • 提供者:cindy duan
  1. GEP-decoding

    0下载:
  2. 基因表达式编程的一种解码方式的c++实现(网上关于gep的代码不多哦~)-a decoding VC edition fo GEP(gene expression programming) chromosome
  3. 所属分类:数学计算/工程计算

    • 发布日期:2024-05-02
    • 文件大小:508928
    • 提供者:王凯
« 1 2 3 4 5 6 7 89 10 11 12 13 ... 50 »

源码中国 www.ymcn.org