save FFT data and band data in a file?
lunarbrain
India
Is there a way to save the FFT data and EEG Bands (alpha,beta,gamma,delta,theta) data in file from OpenBCI GUI in a separate file other than the raw eeg data?
Comments
The Networking Widget allows sending FFT or Bands to other apps. So you could send via LSL to OpenViBE and write a file there.
https://docs.openbci.com/Software/OpenBCISoftware/GUIWidgets/#networking
http://openvibe.inria.fr/how-to-use-labstreaminglayer-in-openvibe/
http://openvibe.inria.fr/documentation/3.3.0/Doc_BoxAlgorithm_CSVFileWriter.html
There is no direct file output of these streams.
@wjcroft thank you so much again. I figured that out already. I will share an app with the community soon.
Here is the sample app to get the stream of band power data from OpenBCI GUI via UDP connection to write to files. Also, we can't send FFT data.