Commit 4a8839cd authored by Federico Asara's avatar Federico Asara

Documentation update.

parent 31c36db1
......@@ -192,6 +192,19 @@ Ideal ADC transfer function
\end_layout
\begin_layout Subsection
Single Tone performance evaluation
\end_layout
\begin_layout Standard
In this mode the application will read a signal, be it from a file, synthetic
or from an ADC, and will try to evaluate a bunch of parameters, assuming
the data describes a sinewave.
The algorithms will eliminate any incoherency during the performance evaluation
, will then determine the frequency of the sinewave and then will calculate
\end_layout
\begin_layout Subsubsection
Parameters explained
\end_layout
......@@ -293,6 +306,30 @@ where
is the i-th harmonic expressed in dB.
\end_layout
\begin_layout Subsection
Two Tone Intermodulation Distortion evaluation
\end_layout
\begin_layout Standard
The application will read a signal from a source that is supposed to represent
two sinewaves with a very small difference between their frequencies.
If the ADC introduces harmonic distortions, these will be close to the
signal; these interferences cannot be easily eliminated by a filter.
\end_layout
\begin_layout Subsection
Frequency Sweep evaluation
\end_layout
\begin_layout Standard
This test mode is by far the most complete and complicated of all.
The application will control directly both a waveform generator (it could
also be a DAC) and the ADC being tested.
The idea is to generate a sinewave with a constant amplitude and change
its frequency in a defined range, using a certain succession of steps.
\end_layout
\begin_layout Section
Parameters evaluation formulae and algorithms
\end_layout
......@@ -997,6 +1034,29 @@ A good value of
\end_layout
\begin_layout Section
PAGE: Python ADC and Generators API
\end_layout
\begin_layout Standard
The PAGE API offers a Pyhton interface to control both ADC and generators;
a generator could be a waveform generator, like the Agilent 33250A, or
a DAC.
\end_layout
\begin_layout Subsection
Generators
\end_layout
\begin_layout Standard
A Generator is a device that outputs analog data following some specifications,
or from a digital signal.
All the generator should be able to produce a sinewave with a predefined
amplitude, frequency and DC component.
This allows us to implement
\end_layout
\begin_layout Section
ACT: ADC Characterization Toolkit
\end_layout
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment