#include <viterbi.h>
Public Member Functions | |
| viterbi () | |
| void | reset () |
| bool | clock (long value) |
| bool | decode (long s0, long s1) |
| void | minimize_metrics () |
| bool | depuncture (const long steal, long soft_in) |
Public Attributes | |
| bool | decoded |
| bool | enable_output |
| bool | output_ready |
| long | prev_value |
| viterbi_state | state0 [64] |
| viterbi_state | state1 [64] |
| viterbi_state * | state |
| viterbi_state * | next |
| int | bitcnt |
| int | beststate |
| long | depuncture_bit_number |
| bool | phase |
|
|
Here is the call graph for this function: ![]() |
|
|
Here is the call graph for this function: ![]() |
|
||||||||||||
|
|
|
||||||||||||
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1.4.4