Setting up ANT Amplifier
Posted: 27 Oct 2012, 03:45
Hello All
I am trying to interface my 64 channel ANT Amplifier with BCI2000. But I am getting following error after following the basic steps of modifying Batch Files.
" impedance checking sampling rate should be 8Hz, yours is 256Hz "
BATCH FILE
cd ..\prog
start operator.exe ^
--Title %~n0 ^
--OnConnect "-LOAD PARAMETERFILE ..\parms\examples\CursorTask_SignalGenerator.prm"
start TMSi.exe "--TMSiCheckImpedance=1" 127.0.0.1
start DummySignalProcessing.exe 127.0.0.1
start DummyApplication.exe 127.0.0.1
cd ..
PARAMETER SETTING VALUES
Source Channel: 8
Sample Block Size: 8
Sampling Rate: 256
SourceChGain: 0.008 (8 times)
SourceChoffset: 0 (8 times)
ChannelNames: F3 F4 T7 C3 Cz C4 T8 Pz
I also tried running it in normal mode but I am not getting any data. Please help.
I am trying to interface my 64 channel ANT Amplifier with BCI2000. But I am getting following error after following the basic steps of modifying Batch Files.
" impedance checking sampling rate should be 8Hz, yours is 256Hz "
BATCH FILE
cd ..\prog
start operator.exe ^
--Title %~n0 ^
--OnConnect "-LOAD PARAMETERFILE ..\parms\examples\CursorTask_SignalGenerator.prm"
start TMSi.exe "--TMSiCheckImpedance=1" 127.0.0.1
start DummySignalProcessing.exe 127.0.0.1
start DummyApplication.exe 127.0.0.1
cd ..
PARAMETER SETTING VALUES
Source Channel: 8
Sample Block Size: 8
Sampling Rate: 256
SourceChGain: 0.008 (8 times)
SourceChoffset: 0 (8 times)
ChannelNames: F3 F4 T7 C3 Cz C4 T8 Pz
I also tried running it in normal mode but I am not getting any data. Please help.