![]() |
ccsoft
0.0.0
Convolutional codes library with soft decision decoding
|
#include "CC_TreeNodeEdge_base.h"
#include "CC_EncodingRegisters_FA.h"
#include <vector>
#include <array>
#include <algorithm>
Go to the source code of this file.
Classes | |
class | ccsoft::CC_TreeNodeEdge_FA< T_IOSymbol, T_Register, T_Tag, N_k > |
Represents a node and its incoming edge in the code tree 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 |