Jump to content

Contributions:Statistics: Difference between revisions

From BCI2000 Wiki
Mellinger (talk | contribs)
Mellinger (talk | contribs)
Line 22: Line 22:
==Parameters and states==
==Parameters and states==
For a comparison with parameterization of the current filters, see
For a comparison with parameterization of the current filters, see
[[User_Reference:Parameter_Changes_for_Version_2]].
[[User Reference:Parameter Changes for Version 2]].


==See also==
==See also==

Revision as of 18:20, 13 August 2008

Synopsis

ClassFilter, NormalFilter, and StatFilter components from previous versions of BCI2000.

Location

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

Versioning

Author

Dennis McFarland

Source Code Revisions

  • Initial development: 10
  • Tested under: 938
  • Known to compile under: 1476
  • Broken since: --

Functional Description

The purpose of the ClassFilter, NormalFilter, and StatFilter components is to obtain a zero-mean, unit variance control signal. This is identical to the purpose of the current LinearClassifier and Normalizer filters.

Compared to the current versions, these components provide additional adaptation options.

Parameters and states

For a comparison with parameterization of the current filters, see User Reference:Parameter Changes for Version 2.

See also

User Reference:Filters, Contributions:SignalProcessing