Contributions:PeakDetector
From BCI2000 Wiki
Contents |
[edit]
Synopsis
A filter that counts signal peaks for individual channels, and returns the resulting number of peaks in its output signal.
[edit]
Location
http://www.bci2000.org/svn/trunk/src/contrib/SignalProcessing/PeakDetector
[edit]
Versioning
[edit]
Author
Gerwin Schalk
[edit]
Source Code Revisions
- Initial development: 13
- Tested under: 591
- Known to compile under: 1528
- Broken since: --
[edit]
Parameters
[edit]
PosPeakThreshold
Threshold for positive peaks.
[edit]
NegPeakThreshold
Threshold for negative peaks.
[edit]
HistoryLength
Length of history of peak counts.
[edit]
TargetChannelPos
Target channel for peak detection of positive peaks.
[edit]
TargetChannelNeg
Target channel for peak detection of negative peaks.
[edit]
VisualizePeakDetector
Visualize peak detection results (0=no 1=yes).
[edit]
States
None.
[edit]
