ccsoft  0.0.0
Convolutional codes library with soft decision decoding
/shared/development/google_code/rssoft/libccsoft/lib/CC_SequentialDecodingInternal_FA.h File Reference
#include "CC_TreeNodeEdge_FA.h"
#include "CC_ReliabilityMatrix.h"
#include "CC_TreeGraphviz_FA.h"
#include <cmath>
#include <algorithm>
#include <iostream>
Include dependency graph for CC_SequentialDecodingInternal_FA.h:
This graph shows which files directly or indirectly include this file:

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
 All Classes Namespaces Files Functions Variables Typedefs Friends Defines