搜索资源列表
rs-codec(255-223)
- 这是rs(255,223)编码的verilog源程序。里面有:encode、decode、test-bench等文件。-This is rs (255,223) verilog source coding. Inside : encode, decode, test-bench and other documents.
encode RS(255,239)编码
- Verilog HDL代码,RS(255,239)编码,未采用弱对偶基-Verilog HDL code, RS(255,239)encoder, without weak-dual base
RS(255-233)decode
- 基于verilog HDL RS(255,223)的编译器源代码-Based on verilog HDL RS (255,223) of the compiler source code
TestRS
- RS编码和纠错算法,程序演示了经典的RS(255,223)码的编码与纠错性能。-RS encoding and error correction algorithms, the program demonstrates the classic RS (255,223) code encoding and error correction performance.
rs_encode
- RS码(255,223)编码程序,符合CCDS标准-RS Code (255,223) coding procedures, in line with standard CCDs
RS_enc_dec_JPL_publ
- RS(255,223)译码程序,且符合标准的CCSDS格式-RS (255223) decoding process, and in accordance with the standards CCSDS format
rs-codec-8-16
- RS[255,223]纠错码verilog源码,包含编码和解码模块,以及testbench等。-Verilog source code for RS[255,223] encoder and decoder, with testbench included.
rs_enc
- Verilog code for RS-(255,239) encoder.
rs-codec(255-223)
- RS编码是一种纠错码,本程序实现RS(255,223)用FPGA 实现RS编码,程序在Quartus II中调试通过。-RS coding is an error-correcting codes, the procedures for the realization of RS (255,223) with FPGA realization of RS codes, in the Quartus II program through the debugger.
RS_255_223_ENCODER
- 实现RS(255,223)编码,采用Verilog编程-Implementation RS (255,223) coding, using Verilog Programming
RS
- 基于MEA算法的RS(255,223)码的译码软件实现-MEA algorithm based on RS (255,223) code decoding software
1
- 图像处理,RS编码,纠错码这个单元对每个扰码后的传输数据帧,包括同 步字节进行截短的RS(204,188)编码.RS编码时, 在信息位前添加51字节的“0”再进入RS(255,239) 编码器,编码后再截去这些字节.RS(255,239)编码 -Image processing, RS coding, error correction code for each scrambling code of this unit after the transmission of data
RS_255_223_ENCODER
- RS(255,223)编码器程序 从一本书上看到的,很不错的-RS(255,223) encode , very good good good
fec_enc
- 实现RS(255,239)的编码器,语言为Verilog。-Implementation RS (255,239) encoder, language is Verilog.
fec_encode
- 一个有关RS(255,239)编码的代码,这是一个项目工程上的,用时可以自己修改下。-A related RS (255,239) code code, which is a project engineering, can make changes to it with the next.
RSencFlash
- RS(255,239) encoder for NAND Flash controller
RS255_239)(1)
- rs(255,239)的编码译码c++实现 英文版-rs (255,239) of the coding and decoding English version of c++ implementation
rs-encoderr
- rs encoder matlab file!!for rs(255,223)
RS(255-223)
- 用matlab实现RS(255,223)的编码,叫噪声,译码,并求出纠错个数,可以正确运行。-RS (255,223) coding using matlab, called noise, decoding, and calculated the number of error corrections, you can run correctly.
RS(255 239 )编码器 Verilog HDL 实现
- 对于 RS 编码器的设计,常用的编码算法有 2 类,一类是 Berlekamp 算法,另一类是典型编码算法。Berlekamp 算法常用于数据速率要求不是很高的环境下,而典型编码算法具有电路实现结构简洁,占用硬件资源少等优点,因此,采用典型编码算法来实现编码器。