plot_scurve

Plot the S-curve of a timing error detector (TED)

Séquence d'appel

plot_scurve(ted)
plot_scurve(ted,opt)

Paramètres

ted:

Timing error detector object (as returned by the ted_init function)

opt:

Optional plotting string option (see plot() documentation)

Description

Plot the curve of the result of the TED versus real timing error.

Exemple

clf();
plot_scurve(ted_gardner());


Voir aussi