Remix.run Logo
Retr0id 9 hours ago

> I configured the oscilloscope to collect 100M samples at 1 TSPS

Typo? I didn't think we had sample rates anywhere near that high!

nativeit 9 hours ago | parent | next [-]

> Random equivalent-time sampling takes advantage of the nature of a repetitive signal by using samples from several trigger events to digitally reconstruct the waveform. Since sampling occurs on both sides of the trigger point, pretrigger capability is very flexible. Because repetitive signals are being sampled, the bandwidth of an equivalent-time scope can far exceed its sample rate.

https://www.tek.com/en/documents/application-note/real-time-...

Retr0id 8 hours ago | parent | next [-]

But you can't use equivalent-time sampling for something non-repetitive like network packets.

Aurornis 8 hours ago | parent [-]

For measurements like this the SDK will usually include some utilities to send the same data over and over on a port.

nativeit 8 hours ago | parent | prev [-]

Here's a more specific example: PicoScope 9400 series supports just 500Msps per channel, however it's advertising "70ps transition time and 1TS/s (1ps resolution) random equivalent-time sampling", this sort of "equivalent sampling" is presumably where that seemingly crazy spec comes from.

KK7NIL 9 hours ago | parent | prev | next [-]

A Keysight UXR can do one quarter of that, 256GS/s, but a Tektronix 6 series is limited to 25 GS/s iirc, so you're right.

Junk_Collector 8 hours ago | parent | next [-]

If you are an absolute nutcase, you could characterize a set of line stretchers and a multiplexer on a high end VNA then offset the inputs of the 4 channels on that UXR with them, take a capture and finally rebuild a 1TSamp/s signal out of the 4 results.

You have to have the 240V model of the scope to run all four channels at full rate (110GHz) though.

cesaref 7 hours ago | parent | next [-]

The older Tektronix TDS540 series did this, but at much lower rates as was common in those days though. Internally there are differential feeds from the very beautiful hybrid ceramic input boards to 4 DACs, with some clever switching so that a single input can be sampled by all 4 DACs with a suitable offset to create 4x the sample rate when running with all 4 inputs.

The calibration procedure on the scope fiddles with the time alignment to get the different DACs correctly offset so that the combined signal is correct.

The hybrid ceramic input boards in their metal cases are a thing of beauty, fragile (don't ask how I know), but beautiful.

jacquesm 7 hours ago | parent | prev [-]

Take that Nyquist ;)

HunterWare 8 hours ago | parent | prev [-]

Looks like max 50GS/s per their site. That also looks reasonable with the screenshot they have in the article showing 1ns / div horiz. But clarity on the data would be lovely. =)

HunterWare 8 hours ago | parent [-]

Actually I take it back: For the series 6B spec page... Real-time: 50 GS/s (2 channels), 25 GS/s (4 channels), 12.5 GS/s (> 4 channels) Interpolated: 2.5 TS/s

mkeeter 7 hours ago | parent | prev [-]

Not a typo, but you’re correct about the sample rate - with those settings, the scope was doing interpolation between samples.

nomel 6 hours ago | parent [-]

By definition, you can't interpolate a sample. A sample is a measured value.

What you can do, if and only if you have an exactly repeating signal triggering at the same point within a cycle, is change the delay between the trigger and sample, and repeat. In other words, sample at different times within the same signal (since it's exactly repeating), to build up samples in time, of that waveform, to whatever time resolution you want.

Of course, you're limited to any noise in the trigger, variation in the signal, etc.

This is how you can record light moving through your garage [1]!

[1] https://www.youtube.com/watch?v=o4TdHrMi6do

jacquesm 5 hours ago | parent [-]

Not sure if mkeeter's comment has been ninja edited but it says between samples, it doesn't say it is interpolating to generate new samples.

nomel 5 hours ago | parent [-]

I understand, but that's my point, it's not interpolated!

The number he's referring to is in units of samples per second. It's not doing interpolation between samples, to achieve a high samples per second, because that's not possible, which is my point. Interpolation results in an imagined value, but samples are measured values.

It would be correct to say that the values between samples are interpolated, but the subject of interpolation isn't applicable for anything mentioned in this comment chain.

jacquesm 5 hours ago | parent [-]

Ah you are referring to the 'sps' bit. Ok, but I think the extra sentence is enough clarification of what they mean, even if they're wrong about what the device is doing.

The only time these are interpolating is when they are visualizing, there is no point (hah) in storing interpolated data, you can generate that whenever you want.