搜索资源列表
reed-solomon-4.0
- 纠错码编码以及译码源程序reed-solomon4.0
decode_Reed-Solomon
- Reed-Solomon decode的c语言实现
Reed-Solomon
- 高速并行Reed-Solomon编解码器-High-speed parallel Reed-Solomon codec
rscode-1.3
- reed solomon code written in C++ and can be used to correct errors
soft_decode
- soft reed solomon decode matlab
rsc_encode
- reed solomon encoder
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-4.0
- This package implements a general purpose Reed-Solomon encoding and decoding facility.
RS_DesignNote
- Reed-solomon decoder, encoder design note
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
ReedSolomonCode
- Matlab codes on Reed Solomon codes
TM-2006-mat
- A Study of the Concatenated Reed Solomon – Convolutional Coding Performance used in WiMAX
reed-solomon-and-bch
- Reed Solomon. Program
reed-solomon-src
- reed-solomon 算法java实现-reed-solomon algorithm java implements
Reed-Solomon-with-QPSK
- The TransferJet Tech. uses concatenated channel codeing (Reed-Solomon coding & convolutional coding) scheme. For, Reed-Solomon coding, r=224/240,16 parity bit. For Convolutional coding, K=3, r=1/2.
Algebraic Soft Decoding Reed Solomon.pdf
- Algebraic Soft Decoding using the Reed Solomon
reed-solomon
- reed solomon是信息理论中信道编码的一种,这里用C语言来仿真实现reed solomon算法,-An implementation of the Reed-Solomon Algorithm
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
Reed-Solomon-RS-ENCODE-DECODE
- 支持GF(2^n)域的rs编解码,可直接修改参数实现不同方式的RS编码和解码-This program is an encoder/decoder for Reed-Solomon codes.