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

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