搜索资源列表
ReedSolomon_codec
- 用C++写的Reed-Solomon码的编译码器 用C++程序更简明清晰,实现产、高效译码-C wrote Reed-Solomon code encryption Formosan C procedures more clear and concise, achieving the middle, efficient decoding
ReedSolomonDemo
- Dmostration fo how the reed solomon code works, this is not source code
MC-ACT-RSENC_DS
- MemecCoreReed-Solomon coding is a method of forward error correction in the form of block coding. Block coding consists of calculating a number of parity symbols over a number of message symbols. The parity symbols are appended to the end of the
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
Reed Solomon Code (32,16)
- 這篇是RS_CODE 16IN 32Out 範例
Errors_And_Erasures_Test
- This matlab code on reed solomon and BCH encoding and different decoding algorithms. Also errors and erasures.
REED-SOLOMON-CODE
- 当前很多文章多提到的lugi的reed-solomon编码的源代码,比较不错-At present a lot of the article mentioned many Lugi of reed-solomon coding the source code, compare well
rsenc
- this the code for reed solomon encoder of type 7,3. this is the main module program.-this is the code for reed solomon encoder of type 7,3. this is the main module program.
art_sklar7_reed-solomon
- this very important regarding the reed solomon encoder and decoder one can easily make the code using the theory provided in it.-this is very important regarding the reed solomon encoder and decoder one can easily make the code using the theory provi
reed
- this the completedocumentation and code about reed solomon logic implemented on fpga in verilog.-this is the completedocumentation and code about reed solomon logic implemented on fpga in verilog.
rs_eedec_euc
- 对于Reed-Somolon码的仿真,误码率-The Reed-Somolon code is specified by the finite field, the length (length <= 2^m-1), the number of redundant symbols (length-k), and the initial zero of the code, init_zero, such that the zeros are: init_zero, ini
RS_decoder
- Reed solomon decoder based on table-lookup method VHDL code
rsencoder_latest.tar
- reed solomon encoder (255,239) verilog source code
reed_solo
- Reed Solomon code simulation
rscode-1.3
- reed solomon code written in C++ and can be used to correct errors
upload_pudn6
- This program is used to Simulate the performance of (n,k)Reed Solomon code in AWGN channel with plotting the results and compare with the theoretical performance of this code in AWGN channel. The program also print the SNRdB, absolute snr ,simulated
reed-solomon_c
- This same code demonstrates the use of the encodier and decoder/error-correction routines. (RS编码和纠错编码的完整程序)-This same code demonstrates the use of the encodier and decoder/error-correction routines. (RS encoding and error correction coding of a c
RSdecoder_BMalgoritmus
- DECODED = RSDEC(CODE,N,K) attempts to decode the received signal in CODE using an (N,K) Reed-Solomon decoder with the narrow-sense generator polynomial. CODE is a Galois array of symbols over GF(2^m), where m is the number of bits per symb
reed-solomon-fast-MCU
- Fast Reed-Solomon Error Code Correction for small microcontrollers.
Reed-Solomon-Code-and-encode
- Reed-Solomon信道编解码的使用工具,C++代码-Reed-Solomon code and encode