Phase information from FFT plot/Networking
in OpenBCI_GUI
Hello!
Is there any way to access the phase information from the FFT calculation within the OpenBCI_GUI? If so, how? The FFTplot/Networking widgets are much more efficient than anything I have been able to write on my own in python, but I would like to use the phase information in addition to the power if that is possible.
Comments
JStieger, hi.
You could use the Networking widget to send LSL to OpenViBE, then use their Spectral Analysis box. It can output amplitude, phase, real, and imaginary components. These could then be routed out via LSL or sent to a recording file.
http://openvibe.inria.fr/documentation/2.0.0/Doc_BoxAlgorithm_SpectralAnalysis.html
Regards, William
Thanks William!
Any chance you have a mac friendly solution?
Some people use a VM,
https://docs.openbci.com/docs/06Software/02-CompatibleThirdPartySoftware/VirtualBox
I would recommend sending FFT data over LSL to Python. For now, I think we need to set the #Chan textfield to 125 for Cyton+Daisy. Then, you can process the phase information in Python.
https://www.google.com/search?client=safari&rls=en&q=fft+phase+information+python&ie=UTF-8&oe=UTF-8