I have my EEG data recorded through brainproducts system and streamed to client PC for further processing. I have a python-based RDA that is receiving the data real-time. The data is received in chunks (64 channels, 20 datapoints).
My question is, how can I use mne-real time for further processing (filtering, baseline correction, artifact rejection, band power calculation… etc)?
I am unable to find a starting point or a resource to utilize. Will appreciate your help!
yes, that should be possible — once you have an MNE object (Raw, Epochs, etc) it should all “just work”. Did you try it and encounter a failure? If so please post the code and traceback.