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

搜索资源列表

  1. Base64

    0下载:
  2. Base64 加密算法模块,VB 编写,代码已经优化!-Base64 Encoder&Decoder
  3. 所属分类:Other windows programs

    • 发布日期:2017-03-27
    • 文件大小:732
    • 提供者:小强
  1. xian_xing_fen_zu_ma

    0下载:
  2. 自己编写的线性分组码编码器和解码器的 matlab程序,是学习信息论文的不错的参考-I have written a linear block code encoder and decoder matlab procedures, information papers are a good study reference
  3. 所属分类:Other systems

    • 发布日期:2017-03-26
    • 文件大小:1039
    • 提供者:何仲
  1. 4

    1下载:
  2. 哈夫曼编/译码器 需求分析 根据程序目录建立函数,分别为CREATE-建立哈夫曼树,TABLE-输出编码,CODING-编码,DECODING-译码。 CREATE 函数实现从键盘输入字符集中的所有字符及其对应的频率值,建立哈夫曼编码树。 TABLE函数实现利用已建好的哈夫曼树,列出字符集中的所有字符及其对应的哈夫曼编码。 CODING函数实现利用建好哈夫曼树,对从键盘输入的正文串进行编码,并在屏幕上显示结果。 DECODING函数实现利用已建好
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-15
    • 文件大小:7326
    • 提供者:斜阳
  1. Convolutional-Encoder-Viterbi

    1下载:
  2. 卷积编码器和viterbi译码器的设计与仿真-Convolutional encoder and viterbi decoder design and simulation
  3. 所属分类:Other systems

    • 发布日期:2017-03-25
    • 文件大小:2866
    • 提供者:杨慧琪
  1. Turbo_QAM_2a

    0下载:
  2. Turbo编码16QAM在AWGN信道中的性能Turbo码份量码为[1,17/15],码率为1/2,采用随机交织器-the encoder and decoder of the Turbo code
  3. 所属分类:Other systems

    • 发布日期:2017-03-29
    • 文件大小:2858
    • 提供者:bxq
  1. Upload_Actual_JPEG

    0下载:
  2. jpeg decoder encoder matlab code for algorothim models
  3. 所属分类:Other systems

    • 发布日期:2017-04-03
    • 文件大小:105548
    • 提供者:naveen
  1. FPGAbasedViterbiconvolutionalcodinganddecodingofth

    0下载:
  2. FPGA-based Viterbi convolutional coding and decoding of the Research and Implementation-Convolutional code encoder and Viterbi decoder design
  3. 所属分类:Other systems

    • 发布日期:2017-04-08
    • 文件大小:884611
    • 提供者:shajun
  1. huffmantree

    0下载:
  2. 哈夫曼树,编写一个哈夫曼编/译码系统具有初始化,编码,译码,印代码文件,印哈夫曼树等功能,是数据结构作业的上机源代码-Huffman tree, the preparation of a Huffman encoder/decoder system initialization, encoding, decoding, code printed documents, printed features such as Huffman tree is a data structure of the
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-01
    • 文件大小:2425
    • 提供者:zex
  1. 79419129decode_ldpc_APP_LLR

    0下载:
  2. This a software runing on the Matlab. it is used in the channel coding simulation. It i nclude DVB-S2 LDPC and turbo Covolution. and block turbo code, You can choose which channel coding to run. it ru n the encoder and add white noise in the channel.
  3. 所属分类:Other systems

    • 发布日期:2017-04-04
    • 文件大小:1406
    • 提供者:Ahsan Ali
  1. viterbi213

    0下载:
  2. 编码方式为213的Viterbi卷积码编码器和译码器的FPGA的实现,包含整个QuartusII的工程文件,解码方式为寄存器交换法-Encoding for the 213 convolutional code encoder and Viterbi decoder FPGA realization of the project file that contains the entire QuartusII, decoding method for the register exchange
  3. 所属分类:Other systems

    • 发布日期:2016-05-19
    • 文件大小:2668524
    • 提供者:jenny
  1. Huffman

    0下载:
  2. 哈弗曼编码 和 译码 ,包括统计明文的字符分配频率,建立哈弗曼树,编码和译码-the encoder and decoder of Huffmam code
  3. 所属分类:Other windows programs

    • 发布日期:2017-03-28
    • 文件大小:639646
    • 提供者:吕正华
  1. rs

    0下载:
  2. This program is an encoder/decoder for Reed-Solomon codes. Encoding is in systematic form, decoding via the Berlekamp iterative algorithm.-This program is an encoder/decoder for Reed-Solomon codes. Encoding is in systematic form, decoding via
  3. 所属分类:Other systems

    • 发布日期:2017-04-07
    • 文件大小:4164
    • 提供者:nyahhunt
  1. encoder-decoder

    0下载:
  2. 用matlab算术码编码译码 效果一般压缩比例1:2-Arithmetic code encoding decoding
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-09
    • 文件大小:2088812
    • 提供者:廖建
  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. huffmantree

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

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

    0下载:
  2. 数据结构实验-利用二叉树结构实现哈夫曼编/解码器-The Experimental on data structure- which uses binary tree Huffman encoder/decoder
  3. 所属分类:Other windows programs

    • 发布日期:2017-05-02
    • 文件大小:546531
    • 提供者:许晨雪
  1. arm_FPGA

    0下载:
  2. 步进电机、直流电机PWM控制、伺服电机编码器解码vhdl程序-Stepper motor, PWM DC motor control, servo motor encoder decoder VHDL program
  3. 所属分类:Other systems

    • 发布日期:2017-04-24
    • 文件大小:25722
    • 提供者:刘文
  1. QEP432

    1下载:
  2. 非常好用的增量式编码器解码FPGA程序,A、B、Z各相输入信号处理均有。-Very good with the incremental encoder decoder FPGA program, A, B, Z of each phase of the input signal processing are.
  3. 所属分类:Other systems

    • 发布日期:2016-08-01
    • 文件大小:1024
    • 提供者:edison
  1. anc dec

    0下载:
  2. encoder,decoder,testbench and run files
  3. 所属分类:其他

    • 发布日期:2017-12-26
    • 文件大小:27648
    • 提供者:Gops
  1. BCH-encoder-decoder-master

    0下载:
  2. BCH encoder and decoder over awgn channel
  3. 所属分类:其他

    • 发布日期:2020-04-19
    • 文件大小:351232
    • 提供者:ksyadav
« 12 3 »
搜珍网 www.dssz.com