updated ETS_theory.asciidoc authored by Patrick Schmitt's avatar Patrick Schmitt
......@@ -11,4 +11,18 @@ In order to digitize analog waveforms there are two common methods used in digit
The first method samples the measured signal in real-time. During this method, the oscilloscopes acquires the signal within one trigger event.
The waveform is basically captured at a defined sample rate and can be immediately displayed after a minimum of samples is available.
This mode can be used to measure repetitive as well as non-repetitive signals.
\ No newline at end of file
This mode can be used to measure repetitive as well as non-repetitive signals.
{empty} +
The ETS method requires more than one trigger event in order to fully restore a captured waveform [24].
This chapter will describe the ETS mode in detail and discusses the limitations as well as the different implementation methods.
ETS enables a digital oscilloscope to capture signals with a much higher effective sample rate than the actual sample rate of the built-in ADCs.
Subsequently, the oscilloscope will then be able to measure and display signals with a higher frequency.
{empty} +
The disadvantages of this method is the fact that the measured signal has to be a periodic signal.
This means that the shape and amplitude of the waveform has to repeat itself at a certain point in time.
And these repetitions have to continue until the oscilloscope is able to correctly reconstruct and display the measured waveform.
Signals measured by the real-time sampling method does not have this restriction. However, most signals generated by man-made machines are indeed repetitive waveforms.
\ No newline at end of file