B
Bill Sloman
Guest
On Thursday, 11 September 2014 08:19:33 UTC+10, John Larkin wrote:
The DAC is built into the DDS. The low-pass filter doesn't have to be high-precision analog - it's just filtering out the spurs at 155.52MHz and its odd multiples.
If your 10MHz reference oscillator is producing a decent sine wave (which shouldn't be difficult to arrange) and you use tolerably linear multiplying detector - my first thought would be an AD834, but it has been around for a while now - the residual spurs won't produce much in the way of DC output.
The comparator shouldn't have been there in the first place.
You will need an integrator (with a resistor in series with the integrating capacitor to turn the phase-detector output into a drive voltage for the VCXO, but that's all low-frequency stuff.
But where do you get the 24-bit number you want to multiply? You've got to count 100msec worth of 155.52MHz to get 2^24. that makes for a rather slow control loop.
Not anything like as Joergish as you like to think. Joerg is good at electronics.
> Yikes! You'll be chopping firewood next.
That he may be able to manage.
--
Bill Sloman, Sydney
On Wed, 10 Sep 2014 22:44:34 +0200, Gerhard Hoffmann
ghf@hoffmann-hochfrequenz.de> wrote:
Am 10.09.2014 um 18:49 schrieb John Larkin:
Thing about a DDS is that it can only output edges aligned with input
edges. In my case, 10MHz and 155.52 MHz edges align once every 12.5
usec. Changing the DDS radix can let me synthesize 10.000 MHz from
155.52, but it can only do that by jittering edges around an average
value. So, that would put me back to needing analog precision in the
phase detector. Less than before, but still intimidating.
There is no jitter, the low pass after the DAC is part of the game.
A DAC, lowpass (or bandpass) filter, and comparator get me back into
the high-precision analog business as regards picosecond timing
accuracy.
The DAC is built into the DDS. The low-pass filter doesn't have to be high-precision analog - it's just filtering out the spurs at 155.52MHz and its odd multiples.
If your 10MHz reference oscillator is producing a decent sine wave (which shouldn't be difficult to arrange) and you use tolerably linear multiplying detector - my first thought would be an AD834, but it has been around for a while now - the residual spurs won't produce much in the way of DC output.
The comparator shouldn't have been there in the first place.
You will need an integrator (with a resistor in series with the integrating capacitor to turn the phase-detector output into a drive voltage for the VCXO, but that's all low-frequency stuff.
But now, with plenty 24*24 Multipliers in an FPGA, that are obscenely
cheap and that run at hundreds of MHz, I would do the phase comparision
in the digital domain. Then you get a near-DC control voltage that
is oversampled at 10 or even 155 MSPS, easy to filter.
But where do you get the 24-bit number you want to multiply? You've got to count 100msec worth of 155.52MHz to get 2^24. that makes for a rather slow control loop.
When the 10 MHz ref is only 0/1, even a multiplier might be a
luxury. And the DAC also, a PWM output might do.
Ooohps, I'm getting Joergish!![]()
Not anything like as Joergish as you like to think. Joerg is good at electronics.
> Yikes! You'll be chopping firewood next.
That he may be able to manage.
--
Bill Sloman, Sydney