Re: [time-nuts] Sub 20 ps time detection

2017-03-25 Thread Attila Kinali
On Sat, 25 Mar 2017 09:32:02 -0700
Mohammad-Hadi Sohrabi  wrote:

> I have been following the posts here for a while and learned alot. I
> thought I could get some help as well.
> I need to detect less than 20 ps between two incoming pulses from a
> detector. pulses are 5ns wide and the rise time and fall time is around 2ns
> each.

Do you mean the pulses are less than 20ps apart or that you need
a measurement precision of better than 20ps?

The latter can be achieved using TDC chips of various kinds.
The former not so much. The only TDC chip I am aware of, is the
new 130nm HEP TDC that CERN is currently verifying (ie they are
in the last stages of the design, before they can go into mass
production).

What is your measurement range and what precision do you need?
What is your requirement for absolute accuracy and do you have
any provisions to calibrate for that?

You write from an .edu address, so I assume you are a researcher.
Do you need measurement equipment or are you building a demonstrator?
If it's the latter, do you need something that can be produced in
quantity or is one-of-a-kind good enough?

> I am planning to use a constant fraction discriminator, simply a fast
> comparator with less than 500 MHz bandwidth for zero crossing detection and
> providing a very sharp edge. Then this can be fed into a TDC such as GPX2
> or anything of this sort. I think these can be fairly easily implemented on
> FR4.

The PCB base material is usually not the limiting factor, unless you
have long traces. Anything below 10cm should be stable enough to
measure down to 1ps. But beware that your electronics might not be
and that the circuit itself can show a high temperature coefficient.

> Recently I stumbled upon LTC6957-4 logic converter from another discussion.
> Can anyone guide me if this can be used for producing a sharp edge from a
> pulse that I mentioned? Datasheet suggests 0.5 ns rise time is possible but
> I think this is for single tone sine wave and not a short pulse.

To precisely masure time, you don't need sharp edges. The edges only have
to be stable. Yes, the LTC6957 can be used as a comparator, but I am
not sure whether that would be the right choice.


Attila Kinali


-- 
You know, the very powerful and the very stupid have one thing in common.
They don't alters their views to fit the facts, they alter the facts to
fit the views, which can be uncomfortable if you happen to be one of the
facts that needs altering.  -- The Doctor
___
time-nuts mailing list -- time-nuts@febo.com
To unsubscribe, go to https://www.febo.com/cgi-bin/mailman/listinfo/time-nuts
and follow the instructions there.


Re: [time-nuts] Sub 20 ps time detection

2017-03-25 Thread Bruce Griffiths
Mohammad

The LTC6957-4 is inputs are intended to be AC coupled.

With  AC coupling a variable rate pulse will experience varying switching 
thresholds.

A constant fraction discriminator minimises timing walk when the pulse 
amplitude varies whilst the ristetime remains constant. 

If the pulse risetime also varies a more complex amplitude and risetime 
compensated discriminator is necessary to minimise timing walk.

For minimum timing jitter there will be an optimum zero crossing detector 
bandwidth.

Bruce

> 
> On 26 March 2017 at 05:32 Mohammad-Hadi Sohrabi  
> wrote:
> 
> Hello,
> I have been following the posts here for a while and learned alot. I
> thought I could get some help as well.
> I need to detect less than 20 ps between two incoming pulses from a
> detector. pulses are 5ns wide and the rise time and fall time is around 
> 2ns
> each.
> I am planning to use a constant fraction discriminator, simply a fast
> comparator with less than 500 MHz bandwidth for zero crossing detection 
> and
> providing a very sharp edge. Then this can be fed into a TDC such as GPX2
> or anything of this sort. I think these can be fairly easily implemented 
> on
> FR4.
> Recently I stumbled upon LTC6957-4 logic converter from another 
> discussion.
> Can anyone guide me if this can be used for producing a sharp edge from a
> pulse that I mentioned? Datasheet suggests 0.5 ns rise time is possible 
> but
> I think this is for single tone sine wave and not a short pulse.
> 
> Bests,
> Mohammad
> 
> ___
> time-nuts mailing list -- time-nuts@febo.com
> To unsubscribe, go to 
> https://www.febo.com/cgi-bin/mailman/listinfo/time-nuts
> and follow the instructions there.
> 
___
time-nuts mailing list -- time-nuts@febo.com
To unsubscribe, go to https://www.febo.com/cgi-bin/mailman/listinfo/time-nuts
and follow the instructions there.


