jitterDutyCycle
Syntax
Description
[
measures the duty cycle distortion (DCD) from input jittery waveform by using the specified
symbol time.DCDrms
,DCDpkpk
] = jitterDutyCycle(x
,y
,SymbolTime
= t)
For PAM2 waveform. DCD captures the component jitter in every other symbol. When generalized to PAMn, DCD can refer to either of these two:
every other symbol to capture the effects of an underlying clock.
rising vs. falling transitions to capture switching effects.
[
measures DCD by using the specific sample interval and symbol time.DCDrms
,DCDpkpk
] = jitterDutyCycle(y
,SampleInterval
= s,SymbolTime
= t)
[
measures DCD with respect to the reference waveform and specified sample interval.DCDrms
,DCDpkpk
] = jitterDutyCycle(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) | jitterIntersymbol
(Mixed-Signal Blockset) | jitterPeriodic
(Mixed-Signal Blockset) | jitterSinusoidal
(Mixed-Signal Blockset)