![]() |
ccsoft
0.0.0
Convolutional codes library with soft decision decoding
|
#include "CC_Encoding_FA.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_FA< T_Register, T_IOSymbol, N_k > |
Convolutional soft-decision sequential decoder generic (virtual) class. This is the public interface. This version uses a fixed array to store registers. N_k template parameter gives the size of the input symbol (k parameter) and therefore the number of registers. More... | |
Namespaces | |
namespace | ccsoft |
Functions | |
template<typename T_NodeEdge > | |
bool | ccsoft::node_edge_pointer_ordering (T_NodeEdge *n1, T_NodeEdge *n2) |