sinara-hw / mirny

4-channel Microwave synthesiser
10 stars 4 forks source link

[RFC] Phase lock application #10

Closed hartytp closed 4 years ago

hartytp commented 4 years ago

We have an application where we'd like to generate two tones at 1.6GHz. One needs to be locked to a fixed external reference, the other needs to be phase locked.

It seems like Mirny might offer a nice way of doing this if we did something like:

Thoughts?

jordens commented 4 years ago

To clarify: you want one voltage controlled Mirny channel and one controlled via a reference frequency? Adding the tuning option to the XO is good. Just make sure that the tuning range of the VCXO is what you need. And solder jumpers to select between DNP MMCX per channel and the clock fanout is also fine. But simpler yet and without any new connectors, you can use jumpers to choose between IC17:Q1-Q3 (VCXO or MMCX) and IC13:Q1-Q3 (#8, FP SMA or VCXO/MMCX) for three of the four channels. That way you can run 0 to 3 channels from the VCXO (or MMCX) and 4 to 1 channels from the SMA input.

hartytp commented 4 years ago

To clarify: you want one voltage controlled Mirny channel and one controlled via a reference frequency?

Yes. Basically, one as a reference for the mixer LO and one that we can lock.

We'll probably end up using Stabilizer for the lock so this could potentially be a Stabilizer mezzanine but the work to reward ratio feels better by reporuposing Mirny.

But simpler yet and without any new connectors, you can use jumpers to choose between IC17:Q1-Q3 (VCXO or MMCX) and IC13:Q1-Q3 (#8, FP SMA or VCXO/MMCX) for three of the four channels. That way you can run 0 to 3 channels from the VCXO (or MMCX) and 4 to 1 channels from the SMA input.

Yep, that's another route I thought of which I'd also be happy with.

hartytp commented 4 years ago

Having said all that, this would be pretty trivial to do as a Stabilizer AFE card. 1 Crystal, 2 PLLs and some regulators and that's it AFAICT. Basically just a copy-paste from a few other designs so <1 day of work I'd guess.

gkasprow commented 4 years ago

You can also connect Mirny to the stabilizer via EEM.

dhslichter commented 4 years ago

Why not use Mirny as a carrier generator at ~1.25 GHz, split the output, and then use two separate mixers with two Urukul channels to mix up to 1.6 GHz? The carrier and other sideband can be stripped easily with high-pass filters/notches, then all frequency and phase tuning between channels can be done digitally with the Urukuls. Might even be able to leverage existing SU-servo to servo Urukul parameters if that's what the application calls for. If the Mirny can be locked to an external reference already, you're set. You could make a little eurocard with splitter, mixers, filters, some SMA connectors on the front panel, even some ERA-4 or equivalent amps to boost the output power a bit if desired (without amps it could be a completely passive board, with amps you would have to provide a power supply from in the crate).

hartytp commented 4 years ago

Why not use Mirny as a carrier generator at ~1.25 GHz, split the output, and then use two separate mixers with two Urukul channels to mix up to 1.6 GHz?

(a) because there is a doubling cavity involved so we'd need 1.6GHz and a 3.2GHz tones (b) because it feels more expensive/complicated than hooking a stabilizer up to Mirny. What would do the digital modulation of Urukul? Kasli? I'd like this to be a standalone unit with good ethernet diagnostics (e.g. streaming noise traces). That feels easier to do with Stabilizer than Kasli.

I think the Vco tune input is a good thing to have for Mirny. But, currently I'm leaning towards doing this as a high-frequency version of Pounder with the DDSs replaced by ADF PLLs.

hartytp commented 4 years ago

closing in favour of https://github.com/sinara-hw/Homodyner/issues/1 and https://github.com/sinara-hw/mirny/issues/11