scurve
Compute the S-curve of a Timing Error Detector (ted)
Séquence d'appel
[tau,s] = scurve(ted[, mode = 's' | 'gain' | 'dc'])
[tau,s] = scurve(ted[, mode = 's' | 'gain' | 'dc'])
Paramètres
- ted:
timing error detector object
- mode:
's' for standard S-curve, 'gain' for S-curve with input gain perturbation, or 'dc' for S-curve with input-offset perturbation.
timing error detector object
's' for standard S-curve, 'gain' for S-curve with input gain perturbation, or 'dc' for S-curve with input-offset perturbation.
Description
Compute the S-curve of the specified TED, e.g. ted = f(tau)
Exemples
[tau,s] = scurve(ted_init('gardner'));
plot(tau,s);
[tau,s] = scurve(ted_init('gardner')); plot(tau,s); |