time-nuts@lists.febo.com

Discussion of precise time and frequency measurement

View all threads

Clock Driver Design

A
Angus
Fri, Sep 27, 2013 1:40 AM

Hi,

Square wave outputs can be rather higher maintainance, with the whole distribution system from the PCB design and layout through all the wiring to the terminations and beyond all has to be up to the fast IC's/transitions. 10MHz sine waves are much more forgiving. 
Square waves are useful for some things, but I tend to avoid them like the plague, or immediately turn them to sine, unless I need them. It just depends what it's wanted for.

Angus.

From: "Bob Camp"
To: "Discussion of precise time and frequency measurement"
Sent: September 27, 2013 12:44 AM
Subject: Re: [time-nuts] Clock Driver Design

Hi

Ok, the SN74LVC1G125 is 35 cents each at Mouser if you buy at least 10 pieces. That's going to be $3.50. LM78L05 is 26.5 cents if you buy 10 pcs. You will need some bypass caps and resistors, I'd assume you already have them.

Say you want 10 channels, that's 11 logic id's. At one IC per output that's almost $4 plus the 27 cent regulator. Still under $5 for all the parts. It's roughly $10 if you double up on all the output channels.

Do a quickie PCB from any of the usual outfits for $10 or so on a small run / one day turn basis.

Total cost without connectors or case < $20 in very small quantities.

Bob

On Sep 26, 2013, at 5:05 PM, "John C. Westmoreland, P.E."  wrote:

SN74LVC1G125


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.

Hi, Square wave outputs can be rather higher maintainance, with the whole distribution system from the PCB design and layout through all the wiring to the terminations and beyond all has to be up to the fast IC's/transitions. 10MHz sine waves are much more forgiving.  Square waves are useful for some things, but I tend to avoid them like the plague, or immediately turn them to sine, unless I need them. It just depends what it's wanted for. Angus. From: "Bob Camp" To: "Discussion of precise time and frequency measurement" Sent: September 27, 2013 12:44 AM Subject: Re: [time-nuts] Clock Driver Design Hi Ok, the SN74LVC1G125 is 35 cents each at Mouser if you buy at least 10 pieces. That's going to be $3.50. LM78L05 is 26.5 cents if you buy 10 pcs. You will need some bypass caps and resistors, I'd assume you already have them. Say you want 10 channels, that's 11 logic id's. At one IC per output that's almost $4 plus the 27 cent regulator. Still under $5 for all the parts. It's roughly $10 if you double up on all the output channels. Do a quickie PCB from any of the usual outfits for $10 or so on a small run / one day turn basis. Total cost without connectors or case < $20 in very small quantities. Bob On Sep 26, 2013, at 5:05 PM, "John C. Westmoreland, P.E." wrote: > SN74LVC1G125 _______________________________________________ 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.
TM
Tom Minnis
Fri, Sep 27, 2013 6:11 AM

Thanks for all your thoughts on the subject.  Let me play back what I
have learned and how it may apply to my challenge.  One of my first
applications is to use a 10MHz output to phaselock a VCXO master clock
in a radio transceiver.  The VCXO is the Christek CVHD-950 which has a
noise floor of -164dBc and is -86dBc at 10Hz.  The source I want to use
is the Jackson Labs GPSTCXO which has a noise floor of -155dBc and is
-73dBc at 1Hz and 103dBc at 10Hz.  i did a quick survey of the phase
noise specs on various Jackson products that claim to be ultra low phase
noise and found similar numbers.  One was -100dBc at 1Hz but only
-145dBc at 100KHz.  Another was down -90dBc at 1Hz and -160dBc at
100KHz.  It would appear that even the best parts I could find quickly
would not merit the fancy analog gizmo and that a good stiff logic
buffer would work.  Next I went to IDT to find the best logic buffer I
could find.  I am looking at the IDT 74FCT38072 2 channel clock driver
for PPS.  It can drive about 50mA if needed with 1nS rise and fall
times.  The one I am looking at for 10MHz is the ICS553 4 channel clock
driver.  This one is good for 25mA drive and they actually give a
typical output impedance spec of 20 Ohms.  With a 3.3V supply, it has
1nS rise and fall times and a little faster with a 5V supply, 0.7nS and
35mA drive.  To make a sine wave should I use one of the 4 ports on the
4 port driver to input to the filter or should I try to hook the filter
input directly to the clock driver input?
Are there tried and true 10MHz filter circuits or is that a non issue?
After the filter would come the video amp set up for a 50 Ohm drive and
into a splitter.  That sound simple enough.  What am I missing?

Tom

On 9/26/2013 3:05 PM, Bob Camp wrote:

Hi

How clean is your clock source? If you have something that is -150 dbc at 1 Hz, then you probably need some fancy analog gizmos. If you can make do with "only" -110 to -120 dbc/Hz at 1 Hz, then properly driven LVC CMOS will do just fine. That's true for a square or a sine output. Since you pretty much can't find an OCXO better than -120 at 1 Hz, I'd bet you'll be ok. 5 volt logic will be a little more quiet than 3.3V. More or less faster is quieter as long as you stay with saturated silicon CMOS. Change materials and all bets are off.

For square wave cable drive you can parallel up a couple of the '125 or '126 gates to get how ever much power you want to put into the cable. You can source or load terminate (or both). If you source and load terminate, your logic levels will be 1/2 the output. With either source only or load only termination you can get full swing logic levels. More drive will always be required with load termination (you are putting current into 50 ohms).

