Description: Simulate, by using c++ ,a communication system consists of binary source, RS(7,3,5)/RS(128,122,7) encoder, BPSK modulator, AWGN channel, coherent demodulator, RS(7,3,5)/RS(128,122,7) BM decoder and sink。-Simulate, by using c, a communication system consists of binary source, RS (7,3,5) / RS (128,122,7) encoder, BPSK modulator, AWGN channel, coherent demodulator, RS (7,3,5 ) / RS (128,122,7) BM decoder and sink. Platform: |
Size: 12461 |
Author:徐鹏 |
Hits:
Description: 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. Platform: |
Size: 1024 |
Author:陈龙 |
Hits:
Description: Simulate, by using c++ ,a communication system consists of binary source, RS(7,3,5)/RS(128,122,7) encoder, BPSK modulator, AWGN channel, coherent demodulator, RS(7,3,5)/RS(128,122,7) BM decoder and sink。-Simulate, by using c, a communication system consists of binary source, RS (7,3,5)/RS (128,122,7) encoder, BPSK modulator, AWGN channel, coherent demodulator, RS (7,3,5 )/RS (128,122,7) BM decoder and sink. Platform: |
Size: 12288 |
Author:徐鹏 |
Hits:
Description: 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 provided in it. Platform: |
Size: 727040 |
Author:Anshul |
Hits:
Description: RS编解码的C语言实现,译码是应用Berlekamp迭代译码-This program is an encoder/decoder for Reed-Solomon codes. Encoding is in
systematic form, decoding via the Berlekamp iterative algorithm.
Platform: |
Size: 4096 |
Author:吴雪 |
Hits:
Description: This project implements a parameterized Reed Solomon decoder for use in OFDM wireless systems. Platform: |
Size: 7168 |
Author:FPGACore |
Hits:
Description: 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 complete program) Platform: |
Size: 6144 |
Author:kunlun |
Hits:
Description: 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 symbol. Each N-element row of CODE represents a
corrupted systematic codeword, where the parity symbols are at the end and
the leftmost symbol is the most significant symbol. If N is smaller than
2^m-1, then RSDEC assumes that CODE is a corrupted version of a shortened
code.-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 symbol. Each N-element row of CODE represents a
corrupted systematic codeword, where the parity symbols are at the end and
the leftmost symbol is the most significant symbol. If N is smaller than
2^m-1, then RSDEC assumes that CODE is a corrupted version of a shortened
code. Platform: |
Size: 2048 |
Author:jjjura |
Hits:
Description: It is the Reed Solomon Decoder Technique for finding tha errors in the CDs and Hard Drive disk. It is a part of recovery tools. Platform: |
Size: 13312 |
Author:Shyam |
Hits:
Description: 支持GF(2^n)域的rs编解码,可直接修改参数实现不同方式的RS编码和解码-This program is an encoder/decoder for Reed-Solomon codes. Platform: |
Size: 4096 |
Author:songyongbin |
Hits: