SharpBCI
A multi-threaded brain control interface (BCI) library in C#
 All Classes Namespaces Files Functions Variables Enumerations Enumerator Properties Pages
Artifacts.cs File Reference

Classes

interface  SharpBCI.IArtifactDetector
 An interface which defines an abstract artifact detector You can implement this to utilize classes which find the best detector implementation. More...
 
class  SharpBCI.ARArtifactDetector
 A detector which uses an underlying AR model to detect artifacts. More...
 
class  SharpBCI.TournamentArtifactDetector
 The TournamentArtifactDetector holds a "tournament" of some number ARArtifactDetectors (termed competitors) The majority consensus of the most well-fit models is the final determination of whether or not the data is an artifact. More...
 

Namespaces

package  SharpBCI