|
|
Plugin detect-simple
|
| Name | detect-simple -- a simple beat-detection algorithm |
| Version | 0.2.0 |
| Author | Raphael Schneider (rasch@med1.med.tum.de) |
| Description | The plugin performs a simple beat detection in ecgs. The results will be saved in the libRASCH-evaluation-file of the measurement. |
| Remarks | |
| Type | PLUGIN_PROCESS |
| License | LICENSE_LGPL |
| Status | 0 |
|
Usage
|
|
Options
|
| num_ch (long) | number of channels set in 'ch' |
| ch (long array) | list of channels used for the event detection |
|
Results
|
| num (long) | number of found events |
| pos (long array) | positions of the found events in sampleunits |
| ch (long array) | bit-mask indicating the channels in which the event was found |
| width (long array) | width of each event in sampleunits |
| annot (long array) | annotations to the found events |
|
|