Hey all!
I'm in the sketching phase of a measurement system comprised of 6x ADCs to sample pulsed waveforms, but having never designed anything of this scale before, I'm looking around for some input whether I'm on the right track (or completely out of my waters).
Pulses are ~6 µs long (RF 3 GHz, diode rectified), so I settled for 12-bit ADCs running at 65 MSPS (AD9235) fed by the datasheet recommended single-ended to differential op-amp AD8138. Absolute measurements are not the design goal here, but rather something that can run close to 24/7 to give an idea about stability, changes, etc. Input levels after rectifying is typically in the order of ~150 mV. Could also consider going down to the 10-bit AD9214.
The board will receive an external trigger signal which I imagine can be used to toggle the WE pin of FIFO buffers, and the Full-Flag can then be used to disable WE and start emptying the buffers. In order to limit the number of I/Os, I'm thinking a few MUXes can be used to empty the buffers 2 at a time. ADCs clock out parallel data into the FIFOs which for 6 µs @ 65 MSPS, 0.5k should be enough, but to allow some overhead and jitter, I'm considering a 2k buffer.
I have some experience working with Zynq-family chips, so I'm currently looking at interfacing to a Digilent Cora Z7 to handle all the board logic. >50 available GPIOs for data and control signals, DMA or AXI to send it to the on-board processor, and eth to pass the data onwards. Is it feasible to switch the GPIO headers at such high frequency?
What other suitable options are there to sample synchronized pulsed data and pass it on via eth? A goal is to make it cheaper than chaining up a few RedPitayas
In the end, I will want 22 of these complete systems...
If the entire signal chain can tolerate acquisition triggers of 10 Hz, I'd be happy enough. Maximum would otherwise be 100 Hz.
I've also yet to consider topics such as power supplies and noise, additional input filters, opto-couplers for external signals etc...
Does this approach even sound reasonable?
Sketch of the potential setup