![]() |
ccsoft
0.0.0
Convolutional codes library with soft decision decoding
|
#include "CC_Encoding.h"#include "CC_ReliabilityMatrix.h"#include <cmath>#include <algorithm>#include <iostream>

Go to the source code of this file.
Classes | |
| class | ccsoft::NodeEdgeOrdering |
| class used for node ordering More... | |
| class | ccsoft::CC_SequentialDecoding< T_Register, T_IOSymbol > |
| Convolutional soft-decision sequential decoder generic (virtual) class. This is the public interface. More... | |
Namespaces | |
| namespace | ccsoft |
Functions | |
| template<typename T_NodeEdge > | |
| bool | ccsoft::node_edge_pointer_ordering (T_NodeEdge *n1, T_NodeEdge *n2) |