CodeBus
www.codebus.net
Search
Sign in
Sign up
Hot Search :
Source
embeded
web
remote control
p2p
game
More...
Location :
Home
Search - berlekamp massey
Main Category
SourceCode
Documents
Books
WEB Code
Develop Tools
Other resource
Search - berlekamp massey - List
[
Crack Hack
]
B_M算法
DL : 0
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 can have the minimal polynomial LFSR, resulting in the formation of the entire sequence. Here l is the linear complexity.
Date
: 2025-07-15
Size
: 1.82mb
User
:
赖晖
[
Communication
]
BCH_bm_simulation
DL : 1
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) code length can be input
Date
: 2025-07-15
Size
: 5kb
User
:
里海
[
Communication
]
rs.bm
DL : 0
一个用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.
Date
: 2025-07-15
Size
: 15kb
User
:
王智
[
ELanguage
]
rs-codec-8-4
DL : 0
encode.v The encoder syndrome.v Syndrome generator in decoder berlekamp.v Berlekamp algorithm in decoder chien-search.v Chien search and Forney algorithm in decoder decode.v The top module of the decoder inverse.v Computes multiplication inverse of an Galois field element test-bench.v The test fixture, and some brief notes on using the modules. data-rom.v A simple data source for testing run For those intelligence-challenged who can t run verilog LGPL The license -encode.v syndrome.v Syndrome generator in decoder al berlekamp.v Berlekamp gorithm in decoder chien- search.v Chien searc h and Forney in decoder algorithm decode.v The t op module of the decoder inverse.v Computes intercommunication tiplication inverse of an element over Galois field test-bench.v The test fixture. and some brief notes on using the modules. data- rom.v A simple data source for testing run For th PNA intelligence-challenged who can not run veri The log LGPL license
Date
: 2025-07-15
Size
: 44kb
User
:
zs8292
[
Special Effects
]
KESBLOCK_V
DL : 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.
Date
: 2025-07-15
Size
: 3kb
User
:
weixing
[
SCM
]
berlekamp
DL : 0
rs
Date
: 2025-07-15
Size
: 2kb
User
:
[
Communication-Mobile
]
bch_matrix_v1_0_tar
DL : 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_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
Date
: 2025-07-15
Size
: 17kb
User
:
shijianhong
[
Communication-Mobile
]
BCH_decode_berlekamp.m
DL : 0
BCH码的Berklak-Massey算法,编程比较经典。-BCH code Berklak-Massey algorithm, compare the classic programming.
Date
: 2025-07-15
Size
: 1kb
User
:
王明
[
Communication
]
high_speed_architecture_for_reed_solomon_decoder.r
DL : 0
RS码的解调算法,BM算法(Berlekamp–Massey)和一种新型高速VLSI算法。-High-Speed Architectures for Reed–Solomon Decoders
Date
: 2025-07-15
Size
: 322kb
User
:
hero
[
Post-TeleCom sofeware systems
]
bch
DL : 2
主要仿真了二进制的BCH码采用BM算法的编码以及解码的过程-An encoder/decoder for binary BCH codes Error correction using the BERLEKAMP-MASSEY ALGORITHM
Date
: 2025-07-15
Size
: 5kb
User
:
雪林
[
Communication-Mobile
]
BCH_decoding
DL : 0
A standard BCH decoder simulation using Berlekamp-Massey and Chien search.
Date
: 2025-07-15
Size
: 1kb
User
:
Quy
[
Other
]
Reed_Solomon_codes
DL : 1
著名教材The Art of Error Correcting Coding自带的里德所罗门码的C程序仿真: Reed-Solomon codes Berlekamp-Massey, Euclidean and PGZ algorithms Errors-and-erasures decoding Error performance evaluation-Well-known textbook The Art of Error Correcting Coding bring their own Reed Solomon process simulation C code: Reed-Solomon codes Berlekamp-Massey, Euclidean and PGZ algorithms Errors-and-erasures decoding Error performance evaluation
Date
: 2025-07-15
Size
: 13kb
User
:
Justin
[
Communication
]
Errors_Erasures_ASL
DL : 1
Reed-Solomon step by step erasure decoding using berlekamp-Massey algorithm.
Date
: 2025-07-15
Size
: 644kb
User
:
Farnaz Shayegh
[
Crack Hack
]
Berlekamp_Massey_Algo_MiniPoly
DL : 1
Pseodu-random sequence Berlekamp-Massey Algorithm
Date
: 2025-07-15
Size
: 2kb
User
:
swallow
[
Documents
]
BM
DL : 0
The Berlekamp-Massey algorithm is an efficient algorithm for determining the linear complexity of a finite binary sequence sn of length n. The algorithm takes n iterations, with the Nth iteration computing the linear complexity of the subsequence sN consisting of the first N terms of sn. Returned value (L) is the length of the shortest linear feedback shift register sequence that generates all bits in sequence sn.
Date
: 2025-07-15
Size
: 1kb
User
:
Maor Karisi
[
Communication
]
rs_decoder
DL : 0
本程序实现RS码的Berlekamp-Massey解码算法。-The program realization RS code Berlekamp-Massey decoding algorithm.
Date
: 2025-07-15
Size
: 228kb
User
:
于慕阳
[
VHDL-FPGA-Verilog
]
RSdecFlash_100722
DL : 0
RS(511,495) decoder for NAND flash controller,decoding steps: (1)syndrome (2)Berlekamp-Massey (3)chien (4)forney
Date
: 2025-07-15
Size
: 324kb
User
:
彭洪
[
Algorithm
]
Berlekamp_Massey
DL : 0
移位寄存器中的基础算法,Berlekamp Massey算法-The basis of the shift register algorithm, Berlekamp Massey algorithm
Date
: 2025-07-15
Size
: 2.13mb
User
:
李东辉
[
matlab
]
bch
DL : 0
bch decoder using Berlekamp-Massey and Chien search standard bch decoder simulation
Date
: 2025-07-15
Size
: 1kb
User
:
crony76
[
Windows Develop
]
BM
DL : 0
利用Berlekamp Massey算法求一个线性反馈移位寄存器序列的极小多项式及线性复杂度。(We use Berlekamp Massey algorithm to find the minimal polynomial and linear complexity of a LFSR.)
Date
: 2025-07-15
Size
: 1019kb
User
:
老中医
«
1
2
»
CodeBus
is one of the largest source code repositories on the Internet!
Contact us :
1999-2046
CodeBus
All Rights Reserved.