#include <atsci_fake_single_viterbi.h>
Public Member Functions | |
| atsci_fake_single_viterbi () | |
| char | decode (float input) |
| void | reset () |
| int | delay () |
| internal delay of decoder | |
Protected Attributes | |
| int | post_coder_state |
| atsci_fake_single_viterbi::atsci_fake_single_viterbi | ( | ) |
| char atsci_fake_single_viterbi::decode | ( | float | input | ) |
INPUT ideally takes on the values +/- 1,3,5,7 return is decoded dibit in the range [0, 3]
| int atsci_fake_single_viterbi::delay | ( | ) | [inline] |
internal delay of decoder
| void atsci_fake_single_viterbi::reset | ( | ) |
int atsci_fake_single_viterbi::post_coder_state [protected] |
1.5.8