Got lucky a few months ago and ended up with some beautiful boards from the 90's with lots of ceramic & gold plating.



No direct info on where they originally were used, but I saw a different one with the same CAGE code (09691) marked "Litton". This CAGE code now refers to "L3Harris", and a location in Halifax, which means this was originally "Litton Systems Canada", and likely at some point "Northrop Grumman Electro-Optical Systems" -
my previous note on "the big, dumb game of military-industrial-complex trading cards" applies here too. From doing some quick searches on all these companies, though, it seems like there's a good chance they were used in imaging or display - reading data from an IR or visible-light camera, doing some image processing, then displaying/transmitting/storing it. With that in mind, let's look more closely at...
Analog input board

I'm calling this the "analog input board" because of the analog signal chains feeding analog-to-digital converters. You can see the 3 repeated channels at the top, a digital & timing section at the bottom, and a common section with a lot of comparators at the right-hand edge.
The PCB is screwed to an aluminum reinforcement plate, with cutouts for all the through-hole pins that protrude through the board. This plate holds the mounting bars down the sides which secure it in place, and provides a combination of mechanical stiffness to resist vibration, and a bit of heatsinking as well.

Let's walk through the sections one by one:
Clocks & timingThe metal cans hold a 15 Mhz oscillator, and two which are probably delay lines. The top delay line has a part number of
M83532/03D002, which is similar to the M83532/03D003B of 10x 3µs steps. This part is listed as "electromechanical", which may mean a
SAW filter. The bottom delay line is made by the same company, Hytek; I haven't been able to find references to the part number "8022078", but it seems likely this is also a delay line. I'm planning on removing the lids from both metal cans to see inside at some point.
The DIP IC is the
74HCT7046 PLL, which seems like a higher-speed version of the classic 4000-series-CMOS 4046 PLL; the nominal VCO frequency is ~18 Mhz. The PLL has two TLC2201 op-amps next to it (the black squares), which handle the control loop filtering and compensation. One of the PLL's inputs (pin 5, COMP IN) comes from the probable-delay-line, and so it seems likely that this PLL is producing a copy/multiple/division of the 15 Mhz clock with programmable phase delay, maybe for creating a separate ADC data-I/O clock.

Digital controlRunning the whole show, from the center, is a mystery IC with a lot of pins.

I couldn't find any references to the part number, but I suspect it's an FPGA, possibly made by Xilinx. The important clue here is the small IC marked "1765" with a Xilinx logo:

This is a
Xilinx XC1765 configuration memory, meant to store bitstream data and load it into a Xilinx FPGA. The empty DIP socket nearby may be either an in-circuit programming connection, or a spot for removable configuration memory during development. The female pin headers nearby also may be for digital debugging connections.
Analog channelsThe journey starts at a connector mounted to the rear side of the board, where the input signals enter:

...before being processed and digitized by the repeated circuit sections as shown earlier:


I traced the channel circuitry with a combination of overlaid front- and back-side photos, and a few continuity tests with sewing needles to pierce the conformal coating, where the traces went under components or on an inner PCB layer. The non-uniformity of the PCB-trace routing across all 3 channels actually helped me here: interestingly, all 3 channels have the same component positioning, but the traces are routed differently on each channel. I don't think there would be any good reason to do this intentionally, so I assume it was a limitation of the CAD tools being used, or of the engineers using them.

