30 #ifndef ERROR_COUNTERS_H
31 #define ERROR_COUNTERS_H
79 BERC(
int indelay = 0,
int inignorefirst = 0,
int inignorelast = 0);
81 void count(
const bvec &in1,
const bvec &in2);
84 void estimate_delay(
const bvec &in1,
const bvec &in2,
int mindelay = -100,
87 void clear() { errors = 0; corrects = 0; }
110 static double count_errors(
const bvec &in1,
const bvec &in2,
111 int indelay = 0,
int inignorefirst = 0,
112 int inignorelast = 0);
133 BLERC(
int blocksize);
137 void count(
const bvec &in1,
const bvec &in2);
139 void clear() { errors = 0; corrects = 0; }
160 #endif // #ifndef ERROR_COUNTERS_H