![]() |
ccsoft
0.0.0
Convolutional codes library with soft decision decoding
|
#include "CC_SequentialDecoding_FA.h"#include "CC_SequentialDecodingInternal_FA.h"#include "CC_Encoding_FA.h"#include "CCSoft_Exception.h"#include "CC_TreeNodeEdge_FA.h"#include "CC_ReliabilityMatrix.h"#include <cmath>#include <map>#include <algorithm>#include <iostream>
Go to the source code of this file.
Classes | |
| class | ccsoft::CC_StackDecoding_FA< T_Register, T_IOSymbol, N_k > |
| The Stack Decoding class with node+edge combination This version uses fixed arrays to store registers and forward node+edges pointers. N_k template parameter gives the size of the input symbol (k parameter) and therefore the number of registers. There are (1<<N_k) forward node+edges. More... | |
Namespaces | |
| namespace | ccsoft |