搜索资源列表
reed-solomon-3.1.1.tar
- reed-solomon 编解码,FEC的一种,比卷积码要稳定收敛,用于DVD/VCD的纠错码,纠突发错误。-reed-solomon codecs, an FEC than Convolutional Codes to stabilize convergence, for the DVD / VCD of error-correcting codes and preventing unexpected errors.
reed-solomon-4.0
- 纠错码编码以及译码源程序reed-solomon4.0
gflib
- GFLIB - C Procedures for Galois Field Arithmetic and Reed-Solomon Coding. 该函数库广泛用在网络编码和信道编码中。-GFLIB- C Procedures for Galois Field Arithmetic and Reed-Solomon Coding. The library is widely used in network coding and channel coding.
RMCode
- Reed Muller的编码解码和仿真代码,有完整的注释-The coding and decoding codes of Reed Muller coding method. Also simulation is added.
reed-solomon-4.0.tar
- This package implements a general purpose Reed-Solomon encoding and decoding facility. See the rs.3 man page for details.
reedsolomon-elektrobit
- A book about reed solomon encoding and decoding.
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
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
RMDecoder
- 本文为LTE中reed-muller码的译码程序,译码算法用的是FHT(快速哈达玛变换)。-This article LTE in the reed-muller code decoding process, decoding algorithm using a FHT (Fast Hadamard Transform).
FHT
- reed-muller编码和译码的MATLAB程序。用到的是FHT算法-reed-muller encoding and decoding of the MATLAB program. FHT algorithm is used
reed-solomon-4.0
- This package implements a general purpose Reed-Solomon encoding and decoding facility.
04Mar_Tezeren
- Thesis on entitled REED-MULLER CODES IN ERROR CORRECTION IN WIRELESS ADHOC NETWORKS with matlab codes.
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
reed-solomon-and-bch
- Reed Solomon. Program
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.
Reed-Muller
- 使用matlab仿真快速Hadamrd变换的Reed-Muller译码.-Reed-Muller
matlab_prog_for_ReedMuller_code
- 1、本程序用于仿真里德-穆勒(Reed-Muller)码在AWGN信道中的性能,调制采用bpsk 2、理论请参见《差错控制编码》(第二版),Shu Lin(美)编,晏坚等(译)一书P70-75.且仿真结果与书中图4-2完全一致 3、BPSK_AWGN_RM_Code.m为主程序,点击运行即可(1. this program is used for simulating the performance of Reed-Muller code over the AWGN channel, whe