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).
- 15:57, 7 September 2023 Mellinger talk contribs created page Programming Reference:Filter DLLs (Created page with "==Description== When developing a BCI2000 signal processing filter in C++, it may be useful to compile it into a DLL in addition to adding it to a signal processing module, especially if you are going to test it using the BCI2000Analysis tool. This tool has the standard set of filters built-in but new filters may not easily be added: one would need to add the filter's source file to the tool's CMakeLists.txt, and manually add code that...")
- 15:25, 7 September 2023 Mellinger talk contribs created page Programming Reference:IdentityFilter (Created page with "==Function== The <tt>IdentityFilter</tt> applies the identity transform to its input, i.e. it transmits its input to its output unchanged. This may be useful, e.g. to provide a "no processing" option in a ChoiceCombination. ==Parameters== None. ==States== None. ==See also== Programming Reference:ChoiceCombination Category:FiltersCategory:Signal Processing")
- 15:19, 7 September 2023 Mellinger talk contribs created page Programming Reference:ChoiceCombination (Created page with "==Function== The <tt>ChoiceCombination</tt> class contains filters that are applied alternatively, depending on a user choice. To use a <tt>ChoiceCombination</tt>, you need to derive a child class and define a constructor in which you add the desired filters, together with the corresponding user choice. In addition, you need to specify a parameter name that will be displayed in the BCI2000 GUI, and allows to select one of the choices. #include "ChoiceCombination.h" #i...")
- 15:05, 7 September 2023 Mellinger talk contribs created page Category:Filter Combinations (Created blank page)
- 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...")
- 14:40, 7 September 2023 Mellinger talk contribs created page Programming Reference:SubchainFilter (Created page with "==Function== The <tt>SubchainFilter</tt> class is a class that wraps up an entire chain of filters. Typically, it is used with the ParallelCombination filter template to represent one of the parallel combination branches. To use the <tt>SubchainFilter</tt>, you need to derive a child class and define a constructor in which you add the desired filters, in the order in which they appear in the subchain: #include "FilterCombi...")
- 15:09, 5 September 2023 Mellinger talk contribs created page Programming Reference:ParallelCombination (Created page with "==Function== The ParallelCombination 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: struct MyCombination : ParallelCombination<Filter1, Filter2> {} *The combination's ''input'' channels may be fed selectively into the inputs of the two filters. *The combination's ''output'' is joined...")
- 16:45, 14 June 2023 Mellinger talk contribs created page File:VisualizationContainerDemo.PNG
- 16:45, 14 June 2023 Mellinger talk contribs uploaded File:VisualizationContainerDemo.PNG
- 16:01, 14 June 2023 Mellinger talk contribs created page Programming Reference:VisualizationContainerDemo Signal Processing (Created page with "==Location== <tt>src/contrib/SignalProcessing/VisualizationContainerDemo</tt> ==Synopsis== The ''VisualizationContainerDemo'' signal processing module demonstrates how to mai...")
- 19:32, 24 May 2023 Mellinger talk contribs created page File:BCI2000Analysis ApplicationData4.png
- 19:32, 24 May 2023 Mellinger talk contribs uploaded File:BCI2000Analysis ApplicationData4.png
- 15:15, 18 April 2023 Mellinger talk contribs moved page Programming Reference:OSThread Class to Programming Reference:Thread Class
- 18:02, 18 January 2023 Mellinger talk contribs created page File:BCI2000Analysis ApplicationData3.png
- 18:02, 18 January 2023 Mellinger talk contribs uploaded File:BCI2000Analysis ApplicationData3.png
- 18:01, 18 January 2023 Mellinger talk contribs created page File:BCI2000Analysis ApplicationData2.png
- 18:01, 18 January 2023 Mellinger talk contribs uploaded File:BCI2000Analysis ApplicationData2.png
- 18:01, 18 January 2023 Mellinger talk contribs created page File:BCI2000Analysis ApplicationData1.png
- 18:01, 18 January 2023 Mellinger talk contribs uploaded File:BCI2000Analysis ApplicationData1.png
- 17:03, 18 January 2023 Mellinger talk contribs created page File:BCI2000Analysis CSPWindow.png
- 17:03, 18 January 2023 Mellinger talk contribs uploaded File:BCI2000Analysis CSPWindow.png
- 16:44, 18 January 2023 Mellinger talk contribs uploaded a new version of File:BCI2000Analysis ClassifierWindow.png
- 16:28, 18 January 2023 Mellinger talk contribs uploaded a new version of File:BCI2000Analysis AnalysisWindow.png
- 15:13, 18 January 2023 Mellinger talk contribs uploaded a new version of File:BCI2000Analysis MainWindow.png
- 16:44, 21 July 2022 Mellinger talk contribs moved page Operator ini to User Reference:Operator.ini
- 15:35, 21 July 2022 Mellinger talk contribs created page Operator ini (Created page with "<tt>Operator.ini</tt> is a configuration file located in the same directory as the Operator module. It contains information such as window positions, button labels, and button...")
- 16:40, 8 July 2022 Mellinger talk contribs created page Category:Extension (Created page with "A framework Extension is an optional contributed plugin which can affect multiple modules. For example, various manufacturer-specific input-device loggers are provided in the...")
- 16:29, 8 July 2022 Mellinger talk contribs created page Contributions:SecondaryBCI2000Controller (Created page with "==Synopsis== An extension that controls a secondary BCI2000 instance from the GUI of a primary one. ==Location== http://{{SERVERNAME}}/svn/trunk/src/contrib/Extensions/Second...")
- 16:37, 8 June 2022 Mellinger talk contribs moved page Programming Reference:OSEvent Class to Programming Reference:WaitableEvent Class (Renaming of class)
- 16:34, 8 June 2022 Mellinger talk contribs moved page Programming Reference:Building BCI2000 for Win64 to Programming Reference:Building BCI2000 for Win64 (obsolete) (Obsolete)
- 18:35, 7 June 2022 Mellinger talk contribs moved page File:BCI2000Analyis ClassifierWindow.png to File:BCI2000Analysis ClassifierWindow.png (Typo)
- 18:23, 7 June 2022 Mellinger talk contribs created page File:BCI2000Analysis Profiler.png
- 18:23, 7 June 2022 Mellinger talk contribs uploaded File:BCI2000Analysis Profiler.png
- 18:22, 7 June 2022 Mellinger talk contribs created page File:BCI2000Analysis ERDDistribution.png
- 18:22, 7 June 2022 Mellinger talk contribs uploaded File:BCI2000Analysis ERDDistribution.png
- 18:20, 7 June 2022 Mellinger talk contribs created page File:BCI2000Analysis ERDCurves.png
- 18:20, 7 June 2022 Mellinger talk contribs uploaded File:BCI2000Analysis ERDCurves.png
- 18:19, 7 June 2022 Mellinger talk contribs created page File:BCI2000Analyis ClassifierWindow.png
- 18:19, 7 June 2022 Mellinger talk contribs uploaded File:BCI2000Analyis ClassifierWindow.png
- 18:19, 7 June 2022 Mellinger talk contribs created page File:BCI2000Analysis MainWindow.png
- 18:19, 7 June 2022 Mellinger talk contribs uploaded File:BCI2000Analysis MainWindow.png
- 18:18, 7 June 2022 Mellinger talk contribs created page File:BCI2000Analysis AnalysisWindow.png
- 18:18, 7 June 2022 Mellinger talk contribs uploaded File:BCI2000Analysis AnalysisWindow.png
- 17:37, 7 June 2022 Mellinger talk contribs created page Programming Reference:bcievent Stream (Created page with "==Synopsis== <tt>bcievent</tt> is a stream object that allows to asynchronously set events from inside a BCI2000 source module. <tt>Include "BCIEvent.h"</tt> to use it. ==Us...")
- 16:37, 7 June 2022 Mellinger talk contribs created page User Reference:BCI2000Analysis (Created page with "=The BCI2000Analysis Tool= ==Introduction== The BCI2000Analysis program is a universal tool for * Applying Signal Processing filters to existing data, * Testing and Benchmarki...")
- 15:23, 14 October 2021 Mellinger talk contribs moved page Programming Tutorial:Implementing another Matlab-based Filter to Programming Tutorial:Implementing an advanced Matlab-based Filter
- 15:22, 14 October 2021 Mellinger talk contribs moved page Talk:Programming Tutorial:Implementing a Matlab-based Filter to Talk:Programming Tutorial:Implementing a simple Matlab-based Filter
- 15:22, 14 October 2021 Mellinger talk contribs moved page Programming Tutorial:Implementing a Matlab-based Filter to Programming Tutorial:Implementing a simple Matlab-based Filter
- 18:29, 18 August 2021 Mellinger talk contribs uploaded a new version of File:Use cmake 9.PNG
- 18:28, 18 August 2021 Mellinger talk contribs uploaded a new version of File:Use cmake 8.PNG