Using a dual channel simultaneous sampling ADC and some simple averaging techniques, the SNR of the converter can be improved by 3dB.
Step 1. Collect data using both channels of the ADC using symmetrical input networks as shown below in Figure 1.
This example uses the LTC2185 ADC and the LTC6409 amplifier. There is a single-ended 10MHz low pass filter (LPF) before the amplifier and a simple LPF after the amplifier. R1 and R2 are driven by the same signal source.
Step 2. Collect the data in an FPGA. Since a dual ADC like the LTC2185 is simultaneously sampling, the two channels will align in the digital domain and they can easily be manipulated.
Step 3. Sum the two channels in the digital domain. Because these signals are simultaneously sampled the data can be summed point for point in the digital domain.
Here is an example:
Once these data points are summed they can then be subject to the remaining digital signal processing of the application. The result will be a 3dB improvement in SNR.
Results:
FFT data from both channels individually:
FFT data after summation:
Why this works?
This technique is possible because when coherent signals (signals with the same phase, frequency and amplitude characteristics) are summed they sum in terms of voltage. But random signals like noise which are phase-, frequency- and amplitude-independent only sum in terms of power. So the signal of interest will increase by 6dB after summation, and the noise will only increase by 3dB after summation. This will give a net increase in SNR of 3dB. In reality there will be some shared jitter between the two channels that will be coherent, so the actual SNR gain is slightly less than 3dB.