搜索资源列表

  1. hammingencoding

    0下载:
  2. 1.汉明编码的硬件实现vhdl语言 2.测试用,简单明晰 3.内含有另一份c代码的汉明码纠错编码源代码-1. Hamming codes hardware vhdl two languages. Test, 3 simple clarity. Another containing a code c Hamming code error correction coding source code
  3. 所属分类:嵌入式/单片机编程

    • 发布日期:2024-05-22
    • 文件大小:2048
    • 提供者:方周
  1. 312B89F0

    0下载:
  2. 一种有意义的图像水印算法王振武 ,刘九芬 一,黄达人(1.中山大学计算机科学系,广东广州5102752.中国科学院自动化所模式识别国家重点实验室,北京1000803.中山大学科学计算与计算机应用系,广东广州510275)摘 要:提出了一个基于小波变换的有意义图像水印算法。该算法在512×512×8 bits图像上嵌入了一个536bits的有意义字符串,水印检测时不需要原始图像,并借助于模板、登记图像的大小、纠错编码和二维交织技术,水印不
  3. 所属分类:图形图象

    • 发布日期:2024-05-22
    • 文件大小:200704
    • 提供者:ghostsx
  1. RCPCED

    0下载:
  2. 仿真程序主体部分由c语言完成,改变运行的设定的参数,在相同的信道编码速率下,通过改变误码率,用Matlab软件进行画图,得出在相同编码速率不同误码率下的纠错后误码的比率,接着改变编码速率,重新可以划出另外的两条曲线;-simulation program from the main part of the completion c language, change the operation of the set parameters,
  3. 所属分类:通讯/手机编程

    • 发布日期:2024-05-22
    • 文件大小:13312
    • 提供者:陈巧云
  1. xunhuanma

    0下载:
  2. 利用MatLab软件,实现一种或几种循环码的编译码过程。再现编码和译码的步骤,绘制有关的性能曲线和波形图,并且能检错和纠错。-use MatLab software, to achieve one or a few recycling code encryption process. Reproduction coding and decoding steps, drawing on the performance curve and
  3. 所属分类:其他小程序

    • 发布日期:2024-05-22
    • 文件大小:10240
    • 提供者:李家军
  1. RS_Coder-1.0

    0下载:
  2. reed solomon编码/解码工具, 可以对字符串进行编码,加入错误,并进行解码和纠错。
  3. 所属分类:数学计算/工程计算

    • 发布日期:2024-05-22
    • 文件大小:1688576
    • 提供者:
  1. haiming

    0下载:
  2. 该程序主要用于信息论与编码中海明码的课程设计,实现海明码的编码、译码、纠错,是一个不错的程序-The program is mainly used in information theory and coding Hamming code of curriculum design, the realization of hamming code encoding, decoding, error correction, is a goo
  3. 所属分类:压缩解压

    • 发布日期:2024-05-22
    • 文件大小:1024
    • 提供者:何安
  1. rs.c.txt

    0下载:
  2. 用C实现RS码纠错仿真 RS码的编码程序 编码效率高,且经实际验证符合RS纠错码的要求-RS code using C realize simulation RS error correction code encoding procedure coding efficient and practical to verify compliance with the requirements of RS error-correcti
  3. 所属分类:Windows编程

    • 发布日期:2024-05-22
    • 文件大小:4096
    • 提供者:aaa
  1. LDPC_BP_decode

    0下载:
  2. 所属分类:matlab例程

    • 发布日期:2024-05-22
    • 文件大小:5120
    • 提供者:王鹏
  1. hanming

    0下载:
  2. 通过使用汉明码进行编码、解码、纠错。运用matlab仿真并计算汉明码的误码率和纠错能力。
  3. 所属分类:matlab例程

    • 发布日期:2024-05-22
    • 文件大小:10240
    • 提供者:lijianling
  1. TurboIntroduce

    0下载:
  2. Turbo码是近年来研究发展都比较热点的一种纠错编码,本文介绍了Turbo码产生前前后后的一些情况-Turbo code is a research and development in recent years are more of a hot spot error correction coding, Turbo code introduced in this paper have some of the situations b
  3. 所属分类:编程文档

    • 发布日期:2024-05-22
    • 文件大小:294912
    • 提供者:emonjeans
  1. RS_code_suanfa

    0下载:
  2. 通信的基带编码算法,FEC前向纠错算法 RS编码的详细介绍 无线数据通信方面用于前向纠错,减少误码率-Communications baseband coding algorithm, FEC FEC coding algorithm RS detailed wireless data communications for the FEC to reduce the error rate
  3. 所属分类:通讯/手机编程

    • 发布日期:2024-05-22
    • 文件大小:21504
    • 提供者:xibiren
  1. infrared_transmitter

    0下载:
  2. 自定义编码的红外发射器,采用汉明纠错编码。接收方可实现一位误码的纠错。38KHz发射载波调制,配合红外发射二级管可实现5-10米的数据通信与遥控。-Custom-coded infrared transmitters using Hamming error correction coding. Receive only realize a bit error correction. 38KHz launch carrier modula
  3. 所属分类:行业应用软件

    • 发布日期:2024-05-22
    • 文件大小:358400
    • 提供者:M
  1. rscode

    0下载:
  2. 实现8比特字节的RS纠错编码,可以指定极性校验字节数目,能产生的最大校验序列长度为255字节(含极性校验字节).This is an implementation of a Reed-Solomon code with 8 bit bytes, and a configurable number of parity bytes. The maximum sequence length (codeword) that can be gen
  3. 所属分类:单片机(51,AVR,MSP430等)

    • 发布日期:2024-05-22
    • 文件大小:11264
    • 提供者:gogomx
  1. jiaozhi_and_jiejiaozhi

    0下载:
  2. 交织和解交织模块,采用矩阵交织方式,且有两套并行存储器,可以实现连续数据流操作,不会有数据滞留和丢失-Intertwined intertwined reconciliation module, interwoven matrix approach, and has two sets of parallel memory, you can realize continuous data stream operations, will n
  3. 所属分类:VHDL编程

    • 发布日期:2024-05-22
    • 文件大小:2048
    • 提供者:xiaoyuer
  1. xunhuanma

    0下载:
  2. (7,3)循环码的编码和译码,还可以纠错一位,检错两位。在ketang-(7,3) cyclic code encoding and decoding, error correction can also be one of two error. In ketang
  3. 所属分类:编译器/词法分析

    • 发布日期:2024-05-22
    • 文件大小:2048
    • 提供者:sony
  1. Rapto-Codes

    0下载:
  2. Raptor Codes 是一种新的纠错编码方式,这里是一篇关于该算法的国外的文章,格式为pdf。-Raptor Codes is a new error-correcting coding, this is an article on the algorithm abroad articles, format pdf.
  3. 所属分类:编辑器/阅读器

    • 发布日期:2024-05-22
    • 文件大小:315392
    • 提供者:陆宇由
  1. Raptor-Bangalore

    0下载:
  2. Raptor Codes 是一种新的纠错编码方式,这里是一篇关于该算法的国外的文章,格式为pdf。-Raptor Codes is a new error-correcting coding, this is an article on the algorithm abroad articles, format pdf.
  3. 所属分类:编辑器/阅读器

    • 发布日期:2024-05-22
    • 文件大小:1148928
    • 提供者:陆宇由
  1. Raptor-Scheme

    0下载:
  2. Raptor Codes 是一种新的纠错编码方式,这里是一篇关于该算法的国外的文章,格式为pdf。-Raptor Codes is a new error-correcting coding, this is an article on the algorithm abroad articles, format pdf.
  3. 所属分类:编辑器/阅读器

    • 发布日期:2024-05-22
    • 文件大小:52224
    • 提供者:陆宇由
  1. Summary-of-Raptor-Codes

    0下载:
  2. Raptor Codes 是一种新的纠错编码方式,这里是一篇关于该算法的国外的文章,格式为pdf。-Raptor Codes is a new error-correcting coding, this is an article on the algorithm abroad articles, format pdf.
  3. 所属分类:编程文档

    • 发布日期:2024-05-22
    • 文件大小:103424
    • 提供者:陆宇由
  1. wanghua_20064494930-0

    0下载:
  2. 差错控制编码 ppt 引言 纠错编码的基本原理 常用的简单编码 线性分组码 循环码 卷积码 -error control coding ppt
  3. 所属分类:编程文档

    • 发布日期:2024-05-22
    • 文件大小:192512
    • 提供者:zhao yongqiang
« 1 2 3 4 56 7 8 9 10 ... 17 »

源码中国 www.ymcn.org