搜索资源列表
rscode
- 实现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 generated is 255 bytes, including
RS(31-19-6)
- reed-solomon译码器。共有7个文件,分别为译码器的7个模块。
rs255253
- Reed Solomon(255/253)纠错码的编解码器-RS is the short form for Reed-Solomon whih is a kind of algorithm for encoding. This package is the en-/decoder for the Reed-Solomon (255,253) error correction codes.
Reed Solomon Code (32,16)
- 這篇是RS_CODE 16IN 32Out 範例
rs
- Reed-Solomoon 纠错算法C语言的实现,在ARM嵌入式平台MLC NAND flash 驱动验证过。-Reed-Solomoon correction algorithms in C language to achieve, in the ARM embedded platform for MLC NAND flash driver verified.
RS
- reed selemon encoder vhdl code
reedsolomon
- reed solomon encoder synthesis and simulation is done using verilog and working fine
rstk-0.7.tar
- archivo reed solom para utilizar en decodificacion de television digital esta en vhdl
RS_decoder
- Reed solomon decoder based on table-lookup method VHDL code
read_solomon
- This project implements a parameterized Reed Solomon decoder for use in OFDM wireless systems.
rsvhdl_255_239
- a VHDL implementation of 255_239 reed solomon encoder.
ReedSolomon
- Reed-Solomon FEC Performance Using Equation 8.7, in section 8.1.1 Reed-Solomon Error Probability from Digital Communications, 2nd edition,
reed_solomon_decoder_latest.tar
- reed solomon (204,188). in verilog.
rs_dec_enc_latest.tar
- Reed-Solomon (255,251). in VHDL.
RS_DesignNote
- Reed-solomon decoder, encoder design note
Full_parallel_architecture_for_turbo_decoding_of_
- A full-parallel architecture for turbo decoding, which achieves ultrahigh data rates when using product codes as error correcting codes, is proposed. This architecture is able to decode product codes using binary BCH or m-ary Reed-Solomon compo
rsencoder_latest.tar
- reed solomon encoder in verilog-reed solomon encoder in verilog
reed-solomon-fast-MCU
- Fast Reed-Solomon Error Code Correction for small microcontrollers.
Reed-Solomon-RS-ENCODE-DECODE
- 支持GF(2^n)域的rs编解码,可直接修改参数实现不同方式的RS编码和解码-This program is an encoder/decoder for Reed-Solomon codes.