#include <iostream>
#include <string>
#include <complex>
#include <memory>
#include "trellis.h"
#include "misc.h"
#include "signals.h"
#include "trellissoftout.h"
#include "puncturing.h"
Include dependency graph for softoutdecoding.h:
Go to the source code of this file.
Namespaces | |
namespace | simthlib |
namespace | simthlib::softoutdecoding |
Functions | |
void | makeExtrinsic (const simth::LlrSeq &previousInfo, simth::LlrSeq *newInfo) |
void | addExtrinsic (const simth::LlrSeq &sysInfo, simth::LlrSeq *newInfo) |
void | addAPriori (const simth::LlrSeq &inMain, const simth::LlrSeq &inAPriori, simth::LlrSeq *inNew) |
|
FIXME: Document me |
|
For each element of newInfo, add the value of sysInfo to the existing value.
|
|
Extract from newInfo the extrinsic part due to the a-priori information previousInfo, i.e. for each element in newInfo, subtract the value of previousInfo.
|