Main public logs
Appearance
Combined display of all available logs of BCI2000 Wiki. You can narrow down the view by selecting a log type, the username (case-sensitive), or the affected page (also case-sensitive).
- 14:56, 7 September 2023 Mellinger talk contribs created page Programming Reference:LinearCombination (Created page with "==Function== Similar to <tt>ParallelCombination</tt>, the <tt>LinearCombination</tt> class is a template that takes as arguments two filter class names. The instantiated template is then a combined filter, and must be given its own class name by defining a struct that publicly inherits from the instantiated template: #include "FilterCombination.h" #include "Filter1.h" #include "Filter2.h" struct MyCombination : LinearC...")