Logic IC's are cheap, easy to use, and simple to find. A low voltage single supply drives them and they aren't current hogs unless heavily loaded. What's not to like?

Bob

On Sep 26, 2013, at 1:28 PM, Tom Minnis Tom_minnis@att.net wrote:

I am looking into various degrees of craziness.  The source is CMOS and there are plenty of 1 in to N out parts designed to drive clocks on a PCB but not much is said about driving clocks on to a random length of coax to another piece of equipment and what additional precautions that might warrant.  I am also considering making a sine wave output and maybe other frequencies.
Tom

On 9/26/2013 4:34 AM, Bob Camp wrote:

Hi

Standard high speed CMOS logic works pretty well. How crazy are you trying to get?

Bob

On Sep 26, 2013, at 1:48 AM, Tom Minnis Tom_minnis@att.net wrote:

I am working on a small clock distributor and wanted to get some ideas on what works best for 10MHz and 1PPS driver circuits.  I remember sifting through the archives a year or so ago and tripped on some discussion of this but I can't find it anymore.
Tom


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 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.

Thanks for all your thoughts on the subject. Let me play back what I have learned and how it may apply to my challenge. One of my first applications is to use a 10MHz output to phaselock a VCXO master clock in a radio transceiver. The VCXO is the Christek CVHD-950 which has a noise floor of -164dBc and is -86dBc at 10Hz. The source I want to use is the Jackson Labs GPSTCXO which has a noise floor of -155dBc and is -73dBc at 1Hz and 103dBc at 10Hz. i did a quick survey of the phase noise specs on various Jackson products that claim to be ultra low phase noise and found similar numbers. One was -100dBc at 1Hz but only -145dBc at 100KHz. Another was down -90dBc at 1Hz and -160dBc at 100KHz. It would appear that even the best parts I could find quickly would not merit the fancy analog gizmo and that a good stiff logic buffer would work. Next I went to IDT to find the best logic buffer I could find. I am looking at the IDT 74FCT38072 2 channel clock driver for PPS. It can drive about 50mA if needed with 1nS rise and fall times. The one I am looking at for 10MHz is the ICS553 4 channel clock driver. This one is good for 25mA drive and they actually give a typical output impedance spec of 20 Ohms. With a 3.3V supply, it has 1nS rise and fall times and a little faster with a 5V supply, 0.7nS and 35mA drive. To make a sine wave should I use one of the 4 ports on the 4 port driver to input to the filter or should I try to hook the filter input directly to the clock driver input? Are there tried and true 10MHz filter circuits or is that a non issue? After the filter would come the video amp set up for a 50 Ohm drive and into a splitter. That sound simple enough. What am I missing? Tom On 9/26/2013 3:05 PM, Bob Camp wrote: > Hi > > How clean is your clock source? If you have something that is -150 dbc at 1 Hz, then you probably need some fancy analog gizmos. If you can make do with "only" -110 to -120 dbc/Hz at 1 Hz, then properly driven LVC CMOS will do just fine. That's true for a square or a sine output. Since you pretty much can't find an OCXO better than -120 at 1 Hz, I'd bet you'll be ok. 5 volt logic will be a little more quiet than 3.3V. More or less faster is quieter as long as you stay with saturated silicon CMOS. Change materials and all bets are off. > > For square wave cable drive you can parallel up a couple of the '125 or '126 gates to get how ever much power you want to put into the cable. You can source or load terminate (or both). If you source and load terminate, your logic levels will be 1/2 the output. With either source only or load only termination you can get full swing logic levels. More drive will always be required with load termination (you are putting current into 50 ohms). > > Logic IC's are cheap, easy to use, and simple to find. A low voltage single supply drives them and they aren't current hogs unless heavily loaded. What's not to like? > > Bob > > > On Sep 26, 2013, at 1:28 PM, Tom Minnis <Tom_minnis@att.net> wrote: > >> I am looking into various degrees of craziness. The source is CMOS and there are plenty of 1 in to N out parts designed to drive clocks on a PCB but not much is said about driving clocks on to a random length of coax to another piece of equipment and what additional precautions that might warrant. I am also considering making a sine wave output and maybe other frequencies. >> Tom >> >> On 9/26/2013 4:34 AM, Bob Camp wrote: >>> Hi >>> >>> Standard high speed CMOS logic works pretty well. How crazy are you trying to get? >>> >>> Bob >>> >>> On Sep 26, 2013, at 1:48 AM, Tom Minnis <Tom_minnis@att.net> wrote: >>> >>>> I am working on a small clock distributor and wanted to get some ideas on what works best for 10MHz and 1PPS driver circuits. I remember sifting through the archives a year or so ago and tripped on some discussion of this but I can't find it anymore. >>>> Tom >>>> _______________________________________________ >>>> 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 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. >
JC
John C. Westmoreland, P.E.
Fri, Sep 27, 2013 7:42 AM

Tom,

OK - one question for now if that is OK - your video amp - is it base-band
or broadband?

Regards,
John W,

On Thu, Sep 26, 2013 at 11:11 PM, Tom Minnis Tom_minnis@att.net wrote:

