搜索资源列表
-
2下载:
VC++编程实现了二元域的BM算法。Berlekamp-Massey 算法是一个少有的高效算法。只需要输入密文中的2l个比特,就可以产生LFSR的最小多项式,从而生成整个序列。这里的l是系统的线性复杂度。-VC + + programming domain of the dual BM algorithm. Berlekamp-Massey algorithm is a rare efficient algorithm. Just type of dense text 2l bits, we c
-
-
0下载:
An encoder/decoder for binary BCH codes
Error correction using the BERLEKAMP-MASSEY ALGORITHM.Any (valid) code length can be input-An encoder / decoder for binary BCH codes Er Ryan correction using the BERLEKAMP - MASSEY ALG ORITHM.Any (valid) cod
-
-
2下载:
一个用c编的RS编码的程序,采用BERLEKAMP-MASSEY S 算法,输入m,以及信噪比,可得到生成多项式和误码率等。-with a series of RS coding procedures, using BERLEKAMP - MASSEY S algorithm input m, and the signal-to-noise ratio. available generating polynomial and the error rate.
-
-
0下载:
This Key Equation Solver (KES) block implements reformulated //
// inverse-free Berlekamp-Massey algorithm.-Key Equation Solver (KES) block imple ments reformulated / / / / inverse-free Berleka mp-Massey algorithm.
-
-
0下载:
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_r
-
-
2下载:
主要仿真了二进制的BCH码采用BM算法的编码以及解码的过程,An encoder/decoder for binary BCH codes Error correction using the BERLEKAMP-MASSEY ALGORITHM
-
-
1下载:
移位寄存器中的基础算法,Berlekamp Massey算法-The basis of the shift register algorithm, Berlekamp Massey algorithm
-
-
2下载:
BCH码的Berklak-Massey算法,编程比较经典。-BCH code Berklak-Massey algorithm, compare the classic programming.
-
-
0下载:
PDF417条形码检错纠错实现.采用Berlekamp-Massey算法实现错误多项式的求取,而后采用chien氏搜索法寻得错值位置,最后用forney算法计算得到错误值。-implementation of the error detection and correction algorithm
-
-
0下载:
Reed-Solomon step by step erasure decoding using berlekamp-Massey algorithm.
-
-
1下载:
Pseodu-random sequence Berlekamp-Massey Algorithm
-
-
0下载:
本程序实现RS码的Berlekamp-Massey解码算法。-The program realization RS code Berlekamp-Massey decoding algorithm.
-
-
0下载:
欧氏距离算法计算错误位置多项式,是Berlekamp-Massey的替代算法。消耗的硬件资源比Berlekamp-Massey算法多,但是可以更节省运算时间。-Euclidean distance algorithm to calculate the error position polynomial, is an alternative Berlekamp-Massey algorithm. The consumption of hardware resources is more than
-
-
0下载:
PDF417条形码检错纠错实现.采用Berlekamp-Massey算法实现错误多项式的求取,而后采用chien氏搜索法寻得错值位置,最后用forney算法计算得到错误值。-implementation of the error detection and correction algorithm
-
-
2下载:
用于计算随机序列线性复杂度的Berlekamp-Massey算法,已包装为matlab函数,省去复杂的算法调试过程-implement the inversionless Berlekamp-Massy algorithm in matlab
-
-
0下载:
利用Berlekamp Massey算法求一个线性反馈移位寄存器序列的极小多项式及线性复杂度。(We use Berlekamp Massey algorithm to find the minimal polynomial and linear complexity of a LFSR.)
-