TMSi amplifier and Common Average Referenz
Posted: 22 Nov 2011, 16:29
Dear BCI2000 community,
I would like to record EEG and EMG signals with TMSi amplifier. It is a fact that TMSi-amplifier used common average referenz (CAR) method for decrease the noise.
That means that the EMG signals are affected the EEG signals. Is it possible to turn off the CAR-filter in BCI2000 for EMG signals? If not, maybe it is possible record data and afterwards recalculate EEG signals and remove the EMG influence.
Let assume we have 2 EEG-signals and 1 EMG-signal
CAR-filter
x1 - (x1+x2+x3)/3 = a
x2 - (x1+x2+x3)/3 = b
x3 - (x1+x2+x3)/3 = c
I tried to solve system of equation, but...
B = 2/3 -1/3 -1/3 X = x1 A = a -values in .dat file B*X = A goal to calculate X
-1/3 2/3 -1/3 x2 b
-1/3 -1/3 2/3 x3 c
det(B) = 0-> B is singular matrix-> X = A/B can't solve
Maybe one of you coped with this problem.
Thank you
I would like to record EEG and EMG signals with TMSi amplifier. It is a fact that TMSi-amplifier used common average referenz (CAR) method for decrease the noise.
That means that the EMG signals are affected the EEG signals. Is it possible to turn off the CAR-filter in BCI2000 for EMG signals? If not, maybe it is possible record data and afterwards recalculate EEG signals and remove the EMG influence.
Let assume we have 2 EEG-signals and 1 EMG-signal
CAR-filter
x1 - (x1+x2+x3)/3 = a
x2 - (x1+x2+x3)/3 = b
x3 - (x1+x2+x3)/3 = c
I tried to solve system of equation, but...
B = 2/3 -1/3 -1/3 X = x1 A = a -values in .dat file B*X = A goal to calculate X
-1/3 2/3 -1/3 x2 b
-1/3 -1/3 2/3 x3 c
det(B) = 0-> B is singular matrix-> X = A/B can't solve
Maybe one of you coped with this problem.
Thank you