S
server
Guest
We have some wonderful old Tek 11801 scopes. The later versions will
measure rising-edge RMS jitter of a vertical input step relative to
the external trigger. But maybe that trigger has jitter.
I\'d rather scope two vertical inputs and compute the jitter between
them. The two signals would be sampled exactly simultaneously and
would be expected to have low vertical noise.
We can RS232 interface to the scope and extract a list like
time vert1 vert2
....
which delivers data from the screen display buffer; both edges have to
be on the screen. Maybe 1000 points.
So, what\'s the math?
One can measure the two jitters separately, each relative to trigger,
and do the sqrt-of-diff-of-squares calc, but that gets nasty fast. I\'d
rather use the two channel samples.
Modern digital scopes can internal trigger on one channel, which I
assume is actually computed from the acquired vertical samples. That
typically has far less jitter than using external trigger which
typically rounds to one sample clock period. Cheapskates rarely
interpolate the trigger time.
--
Father Brown\'s figure remained quite dark and still;
but in that instant he had lost his head. His head was
always most valuable when he had lost it.
measure rising-edge RMS jitter of a vertical input step relative to
the external trigger. But maybe that trigger has jitter.
I\'d rather scope two vertical inputs and compute the jitter between
them. The two signals would be sampled exactly simultaneously and
would be expected to have low vertical noise.
We can RS232 interface to the scope and extract a list like
time vert1 vert2
....
which delivers data from the screen display buffer; both edges have to
be on the screen. Maybe 1000 points.
So, what\'s the math?
One can measure the two jitters separately, each relative to trigger,
and do the sqrt-of-diff-of-squares calc, but that gets nasty fast. I\'d
rather use the two channel samples.
Modern digital scopes can internal trigger on one channel, which I
assume is actually computed from the acquired vertical samples. That
typically has far less jitter than using external trigger which
typically rounds to one sample clock period. Cheapskates rarely
interpolate the trigger time.
--
Father Brown\'s figure remained quite dark and still;
but in that instant he had lost his head. His head was
always most valuable when he had lost it.