This class stores results from an UWBIR Decider. It allows to pass to the MAC layer the demodulate bit values, so that it (the MAC layer) can compare these demodulated bit values with the bit values actually encoded by the MAC layer at the origin. More...
#include <DeciderResultUWBIR.h>
Inherits DeciderResult.
Public Member Functions | |
DeciderResultUWBIR (bool isCorrect, std::vector< bool > *_decodedBits, double snr) | |
const std::vector< bool > * | getDecodedBits () |
const double | getSNR () |
Private Attributes | |
std::vector< bool > * | decodedBits |
double | snr |
This class stores results from an UWBIR Decider. It allows to pass to the MAC layer the demodulate bit values, so that it (the MAC layer) can compare these demodulated bit values with the bit values actually encoded by the MAC layer at the origin.
Definition at line 17 of file DeciderResultUWBIR.h.