Jump to content

Contributions:PeakDetector

From BCI2000 Wiki
Revision as of 17:58, 13 December 2007 by Mellinger (talk | contribs) (States)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Synopsis

A filter that counts signal peaks for individual channels, and returns the resulting number of peaks in its output signal.

Location

http://www.bci2000.org/svn/trunk/src/contrib/SignalProcessing/PeakDetector

Versioning

Author

Gerwin Schalk

Source Code Revisions

  • Initial development: 13
  • Tested under: 591
  • Known to compile under: 1528
  • Broken since: --

Parameters

PosPeakThreshold

Threshold for positive peaks.

NegPeakThreshold

Threshold for negative peaks.

HistoryLength

Length of history of peak counts.

TargetChannelPos

Target channel for peak detection of positive peaks.

TargetChannelNeg

Target channel for peak detection of negative peaks.

VisualizePeakDetector

Visualize peak detection results (0=no 1=yes).

States

None.

See also

User Reference:Filters, Contributions:SignalProcessing