Main Page | Namespace List | Class Hierarchy | Alphabetical List | Class List | Directories | File List | Namespace Members | Class Members | File Members

softoutdecoding.h File Reference

#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)


Function Documentation

void addAPriori const simth::LlrSeq inMain,
const simth::LlrSeq inAPriori,
simth::LlrSeq inNew
 

FIXME: Document me

void addExtrinsic const simth::LlrSeq sysInfo,
simth::LlrSeq newInfo
[inline]
 

For each element of newInfo, add the value of sysInfo to the existing value.

Parameters:
sysInfo The values to be added.
newInfo The values where the sysInfo values are added to.

void makeExtrinsic const simth::LlrSeq previousInfo,
simth::LlrSeq newInfo
[inline]
 

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.

Parameters:
previousInfo The values to subtract.
newInfo The values where the previousInfo values are subtracted.


Generated on Tue Aug 9 14:36:04 2005 for simtheticlib by  doxygen 1.4.1