Thanks for all your thoughts on the subject.  Let me play back what I have
learned and how it may apply to my challenge.  One of my first applications
is to use a 10MHz output to phaselock a VCXO master clock in a radio
transceiver.  The VCXO is the Christek CVHD-950 which has a noise floor of
-164dBc and is -86dBc at 10Hz.  The source I want to use is the Jackson
Labs GPSTCXO which has a noise floor of -155dBc and is -73dBc at 1Hz and
103dBc at 10Hz.  i did a quick survey of the phase noise specs on various
Jackson products that claim to be ultra low phase noise and found similar
numbers.  One was -100dBc at 1Hz but only -145dBc at 100KHz.  Another was
down -90dBc at 1Hz and -160dBc at 100KHz.  It would appear that even the
best parts I could find quickly would not merit the fancy analog gizmo and
that a good stiff logic buffer would work.  Next I went to IDT to find the
best logic buffer I could find.  I am looking at the IDT 74FCT38072 2
channel clock driver for PPS.  It can drive about 50mA if needed with 1nS
rise and fall times.  The one I am looking at for 10MHz is the ICS553 4
channel clock driver.  This one is good for 25mA drive and they actually
give a typical output impedance spec of 20 Ohms.  With a 3.3V supply, it
has 1nS rise and fall times and a little faster with a 5V supply, 0.7nS and
35mA drive.  To make a sine wave should I use one of the 4 ports on the 4
port driver to input to the filter or should I try to hook the filter input
directly to the clock driver input?
Are there tried and true 10MHz filter circuits or is that a non issue?
After the filter would come the video amp set up for a 50 Ohm drive and
into a splitter.  That sound simple enough.  What am I missing?

Tom

On 9/26/2013 3:05 PM, Bob Camp wrote:

Hi

How clean is your clock source? If you have something that is -150 dbc at
1 Hz, then you probably need some fancy analog gizmos. If you can make do
with "only" -110 to -120 dbc/Hz at 1 Hz, then properly driven LVC CMOS will
do just fine. That's true for a square or a sine output. Since you pretty
much can't find an OCXO better than -120 at 1 Hz, I'd bet you'll be ok. 5
volt logic will be a little more quiet than 3.3V. More or less faster is
quieter as long as you stay with saturated silicon CMOS. Change materials
and all bets are off.

For square wave cable drive you can parallel up a couple of the '125 or
'126 gates to get how ever much power you want to put into the cable. You
can source or load terminate (or both). If you source and load terminate,
your logic levels will be 1/2 the output. With either source only or load
only termination you can get full swing logic levels. More drive will
always be required with load termination (you are putting current into 50
ohms).

Logic IC's are cheap, easy to use, and simple to find. A low voltage
single supply drives them and they aren't current hogs unless heavily
loaded. What's not to like?

Bob

On Sep 26, 2013, at 1:28 PM, Tom Minnis Tom_minnis@att.net wrote:

I am looking into various degrees of craziness.  The source is CMOS and

there are plenty of 1 in to N out parts designed to drive clocks on a PCB
but not much is said about driving clocks on to a random length of coax to
another piece of equipment and what additional precautions that might
warrant.  I am also considering making a sine wave output and maybe other
frequencies.
Tom

On 9/26/2013 4:34 AM, Bob Camp wrote:

Hi

Standard high speed CMOS logic works pretty well. How crazy are you
trying to get?

Bob

On Sep 26, 2013, at 1:48 AM, Tom Minnis Tom_minnis@att.net wrote:

I am working on a small clock distributor and wanted to get some ideas

on what works best for 10MHz and 1PPS driver circuits.  I remember sifting
through the archives a year or so ago and tripped on some discussion of
this but I can't find it anymore.
Tom
_____________**
time-nuts mailing list -- time-nuts@febo.com
To unsubscribe, go to https://www.febo.com/cgi-bin/**
mailman/listinfo/time-nutshttps://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-nutshttps://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-nutshttps://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-nutshttps://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-nutshttps://www.febo.com/cgi-bin/mailman/listinfo/time-nuts
and follow the instructions there.

