![]() |
User Manual, Developers Guide and API Documentation |
![]() |
#include <decoder/DecoderConvolutional.hpp>


Public Member Functions | |
| DecoderConvolutional (int k, int bdfree, int dfree, double punctuation=1) | |
| virtual double | getBER (double p_raw, double aPuncturingFactor) |
| virtual double | getBER (double p_raw) |
| virtual | ~DecoderConvolutional () |
Private Attributes | |
| int | B_dfree |
| Total number of nonzero information bits on all weight d_free paths. | |
| int | D_free |
| minimum free distance of the convolutional code | |
| int | K |
| number of info bits per time unit | |
| double | Punctuation |
| factor for puncturing | |
Definition at line 40 of file DecoderConvolutional.hpp.
Definition at line 42 of file DecoderConvolutional.cpp.
| DecoderConvolutional::~DecoderConvolutional | ( | ) | [virtual] |
Definition at line 39 of file DecoderConvolutional.cpp.
int rise::DecoderConvolutional::B_dfree [private] |
Definition at line 58 of file DecoderConvolutional.hpp.
int rise::DecoderConvolutional::D_free [private] |
Definition at line 60 of file DecoderConvolutional.hpp.
int rise::DecoderConvolutional::K [private] |
Definition at line 56 of file DecoderConvolutional.hpp.
Definition at line 62 of file DecoderConvolutional.hpp.
1.5.5