EEVblog > EEVblog Specific

EEVblog 1545 - World's Fastest Oscilloscope, MXO4 TEARDOWN

<< < (12/13) > >>

nctnico:
Depends a bit on what you want to do where it comes to samplerate. Over 15 years ago I already managed to get to 1.6GB/s with DDR2 memory on an FPGA using a soft DDR2 controller. With a hard IP DDR controller on a more modern FPGA, you can easely get way more bandwidth. And typically these hard IP blocks support simulating dual/multi port access to make life easy. Pretty neat stuff! See the many oscilloscopes that are build around the Xilinx Zync FPGA for example.

David Hess:

--- Quote from: nctnico on June 04, 2023, 11:21:26 pm ---Over 15 years ago I already managed to get to 1.6GB/s with DDR2 memory on an FPGA using a soft DDR2 controller. With a hard IP DDR controller on a more modern FPGA, you can easely get way more bandwidth. And typically these hard IP blocks support simulating dual/multi port access to make life easy. Pretty neat stuff! See the many oscilloscopes that are build around the Xilinx Zync FPGA for example.
--- End quote ---

I was looking at DPO style designs so the data is not streamed to memory but instead used to update a 2D histogram which requires a read, modify, and write cycle, so standard DRAM would run at only a fraction of its rated speed.  That is why the alternative of using processor cache was so interesting.  An FPGA can do it because the operation can be split up at the cost of multiplying the required RAM, and then combining the acquisition histograms later.

The segmented memory method has the advantage of preserving the original acquisition record, but at the cost of extra complexity.

Wolfgang:

--- Quote from: nctnico on May 25, 2023, 12:00:49 pm ---Nice! A bit surprising that the MXO4 uses off-the-shelve ADCs. Didn't expect that but if they do the job for the right price then why not.

--- End quote ---

I made some tests about how many bits of the 12Bit Texas Instruments ADC are really usable. The answer is a bit above 10 at best, at 10MHz signal frequency and in high resolution mode.
Details here:

https://electronicprojectsforfun.wordpress.com/to-enob-or-not-to-enob/

switchabl:
First of all, thank you for posting this, this looks like a formidable effort!

I will have to look at it again in more detail later but you seem to be using something like SFDR in your ENOB definition except you are counting noise bins as "peaks", is this correct? I see two problems with this:
1) The power of a noise bin is dependent on the (arbitrarily chosen) FFT length. In case the largest "peak" is a noise bin, the ratio is essentially meaningless. A normal SFDR measurement would use a sufficiently long signal to ensure that the largest spur/harmonic is clearly above the noise floor and the ratio is always taken between two tones.
2) This would actually be a strictly less stringent measure than "conventional" SINAD. You are comparing the signal power to that of the largest non-signal bin. SINAD (the way I would define it) involves the sum of all the other bins.

Wolfgang:

--- Quote from: switchabl on June 07, 2023, 10:58:54 am ---First of all, thank you for posting this, this looks like a formidable effort!

I will have to look at it again in more detail later but you seem to be using something like SFDR in your ENOB definition except you are counting noise bins as "peaks", is this correct? I see two problems with this:
1) The power of a noise bin is dependent on the (arbitrarily chosen) FFT length. In case the largest "peak" is a noise bin, the ratio is essentially meaningless. A normal SFDR measurement would use a sufficiently long signal to ensure that the largest spur/harmonic is clearly above the noise floor and the ratio is always taken between two tones.
2) This would actually be a strictly less stringent measure than "conventional" SINAD. You are comparing the signal power to that of the largest non-signal bin. SINAD (the way I would define it) involves the sum of all the other bins.

--- End quote ---

Comment is correct, but that is why I used standard values for frequency, memory depth and sample rate. The point is when you see a "spur" or glitch or whatever, its normally not possible to determine what exactly caused it. In case of strong spurs, its clear, if noise is the main reason its getting fuzzy. You can also see this from the standard deviation values on my plots. Strictly speaking the total power of ALL spurs (plus noise) would go into the SINAD figure, but the practice I used is common for ENOB measurements AFAIK. The hard limit, at least as larger amplitudes, is always the 3rd or 5th harmonic of the signal frequency. In fact, the "largest peak" method overestimates the ENOB value by a small amount. For the TI ADC in the MXO4, the values found are very plausible. If what you want to measure are spectra, the SFDR approach is more practical than integrating over all non-signal components.

Navigation

[0] Message Index

[#] Next page

[*] Previous page

There was an error while thanking
Thanking...
Go to full version
Powered by SMFPacks Advanced Attachments Uploader Mod