Re: [time-nuts] Sub 20 ps time detection

2017-03-25 Thread Bob Camp
Hi

One of the nasty issues doing something like this is the voltage tolerances. If 
you 
are after 0.02 ns on a 2 ns edge, that is at the 1% level. If you want a 10X 
margin
to take the voltages out of the picture, you are now at the 0.1% level. 

If you have 3.3V logic 0.1% is 3.3 mv. That is the sum of the voltage issues 
with the supply
on the detector side, the reference to your comparator, and the offset of the 
comparator. If 
you are in a dynamic environment, things like temperature stability may have to 
be 
factored into each of those budgets. You may also have ground offset issues to 
deal with. 

How much this matters is very much a “that depends” sort of thing. Not knowing 
much
about the system involved does make this a bit of a guessing game. Sorry if the
guess is not applicable to what you are doing. 

Bob


> On Mar 25, 2017, at 12:32 PM, Mohammad-Hadi Sohrabi  
> wrote:
> 
> Hello,
> I have been following the posts here for a while and learned alot. I
> thought I could get some help as well.
> I need to detect less than 20 ps between two incoming pulses from a
> detector. pulses are 5ns wide and the rise time and fall time is around 2ns
> each.
> I am planning to use a constant fraction discriminator, simply a fast
> comparator with less than 500 MHz bandwidth for zero crossing detection and
> providing a very sharp edge. Then this can be fed into a TDC such as GPX2
> or anything of this sort. I think these can be fairly easily implemented on
> FR4.
> Recently I stumbled upon LTC6957-4 logic converter from another discussion.
> Can anyone guide me if this can be used for producing a sharp edge from a
> pulse that I mentioned? Datasheet suggests 0.5 ns rise time is possible but
> I think this is for single tone sine wave and not a short pulse.
> 
> Bests,
> Mohammad
> ___
> time-nuts mailing list -- time-nuts@febo.com
> To unsubscribe, go to https://www.febo.com/cgi-bin/mailman/listinfo/time-nuts
> and follow the instructions there.

___
time-nuts mailing list -- time-nuts@febo.com
To unsubscribe, go to https://www.febo.com/cgi-bin/mailman/listinfo/time-nuts
and follow the instructions there.


[time-nuts] Sub 20 ps time detection

2017-03-25 Thread Mohammad-Hadi Sohrabi
Hello,
I have been following the posts here for a while and learned alot. I
thought I could get some help as well.
I need to detect less than 20 ps between two incoming pulses from a
detector. pulses are 5ns wide and the rise time and fall time is around 2ns
each.
I am planning to use a constant fraction discriminator, simply a fast
comparator with less than 500 MHz bandwidth for zero crossing detection and
providing a very sharp edge. Then this can be fed into a TDC such as GPX2
or anything of this sort. I think these can be fairly easily implemented on
FR4.
Recently I stumbled upon LTC6957-4 logic converter from another discussion.
Can anyone guide me if this can be used for producing a sharp edge from a
pulse that I mentioned? Datasheet suggests 0.5 ns rise time is possible but
I think this is for single tone sine wave and not a short pulse.

Bests,
Mohammad
___
time-nuts mailing list -- time-nuts@febo.com
To unsubscribe, go to https://www.febo.com/cgi-bin/mailman/listinfo/time-nuts
and follow the instructions there.