CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - 译码

搜索资源列表

  1. rs_decoder204_188

    0下载:
  2. RS译码的Verilog实现,用的是改进的BM算法,已在QuautusII9.0上调试通过-rs decoder verilog
  3. 所属分类:VHDL-FPGA-Verilog

    • 发布日期:2017-05-26
    • 文件大小:9469170
    • 提供者:songbing
  1. RS_Code

    4下载:
  2. RS编译码的Matlab程序,与陈文礼的《RS纠错编码原理及其实现方法》配套,已调试通过。-RS encoder and decoder ,matlab program
  3. 所属分类:matlab例程

    • 发布日期:2017-03-29
    • 文件大小:930776
    • 提供者:songbing
  1. Huffman

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

    • 发布日期:2017-04-01
    • 文件大小:267811
    • 提供者:Roger
  1. Hviterbi

    1下载:
  2. 实现卷积编码和相应的维特比译码(卷积码编码器为(2,1,3),维特比译码针对第1、3位模二加和第1、2位模二加)-Convolutional coding and the corresponding realization of Viterbi decoding (convolutional code encoder for the (2,1,3), Viterbi decoder bit mode for the first 1,3 and 1,2 position two plus two
  3. 所属分类:matlab

    • 发布日期:2017-03-31
    • 文件大小:2260
    • 提供者:张程
  1. vit_dec_with_notes

    0下载:
  2. 带有注释的维特比译码器。经过试验完成,准确无误。-Annotated with Viterbi decoder. After test completion, accuracy.
  3. 所属分类:VHDL-FPGA-Verilog

    • 发布日期:2017-04-08
    • 文件大小:3849
    • 提供者:柳承化
  1. HuffmanCoding

    0下载:
  2. Huffman编码译码器,利用Huffman树实现电文的编码和译码!-Huffman code and decode, using Huffman Tree encoding and decoding messages!
  3. 所属分类:Data structs

    • 发布日期:2017-04-06
    • 文件大小:217469
    • 提供者:夏博
  1. test_max_log_map

    0下载:
  2. TURBO译码性能AWGN信道测试(无菜单)-TURBO AWGN channel decoding performance test (no menu)
  3. 所属分类:matlab

    • 发布日期:2017-04-13
    • 文件大小:1540
    • 提供者:lilin
  1. DetailedcommunicationandapplicationofMatlabsimulat

    0下载:
  2. 通信系统仿真以及应用详解,包括信源、编译码、调制解调...一应俱全。值得收藏。-Detailed simulation of communication systems and applications, including source, encoding and decoding, modulation and demodulation ... everything. Worthy of collection.
  3. 所属分类:matlab

    • 发布日期:2017-06-09
    • 文件大小:16041024
    • 提供者:huwei
  1. Pi_LDPC_Decode

    2下载:
  2. 在C语言下,采用动态生成的方法,利用BF硬译码,来对 LDPC译码的程序。-In the C language, using dynamically generated methods, the use of BF decoding hardware to the procedure of LDPC decoding.
  3. 所属分类:Other windows programs

    • 发布日期:2016-12-06
    • 文件大小:4096
    • 提供者:strf
  1. mcsdte

    0下载:
  2. FPGA嵌入式项目实战,曼彻斯特编码器与译码器-FPGA embedded project combat, Manchester encoder and decoder
  3. 所属分类:VHDL-FPGA-Verilog

    • 发布日期:2017-04-08
    • 文件大小:186760
    • 提供者:lan tian
  1. viterbi

    0下载:
  2. 使用MATLAB仿真软件实现维特比算法译码 降低误码率-MATLAB simulation software using the Viterbi algorithm decoding error rate reduction
  3. 所属分类:matlab

    • 发布日期:2017-03-26
    • 文件大小:1232
    • 提供者:xiexiuxiu
  1. HE2

    0下载:
  2. 编写一个赫夫曼编/译码系统。 主要功能: (1)构造赫夫曼树:根据输入的字符代码集及其权值集,构造赫夫曼树,输出字符的赫夫曼编码。 (2)编码:输入字符序列,输出对应的赫码序列。 (3)译码:输入赫夫曼码序列,输出原始字符代码。 -vc huffman
  3. 所属分类:Compiler program

    • 发布日期:2017-03-26
    • 文件大小:1271
    • 提供者:liushen
  1. Convolutional_code_Viterbi_Decoder

    0下载:
  2. 卷积码的维特比译码程序,运用MATLAB语言-Viterbi convolutional code decoding program, the use of MATLAB language
  3. 所属分类:matlab

    • 发布日期:2017-04-06
    • 文件大小:8376
    • 提供者:yangchen
  1. viterbi

    0下载:
  2. matlab的维特比译码程序,加入汉明距离的提取-matlab Viterbi decoding process, from extraction Jiaruhanming
  3. 所属分类:matlab

    • 发布日期:2017-04-01
    • 文件大小:1260
    • 提供者:cc
  1. hamming

    0下载:
  2. 实现汉明码的译码算法 进行正交调制和硬判决 -Hamming code decoding algorithm to achieve the orthogonal modulation and hard decision
  3. 所属分类:matlab

    • 发布日期:2017-04-05
    • 文件大小:5437
    • 提供者:yilidoujiang
  1. RS

    0下载:
  2. RS译码器的设计源程序--verilog HDL实现-Design of the RS decoder source code-- Verilog HDL
  3. 所属分类:VHDL-FPGA-Verilog

    • 发布日期:2017-03-31
    • 文件大小:14258
    • 提供者:王垚
  1. Turbo_code_simulation

    0下载:
  2. 3gpp标准下的turbo编码译码,以及各种译码算法的改进 对比,对于初学者来说应该很好吧-tuobo coding and decoding with matlab
  3. 所属分类:Communication-Mobile

    • 发布日期:2017-04-03
    • 文件大小:88830
    • 提供者:shangchunjie
  1. 7shumaguanEDAfangzhen

    0下载:
  2. 用VHDL语言的七段数码显示译码器设计 已仿真出结果 用来学习7段数码显示译码器设计;学习VHDL的CASE语句应用及多层次设计方法。-VHDL language of seven-segment display decoder has been designed simulation results were used to study a 7-segment display decoder design learn VHDL CASE statement applications and
  3. 所属分类:VHDL-FPGA-Verilog

    • 发布日期:2017-04-06
    • 文件大小:501915
    • 提供者:wyj
  1. simulation

    1下载:
  2. BCH RS 卷积码 抗噪性能曲线比较 包括三种码字的编译码、加噪声以及硬判决解码模块 -BCH RS convolutional noise immunity curve consists of three code word encoding and decoding, plus noise and hard decision decoding module
  3. 所属分类:Communication-Mobile

    • 发布日期:2016-03-16
    • 文件大小:6144
    • 提供者:yichen
  1. Han-plain-code-decoding

    0下载:
  2. 汉明码的译码,用Matlab做的,适于初始学习汉明-Han plain code decoding, Matlab do, is suitable for the initial studies the Chinese Ming
  3. 所属分类:matlab

    • 发布日期:2017-03-27
    • 文件大小:5820
    • 提供者:陈瑞朝
« 1 2 ... 7 8 9 10 11 1213 14 15 16 17 ... 50 »
搜珍网 www.dssz.com