Overview
The Toolbox features various PhysioAnalyzers–modules containing an adjustable analysis pipeline specific to a certain data type.
Introduction
The Toolbox has one main PhysioAnalyzer module, called the Generic Signal Analyzer. This module performs basic preprocessing and descriptive analysis on miscellaneous time series, such as a temperature recording. All other modules are derivatives of the Generic Signal Analyzer, and extend it by incorporating preprocessing and analysis steps specific for their target data type.
Some modules reference data in other modules, and therefore require that the other modules be present in the file in order to function. For instance, the ICG module uses the R-peaks from an ECG module.
PhysioAnalyzer modules can be added and removed from files by using the Session Manager.
PhysioAnalyzer Modules
The current version of the Toolbox features the following modules:
-
Generic Signal Analyzer:
Performs generic analysis on signals. -
ECG Signal Analyzer:
Analyzes an ECG signal. -
IBI Sequence Analyzer:
Performs analysis of IBIs around events. -
HRV Analyzer:
Analyzes Heart Rate Variability. -
ICG Ensemble Analyzer:
Analyzes an ICG (-dZ/dt) signal using ensembling. -
Blood Pressure Analyzer:
Analyzes a blood pressure signal. -
Respiration Analyzer:
Analyzes a respiration signal. -
EMG Analyzer:
Performs analysis on an EMG signal. -
Skin Conductance Analyzer:
Analyzes a Skin Conductance signal. -
Pupil Diameter Module:
Analyzes pupil diameters. -
Area of Interest Hit Analyzer:
Analyzes Area of Interest (AOI) hits in an eye-tracking dataset.