IT++ Logo

itpp::BLERC Class Reference

#include <itpp/comm/error_counters.h>

List of all members.


Detailed Description

Class for counting block error rates.

Use this class to count block errors in binary vectors.

Definition at line 126 of file error_counters.h.


Public Member Functions

 BLERC (void)
 Class constructor.
 BLERC (int blocksize)
 Specialised constructor.
void set_blocksize (int inblocksize, bool clear=true)
 Set the block size.
void count (const bvec &in1, const bvec &in2)
 Calculate the number of block errors between in1 and in2.
void clear ()
 Clear the block error counter.
double get_errors ()
 Returns the number of block errors.
double get_corrects ()
 Returns the number of correct blocks.
double get_total_blocks ()
 Returns the total number of block processed.
double get_errorrate ()
 Returns the block error rate.

The documentation for this class was generated from the following files:
SourceForge Logo

Generated on Sun Sep 14 18:52:38 2008 for IT++ by Doxygen 1.5.6