Tom, OK - one question for now if that is OK - your video amp - is it base-band or broadband? Regards, John W, On Thu, Sep 26, 2013 at 11:11 PM, Tom Minnis <Tom_minnis@att.net> wrote: > Thanks for all your thoughts on the subject. Let me play back what I have > learned and how it may apply to my challenge. One of my first applications > is to use a 10MHz output to phaselock a VCXO master clock in a radio > transceiver. The VCXO is the Christek CVHD-950 which has a noise floor of > -164dBc and is -86dBc at 10Hz. The source I want to use is the Jackson > Labs GPSTCXO which has a noise floor of -155dBc and is -73dBc at 1Hz and > 103dBc at 10Hz. i did a quick survey of the phase noise specs on various > Jackson products that claim to be ultra low phase noise and found similar > numbers. One was -100dBc at 1Hz but only -145dBc at 100KHz. Another was > down -90dBc at 1Hz and -160dBc at 100KHz. It would appear that even the > best parts I could find quickly would not merit the fancy analog gizmo and > that a good stiff logic buffer would work. Next I went to IDT to find the > best logic buffer I could find. I am looking at the IDT 74FCT38072 2 > channel clock driver for PPS. It can drive about 50mA if needed with 1nS > rise and fall times. The one I am looking at for 10MHz is the ICS553 4 > channel clock driver. This one is good for 25mA drive and they actually > give a typical output impedance spec of 20 Ohms. With a 3.3V supply, it > has 1nS rise and fall times and a little faster with a 5V supply, 0.7nS and > 35mA drive. To make a sine wave should I use one of the 4 ports on the 4 > port driver to input to the filter or should I try to hook the filter input > directly to the clock driver input? > Are there tried and true 10MHz filter circuits or is that a non issue? > After the filter would come the video amp set up for a 50 Ohm drive and > into a splitter. That sound simple enough. What am I missing? > > Tom > > > On 9/26/2013 3:05 PM, Bob Camp wrote: > >> Hi >> >> How clean is your clock source? If you have something that is -150 dbc at >> 1 Hz, then you probably need some fancy analog gizmos. If you can make do >> with "only" -110 to -120 dbc/Hz at 1 Hz, then properly driven LVC CMOS will >> do just fine. That's true for a square or a sine output. Since you pretty >> much can't find an OCXO better than -120 at 1 Hz, I'd bet you'll be ok. 5 >> volt logic will be a little more quiet than 3.3V. More or less faster is >> quieter as long as you stay with saturated silicon CMOS. Change materials >> and all bets are off. >> >> For square wave cable drive you can parallel up a couple of the '125 or >> '126 gates to get how ever much power you want to put into the cable. You >> can source or load terminate (or both). If you source and load terminate, >> your logic levels will be 1/2 the output. With either source only or load >> only termination you can get full swing logic levels. More drive will >> always be required with load termination (you are putting current into 50 >> ohms). >> >> Logic IC's are cheap, easy to use, and simple to find. A low voltage >> single supply drives them and they aren't current hogs unless heavily >> loaded. What's not to like? >> >> Bob >> >> >> On Sep 26, 2013, at 1:28 PM, Tom Minnis <Tom_minnis@att.net> wrote: >> >> I am looking into various degrees of craziness. The source is CMOS and >>> there are plenty of 1 in to N out parts designed to drive clocks on a PCB >>> but not much is said about driving clocks on to a random length of coax to >>> another piece of equipment and what additional precautions that might >>> warrant. I am also considering making a sine wave output and maybe other >>> frequencies. >>> Tom >>> >>> On 9/26/2013 4:34 AM, Bob Camp wrote: >>> >>>> Hi >>>> >>>> Standard high speed CMOS logic works pretty well. How crazy are you >>>> trying to get? >>>> >>>> Bob >>>> >>>> On Sep 26, 2013, at 1:48 AM, Tom Minnis <Tom_minnis@att.net> wrote: >>>> >>>> I am working on a small clock distributor and wanted to get some ideas >>>>> on what works best for 10MHz and 1PPS driver circuits. I remember sifting >>>>> through the archives a year or so ago and tripped on some discussion of >>>>> this but I can't find it anymore. >>>>> Tom >>>>> ______________________________**_________________ >>>>> time-nuts mailing list -- time-nuts@febo.com >>>>> To unsubscribe, go to https://www.febo.com/cgi-bin/** >>>>> mailman/listinfo/time-nuts<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<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<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<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<https://www.febo.com/cgi-bin/mailman/listinfo/time-nuts> > and follow the instructions there. >
CS
Charles Steinmetz
Fri, Sep 27, 2013 10:53 AM

Tom wrote:

One of my first applications is to use a 10MHz output to phaselock a
VCXO master clock in a radio transceiver.  *  *  *  Next I went
to IDT to find the best logic buffer I could find.  I am looking at
the IDT 74FCT38072 2 channel clock driver for PPS.  It can drive
about 50mA if needed with 1nS rise and fall times.  The one I am
looking at for 10MHz is the ICS553 4 channel clock driver.  This one
is good for 25mA drive and they actually give a typical output
impedance spec of 20 Ohms.  With a 3.3V supply, it has 1nS rise and
fall times and a little faster with a 5V supply, 0.7nS and 35mA
drive.  To make a sine wave should I use one of the 4 ports on the 4
port driver to input to the filter or should I try to hook the
filter input directly to the clock driver input?
Are there tried and true 10MHz filter circuits or is that a non issue?
After the filter would come the video amp set up for a 50 Ohm drive
and into a splitter.  That sound simple enough.

I strongly agree with Magnus that distributing square waves is asking
for trouble and that converting to sine is preferable unless there is
some very good reason not to.

IIRC, you said the source is CMOS.  So you can do all of your fanout
digitally, then filter each output (I believe that is what Bob had in
mind).  Or, as you appear to be contemplating based on your comments
above, you could convert to sine immediately and then do the fanout
in the analog domain with a video DA or whatever.  One reasonable
filter type to hang on a CMOS output is an L-C-L "tee" filter (there
is really no reason not to add one more shunt C at the end, for
L-C-L-C).  This filter needs some termination at all times -- the
open circuit output voltage can be pretty high.  But you can usually
get away with an internal termination of ~1k or so.  If you need more
current to get the output level you want, parallel several CMOS
outputs (all on the same hex buffer chip, preferably).  There is no
need for very fast edges, particularly if you are filtering to sine
wave.  Nothing exotic is necessary.

The same is true even if you decide to distribute square waves.  The
fewer higher harmonics you have, the better off you will be.

Best regards,

Charles

