#include <math.h>
#include "rec_syst_conv_code.h"
Include dependency graph for rec_syst_conv_code.cpp:

Namespaces | |
| namespace | SPUC |
Functions | |
| double | SPUC::com_logmap (double x, double y) |
| Branc metric calculation function for MAP decoding in the log-domain. | |
| double | SPUC::com_logmax (double x, double y) |
| Branc metric calculation function for MAP decoding in the log-domain using a MAX approximation (default). | |
Variables | |
| double(* | SPUC::com_log )(double, double) = NULL |
| Pointer to logarithmic branch metric function. | |
2003/01/15 17:24:17
1.4.4