release_notes

来自「镁光的ECC编码方案和解码方案」· 代码 · 共 11 行

TXT
11
字号
V1.0 - Initial ReleaseV2.0 - The first release exhibited a bug in the Berlekamp-Massey Algorithm.  Under rare conditionsthe algorithm would report that the codeword was uncorrectable even when it had fewer errorsthan the correction power of the code.  The bug was a function of the error pattern itself andcould be detected by examining the syndromes.  This release of the software contains a data filethat can be piped into the bch_decoder to show the error.  To do this, execute the following command:	bch_decoder -k 4096 -m 13 -t 8 -p 8 < bug_data_pattern

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?