Signal Studio is in public beta. Usable, but still moving. Join the beta
Docs / Reference

Glossary

Terms used across this documentation and inside the application. Anywhere one of these appears in the docs, hovering it shows the definition.

appcastThe XML feed that update frameworks read to learn whether a newer version exists.
baselineA span used as reference, subtracted from each trial so that changes are measured relative to a resting level.
BIDSBrain Imaging Data Structure. A convention for laying out neuroimaging datasets so that tools can find things without being told.
bipolarA reference scheme where each channel is the difference between two neighbouring contacts, which suppresses signal common to both.
canvasThe surface in the builder where cards are placed and wired together.
CARCommon average reference. Each channel has the average across all channels subtracted from it.
cardA single processing step on the canvas. A folder with a manifest declaring its ports and parameters, and an implementation.
CCEPCortico-cortical evoked potential. The response recorded at one site when another is electrically stimulated.
epochA segment of the recording cut around an event, so trials can be compared.
FDRFalse discovery rate. The expected proportion of false positives among the results called significant.
FIRFinite impulse response. A filter whose output depends only on a finite window of input samples, which makes its phase behaviour predictable.
gearsThe view that opens a single card and shows the operations inside it, with every value resolved.
iEEGIntracranial electroencephalography. Recording from electrodes placed inside the skull.
manifestThe JSON file that declares what a card is: its ports, its parameters, and how it runs.
MNEMNE-Python, the reference implementation used to validate cards.
montageThe arrangement of electrodes and how each channel is referenced.
NyquistHalf the sampling rate. No frequency above it can be represented, so no filter can pass one.
portA typed connection point on a card. Inputs accept data, outputs produce it.
sEEGStereoelectroencephalography. Intracranial recording from depth electrodes inserted along trajectories.
slugThe short identifier of a marketplace entry, used in its address.
SOZSeizure onset zone. The region where seizures are judged to begin.
tapsThe number of coefficients in a FIR filter. More taps give a sharper transition and a longer delay.
workflowA saved graph of connected cards. The file is the pipeline: opening it reproduces the analysis.
Edit this page on GitHub