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

搜索资源列表

  1. rs.rar

    0下载:
  2. 使用matlab软件写的一个实现rs译码的小程序,适合初学看看,rs decode and encode
  3. 所属分类:matlab

    • 发布日期:2017-03-25
    • 文件大小:1.52kb
    • 提供者:zhanyongzhi
  1. 信道编码的matlab程序,CRC校验码,RS码,卷积码

    7下载:
  2. 信道编码的matlab程序,CRC校验码,RS码,卷积码,turbo码,TCM码-Matlab program channel coding, CRC check code, RS code, convolutional codes, turbo codes, TCM code
  3. 所属分类:matlab例程

    • 发布日期:2015-11-27
    • 文件大小:5kb
    • 提供者:郑书鑫
  1. RS

    3下载:
  2. 这是一个关于RS码程序,使用MATLAB软件对RS码系统进行仿真,最后画出RS码的误码率与信噪比之间的关系图-This is a program on the RS codes, RS codes using the MATLAB software system is simulated, the final draw RS code error rate and SNR of the relationship between the map
  3. 所属分类:matlab

    • 发布日期:2015-11-30
    • 文件大小:2.32kb
    • 提供者:zheng
  1. RS

    2下载:
  2. MATLAB实现的RS检测与LSB隐写构造分析。-MATLAB implementation of the RS detection and structural analysis of LSB Steganography.
  3. 所属分类:matlab

    • 发布日期:2014-12-12
    • 文件大小:2.64mb
    • 提供者:张乐乐
  1. RS_encod_decod

    2下载:
  2. 自从发表《RS纠错编码原理及其实现方法》以来,收到很多初识RS编码的读者的来信, 大家纷纷表示这篇文章对初学者很有帮助,但同时也指出了很多不足。比如第一版的例子中都是按照码长 , 但在实际应用中并不总是这种情况,还有就是MATLAB程序,由于作者在工程中是在DSP上用C实现的, 所以文章中的MATLAB程序只是用来说明问题,并没有经过调试。做事应该有始有终,这次修改, 附有详细的经过调试的MATLAB程序。并尽量做到程序具有通用性。-Since the publication o
  3. 所属分类:matlab

    • 发布日期:2016-03-31
    • 文件大小:902.36kb
    • 提供者:陈文礼
  1. RS-decoder-DSP

    0下载:
  2. RS编译码器的DSP实现,首先用MATLAB仿真,最后在DSP上实现-RS of DSP codecs to achieve, the first simulation using MATLAB, and finally realized in the DSP
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-04-06
    • 文件大小:844.93kb
    • 提供者:小范
  1. rsfinal

    1下载:
  2. 详细且一目了然的RS编译码matlab仿真程序。 包括GF(Q)域的各种运算(每种运算一个函数功能文件),RS编码模块及译码模块。 期中译码模块又分为伴随式计算模块,错误位置多项式计算模块,错误位置计算模块,错误数值计算模块。 还包含了专门用于测试每个模块是否正确的testbache。完整,详细,正确-Detailed and clear RS codec matlab simulation program. Including the GF (Q) domain of a vari
  3. 所属分类:matlab

    • 发布日期:2016-03-16
    • 文件大小:11.38kb
    • 提供者:栾西
  1. RS

    1下载:
  2. 程序\RS.rar MATLAB程序 谢谢支持-Program \ RS.rar MATLAB program thanks to support
  3. 所属分类:matlab

    • 发布日期:2015-11-30
    • 文件大小:2.23kb
    • 提供者:Jaross
  1. ReedSolomon

    0下载:
  2. Implementation of rs codes in matlab
  3. 所属分类:matlab

    • 发布日期:2017-04-14
    • 文件大小:2.82kb
    • 提供者:meh
  1. RS(244_212)

    0下载:
  2. 一款RS缩短码的源代码,可修改其中主程序的数据变任意一种RS码的编码器,此程序经多次验证均正确,且采用标准代码格式描写,易读。-A shortened RS code source code, which can modify data in the main program code change any of the RS encoder, this procedure has been repeatedly verified are correct, and the use of stan
  3. 所属分类:matlab

    • 发布日期:2017-03-25
    • 文件大小:9.02kb
    • 提供者:pengkerong
  1. RSCode

    0下载:
  2. (28,24)RS码表示码块长度共28个符号,其中信息代码的长度为24,检验码有4个检验符号。在这个由28个符号组成的码块中,可以纠正在这个码块中出现的2个分散的或者2个连续的符号错误,但不能纠正3个或者3个以上的符号错误。 -(28,24) RS code, said code block length of 28 symbols, including the length of the code information 24, inspection and testing code wi
  3. 所属分类:matlab

    • 发布日期:2017-03-30
    • 文件大小:6.55kb
    • 提供者:久久
  1. RS_Code

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

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

    0下载:
  2. RS的编码以及迭代译码,是【7,3 5】的RS码,希望对大家有帮助-it can work well~hope can help you
  3. 所属分类:matlab

    • 发布日期:2017-03-30
    • 文件大小:7.11kb
    • 提供者:linmeilu
  1. RS_simulation_code

    1下载:
  2. RS编译码的matlab码源,经测试好用。-RS codec matlab source code
  3. 所属分类:matlab

    • 发布日期:2017-04-02
    • 文件大小:24.45kb
    • 提供者:张一
  1. RSCode

    1下载:
  2. RS纠错matlab源程序(保证正确,网站上现在错的源码很多).可方便地向C语言移植。内附几本RS纠错相关书籍,是rs入门级和提高的必备读物。有的尽管在其他地方也能找到,这几本,我为他们添加了书签,方便阅读。-RS error correction matlab source (to ensure correct and the source website is now a lot of mistakes). Can be easily transplanted to the C langua
  3. 所属分类:matlab

    • 发布日期:2017-05-20
    • 文件大小:5.47mb
    • 提供者:lizw
  1. rs-encoderr

    0下载:
  2. rs encoder matlab file!!for rs(255,223)
  3. 所属分类:matlab

    • 发布日期:2017-04-10
    • 文件大小:1.45mb
    • 提供者:prahlad reddy
  1. 51黑论坛_RS编解码的MATLAB实现与分析

    0下载:
  2. 51黑论坛_RS编解码的MATLAB实现与分析 51黑论坛_RS编解码的MATLAB实现与分析(51 black forum _RS codec MATLAB implementation and analysis, 51 black forum _RS codec MATLAB implementation and analysis)
  3. 所属分类:matlab例程

    • 发布日期:2017-12-19
    • 文件大小:315kb
    • 提供者:天天死人
  1. rs

    0下载:
  2. RS code 编码及译码 通过AWGN信道(RS code encoding and decoding)
  3. 所属分类:matlab例程

  1. RS码的MATLAB实现(附MATLAB仿真程序)

    3下载:
  2. 信道编码的matlab程序,rs码通信系统的仿真实验,包括源程序和说明((Matlab program channel coding, RS code,)
  3. 所属分类:matlab例程

    • 发布日期:2018-04-29
    • 文件大小:175kb
    • 提供者:羊。
  1. RS纠错编码原理及其实现方法

    0下载:
  2. RS纠错编码原理及其实现方法 matlab信道编码(The principle of RS error correction coding and its implementation)
  3. 所属分类:matlab例程

    • 发布日期:2018-04-29
    • 文件大小:171kb
    • 提供者:羊。
« 12 3 4 5 6 »
搜珍网 www.dssz.com