Contributions:Statistics: Difference between revisions
Appearance
| (One intermediate revision by the same user not shown) | |||
| Line 3: | Line 3: | ||
==Location== | ==Location== | ||
http://{{SERVERNAME}}/svn/ | http://{{SERVERNAME}}/svn/tags//BCI2000.v2.1/src/contrib/SignalProcessing/Statistics | ||
==Versioning== | ==Versioning== | ||
| 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]]. | ||
==See also== | ==See also== | ||
Latest revision as of 14:47, 9 February 2012
Synopsis
ClassFilter, NormalFilter, and StatFilter components from previous versions of BCI2000.
Location
http://www.bci2000.org/svn/tags//BCI2000.v2.1/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.