![]() |
ccsoft
0.0.0
Convolutional codes library with soft decision decoding
|
#include "CC_Encoding_base.h"#include "CC_EncodingRegisters_FA.h"#include "CCSoft_Exception.h"#include <vector>#include <iostream>#include <array>#include <algorithm>

Go to the source code of this file.
Classes | |
| class | ccsoft::CC_Encoding_FA< T_Register, T_IOSymbol, N_k > |
| Convolutional encoding class. This version uses a fixed array to store registers. The size is given by the N_k template parameter. More... | |
Namespaces | |
| namespace | ccsoft |