<< resample Clock recovery ted_init >>

comm_tbx >> Communication toolbox > Clock recovery > scurve

scurve

Compute the S-curve of a Timing Error Detector (ted)

Calling Sequence

[tau,s] = scurve(ted[, mode = 's' | 'gain' | 'dc'])

Parameters

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.

Description

Compute the S-curve of the specified TED, e.g. ted = f(tau)

Examples

[tau,s] = scurve(ted_init('gardner'));
plot(tau,s);

See also

Authors


Report an issue
<< resample Clock recovery ted_init >>