mirror of
https://github.com/aicodix/code.git
synced 2026-04-28 09:43:11 +00:00
wait for more errors to get a better estimation
This commit is contained in:
parent
7ec6a47c89
commit
ebb989ce50
1 changed files with 1 additions and 1 deletions
|
|
@ -102,7 +102,7 @@ int main()
|
||||||
int64_t ambiguity_erasures = 0;
|
int64_t ambiguity_erasures = 0;
|
||||||
double avg_mbs = 0;
|
double avg_mbs = 0;
|
||||||
int64_t loops = 0;
|
int64_t loops = 0;
|
||||||
while (uncorrected_errors < 1000 && ++loops < 1000) {
|
while (uncorrected_errors < 10000 && ++loops < 1000) {
|
||||||
if (crc_aided) {
|
if (crc_aided) {
|
||||||
crc.reset();
|
crc.reset();
|
||||||
for (int i = 0; i < K-C; ++i) {
|
for (int i = 0; i < K-C; ++i) {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue