Epoch Signal
Module name: EpochSignal
Package: CEAMSModules 7.4.0
Version: 2.0.0
Overview
No description available.
Inputs
Input |
Format |
Default |
Description |
|---|---|---|---|
|
list |
None |
list of SignalModel |
|
pandas.DataFrame |
None |
The events to use to segment the signals into epochs. |
|
float or str |
None |
The length of the epochs in seconds. |
|
float or str |
None |
The overlap between epochs in seconds. |
|
bool or str |
None |
Whether to discard the last segment if it is not of the same length as the other segments. |
Outputs
Output |
Format |
Description |
|---|---|---|
|
list of EpochModel |
The epochs of the signals. (One per channel) |
|
pandas.DataFrame |
The events used to segment the signals into epochs. (One row per epoch) |
Usage in a process
Open Dev Tools -> New process in Snooz.
In the Module Library, find Epoch Signal under the Signal Processing category.
Drag the module onto the process canvas.
Connect the required inputs from upstream modules (or set values in the Settings tab).
Connect outputs to downstream modules as needed.
Double-click the module to configure parameters in the Settings tab.
Run the process and inspect results in the Results tab.
Note
For general guidance on building processes with modules, see Explore examples.