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

搜索资源列表

  1. SPIDER_mclass

    0下载:
  2. Multi-class Coding (adapted from from LS-SVM for SPIDER). Encode (code_MOC, code_ECOC, code_OneVsAll, code_OneVsOns) and decode (codedist_hamming, codedist_bay) a multi-class classification task into multiple binary classifiers.
  3. 所属分类:matlab

    • 发布日期:2017-03-31
    • 文件大小:10884
    • 提供者:auksas
  1. rs_encode

    1下载:
  2. 很不错的RS纠错编码原理及其实现方法。pdf格式-rs encode and decode.
  3. 所属分类:matlab

    • 发布日期:2017-05-02
    • 文件大小:923684
    • 提供者:李飞
  1. FFT

    0下载:
  2. 数字信号处理中,使用MATLAB进行FFT变换,以满足相应要求-IN the digital signal processing,we can use MATLAB to encode the FFT chanslation,in order to satisfy our demands.
  3. 所属分类:matlab

    • 发布日期:2017-05-08
    • 文件大小:1896068
    • 提供者:陈雨
  1. HuffmanCoding

    0下载:
  2. (1)I:初始化(Initialization)。对输入的一段英文中的每个字符统计其权值,建立哈夫曼树; (2)E:编码(Encoding)。利用已建好的哈夫曼树,对每个字符进行编码。 -(1) I: Initialization (Initialization). English section of the input statistics for each character of their weight, the establishment of Huffman tree
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-04-04
    • 文件大小:1714
    • 提供者:贾铭
  1. HDB3

    0下载:
  2. 通信信号处理中HDB3的编解码 ,matalab仿真程序-HDB3 encode decode
  3. 所属分类:matlab

    • 发布日期:2017-04-06
    • 文件大小:1298
    • 提供者:陈波
  1. encode

    0下载:
  2. 这是一个虹膜识别检测的matlab程序,程序很完整-This is an iris recognition matlab testing procedures, the procedures are complete
  3. 所属分类:matlab

    • 发布日期:2017-04-03
    • 文件大小:900
    • 提供者:汤继生
  1. arithmetic_code_and_LZ_code

    0下载:
  2. 算术码和LZ碼的编码和解码,有MATLAB和C++两种程序,很好用。-Arithmetic code and the LZ code encoding and decoding, there are two MATLAB and C++ program, easy to use.
  3. 所属分类:matlab

    • 发布日期:2017-04-10
    • 文件大小:1028461
    • 提供者:xuhaixia
  1. space_time_coding

    0下载:
  2. To encode an input stream into a specified space time block code.
  3. 所属分类:matlab

    • 发布日期:
    • 文件大小:3651
    • 提供者:Divya
  1. hufman

    0下载:
  2. Huffman encode source. Input the word and the frequency, and output encoded binary number.
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-04-13
    • 文件大小:2099
    • 提供者:chulhyun
  1. huffman

    0下载:
  2. 利用二叉树结构实现赫夫曼编/解码器。 基本要求: 1、初始化:能够对输入的任意长度的字符串s进行统计,统计每个字符的频度,并建立赫夫曼树 2、建立编码表:利用已经建好的赫夫曼树进行编码,并将每个字符的编码输出。 3、编码:根据编码表对输入的字符串进行编码,并将编码后的字符串输出。 4、译码:利用已经建好的赫夫曼树对编码后的字符串进行译码,并输出译码结果。 5、打印:以直观的方式打印赫夫曼树(选作) 6、计算输入的字符串编码前和编码后的长度,并进行分析,讨论赫夫曼编码的
  3. 所属分类:Data structs

    • 发布日期:2017-05-03
    • 文件大小:1179910
    • 提供者:莫凡
  1. QCLDPC-encode

    3下载:
  2. 针对目前应用比较广泛的基于准循环矩阵构造的QC-LDPC(准循环LDPC)码的各种构造方法,分析比较了随机构造LDPC和各种准循环LDPC编码方法的优缺点,通过理论分析和MATLAB中的性能仿真,提出的相应的优化方案-Broader view of the present application of quasi-circulant matrices based QC-LDPC (quasi-cyclic LDPC) codes for the various construction meth
  3. 所属分类:matlab

    • 发布日期:2017-04-09
    • 文件大小:1911849
    • 提供者:qiaohui
  1. frft

    1下载:
  2. 非常经典的分数阶傅里叶变换源程序,经测试,无问题-frft
  3. 所属分类:matlab

    • 发布日期:2017-03-26
    • 文件大小:1510
    • 提供者:wangfu
  1. matlabfun

    0下载:
  2. 信源函数 randerr 产生比特误差样本 randint 产生均匀分布的随机整数矩阵 randsrc 根据给定的数字表产生随机矩阵 wgn 产生高斯白噪声 信号分析函数 biterr 计算比特误差数和比特误差率 eyediagram 绘制眼图 scatterplot 绘制分布图 symerr 计算符号误差数和符号误差率 信源编码 compand mu律/A律 压缩/扩张 dpcmdeco DPCM(差分脉冲编码调制)解码 dpcmen
  3. 所属分类:matlab

    • 发布日期:2017-05-19
    • 文件大小:5318213
    • 提供者:little863
  1. LZW

    0下载:
  2. this LZW encode and decode-this is LZW encode and decode
  3. 所属分类:matlab

    • 发布日期:2017-04-09
    • 文件大小:2393
    • 提供者:mohammed
  1. RSC_BCJR_Mfile_Tail

    1下载:
  2. 本程序设计的是咬尾编码的turbo码,用matlab编写。咬尾turbo码也即不需要拖尾比特,使得前后两个状态相同,译码采用修正的MAP译码算法-This program is designed to encode the turbo tail biting code, written with matlab. Tail biting turbo code that is not trailing bits to make the same before and after the two st
  3. 所属分类:matlab

    • 发布日期:2017-03-28
    • 文件大小:1332
    • 提供者:yangf
  1. test

    0下载:
  2. 本程序设计的是咬尾编码的turbo码,用matlab编写。咬尾turbo码也即不需要拖尾比特,使得前后两个状态相同,译码采用修正的MAP译码算法。此文件为咬尾编码矩阵生成的测试文件包-This program is designed to encode the turbo tail biting code, written with matlab. Tail biting turbo code that is not trailing bits to make the same before a
  3. 所属分类:matlab

    • 发布日期:2017-04-04
    • 文件大小:2156
    • 提供者:yangf
  1. turbo

    1下载:
  2. 本程序设计的是咬尾编码的turbo码,用matlab编写。咬尾turbo码也即不需要拖尾比特,使得前后两个状态相同,译码采用修正的MAP译码算法。此文件为咬尾编码的主程序,将数据流分段编码并行处理-This program is designed to encode the turbo tail biting code, written with matlab. Tail biting turbo code that is not trailing bits to make the same b
  3. 所属分类:matlab例程

    • 发布日期:2013-10-12
    • 文件大小:2560
    • 提供者:yangf
  1. turbo_decoder1

    1下载:
  2. 本程序设计的是咬尾编码的turbo码,用matlab编写。咬尾turbo码也即不需要拖尾比特,使得前后两个状态相同,译码采用修正的MAP译码算法。此文件为turbo码译码一般的MAP算法,程序中用作与咬尾turbo译码的对照-This program is designed to encode the turbo tail biting code, written with matlab. Tail biting turbo code that is not trailing bits to m
  3. 所属分类:matlab

    • 发布日期:2017-03-28
    • 文件大小:1150
    • 提供者:yangf
  1. TB_TC

    0下载:
  2. 本程序设计的是咬尾编码的turbo码,用matlab编写。咬尾turbo码也即不需要拖尾比特,使得前后两个状态相同,译码采用修正的MAP译码算法,此为咬尾turbo编码算法-This program is designed to encode the turbo tail biting code, written with matlab. Tail biting turbo code that is not trailing bits to make the same before and af
  3. 所属分类:matlab

    • 发布日期:2017-04-02
    • 文件大小:958
    • 提供者:yangf
  1. A13encodeanddecode

    0下载:
  2. 按照A13律编码对一个离散序列对信号进行编码,通信原理-encode by A13-law
  3. 所属分类:matlab

    • 发布日期:2017-04-08
    • 文件大小:1004
    • 提供者:DJ
« 1 2 3 4 56 7 8 9 10 ... 13 »
搜珍网 www.dssz.com