xqu / biofeedback

visual audio biofeedback using EEG Sensor, JavaScript
2 stars 0 forks source link

[1st Priority-1] clear guide for mac user #15

Open xqu opened 6 years ago

xqu commented 6 years ago

clear guide for mac user

xqu commented 6 years ago

Read the instructions and install the research tools from: http://developer.choosemuse.com/research-tools/getting-started

follow the instructions to try all the things in "getting started"

xqu commented 6 years ago

https://play.google.com/store/apps/details?id=com.interaxon.muse&hl=en This link refers the mobile app of muse, there's an android version and an iPhone version.

xqu commented 6 years ago

每个人到笑冬办公室拿一个脑电波头环。先试用最基本的research tool getting start的内容, 和 手机app,三分钟meditation的测试。

If you haven't, get a muse headband from Xiaodong. Please follow the instructions to try all the things in "getting started" from muse developer's website, as well as try meditation with the mobile app.

xqu commented 6 years ago

All mac users, please update this issue with a summary of what you did on this topic by Sunday 10/22

VenusMeow commented 6 years ago

How to process data saved in .muse file:

download Subject_Session.zip from "code" first

example:

  1. first you should save a recording from muse lab Venus_0909.muse

  2. convert from .muse file to .csv file from your command line: (step 1) cd /Applications/Muse (step 2) muse-player -f Venus_0909.muse -C Venus_0909.csv

  3. convert csv file to txt file from your command line: java ProcessCSV < Venus_0909.csv > Venus_0909.txt;

  4. then, copy the Venus_0909.txt file to the subject_Session folder

  5. Use "overviewA.m" in matlab to view how good signals are in an overview of four plots.

screen shot 2017-10-18 at 3 07 31 pm
VenusMeow commented 6 years ago

For reference of good/bad signal: #13