Go to the documentation of this file.
23 #ifndef _ATSCSINGLEVITERBI_H_
24 #define _ATSCSINGLEVITERBI_H_
37 static const unsigned int TB_LEN = 32;
43 char decode (
float input);
48 int delay () {
return TB_LEN - 1; }
51 static const int transition_table[32];
52 static const float was_sent[32];
53 float path_metrics [2][8];
54 unsigned long long traceback [2][8];