jitterTotal
Syntax
Description
[
measures the total rms and peak-to-peak jitter from input jittery waveform with specified
symbol time.TJrms,TJpkpk] = jitterTotal(x,y,SymbolTime = t)
Total jitter is the net jitter in a waveform. The function measures total jitter by taking the rms and peak-to-peak values of the timing error sequence.
[
measures the total jitter from input jittery waveform with specific sample interval and
symbol time.TJrms,TJpkpk] = jitterTotal(y,SampleInterval = s,SymbolTime = t)
[
measures the total jitter with respect to reference waveform and specific sample
interval.TJrms,TJpkpk] = jitterTotal(y,yr,SampleInterval = s)
[
measures the total jitter using the Name-Value pair arguments. Unspecified arguments take
default values.TJrms,TJpkpk] = jitterTotal(___,Name=Value)
Input Arguments
Name-Value Arguments
Output Arguments
Version History
Introduced in R2024b
See Also
jitter | jitterRandom | jitterDeterministic | jitterDataDependent | jitterDutyCycle | jitterIntersymbol | jitterPeriodic | jitterSinusoidal