Openbci Here
OpenBCI offers distinct hardware lines to accommodate different use cases, ranging from stationary research to mobile wearables.
from scipy.signal import butter, filtfilt fs = 250 # Hz b, a = butter(4, [1, 50], btype='band', fs=fs) filtered = filtfilt(b, a, eeg_data, axis=1) openbci