Analysis features on Signals#
This section describes the signal analysis features available in DataLab.
See also
Operations on Signals for more information on operations that can be performed on signals, or Processing Signals for information on processing features on signals.
When the “Signal Panel” is selected, the menus and toolbars are updated to provide signal-related actions.
The “Analysis” menu allows you to perform various computations on the selected signals, such as statistics, full width at half-maximum, or full width at 1/e².
Note
In DataLab vocabulary, an “analysis” is a feature that computes a scalar result from a signal. This result is stored as metadata, and thus attached to signal. This is different from a “processing” which creates a new signal from an existing one.
Statistics#
Compute statistics on selected signal and show a summary table.
Histogram#
Compute histogram of selected signal and show it.
Parameters are:
Parameter |
Description |
---|---|
Bins |
Number of bins |
Lower limit |
Lower limit of the histogram |
Upper limit |
Upper limit of the histogram |
Full width at half-maximum#
Compute the Full Width at Half-Maximum (FWHM) of selected signal, using one of the following methods:
Method |
Description |
---|---|
Zero-crossing |
Find the zero-crossings of the signal after having centered its amplitude around zero |
Gauss |
Fit data to a Gaussian model using least-square method |
Lorentz |
Fit data to a Lorentzian model using least-square method |
Voigt |
Fit data to a Voigt model using least-square method |
Full width at 1/e²#
Fit data to a Gaussian model using least-square method. Then, compute the full width at 1/e².
Note
Computed scalar results are systematically stored as metadata. Metadata is attached to signal and serialized with it when exporting current session in a HDF5 file.
X values at min/max#
Compute the X values at minimum and maximum of selected signal.
Peak detection#
Create a new signal from semi-automatic peak detection of each selected signal.
Sampling rate and period#
Compute the sampling rate and period of selected signal.
Warning
This feature assumes that the X values are regularly spaced.
Dynamic parameters#
Compute the following dynamic parameters on selected signal:
Parameter |
Description |
---|---|
f |
Frequency (sinusoidal fit) |
ENOB |
Effective Number Of Bits |
SNR |
Signal-to-Noise Ratio |
SINAD |
Signal-to-Noise And Distortion Ratio |
THD |
Total Harmonic Distortion |
SFDR |
Spurious-Free Dynamic Range |
Bandwidth at -3 dB#
Assuming the signal is a filter response, compute the bandwidth at -3 dB by finding the frequency range where the signal is above -3 dB.
Warning
This feature assumes that the signal is a filter response, already expressed in dB.
Contrast#
Compute the contrast of selected signal.
The contrast is defined as the ratio of the difference and the sum of the maximum and minimum values:
Note
This feature assumes that the signal is a profile from an image, where the contrast is meaningful. This justifies the optical definition of contrast.
Show results#
Show the results of all analyses performed on the selected signals. This shows the same table as the one shown after having performed a computation.
Plot results#
Plot the results of analyses performed on the selected signals, with user-defined X and Y axes (e.g. plot the FWHM as a function of the signal index).