Tom wrote: >One of my first applications is to use a 10MHz output to phaselock a >VCXO master clock in a radio transceiver. * * * Next I went >to IDT to find the best logic buffer I could find. I am looking at >the IDT 74FCT38072 2 channel clock driver for PPS. It can drive >about 50mA if needed with 1nS rise and fall times. The one I am >looking at for 10MHz is the ICS553 4 channel clock driver. This one >is good for 25mA drive and they actually give a typical output >impedance spec of 20 Ohms. With a 3.3V supply, it has 1nS rise and >fall times and a little faster with a 5V supply, 0.7nS and 35mA >drive. To make a sine wave should I use one of the 4 ports on the 4 >port driver to input to the filter or should I try to hook the >filter input directly to the clock driver input? >Are there tried and true 10MHz filter circuits or is that a non issue? >After the filter would come the video amp set up for a 50 Ohm drive >and into a splitter. That sound simple enough. I strongly agree with Magnus that distributing square waves is asking for trouble and that converting to sine is preferable unless there is some very good reason not to. IIRC, you said the source is CMOS. So you can do all of your fanout digitally, then filter each output (I believe that is what Bob had in mind). Or, as you appear to be contemplating based on your comments above, you could convert to sine immediately and then do the fanout in the analog domain with a video DA or whatever. One reasonable filter type to hang on a CMOS output is an L-C-L "tee" filter (there is really no reason not to add one more shunt C at the end, for L-C-L-C). This filter needs some termination at all times -- the open circuit output voltage can be pretty high. But you can usually get away with an internal termination of ~1k or so. If you need more current to get the output level you want, parallel several CMOS outputs (all on the same hex buffer chip, preferably). There is no need for very fast edges, particularly if you are filtering to sine wave. Nothing exotic is necessary. The same is true even if you decide to distribute square waves. The fewer higher harmonics you have, the better off you will be. Best regards, Charles
BC
Bob Camp
Fri, Sep 27, 2013 11:26 AM

Hi

If you want sine waves with the logic ic's just put Tee filters on the outputs. A simple low Q design will knock the harmonics down > 60 db without messing anything up to much on the IC end.

Bob

On Sep 26, 2013, at 9:40 PM, Angus not.again@btinternet.com wrote:

Hi,

Square wave outputs can be rather higher maintainance, with the whole distribution system from the PCB design and layout through all the wiring to the terminations and beyond all has to be up to the fast IC's/transitions. 10MHz sine waves are much more forgiving.
Square waves are useful for some things, but I tend to avoid them like the plague, or immediately turn them to sine, unless I need them. It just depends what it's wanted for.

Angus.

From: "Bob Camp"
To: "Discussion of precise time and frequency measurement"
Sent: September 27, 2013 12:44 AM
Subject: Re: [time-nuts] Clock Driver Design

Hi

Ok, the SN74LVC1G125 is 35 cents each at Mouser if you buy at least 10 pieces. That's going to be $3.50. LM78L05 is 26.5 cents if you buy 10 pcs. You will need some bypass caps and resistors, I'd assume you already have them.

Say you want 10 channels, that's 11 logic id's. At one IC per output that's almost $4 plus the 27 cent regulator. Still under $5 for all the parts. It's roughly $10 if you double up on all the output channels.

Do a quickie PCB from any of the usual outfits for $10 or so on a small run / one day turn basis.

Total cost without connectors or case < $20 in very small quantities.

Bob

On Sep 26, 2013, at 5:05 PM, "John C. Westmoreland, P.E."  wrote:

SN74LVC1G125


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.

Hi If you want sine waves with the logic ic's just put Tee filters on the outputs. A simple low Q design will knock the harmonics down > 60 db without messing anything up to much on the IC end. Bob On Sep 26, 2013, at 9:40 PM, Angus <not.again@btinternet.com> wrote: > Hi, > > Square wave outputs can be rather higher maintainance, with the whole distribution system from the PCB design and layout through all the wiring to the terminations and beyond all has to be up to the fast IC's/transitions. 10MHz sine waves are much more forgiving. > Square waves are useful for some things, but I tend to avoid them like the plague, or immediately turn them to sine, unless I need them. It just depends what it's wanted for. > > Angus. > > > From: "Bob Camp" > To: "Discussion of precise time and frequency measurement" > Sent: September 27, 2013 12:44 AM > Subject: Re: [time-nuts] Clock Driver Design > > Hi > > Ok, the SN74LVC1G125 is 35 cents each at Mouser if you buy at least 10 pieces. That's going to be $3.50. LM78L05 is 26.5 cents if you buy 10 pcs. You will need some bypass caps and resistors, I'd assume you already have them. > > Say you want 10 channels, that's 11 logic id's. At one IC per output that's almost $4 plus the 27 cent regulator. Still under $5 for all the parts. It's roughly $10 if you double up on all the output channels. > > Do a quickie PCB from any of the usual outfits for $10 or so on a small run / one day turn basis. > > Total cost without connectors or case < $20 in very small quantities. > > Bob > > On Sep 26, 2013, at 5:05 PM, "John C. Westmoreland, P.E." wrote: > >> SN74LVC1G125 > > _______________________________________________ > 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.
BC
Bob Camp
Fri, Sep 27, 2013 11:44 AM

Hi

Rise and fall times are not the thing to worry about on the gates. Look at the propagation delay. That's what will vary.

On Sep 27, 2013, at 2:11 AM, Tom Minnis Tom_minnis@att.net wrote:

Thanks for all your thoughts on the subject.  Let me play back what I have learned and how it may apply to my challenge.  One of my first applications is to use a 10MHz output to phaselock a VCXO master clock in a radio transceiver.  The VCXO is the Christek CVHD-950 which has a noise floor of -164dBc and is -86dBc at 10Hz.  The source I want to use is the Jackson Labs GPSTCXO which has a noise floor of -155dBc and is -73dBc at 1Hz and 103dBc at 10Hz.  i did a quick survey of the phase noise specs on various Jackson products that claim to be ultra low phase noise and found similar numbers.  One was -100dBc at 1Hz but only -145dBc at 100KHz.  Another was down -90dBc at 1Hz and -160dBc at 100KHz.  It would appear that even the best parts I could find quickly would not merit the fancy analog gizmo and that a good stiff logic buffer would work.  Next I went to IDT to find the best logic buffer I could find.

