Structure PLLConfig

Structure de configuration pour une PLL.

Namespace: dsp::telecom

Fields list

sortie_porteuse : bool

freq : float

Expected frequency (normalized)

loop_filter_order : int

bp : float

Loop bandwidth (normalized)

tc : float

Time constant, in number of samples Only used if loop_filter_order = 1.

ped : Ped

Détecteur d'erreur de phase (optionnel).

debug : bool

Activation of the debug mode (plot figures)

Methods list

auto fr() const