recording impedance values and voltage values at the same time
I want to record the voltage and impedance values at the same time is it possible?
or
Recording one channel's impedance value and other channels' voltage value?
Comments
You should be able to modify the OpenBCI_GUI Processing code to write the impedance values to the CSV file. So you could record all the channels and their impedances if you want.
https://github.com/OpenBCI/OpenBCI_Processing
Note there is a slight degradation in performance of the ADS1299 when recording impedance. The input impedance of the amp drops from 1Gohm to 500 Mohms. Generally with a high impedance amp like this you don't need to be that concerned about skin impedance.
http://wwe.eeginfo.com/research/ElectrodeImpedance.pdf
http://openbci.com/forum/index.php?p=/discussion/165/measuring-electrode-impedance
William
https://github.com/OpenBCI/OpenBCI_Processing
If the external libraries are not in the right folders, you'll be missing various graphics objects.
"to change recording type of a channel": I don't think you want to change the channel output, but rather output both the channel uV and the impedance in your new CSV format, for example output the channels in pairs, uV followed by impedance.
observe them on screen but the data is not recorded into the csv file.
So my questions is: How do I get the impedance values into the csv file?
Maybe there are specific lines in the source code which one could alter
in order to record impedance values. I should mention that I am not an
expert programmer but come from psychology. Any help much appreciated!