jitterSinusoidal
Syntax
Description
[
measures the amplitude and frequency of the sinusoidal jitter from input jittery waveform by
using the specified symbol time.aSJ
,fSJ
] = jitterSinusoidal(x
,y
,SymbolTime
= t)
Sinusoidal jitter captures the periodic trend in timing error in the fundamental waveform separate from its harmonics.
The function estimates sinusoidal 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.
[
measures the sinusoidal jitter by using the specified sample interval and symbol
time.aSJ
,fSJ
] = jitterSinusoidal(y
,SampleInterval
= s,SymbolTime
= t)
[
measures the sinusoidal jitter with respect to the reference waveform and specified sample
interval.aSJ
,fSJ
] = jitterSinusoidal(y
,yr
,SampleInterval
= s)
Input Arguments
Output Arguments
Version History
Introduced in R2024b
See Also
jitter
| jitterTotal
| jitterRandom
| jitterDeterministic
| jitterDataDependent
| jitterDutyCycle
| jitterIntersymbol
| jitterPeriodic