Building Mind Mirror Clone [resolved]

BauerbyterBauerbyter Germany
edited December 2019 in Software

Hey, so I stumpled over the Mind Mirror and the Book "The High Performance Mind" from Anna Wise.
My first question is, what do you guys think about this? Is this scientifically "okay" or just bullshit? I tried it once and found it very helpfull.
But the main thing here is: I want to build a mind mirror clone widget inside the openbci gui. I am a Software Developer, so the coding is not the problem, but I have problems to understand how I can split and show the signal like the Mind Mirror does.
Here are the Filters: http://www.mindmirroreeg.com/w/equipment/mm-models.htm
But its not just filters, also some smothing i guess, like in the "Band Power" Widget.
Thanks in advance for your Help!

Comments

  • wjcroftwjcroft Mount Shasta, CA

    Bauer, hi.

    A left/right hemisphere band power or FFT bar graph can be easily done in any of the various VPL Visual Programming Language apps. These apps use a "data flow" approach, with various DSP digital signal processing elements connected via lines representing the data stream flow. Yes, you could also make a GUI widget to do this, but then you will need to do the DSP function calls yourself. With a VPL, that is all done via Property settings on each DSP element; no detailed knowledge of DSP functions needed.

    If you use the Google Advanced Search button at upper right column, you can search on these various VPL's: BrainBay, OpenViBE, neuromore, BioEra, NeuroPype, etc.

    Regards, William

  • wjcroftwjcroft Mount Shasta, CA

    Another VPL I forgot to mention is National Instruments LabVIEW. Use the search button to find the Cyton driver kit.

  • Thanks for that, I played around a bit and got what I needed :-)

Sign In or Register to comment.