Author Topic: DMTD Beware Counter ADEV when measuring phase  (Read 1181 times)

0 Members and 1 Guest are viewing this topic.

Offline jpbTopic starter

  • Super Contributor
  • ***
  • Posts: 1771
  • Country: gb
DMTD Beware Counter ADEV when measuring phase
« on: January 29, 2022, 01:15:20 pm »
I've just got round to writing code to properly measure the output of my DMTD system and was puzzled (and somewhat disappointed) to find that the manually measured ADEV (of approximately 200 nsecs equivalent to 2 x 10-12 at 0.1 secs) was coming out at ~3.5 to 3.9 x 10^-12 when I fed the data into STABLE32!

Having dug around in the manuals and done a bit of thinking I worked out the solution - the Counter (FCA3100) ADEV is only valid for frequency measurements not time measurements.

The counter uses the formula (ignoring the divide by 2 * (N-1))

sqrt(Sum (xi+1-xi)2)

STABLE32 uses the correct formula

sqrt(Sum ((xi+1-xi) - (xi-xi-1))2)
or
sqrt(Sum(xi+1 - 2*xi + xi-1)2)

Assuming the noise is IID and that we sum enough terms that any cross-correlation goes to zero (zero mean) with a sd of sigma for the xi2 type terms then we only need to consider these square terms.
The counter formula amounts to

ADEV = sqrt(sigma2 + sigma2) = sqrt(2) * sigma

while the STABLE32 formula comes to

ADEV = sqrt(sigma2 + 22*sigma2 + sigma2) = sqrt(6)*sigma

and the ratio is sqrt(6/2) = sqrt(3) = 1.7 (roughly)

and this is what I was observing (approximately in my practical measurements.

So beware of just taking the ADEV output of the counter at face value - it will be too optimistic for time measurements.
 


Share me

Digg  Facebook  SlashDot  Delicious  Technorati  Twitter  Google  Yahoo
Smf