The phase noise out of a TBolt is roughly -165 to -170 floor and -155 to -160 at 100 Hz. (plus spurs of course)

I am looking at the IDT 74FCT38072 2 channel clock driver for PPS.  It can drive about 50mA if needed with 1nS rise and fall times.  The one I am looking at for 10MHz is the ICS553 4 channel clock driver.  This one is good for 25mA drive and they actually give a typical output impedance spec of 20 Ohms.  With a 3.3V supply, it has 1nS rise and fall times and a little faster with a 5V supply, 0.7nS and 35mA drive.

Rise and fall times are not the thing to worry about on the gates. Look at the propagation delay. That's what will vary. If a 3 ns delay varies 1% (30 ps) over 1,000 seconds that's going to give you 3x10^-14 in your ADEV. Are your sources good to 3x10^-14 at 1,000 seconds? If not, don't worry about it.

To make a sine wave should I use one of the 4 ports on the 4 port driver to input to the filter or should I try to hook the filter input directly to the clock driver input?
Are there tried and true 10MHz filter circuits or is that a non issue?  After the filter would come the video amp set up for a 50 Ohm drive and into a splitter.  That sound simple enough.  What am I missing?

Simply use a three element Tee on the output of a logic gate. Run one per output. Don't split for multiple output. That way you will have much better isolation (which very much does matter).

Bob

Tom

On 9/26/2013 3:05 PM, Bob Camp wrote:

Hi

How clean is your clock source? If you have something that is -150 dbc at 1 Hz, then you probably need some fancy analog gizmos. If you can make do with "only" -110 to -120 dbc/Hz at 1 Hz, then properly driven LVC CMOS will do just fine. That's true for a square or a sine output. Since you pretty much can't find an OCXO better than -120 at 1 Hz, I'd bet you'll be ok. 5 volt logic will be a little more quiet than 3.3V. More or less faster is quieter as long as you stay with saturated silicon CMOS. Change materials and all bets are off.

For square wave cable drive you can parallel up a couple of the '125 or '126 gates to get how ever much power you want to put into the cable. You can source or load terminate (or both). If you source and load terminate, your logic levels will be 1/2 the output. With either source only or load only termination you can get full swing logic levels. More drive will always be required with load termination (you are putting current into 50 ohms).

Logic IC's are cheap, easy to use, and simple to find. A low voltage single supply drives them and they aren't current hogs unless heavily loaded. What's not to like?

Bob

On Sep 26, 2013, at 1:28 PM, Tom Minnis Tom_minnis@att.net wrote:

I am looking into various degrees of craziness.  The source is CMOS and there are plenty of 1 in to N out parts designed to drive clocks on a PCB but not much is said about driving clocks on to a random length of coax to another piece of equipment and what additional precautions that might warrant.  I am also considering making a sine wave output and maybe other frequencies.
Tom

On 9/26/2013 4:34 AM, Bob Camp wrote:

Hi

Standard high speed CMOS logic works pretty well. How crazy are you trying to get?

Bob

On Sep 26, 2013, at 1:48 AM, Tom Minnis Tom_minnis@att.net wrote:

I am working on a small clock distributor and wanted to get some ideas on what works best for 10MHz and 1PPS driver circuits.  I remember sifting through the archives a year or so ago and tripped on some discussion of this but I can't find it anymore.
Tom


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 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 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.

