diff --git a/master/.doctrees/environment.pickle b/master/.doctrees/environment.pickle index 16203ea..cd8efc1 100644 Binary files a/master/.doctrees/environment.pickle and b/master/.doctrees/environment.pickle differ diff --git a/master/.doctrees/reference.doctree b/master/.doctrees/reference.doctree index 24d864f..c770f08 100644 Binary files a/master/.doctrees/reference.doctree and b/master/.doctrees/reference.doctree differ diff --git a/master/01_introduction.html b/master/01_introduction.html index 586b078..e18fa90 100644 --- a/master/01_introduction.html +++ b/master/01_introduction.html @@ -1,13 +1,13 @@ - + - + Introduction - Genalyzer v0.0.1 documentation - + @@ -200,7 +200,7 @@
-

Introduction#

+

Introduction#

Genalyzer is a C++ library that facilitates the computation of commonly used data-converter RF performance metrics in a standards-complaint manner. Genalyzer supports generation of waveforms for characterizing data-converters as well as the computation of performance metrics given the time- or frequency-domain response of data-converters to such waveforms. In other words, users not only have the option of selecting whether or not to opt for waveform generation to characterize data-convereters, but are also able to utilize time-series data or FFT of samples captured from a data-convereter to directly compute the desired performance metrics.

Thus, Genalyzer can support a simulation-only scenario or a data-capture scenario. In the first case, the response of a data-converter is simulated given its specifications, in order to compute the expected performance metrics. In the second case, the response of a data-converter is available for Genalyzer to process in the form of a text or binary file. Genalyzer facilitates the computation of common data converter performance metrics in a standards-complaint manner. The terminology and definitions for various common performance metrics are adopted from the IEEE Standard for Terminology and Test Methods for Analog-to-Digital Converters (IEEE 1241-2010) and the IEEE Standard for Terminology and Test Methods of Digital-to-Analog Converter Devices (IEEE 1658-2011) both published by Instrumentation and Measurement/Waveform Generation, Measurement, and Analysis - Technical Committee 10 (IM/WM&A - TC10).

@@ -254,9 +254,9 @@

Introduction + - + diff --git a/master/02_using_genalyzer.html b/master/02_using_genalyzer.html index 97dfe1b..13946ac 100644 --- a/master/02_using_genalyzer.html +++ b/master/02_using_genalyzer.html @@ -1,13 +1,13 @@ - + - + Using Genalyzer - Genalyzer v0.0.1 documentation - + @@ -200,7 +200,7 @@
-

Using Genalyzer#

+

Using Genalyzer#

As mentioned previously, Genalyzer is a C++ library designed to support computation of RF performance metrics using either simulation data or data captured from a physical instrument. Bindings are provided to enable users to write C- or Python-based scripts to compute the desired performance metrics. In both cases, the overall structure of a C-example script that links to genalyzer library is similar, as shown in the next section. The overall structure in a simulation-only scenario consists of three stages: