GNU Radio's GSM Package
|
#include <AmrCoder.h>
Public Attributes | |
uint32_t | iState |
encoder input associated with this candidate | |
uint32_t | oState |
encoder output associated with this candidate | |
char | rState [mIRate] |
real states of encoders associated with this candidate | |
float | cost |
cost (metric value), float to support soft inputs | |
A candidate sequence in a Viterbi decoder. The 32-bit state register can support a deferral of 5*order with a 6th-order coder.
float ViterbiTCH_AFS7_95::candStruct::cost |
cost (metric value), float to support soft inputs
Referenced by ViterbiTCH_AFS7_95::vitClear().
uint32_t ViterbiTCH_AFS7_95::candStruct::iState |
encoder input associated with this candidate
Referenced by ViterbiTCH_AFS7_95::vitClear().
uint32_t ViterbiTCH_AFS7_95::candStruct::oState |
encoder output associated with this candidate
Referenced by ViterbiTCH_AFS7_95::vitClear().
char ViterbiTCH_AFS7_95::candStruct::rState[mIRate] |
real states of encoders associated with this candidate
Referenced by ViterbiTCH_AFS7_95::vitClear().