ccsoft  0.0.0
Convolutional codes library with soft decision decoding
/shared/development/google_code/rssoft/libccsoft/lib/CC_SequentialDecoding.h File Reference
#include "CC_Encoding.h"
#include "CC_ReliabilityMatrix.h"
#include <cmath>
#include <algorithm>
#include <iostream>
Include dependency graph for CC_SequentialDecoding.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< 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)
 All Classes Namespaces Files Functions Variables Typedefs Friends Defines