| Line 1: |
Line 1: |
| − | <!---Start1---> | + | [[Link title]]<!---Start1---> |
| − | =!! Glossary = | + | = Glossary = |
| − | | + | __NOTOC__ |
| − | [http://www.nici.ru.nl/brainstream/twiki/bin/genpdf/BrainStreamDocs/DocsSectionsGlossary Generate current PDF]
| |
| − | | |
| | [[BrainStreamGlossary#SecA|A]] - [[BrainStreamGlossary#SecB|B]] - [[BrainStreamGlossary#SecC|C]] - [[BrainStreamGlossary#SecD|D]] - [[BrainStreamGlossary#SecE|E]] - [[BrainStreamGlossary#SecF|F]] - [[BrainStreamGlossary#SecG|G]] - [[BrainStreamGlossary#SecH|H]] - [[BrainStreamGlossary#SecI|I]] - [[BrainStreamGlossary#SecJ|J]] - [[BrainStreamGlossary#SecK|K]] - [[BrainStreamGlossary#SecL|L]] - [[BrainStreamGlossary#SecM|M]] - [[BrainStreamGlossary#SecN|N]] - [[BrainStreamGlossary#SecO|O]] - [[BrainStreamGlossary#SecP|P]] - [[BrainStreamGlossary#SecQ|Q]] - [[BrainStreamGlossary#SecR|R]] - [[BrainStreamGlossary#SecS|S]] - [[BrainStreamGlossary#SecT|T]] - [[BrainStreamGlossary#SecU|U]] - [[BrainStreamGlossary#SecV|V]] - [[BrainStreamGlossary#SecW|W]] - [[BrainStreamGlossary#SecX|X]] - [[BrainStreamGlossary#SecY}Y]] - [[BrainStreamGlossary#SecZ|Z]] | | [[BrainStreamGlossary#SecA|A]] - [[BrainStreamGlossary#SecB|B]] - [[BrainStreamGlossary#SecC|C]] - [[BrainStreamGlossary#SecD|D]] - [[BrainStreamGlossary#SecE|E]] - [[BrainStreamGlossary#SecF|F]] - [[BrainStreamGlossary#SecG|G]] - [[BrainStreamGlossary#SecH|H]] - [[BrainStreamGlossary#SecI|I]] - [[BrainStreamGlossary#SecJ|J]] - [[BrainStreamGlossary#SecK|K]] - [[BrainStreamGlossary#SecL|L]] - [[BrainStreamGlossary#SecM|M]] - [[BrainStreamGlossary#SecN|N]] - [[BrainStreamGlossary#SecO|O]] - [[BrainStreamGlossary#SecP|P]] - [[BrainStreamGlossary#SecQ|Q]] - [[BrainStreamGlossary#SecR|R]] - [[BrainStreamGlossary#SecS|S]] - [[BrainStreamGlossary#SecT|T]] - [[BrainStreamGlossary#SecU|U]] - [[BrainStreamGlossary#SecV|V]] - [[BrainStreamGlossary#SecW|W]] - [[BrainStreamGlossary#SecX|X]] - [[BrainStreamGlossary#SecY}Y]] - [[BrainStreamGlossary#SecZ|Z]] |
| | | | |
| Line 47: |
Line 45: |
| | | | |
| | === D === | | === D === |
| − | '''Data segment''' A limited amount of data from the data stream source.
| + | '''Data segment''' A limited amount of data from the data stream source. |
| | | | |
| | '''Data selection''' The selection of data segments from the data stream source. | | '''Data selection''' The selection of data segments from the data stream source. |
| Line 88: |
Line 86: |
| | | | |
| | === G === | | === G === |
| − | ''''Get' statement''' Statement to retrieve a copy of the current content of a [[BrainStreamGlossary#SecU|user defined variable]] from the [[BrainStreamGlossary#SecG|global variables]]. The name of the variable will be copied into a field of the [[BrainStreamGlossary#SecE|event structure]].
| + | ''''Get' statement''' Statement to retrieve a copy of the current content of a [[BrainStreamGlossary#SecU|user defined variable]] from the [[BrainStreamGlossary#SecG|global variables]]. The name of the variable will be copied into a field of the [[BrainStreamGlossary#SecE|event structure]]. |
| | | | |
| | '''Global variables''' Variables of which the content is maintained throughout the [[BrainStreamGlossary#SecB|block]]. | | '''Global variables''' Variables of which the content is maintained throughout the [[BrainStreamGlossary#SecB|block]]. |
| Line 123: |
Line 121: |
| | | | |
| | === M === | | === M === |
| − | '''Markers''' Specify a timepoint in the data stream and may trigger BrainStream to execute certain [[BrainStreamGlossary#SecA|actions]] or [[BrainStreamGlossary#SecD|select data]].
| + | '''Markers''' Specify a timepoint in the data stream and may trigger BrainStream to execute certain [[BrainStreamGlossary#SecA|actions]] or [[BrainStreamGlossary#SecD|select data]]. |
| | | | |
| | '''Matlab''' [Http://www.mathworks.com/products/matlab/MATLAB® http://www.mathworks.com/products/matlab/ MATLAB®] is a high-level language and interactive environment that enables you to perform computationally intensive tasks faster than with traditional programming languages such as C, C++, and Fortran. | | '''Matlab''' [Http://www.mathworks.com/products/matlab/MATLAB® http://www.mathworks.com/products/matlab/ MATLAB®] is a high-level language and interactive environment that enables you to perform computationally intensive tasks faster than with traditional programming languages such as C, C++, and Fortran. |
| Line 160: |
Line 158: |
| | | | |
| | === S === | | === S === |
| − | ''''Save' statement''' This statement stores the content of a [[BrainStreamGlossary#SecU|user defined variable]] to disk. A future block can retrieve this content via a [[BrainStreamGlossary#SecL|load]] statement on the corresponding variable.
| + | ''''Save' statement''' This statement stores the content of a [[BrainStreamGlossary#SecU|user defined variable]] to disk. A future block can retrieve this content via a [[BrainStreamGlossary#SecL|load]] statement on the corresponding variable. |
| | | | |
| | '''Screen Sharing''' A feature that allows you to access and control another remote computer by showing its screen content and directing your mouse/keyboard inputs to this device. | | '''Screen Sharing''' A feature that allows you to access and control another remote computer by showing its screen content and directing your mouse/keyboard inputs to this device. |
| Line 193: |
Line 191: |
| | | | |
| | === U === | | === U === |
| − | '''User defined function''' Users can write their own [[BrainStreamGlossary#SecM|Matlab]] functions which can be called during the [[BrainStreamGlossary#SecE|Experiment]].
| + | '''User defined function''' Users can write their own [[BrainStreamGlossary#SecM|Matlab]] functions which can be called during the [[BrainStreamGlossary#SecE|Experiment]]. |
| | | | |
| | '''User defined variable''' A [[BrainStreamGlossary#SecG|global variable]] that is defined by the user. It can be used to exchange information between different [[BrainStreamGlossary#SecE|events]]. | | '''User defined variable''' A [[BrainStreamGlossary#SecG|global variable]] that is defined by the user. It can be used to exchange information between different [[BrainStreamGlossary#SecE|events]]. |
| Line 202: |
Line 200: |
| | | | |
| | === V === | | === V === |
| − | '''Variable''' A symbolic name given to some quantity or information. The content of a variable can change.
| + | '''Variable''' A symbolic name given to some quantity or information. The content of a variable can change. |
| | | | |
| | <div id="SecW"></div> | | <div id="SecW"></div> |