jitterPeriodic
Syntax
Description
[
estimates the amplitude and frequency of the periodic jitter from input jittery waveform by
using the specified symbol time.aPJ
,fPJ
] = jitterPeriodic(x
,y
,SymbolTime
= t)
Periodic jitter captures the periodic trend in timing error in the fundamental waveform together with its harmonics.
The function estimates periodic jitter based on an FFT with a rectangular window.
Measurement accuracy is directly correlated with how well centered each component is on its
frequency bin. The SymbolTime
argument is used as the time step of the
FFT data. The number of FFT points is one less than the number of symbols. If there are no
held symbols, then the number of FFT points equals to the number of edges.
[
estimates the periodic jitter by using the specified sample interval and symbol time.aPJ
,fPJ
] = jitterPeriodic(y
,SampleInterval
= s,SymbolTime
= t)
[
estimates the periodic jitter with respect to the reference waveform and specified sample
interval.aPJ
,fPJ
] = jitterPeriodic(y
,yr
,SampleInterval
= s)
Input Arguments
Output Arguments
Version History
Introduced in R2024b
See Also
jitter
(Mixed-Signal Blockset) | jitterTotal
(Mixed-Signal Blockset) | jitterRandom
(Mixed-Signal Blockset) | jitterDeterministic
(Mixed-Signal Blockset) | jitterDataDependent
(Mixed-Signal Blockset) | jitterDutyCycle
(Mixed-Signal Blockset) | jitterIntersymbol
(Mixed-Signal Blockset) | jitterSinusoidal
(Mixed-Signal Blockset)