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).
- 19:31, 2 October 2023 Lingling talk contribs created page File:CommunicationTask batch.png
- 19:31, 2 October 2023 Lingling talk contribs uploaded File:CommunicationTask batch.png
- 21:36, 22 September 2023 Jhill talk contribs created page Contributions:SerialWidgetADC (Created page with "==Function== The ''SerialWidgetADC'' filter is the key component of the ''SerialWidget'' source module, and can acquire signals from a serial-port-equipped microcontroller such as an Arduino, Teensy or Pico (hereafter referred to as a "widget"). This ADC includes all the functionality of the SerialInterface Extension which allows widgets to be used alongside other source acquisition hardware. The difference is that the ADC allows the pr...")
- 20:23, 22 September 2023 Dmehta talk contribs moved page RipplePyADC to Contributions:RipplePyADC (new area)
- 20:21, 22 September 2023 Dmehta talk contribs moved page RippleADC to RipplePyADC (specificity)
- 20:20, 22 September 2023 Dmehta talk contribs created page RippleADC (Created page with "==Introduction== MicroLeadsADC is a source module that allows for utilization of the Micro-Leads StimZ recording and stimulation device within BCI2000. ==Video Overview== ==Versioning== ===Authors=== * Dhruva Mehta (mehta@neurotechcenter.org) ===Version History=== * 9/22/2023 Initial Creation and Setup ===Source Code Revisions=== *Initial development: *Tested under: *Known to compile under: *Broken since: -- ===Known Issues=== ==Using the RipplePyADC== To use...")
- 13:21, 12 September 2023 Admin talk contribs changed group membership for Admin from bureaucrat and administrator to bureaucrat, administrator and interface administrator
- 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...")
- 17:51, 5 September 2023 Wengelhardt talk contribs created page User Reference:StimulationConfigurationIntegrativeTool (SCIT) (Renamed page from NeuroStimulationParamsGUI)
- 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...")
- 07:01, 11 August 2023 Jhill talk contribs created page File:SerialOutputs.PNG
- 07:01, 11 August 2023 Jhill talk contribs uploaded File:SerialOutputs.PNG
- 06:43, 11 August 2023 Jhill talk contribs created page Contributions:SerialInterface (Created page with "==Synopsis== An extension that allows flexible communication to and from serial-port devices such as programmable microcontrollers (e.g. Arduino, Teensy, Pico, etc.) ==Location== http://{{SERVERNAME}}/svn/trunk/src/contrib/Extensions/SerialInterface ==Versioning== ===Authors=== Jeremy Hill (hill@neurotechcenter.org) ===Version History=== * 2023-08-10: Initial public release ===Source Code Revisions=== *Initial development: r7523 *Known to compile under: r7523 *Brok...")
- 15:09, 7 August 2023 Lingling talk contribs created page File:Data loss 3.png
- 15:09, 7 August 2023 Lingling talk contribs uploaded File:Data loss 3.png
- 15:01, 7 August 2023 Lingling talk contribs uploaded a new version of File:Biopac logger data loss.png
- 17:58, 28 July 2023 Rlellis talk contribs created page File:Sync.PNG
- 17:58, 28 July 2023 Rlellis talk contribs uploaded File:Sync.PNG
- 17:44, 28 July 2023 Rlellis talk contribs created page File:Arb.PNG
- 17:44, 28 July 2023 Rlellis talk contribs uploaded File:Arb.PNG
- 16:00, 28 July 2023 Rlellis talk contribs uploaded a new version of File:PWM.PNG
- 15:34, 28 July 2023 Rlellis talk contribs created page File:PWM.PNG
- 15:34, 28 July 2023 Rlellis talk contribs uploaded File:PWM.PNG
- 21:49, 27 July 2023 Rlellis talk contribs created page File:FM15Hzcarrier10Hzfreqanddepthmodifier.PNG
- 21:49, 27 July 2023 Rlellis talk contribs uploaded File:FM15Hzcarrier10Hzfreqanddepthmodifier.PNG
- 21:28, 27 July 2023 Rlellis talk contribs created page File:Sweep.PNG
- 21:28, 27 July 2023 Rlellis talk contribs uploaded File:Sweep.PNG
- 21:28, 27 July 2023 Rlellis talk contribs created page File:Sqdutycycle.PNG
- 21:28, 27 July 2023 Rlellis talk contribs uploaded File:Sqdutycycle.PNG
- 21:27, 27 July 2023 Rlellis talk contribs created page File:RampSym.PNG
- 21:27, 27 July 2023 Rlellis talk contribs uploaded File:RampSym.PNG
- 21:27, 27 July 2023 Rlellis talk contribs created page File:PRBS50bitsecPN7.PNG
- 21:27, 27 July 2023 Rlellis talk contribs uploaded File:PRBS50bitsecPN7.PNG
- 21:27, 27 July 2023 Rlellis talk contribs created page File:PRBS10bitsecPN7.PNG
- 21:27, 27 July 2023 Rlellis talk contribs uploaded File:PRBS10bitsecPN7.PNG
- 21:27, 27 July 2023 Rlellis talk contribs created page File:PM.PNG
- 21:27, 27 July 2023 Rlellis talk contribs uploaded File:PM.PNG
- 21:26, 27 July 2023 Rlellis talk contribs created page File:FM.PNG
- 21:26, 27 July 2023 Rlellis talk contribs uploaded File:FM.PNG
- 21:26, 27 July 2023 Rlellis talk contribs created page File:AM.PNG
- 21:26, 27 July 2023 Rlellis talk contribs uploaded File:AM.PNG
- 21:21, 27 July 2023 Rlellis talk contribs created page File:SinBurst.PNG
- 21:21, 27 July 2023 Rlellis talk contribs uploaded File:SinBurst.PNG
- 18:01, 18 July 2023 Rlellis talk contribs created page Contributions:KeysightGenerator (Created page with "==Synopsis== An extension allowing the user to program a waveform to be triggered through a state change (using a Keysight EDU33212A). ==Location== http://{{SERVERNAME}}/svn/...")
- 17:07, 2 July 2023 Pbrunner talk contribs moved page CortecSurgicalProtocols to CortecExperience