#include "demodulator.h"
Include dependency graph for diffdemodulator.h:
Go to the source code of this file.
Namespaces | |
namespace | simthlib |
Typedefs | |
typedef Da_PskDemodulator | DapskDemodulator |
|
Class constructor; the number of bits per phase, the number of bits per amplitude and the amplitude factor are given as argument. (An amplitude addend that is used in other DAPSK modulator/Demodulator classes makes no sense for incoherent demodulation applied in this class.) Hence the amplitude of the i-th amplitude ring is is computed by: where f is the amplitude Factor and A is the amplitude addend that equals zero here. The outType determines the type of the output sequence which could be a simth::Llv sequence or an simth::LLR_ sequence (see simth::LlvSeq and simth::LlrSeq) |