Démodulation, avec calcul des LLR.


Prototype

virtual void Déstep(const Veccf &x, BitStream &bs, Tabf &llr)=0

Paramètres

xFlot I/Q à démoduler
bsTrain binaire (hard decision)
llrLog-vraisemblances de chaque symbole (une ligne par symbole possible, une colonne par échantillon)

Description