![]() |
ccsoft
0.0.0
Convolutional codes library with soft decision decoding
|
#include "CC_TreeNodeEdge_FA.h"
#include "CC_ReliabilityMatrix.h"
#include "CC_TreeGraphviz_FA.h"
#include <cmath>
#include <algorithm>
#include <iostream>
Go to the source code of this file.
Classes | |
class | ccsoft::CC_SequentialDecodingInternal_FA< T_Register, T_IOSymbol, T_Tag, N_k > |
Convolutional soft-decision sequential decoder generic (virtual) class for algorithm internal use. It is tainted by the type of code tree node+edge tag that is algorithm dependant. It contains the code tree root node and some common methods. This version uses a fixed array to store forward node+edges pointers. N_k template parameter gives the size of the input symbol (k parameter). There are (1<<N_k) forward node+edges. More... | |
Namespaces | |
namespace | ccsoft |