Hi Rise and fall times are not the thing to worry about on the gates. Look at the propagation delay. That's what will vary. On Sep 27, 2013, at 2:11 AM, Tom Minnis <Tom_minnis@att.net> wrote: > Thanks for all your thoughts on the subject. Let me play back what I have learned and how it may apply to my challenge. One of my first applications is to use a 10MHz output to phaselock a VCXO master clock in a radio transceiver. The VCXO is the Christek CVHD-950 which has a noise floor of -164dBc and is -86dBc at 10Hz. The source I want to use is the Jackson Labs GPSTCXO which has a noise floor of -155dBc and is -73dBc at 1Hz and 103dBc at 10Hz. i did a quick survey of the phase noise specs on various Jackson products that claim to be ultra low phase noise and found similar numbers. One was -100dBc at 1Hz but only -145dBc at 100KHz. Another was down -90dBc at 1Hz and -160dBc at 100KHz. It would appear that even the best parts I could find quickly would not merit the fancy analog gizmo and that a good stiff logic buffer would work. Next I went to IDT to find the best logic buffer I could find. The phase noise out of a TBolt is roughly -165 to -170 floor and -155 to -160 at 100 Hz. (plus spurs of course) > I am looking at the IDT 74FCT38072 2 channel clock driver for PPS. It can drive about 50mA if needed with 1nS rise and fall times. The one I am looking at for 10MHz is the ICS553 4 channel clock driver. This one is good for 25mA drive and they actually give a typical output impedance spec of 20 Ohms. With a 3.3V supply, it has 1nS rise and fall times and a little faster with a 5V supply, 0.7nS and 35mA drive. Rise and fall times are not the thing to worry about on the gates. Look at the propagation delay. That's what will vary. If a 3 ns delay varies 1% (30 ps) over 1,000 seconds that's going to give you 3x10^-14 in your ADEV. Are your sources good to 3x10^-14 at 1,000 seconds? If not, don't worry about it. > To make a sine wave should I use one of the 4 ports on the 4 port driver to input to the filter or should I try to hook the filter input directly to the clock driver input? > Are there tried and true 10MHz filter circuits or is that a non issue? After the filter would come the video amp set up for a 50 Ohm drive and into a splitter. That sound simple enough. What am I missing? Simply use a three element Tee on the output of a logic gate. Run one per output. Don't split for multiple output. That way you will have much better isolation (which very much does matter). Bob > > Tom > > On 9/26/2013 3:05 PM, Bob Camp wrote: >> Hi >> >> How clean is your clock source? If you have something that is -150 dbc at 1 Hz, then you probably need some fancy analog gizmos. If you can make do with "only" -110 to -120 dbc/Hz at 1 Hz, then properly driven LVC CMOS will do just fine. That's true for a square or a sine output. Since you pretty much can't find an OCXO better than -120 at 1 Hz, I'd bet you'll be ok. 5 volt logic will be a little more quiet than 3.3V. More or less faster is quieter as long as you stay with saturated silicon CMOS. Change materials and all bets are off. >> >> For square wave cable drive you can parallel up a couple of the '125 or '126 gates to get how ever much power you want to put into the cable. You can source or load terminate (or both). If you source and load terminate, your logic levels will be 1/2 the output. With either source only or load only termination you can get full swing logic levels. More drive will always be required with load termination (you are putting current into 50 ohms). >> >> Logic IC's are cheap, easy to use, and simple to find. A low voltage single supply drives them and they aren't current hogs unless heavily loaded. What's not to like? >> >> Bob >> >> >> On Sep 26, 2013, at 1:28 PM, Tom Minnis <Tom_minnis@att.net> wrote: >> >>> I am looking into various degrees of craziness. The source is CMOS and there are plenty of 1 in to N out parts designed to drive clocks on a PCB but not much is said about driving clocks on to a random length of coax to another piece of equipment and what additional precautions that might warrant. I am also considering making a sine wave output and maybe other frequencies. >>> Tom >>> >>> On 9/26/2013 4:34 AM, Bob Camp wrote: >>>> Hi >>>> >>>> Standard high speed CMOS logic works pretty well. How crazy are you trying to get? >>>> >>>> Bob >>>> >>>> On Sep 26, 2013, at 1:48 AM, Tom Minnis <Tom_minnis@att.net> wrote: >>>> >>>>> I am working on a small clock distributor and wanted to get some ideas on what works best for 10MHz and 1PPS driver circuits. I remember sifting through the archives a year or so ago and tripped on some discussion of this but I can't find it anymore. >>>>> Tom >>>>> _______________________________________________ >>>>> 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 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 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.
RK
Richard Karlquist
Fri, Sep 27, 2013 5:53 PM

Can anyone suggest a low phase noise amplifier covering
something like 10-1000 MHz?  Gain should be 10 to 20 dB
and phase noise should be spec'ed at +10 to +13 dBm output.
Both close in and far out phase noise are of interest.
Thanks in advance.

Rick Karlquist

Can anyone suggest a low phase noise amplifier covering something like 10-1000 MHz? Gain should be 10 to 20 dB and phase noise should be spec'ed at +10 to +13 dBm output. Both close in and far out phase noise are of interest. Thanks in advance. Rick Karlquist
TM
Tom Minnis
Fri, Sep 27, 2013 6:23 PM

I haven't even begun to look for video amps yet.  I may not need one if
I filter an output of an high powered 5V buffer.  What I hear is a
simple passive low pass filter will do.  That being the case, I may put
them on all the outputs and make it a jumper option.  The other project
brewing here is developing a precision time stamp transceiver which
needs the fast edges as opposed to the synthesizer reference which needs
the accurate frequency aspect.  Thanks again for all your helpful ideas.
Tom

On 9/27/2013 3:53 AM, Charles Steinmetz wrote:

Tom wrote:

One of my first applications is to use a 10MHz output to phaselock a
VCXO master clock in a radio transceiver.  *  *  *  Next I went to
IDT to find the best logic buffer I could find.  I am looking at the
IDT 74FCT38072 2 channel clock driver for PPS.  It can drive about
50mA if needed with 1nS rise and fall times.  The one I am looking at
for 10MHz is the ICS553 4 channel clock driver.  This one is good for
25mA drive and they actually give a typical output impedance spec of
20 Ohms.  With a 3.3V supply, it has 1nS rise and fall times and a
little faster with a 5V supply, 0.7nS and 35mA drive.  To make a sine
wave should I use one of the 4 ports on the 4 port driver to input to
the filter or should I try to hook the filter input directly to the
clock driver input?
Are there tried and true 10MHz filter circuits or is that a non issue?
After the filter would come the video amp set up for a 50 Ohm drive
and into a splitter.  That sound simple enough.

I strongly agree with Magnus that distributing square waves is asking
for trouble and that converting to sine is preferable unless there is
some very good reason not to.

