Frequency Synthesizer Module (common across models)There's too much to fit on one board here, so it's split up between two stacked boards:
This generates the LO used for tuning the radio in both receive and transmit modes. As a PLL-based frequency synthesizer, it should have the following parts:
- A reference oscillator, and a frequency divider to divide it down to some common "comparison frequency"
- A VCO that covers the output frequency range
- A programmable frequency divider to bring the VCO output down to the same common "comparison frequency"
- A phase or frequency comparator to compare the divided VCO with the divided reference frequency
The block diagram from the RT-1439 maintenance manual I found online shows this well:
So let's look at the boards and see where the different functional blocks are...
Board 1:The top section here behind the shield is the VCO. The SINCGARS system, according to Wikipedia, covers a frequency range of 30-88 Mhz, and my guess was that the LO frequency was 10 Mhz above the RF frequency, which turns out to be pretty close to what the maintenance manual says, of 12.5 Mhz above the receive tuning frequency (it uses a smaller 7 Mhz offset during transmit). Therefore, this oscillator has to cover a range of 30+12.5 to 88+12.5 = 42.5 Mhz to 100.5 Mhz.
This is the oscillator itself, with the two black diodes here being the varactors that tune the VCO, from an external tuning voltage. The part number A3012733-2 = NSN 5961-01-224-5434 = KV2301A, which is a 22V "VHF hyperabrupt tuning varactor".
The 5x coils with vertical tubes are different selectable inductors for the oscillator, to break up its tuning range into 5 sub-bands. Tracing out the connections shows that the blue diode next to each coil is a switching diode used to selectively connect one of the coils to the oscillator circuit, similar to
standard PIN diode switching of RF signals. I'm not sure if the inductors are selected one at a time (for 5 sub-bands), or are used in some kind of binary combinations (for 32 sub-bands). Even 5 sub-bands though, if equally sized, reduces the tuning range necessary for the varactor from 100.5/42.5 = 2.4:1, to 1.2:1. This helps in one way by reducing the range of tuning voltages needed for the varactor, and also helps in a different way by making the frequency hopping faster.
According to Wikipedia, SINCGARS does frequency hopping every 10 ms. The big limiting factor on how fast you can change frequencies is how fast your frequency-synthesizer-generated LO can re-tune to a new frequency, and settle to a usable level of accuracy (here, the 25 channel spacing is 25 kHz, which is only 250-590 ppm relative to the LO frequency, or 0.03-0.06%, which means that the LO has to settle to roughly 100 ppm or 0.01% accuracy!). Adding more switchable sub-bands within your entire frequency range adds a "feed-forward" mechanism that speeds up the re-tuning process significantly: rather than having to wait for the frequency synthesizer's control loop to respond to a large step change in the setpoint, the VCO can "jump" to within a much closer distance of the final target frequency, by switching to the sub-band that contains it. This significantly reduces the "distance" that the control loop has to travel, to settle at the target frequency, and so speeds up the re-tuning process.
After the VCO, there's 3 switchable crystal filters (with blue diodes and adjacent series inductors, to switch between them), and a set of transistor amplifiers to boost the VCO signal and send it to the two coax connectors (mostly removed, but you can see their pads at the top-left of the photo) where the LO travels to both the receive and transmit modules of the radio.
There's also two ICs here: the DIP-8 (SC31459) is listed as a prescaler, although I can't find any data about it as it doesn't seem to be an off-the-shelf part. This could be the switchable "÷32 / ÷33 prescaler" shown in the block diagram above. The gold CLCC package is a custom-branded A3012937-1 = NSN 5962-01-225-9116, which is listed as a 7-bit CMOS counter. This probably forms at least one part of the programmable frequency divider, scaling down the VCO frequency before being sent to Board 2 through the rectangular header next to it.
You can also see the manufacturer's CAGE code (31550) here, which shows that this was made by Harris.
Now on to...
Board 2:It's immediately obvious that there's much more digital control going on here.
Frequency referenceThe first thing that stands out is the reference oscillator, in the giant metal can. This is a 3.2 Mhz crystal oscillator, temperature-compensated for precision (again, remember that having 2000+ 25-kHz-spaced channels means that this frequency synthesizer needs to hit the correct frequency within roughly ±100 ppm). Next to it is a separate crystal, which could be the 3.2 Mhz filter used to "clean up" the reference oscillator output that gets used in the transmit mode (although I am a little suspicious of this being listed as an LPF, vs. crystals inherently being BPFs):
Small ASICsThe chip in the gold CLCC package next to the giant metal can is probably the reference divider that divides that 3.2 Mhz frequency to whatever "comparison frequency" is used by the synthesizer. The other similar-looking chip in the corner may implement the PLL phase comparator (which can be as simple as an XOR gate: see the standard CMOS 4046 datasheet) among other things, because one of its pins seems to be involved in the VCO tuning circuit. Their part numbers are A3012939-1 (different rev. = NSN 5962-01-304-2054) and A3012936-2 (= NSN 5962-01-297-8002), which are both listed as digital ICs, but can't find any other details about them.
ControlsThe large chip (A3012947-1 = NSN 5962-01-304-5005) seems to be the "main controller" for the synthesizer. The block diagram shows a serial bus used for tuning, as well as some kind of frequency table ROM, and this chip likely contains both the serial interface and the ROM lookup table that probably maps the channel numbers to specific VCO-frequency-divider settings. Its outputs drive the two "2074" ICs in DIP packages, which are the military versions of the standard 2074 quad Darlington array. Tracing the output pins from these shows that these drive the RF-switching diodes on board 1, as mentioned above, and so are responsible for selecting the 5 VCO frequency bands and the 3 alternate LO filters.
It also likely contains the rest of the programmable frequency divider which started with the 7-bit counter on board 1. Having 2320 selectable tuning frequencies would require at least 12 bits. Implementing the frequency synthesizer the simplest possible way would involve dividing both the 3.2 Mhz reference and the VCO down to 25 kHz (because it's the channel spacing, and so every increment is an integer multiple of this), and comparing the two 25 kHz frequencies.
However, I don't think this does things the simple way with a 25 kHz "comparison frequency" and all-integer division factors: the block diagram shows the "÷32 / ÷33 prescaler", which if you look at the math doesn't actually let you select 25 kHz steps with all-integer division factors, and it also shows a "dual-mode counter". These both suggest to me that it uses a comparison frequency well above 25 kHz, and a fractional frequency divider for the VCO. You can create a fractional frequency divider essentially by dithering: you change your division ratio for each output pulse (3x cycles of ÷10 and 1x cycle of ÷11 gives you an effective division factor between 10 and 11, for example), and your analog loop filter smooths out the unevenness of the output pulses, if done correctly. This is called fractional-N synthesis, and you can get a better overview of it
here and
here.
One of the main benefits of using fractional-N synthesis here is that it allows using a much higher "comparison frequency" than 25 kHz. The phase comparator's output is in the form of pulses at the "comparison frequency", which need to be filtered through a low-pass filter (the loop filter) to be smoothed into a DC level that gets fed to the VCO tuning control. The lower the frequency of this LPF, the less ripple in the output voltage (and therefore tuning jitter/inaccuracy & extra sidebands on your LO) remains on the tuning voltage, but also the slower the filter responds to changes, which makes the frequency synthesizer slower to re-tune. This is an inherent tradeoff that pits the ~100 ppm tight precision requirements of the frequency tuning, against the need for fast re-tuning for the frequency hopping. Using a higher "comparison frequency" makes for a better set of tradeoffs: with the same low-pass filter, you can get less ripple (= less tuning instability) for the same re-tuning speed, or you can use a higher filter corner frequency and get the same ripple with a faster re-tuning speed.
Frequency control loopThe TL072 dual op-amp and the A3012595-11 (= NSN 5962-01-277-2621 = Siliconix DG201 quad analog switch), along with the array of metal-can transistors, seem to implement the analog portions of the frequency control loop. I didn't do a full tracing of the connections due to lack of time and being less worthwhile due to all the custom parts, but the array of transistors seems to take phase comparator output pulses from the A3012936-2 and convert these into switched current pulses (typical PLL "charge pump" stuff) into an integrator capacitor next to the TL072, which buffers this voltage and generates the VCO tuning voltage that drives the varactors on board 1. There's an extra input from the A3012939-1 which is seems to control the current gain, so I'm not sure if this is some kind of loop gain control to keep the loop characteristics stable across the wide range of frequency bands, or speed up the tuning slew rate when the target frequency is far away from the current frequency (I'm not confident enough in the partial schematic I drew to post it).
Two of the analog switches have their controls ganged together, controlled by the "main control" A3012947-1, and seem to be a reset switch for the control loop, probably needed to start it back in a "neutral" position after a new frequency band is selected on the VCO and it's better to start from the center of the tuning range than to have to travel to the final frequency from wherever the control loop last happened to be. The other two analog switches are also ganged together and seem to do something with the op-amp, likely to implement some kind of switchable control loop gain.
Here's some more close-ups of board 2:
Hope you enjoyed. Would've liked to do a full connection tracing and draw a schematic for the whole thing, but really do not have the time for that right now.