Each channel actually has 2 separate differential input pairs on the input connector. Each differential input pair has a termination resistor, and is AC-coupled (through large tantalum caps) to a differential receiver, possibly with gain. An analog switch then selects between each of the two inputs, a test signal (we'll talk more about that later), or 0V.
After this it gets weirder. The selected input signal goes to a non-inverting op-amp with gain; however, the reference point (normally, ground) for this op-amp's feedback voltage divider is the output of a sample-and-hold (S&H) IC. This IC, the HA-5330, has an op-amp on the input so that it can be configured as a voltage follower taking its feedback from the
output of the S&H, as it is here - this means that when the "sample" switch is closed, the HA-5330's op-amp compensates for any offset voltages or non-linearities in the sample-and-hold circuit itself, and the rest of the downstream on-chip circuitry.
Anyways, the S&H seems to be used to do some kind of offset correction, by sampling the input signal at some time determined by the FPGA, and afterwards subtracting that offset from the input signal.
Finally, the signal goes through an inversion, with a programmable DC offset added (we'll talk about that later too), and then enters an ADC, whose digital output goes to the FPGA. The two parallel diodes clamp the signal if it goes positive; for some reason, a negative reference voltage & negative-only signal are fed to the ADC. The AD9048 is an 8-bit ADC which can sample at 35 Msps, and the AD827 op-amps used throughout have a 50 Mhz bandwidth - this suggests to me that the analog signals being processed & digitized are somewhere in the 1-10 Mhz range. These could be video readout signals received from an image sensor, or maybe downconverted IF signals from a radar receiver. If these are video signals, then the dynamic-offset-correction with the sample-and-hold could be to sample the "black level" from the covered pixels at the edge of the image sensor, and use that as a reference point for the rest of the row of pixels.
Right-hand common section

This section contains 3 high-speed (2.5 ns) LM160 comparators - these compare signals from various points, in the right-most channel only, against thresholds. The digital outputs are all routed to the FPGA to signal...something.
- The top third takes the un-modified input signal, and level-shifts it (with the series cap & 0V clamp) so that the most negative peak of the input signal becomes 0V. There's no resistor or analog switch to discharge the series cap over a long timescale, which is surprising to me - maybe it relies on the tantalum's leakage to reset it eventually (although that seems wildly sketchy). This level-shifted signal is then multiplied by a gain stage, and compared against a fixed threshold.
- The middle third takes the input signal with the S&H-dynamic-offset applied, inverts it (possibly with gain), and clamps it to 0V minimum. This is then compared against the same fixed threshold as the top third.
- The bottom third takes the input signal to the channel's ADC, which has gone through additional inversion and programmable DC offset. This is then AC-coupled (which removes the programmable DC offset) with a trimmable corner frequency, multiplied by a trimmable gain, and compared against a trimmable threshold. All 3 trimmers visible in the right-hand section are used here; each one has an empty resistor footprint next to it, presumably so that the trimmer can be replaced with a fixed resistor. Even with the shafts glued in place, the way these trimmers are mounted to the board doesn't seem particularly robust against shock or vibration, so I wouldn't be surprised if this board was an engineering model.
As for purpose: if this board digitizes video signals, then these likely detect the start of a line of video and/or specific sync pulses. If this board digitizes downconverted radar return signals, then these probably detect the start of a return pulse. They also might just be here to detect saturation in any of the analog stages leading up to the ADC, to warn the processing system that the input data isn't reliable. I've worked on an industrial data acquisition system where we realized after the first prototype that we very much needed some saturation detection at various points in our programmable-gain analog signal chain.
The combined gain-and-clamp circuit in the middle third is slightly unusual and deserves a separate look:

- When the output signal is positive: D5 is reverse-biased, and D4 is forward-biased. The op-amp works in a normal inverting configuration, except it can only source current because of D4; it can't sink current.
- When the output signal "tries" to go negative: D4 becomes reverse-biased, and this breaks the op-amp's feedback path. The output voltage decreases until D5 is forward-biased, and once D5 conducts, this forms a new feedback loop around the op-amp. The output now sits at about -0.7V, and maintains the "-" input at 0V by sinking current through D5, to match the 0V "+" input. If the input polarity reverses, then the op-amp output goes positive and it goes back to the previous "positive output" state.
D5's purpose is to speed up the response of the clamp circuit. If D5 weren't there, then when the output tried to go negative, the op-amp would send its output all the way to the negative rail and saturate there (breaking the control loop). This would make for a long recovery time when the signal went back into a valid range, as the op-amp would have to bring its internal transistors out of saturation (which incurs the storage time penalty for bipolars) and slew its output all the way from the negative rail back up to >0V. Instead, with D5, the op-amp's control loop stays in regulation, and the output sits just below 0V, ready to recover quickly and set a positive output again.
Bottom common section

The bottom half of the schematic shows the high-speed DAC which generates the AC test signal, that feeds all channels on input 3 of their analog switches. The DAC08 has a current output, so U19A is used as a transimpedance amplifier to convert that to a voltage.
The top half shows the AD7569, an "analog I/O system" with an ADC, DAC, and switchable gain. The DAC part of this is straightforward: it generates a DC offset (inverted by U17) which is used to set the programmable offset voltage on every channel, which is added to the signal just before the channel's ADC.
The ADC part is a little stranger though - the ADC takes its analog input from the middle third of the comparator section shown previously. This is strange because the signal fed to the comparator is reasonably high-bandwidth, with the 50 Mhz op-amps & 35 Msps ADC in the signal chain. This ADC though, on the AD7569, is comparatively slow at 500 ksps, and so can't reliably sample the full signal bandwidth. I'm guessing that this is used to read idle DC levels, or something similar.
Anyways, hope this was interesting. Let me know if you have any more info or speculation to add.