Page 1 of 1

About Neuroscan Source Module

Posted: 08 Jul 2008, 18:59
by lynn
I'm recently reading the code of Neuroscan, in the preflight part of this signal source module, it checks a parameter called 'LSB' like following,

PreflightCondition( fabs(Parameter( "SourceChGain" )( ch )-LSB)<(1E-3) );

Is anybody know what LSB is short for?

Thanks~

Neuroscan ...

Posted: 09 Jul 2008, 10:03
by gschalk
Lynn,

LSB stands for least significant bit and corresponds to the conversion factor from A/D units into micro Volts. You can get the correct factor using the NeuroscanGetParam program that comes with BCI2000.

Gerv