IIRC, you said the source is CMOS.  So you can do all of your fanout
digitally, then filter each output (I believe that is what Bob had in
mind).  Or, as you appear to be contemplating based on your comments
above, you could convert to sine immediately and then do the fanout in
the analog domain with a video DA or whatever.  One reasonable filter
type to hang on a CMOS output is an L-C-L "tee" filter (there is
really no reason not to add one more shunt C at the end, for
L-C-L-C).  This filter needs some termination at all times -- the open
circuit output voltage can be pretty high.  But you can usually get
away with an internal termination of ~1k or so.  If you need more
current to get the output level you want, parallel several CMOS
outputs (all on the same hex buffer chip, preferably).  There is no
need for very fast edges, particularly if you are filtering to sine
wave.  Nothing exotic is necessary.

The same is true even if you decide to distribute square waves. The
fewer higher harmonics you have, the better off you will be.

Best regards,

Charles


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.

I haven't even begun to look for video amps yet. I may not need one if I filter an output of an high powered 5V buffer. What I hear is a simple passive low pass filter will do. That being the case, I may put them on all the outputs and make it a jumper option. The other project brewing here is developing a precision time stamp transceiver which needs the fast edges as opposed to the synthesizer reference which needs the accurate frequency aspect. Thanks again for all your helpful ideas. Tom On 9/27/2013 3:53 AM, Charles Steinmetz wrote: > Tom wrote: > >> One of my first applications is to use a 10MHz output to phaselock a >> VCXO master clock in a radio transceiver. * * * Next I went to >> IDT to find the best logic buffer I could find. I am looking at the >> IDT 74FCT38072 2 channel clock driver for PPS. It can drive about >> 50mA if needed with 1nS rise and fall times. The one I am looking at >> for 10MHz is the ICS553 4 channel clock driver. This one is good for >> 25mA drive and they actually give a typical output impedance spec of >> 20 Ohms. With a 3.3V supply, it has 1nS rise and fall times and a >> little faster with a 5V supply, 0.7nS and 35mA drive. To make a sine >> wave should I use one of the 4 ports on the 4 port driver to input to >> the filter or should I try to hook the filter input directly to the >> clock driver input? >> Are there tried and true 10MHz filter circuits or is that a non issue? >> After the filter would come the video amp set up for a 50 Ohm drive >> and into a splitter. That sound simple enough. > > I strongly agree with Magnus that distributing square waves is asking > for trouble and that converting to sine is preferable unless there is > some very good reason not to. > > IIRC, you said the source is CMOS. So you can do all of your fanout > digitally, then filter each output (I believe that is what Bob had in > mind). Or, as you appear to be contemplating based on your comments > above, you could convert to sine immediately and then do the fanout in > the analog domain with a video DA or whatever. One reasonable filter > type to hang on a CMOS output is an L-C-L "tee" filter (there is > really no reason not to add one more shunt C at the end, for > L-C-L-C). This filter needs some termination at all times -- the open > circuit output voltage can be pretty high. But you can usually get > away with an internal termination of ~1k or so. If you need more > current to get the output level you want, parallel several CMOS > outputs (all on the same hex buffer chip, preferably). There is no > need for very fast edges, particularly if you are filtering to sine > wave. Nothing exotic is necessary. > > The same is true even if you decide to distribute square waves. The > fewer higher harmonics you have, the better off you will be. > > Best regards, > > Charles > > > > _______________________________________________ > 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. >
TK
Tom Knox
Fri, Sep 27, 2013 6:24 PM

Wenzel has low phase noise amps the will meet your needs and with prices from about $150-$300 the are an excellent value.

Thomas Knox

Date: Fri, 27 Sep 2013 10:53:10 -0700
From: richard@karlquist.com
To: time-nuts@febo.com
Subject: [time-nuts] Looking for 1 GHz low phase noise amplifier

Can anyone suggest a low phase noise amplifier covering
something like 10-1000 MHz?  Gain should be 10 to 20 dB
and phase noise should be spec'ed at +10 to +13 dBm output.
Both close in and far out phase noise are of interest.
Thanks in advance.

Rick Karlquist


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.

Wenzel has low phase noise amps the will meet your needs and with prices from about $150-$300 the are an excellent value. Thomas Knox > Date: Fri, 27 Sep 2013 10:53:10 -0700 > From: richard@karlquist.com > To: time-nuts@febo.com > Subject: [time-nuts] Looking for 1 GHz low phase noise amplifier > > Can anyone suggest a low phase noise amplifier covering > something like 10-1000 MHz? Gain should be 10 to 20 dB > and phase noise should be spec'ed at +10 to +13 dBm output. > Both close in and far out phase noise are of interest. > Thanks in advance. > > Rick Karlquist > _______________________________________________ > 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.
BG
Bruce Griffiths
Fri, Sep 27, 2013 6:58 PM

Can anyone suggest a low phase noise amplifier covering
something like 10-1000 MHz?  Gain should be 10 to 20 dB
and phase noise should be spec'ed at +10 to +13 dBm output.
Both close in and far out phase noise are of interest.
Thanks in advance.

Rick Karlquist


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.

apitech has a range of wideband amplifiers with guaranteed phase noise specs eg,: http://micro.apitech.com/pdf/amplifier/lophase/TM9128PM.pdf http://micro.apitech.com/pdf/amplifier/lophase/QBH-1423PM.pdf http://micro.apitech.com/pdf/amplifier/lophase/TM9333PM.pdf Bruce Richard Karlquist wrote: > Can anyone suggest a low phase noise amplifier covering > something like 10-1000 MHz? Gain should be 10 to 20 dB > and phase noise should be spec'ed at +10 to +13 dBm output. > Both close in and far out phase noise are of interest. > Thanks in advance. > > Rick Karlquist > _______________________________________________ > 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. >