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: 通信系统的仿真,Reed-Solomon-codes是纠错码的一种,可以用于通信领域,本例子给出了基于matlab的程序,可用于实际的仿真!-communications system simulation, Reed-Solomon-codes is an error-correcting codes, communications can be used, the example is given of the procedures based on Matlab can be used for actual simulation! Platform: |
Size: 1024 |
Author:陈榧 |
Hits:
Description: rs码代码,别人给我的,不过看不懂,main函数太多-rs code code, others to me, but do not look, main function of too many Platform: |
Size: 50176 |
Author:liulei |
Hits:
Description: The package contains a Reed-Solomon coding and decoding program, derived
partly from Phil Karn/Robert Morelos-Zaragoza "new_rs_erasures.c".
In particular the Berlekamp-Massey algorithm has not been modified. New
features compared to "new_rs_erasures.c" are:
- fully parameterized: code parameters (n,k,m) can be selected via
command line options.
- decoding optional by Euclid or Belekamp-Massey algorithm
- efficient support of shortened codes
- extensive verbose levels for hardware verification
Platform: |
Size: 17408 |
Author:shijianhong |
Hits:
Description: 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 message symbols forming a codeword. Reed-Solomon coding is described in the form RS(n,k),
where k is the number of message symbols in each block and n is the total number of symbols in the codeword.
The value t defines the number of symbols that can be corrected by the Reed-Solomon code, where t=(n-k)/2 and
the number of parity symbols is equal to 2t. Platform: |
Size: 95232 |
Author:张波 |
Hits:
Description: 实现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 parity bytes. Platform: |
Size: 11264 |
Author:gogomx |
Hits:
Description: 当前很多文章多提到的lugi的reed-solomon编码的源代码,比较不错-At present a lot of the article mentioned many Lugi of reed-solomon coding the source code, compare well Platform: |
Size: 30720 |
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: 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. Platform: |
Size: 1872896 |
Author:kamranmu |
Hits:
Description: 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 probability of error, exact probability of error in each steps-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 probability of error, exact probability of error in each steps Platform: |
Size: 1024 |
Author:ghanim |
Hits: