SDA Operator’s Manual
SDA-OM-E Rev H
195
double verResolution; // vertical resolution of the measurement system (also in vertical units)
double horInterval; // scale factor that relates integer sample indices to the horizontal units of the
waveform.
double horOffset; // horizontal offset (in horizontal units, e.g. seconds) of the waveform
double horResolution; // horizontal resolution of the measurement system (also in horizontal
units)
lecTimeStamp trigTime; // trigger time, units of 1ns since 00:00:00 on Jan 1st 2000, 64-bit
unsigned integer
char verUnit[48]; // vertical units of the waveform ("V" for example)
char horUnit[48]; // horizontal units of the waveform ("s" for example)
Data Length Limitations
The size of the memory window is fixed at 80 Mbytes, which equates to 40M samples.
Performance
Under optimal conditions, on a DSO with a 1.7 GHz Celeron processor, rates of up to 75 MS/s
have been observed. Due to the differences between the acquisition and processing hardware in
each of the X-Stream DSOs, this value may vary significantly and therefore cannot be
guaranteed. However, this is by far the fastest way to process data using a user-defined
algorithm on an X-Stream DSO.
Choice of Programming Language
The system was designed for use with the C/C++ programming language, and all furnished
examples use this language. It is theoretically possible, however, for the processing to be
implemented in any language that supports Windows named events (Mutex) and can open a
named memory-mapped file. Nevertheless, no guarantee can be given as to the behavior of the
system using anything but C/C++.
FFT
Why Use FFT?
For a large class of signals, you can gain greater insight by looking at spectral representation
rather than time description. Signals encountered in the frequency response of amplifiers,
oscillator phase noise and those in mechanical vibration analysis, for example, are easier to
observe in the frequency domain.
If sampling is done at a rate fast enough to faithfully approximate the original waveform (usually
five times the highest frequency component in the signal), the resulting discrete data series will
uniquely describe the analog signal. This is of particular value when dealing with transient signals
because, unlike FFT, conventional swept spectrum analyzers cannot handle them.
Spectral analysis theory assumes that the signal for transformation is of infinite duration. Since no
physical signal can meet this condition, a useful assumption for reconciling theory and practice is
to view the signal as consisting of an infinite series of replicas of itself. These replicas are
multiplied by a rectangular window (the display grid) that is zero outside of the observation grid.
Содержание SDA
Страница 1: ...SERIAL DATA ANALYZER OPERATOR S MANUAL December 2007 ...
Страница 148: ...Standard Horizontal Parameter Help Markers Standard Vertical Parameter Help Markers 148 SDA OM E Rev H ...
Страница 223: ...SDA Operator s Manual Example 6 SDA OM E Rev H 223 ...
Страница 225: ...SDA Operator s Manual SDA OM E Rev H 225 ...
Страница 232: ...In this figure the panel has been pasted onto the Excel sheet for comparison 232 SDA OM E Rev H ...
Страница 243: ...SDA Operator s Manual This example used the CORREL Array1 Array2 function of Excel as depicted below SDA OM E Rev H 243 ...
Страница 246: ...246 SDA OM E Rev H ...
Страница 247: ...SDA Operator s Manual Excel Example 5 Using a Surface Plot SDA OM E Rev H 247 ...
Страница 279: ...SDA Operator s Manual Convolving two signals SDA OM E Rev H 279 ...
Страница 310: ...The jitter wizard is accessed from the Analysis drop down menu 310 SDA OM E Rev H ...
Страница 327: ...SDA Operator s Manual SDA OM E Rev H 327 ...
Страница 328: ...328 SDA OM E Rev H ...
Страница 394: ...394 SDA OM E Rev H ...
Страница 395: ...SDA Operator s Manual SDA OM E Rev H 395 ...