About filters in GUI
in OpenBCI_GUI
Hello, I wanna to use OpenBCI to achieve a system of BCI. And could you tell me something about the filters of OpenBCI GUI used?
More details are great !
(1)For example, how to set parameters of Notch filter and band pass filter ( 5-50Hz ) ?
(2)Also, I want to ask whether I understanding the working principle of Cyton, as follows:
When using LSL import data stream to Matlab , I use the official script 'ReceiveDataInChunks.m' to get EEG data. For real data , I multiply a scale for the raw data .
scale: 1 / (2^23-1) / 24 * 10^6 , which 24 is gain of Cyton . Is this correct?
Thank you.
Comments