CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 数值算法/人工智能 搜索资源 - LT CODING

搜索资源列表

  1. lzari_huf

    0下载:
  2. In each step the LZSS algorithm sends either a character or a <position, length> pair. Among these, perhaps character \"e\" appears more frequently than \"x\", and a <position, length> pair of length 3 might be commoner than one of length
  3. 所属分类:压缩解压

    • 发布日期:2008-10-13
    • 文件大小:4.53kb
    • 提供者:冰冰
  1. bianma

    0下载:
  2. ltcode编码部分的matlab仿真。-lt coding of matlab simulation.
  3. 所属分类:matlab

    • 发布日期:2017-04-10
    • 文件大小:1.47kb
    • 提供者:zhangji
  1. 8

    0下载:
  2. 设计一个理想通信系统,实现信息字符流的传输。 发射器: <1>将消息(字符串形式)编码成一个符号序列; <2>用脉冲成形将串符号序列转变成模拟脉冲信号; <3>将模拟脉冲信号调制到载波信号上。 接收器: <1>对接收的信号进行采样; <2>解调信号成基带信号; <3>将信号恢复成字符串。-Design an ideal communication system, the realiz
  3. 所属分类:matlab

    • 发布日期:2017-04-14
    • 文件大小:4.64kb
    • 提供者:王荣
  1. LTdecode_BPyanzheng2

    0下载:
  2. lt码的编译码,译码方式为bp译码,源码的比特数可以自己设定-lt code encoding and decoding, decoding method for the bp coding, source bits can be set
  3. 所属分类:matlab

    • 发布日期:2017-04-07
    • 文件大小:1.14kb
    • 提供者:liuwei
  1. hafuman

    0下载:
  2. 给定n个字母(或字)在文档中出现的频率序列X=<x1,x2,…,xn>,求出这n个字母的Huffman编码。为方便起见,以下将频率用字母出现的次数(或称权值)w1,w2,…,wn代替。-Given n letters (or words) in the document the frequency of the sequence X = <x1,x2,…,xn> , Find the n-letter Huffman coding. For convenience, th
  3. 所属分类:Data structs

    • 发布日期:2017-04-02
    • 文件大小:897.35kb
    • 提供者:张西
  1. gfj

    0下载:
  2. 如果填充比特F的数目不为0,那么将填充比特添加到第一个编码块的前面。如果B<40,那么在编码块的开始位置添加填充比特。在程序设计中,用NaN表示填充比特。-If the number of padding bits F is not 0, then fill bits added to the front of the first encoding block. If B <40, then fill bits added in the starting position of th
  3. 所属分类:matlab

    • 发布日期:2017-04-07
    • 文件大小:57.02kb
    • 提供者:赌徒
  1. LT

    0下载:
  2. LT CODING: ENCODING AND DECODING OF FOUNTAION CODE-LT ENCODING AND DECODING
  3. 所属分类:matlab

    • 发布日期:2017-11-19
    • 文件大小:559.17kb
    • 提供者:chenyao bai
  1. LT_Robust

    0下载:
  2. Robust分布的LT码编码程序,能够实现一维输入向量(长度不限)的编码,并且编码个数可控-Robust distributed LT codes coding procedures, able to achieve a one-dimensional input vector (length limitation) encoding, and encoding the number of controllable
  3. 所属分类:matlab

    • 发布日期:2017-11-21
    • 文件大小:985byte
    • 提供者:sijiaxi
  1. Raptor-Codes

    3下载:
  2. Raptor码的仿真程序,包括预编码可LT编码两部分。-Raptor code simulation program, including pre-coding the LT encoding two parts.
  3. 所属分类:matlab

    • 发布日期:2016-08-10
    • 文件大小:18kb
    • 提供者:苑玉亮
  1. LT-codes-in-guss

    1下载:
  2. 不同长度的LT码在高斯信道中的仿真,里面有编码程序,译码程序。-Different lengths of LT codes in Gaussian channel simulation, coding procedures, the decoding process.
  3. 所属分类:matlab

    • 发布日期:2017-01-13
    • 文件大小:89kb
    • 提供者:苑玉亮
  1. LT_code

    2下载:
  2. 基于matlab的数字喷泉码LT码理想度分布编码实现。 向往可以对初学者有用。文件格式:m文件,自己运行可以用。-Coding matlab-based digital fountain code LT codes ideal degree distribution. Longing can be useful for beginners. File format: m file, run their own can be used.
  3. 所属分类:matlab例程

    • 发布日期:2013-05-13
    • 文件大小:1.68kb
    • 提供者:cc
  1. arithcode

    0下载:
  2. Arithmetic coding is a form of entropy encoding used in lossless data compression. Normally, a string of characters such as the words "hello there" is represented using a fixed number of bits per character, as in the ASCII code. When a string is conv
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-04-11
    • 文件大小:1.39kb
    • 提供者:bhushan
  1. lt

    0下载:
  2. ressource on coding, lt codes, simulation -ressource on coding, lt codes, simulation ....
  3. 所属分类:matlab

    • 发布日期:2017-05-03
    • 文件大小:762.9kb
    • 提供者:abraham
  1. matlab_prog_for_ReedMuller_code

    0下载:
  2. 1、本程序用于仿真里德-穆勒(Reed-Muller)码在AWGN信道中的性能,调制采用bpsk 2、理论请参见《差错控制编码》(第二版),Shu Lin(美)编,晏坚等(译)一书P70-75.且仿真结果与书中图4-2完全一致 3、BPSK_AWGN_RM_Code.m为主程序,点击运行即可(1. this program is used for simulating the performance of Reed-Muller code over the AWGN channel, whe
  3. 所属分类:matlab例程

    • 发布日期:2017-12-26
    • 文件大小:4kb
    • 提供者:attack123
  1. sharingcode-LCKSVD

    2下载:
  2. LC-KSVD算法代码,<<Learning A Discriminative Dictionary for Sparse Coding via Label Consistent K-SVD>>(LC-KSVD algorithm code, < <Learning A Discriminative Dictionary for Sparse Coding via Label Consistent K-SVD> > )
  3. 所属分类:matlab例程

    • 发布日期:2019-12-20
    • 文件大小:15.38mb
    • 提供者:carmeloNY7
搜珍网 www.dssz.com