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)
Input Arguments
Output Arguments
Version History
Introduced in R2024b
See Also
jitter
(Mixed-Signal Blockset) | jitterRandom
(Mixed-Signal Blockset) | jitterDeterministic
(Mixed-Signal Blockset) | jitterDataDependent
(Mixed-Signal Blockset) | jitterDutyCycle
(Mixed-Signal Blockset) | jitterIntersymbol
(Mixed-Signal Blockset) | jitterPeriodic
(Mixed-Signal Blockset) | jitterSinusoidal
(Mixed-Signal Blockset)