Search found 1082 matches

by James
Mon Nov 28, 2016 8:27 am
Forum: Mind Monitor
Topic: Recording spectograph information
Replies: 3
Views: 4777

Re: Recording spectograph information

Wikipedia has a very good article on Fast Fourier Transforms (FFT). If you've not heard of FFT then it will likely be a steep learning curve for you. I would recommend using something like processing.org to play with the data.
by James
Mon Nov 28, 2016 8:17 am
Forum: Mind Monitor
Topic: Integration with Unity
Replies: 2
Views: 5302

Re: Integration with Unity

If you wanted to, you could read the data files as they are being written, but there will be periods of time during which is data is not flushed, so that's not something I would recommend. You would be better of writing your own app to directly connect with the Muse headband.
by James
Tue Nov 22, 2016 2:06 pm
Forum: Mind Monitor
Topic: Recording spectograph information
Replies: 3
Views: 4777

Re: Recording spectograph information

There is currently no way to record directly to a spectrogram. However all the data in the spectrogram is interpreted data created from the RAW data, which is recorded. As such, you can re-create a spectrogram from a RAW data recording. To do this, perform an FFT with a hamming window function.
by James
Mon Nov 21, 2016 8:25 am
Forum: Mind Monitor
Topic: How to understand the graph
Replies: 88
Views: 93240

Re: How to understand the graph

This is a real time graph, so you would have to watch it and see ;-)
Instead switch to the spectrogram, which displays discrete frequency data plotted over time.
Use a two finger touch to adjust the maximum and minimum magnitude range values, to tweak the spectral output.
by James
Sun Nov 20, 2016 9:33 am
Forum: Mind Monitor
Topic: How to understand the graph
Replies: 88
Views: 93240

Re: How to understand the graph

To see a specific frequency, switch to the discrete frequency graph, shown below.

You can then read off values for each individual frequency. For example, the approximate 7.5-8.5Hz area is circled in red.
Muse8HzCircle.png
Muse8HzCircle.png (99.97 KiB) Viewed 30354 times
by James
Tue Oct 25, 2016 9:07 am
Forum: Mind Monitor
Topic: OSC Broadcasting to laptop
Replies: 1
Views: 5388

Re: OSC Broadcasting to laptop

Muse Monitor was designed to be compatible with Muse Lab as a receiving OSC Server, so it uses all the same address patterns as Muse-IO. These are detailed in the Interaxon docs here: http://developer.choosemuse.com/research-tools/available-data If you're using Muse Lab, I have a configuration file ...
by James
Sun Oct 16, 2016 11:45 pm
Forum: Mind Monitor
Topic: [Enhancement Request] Add Millisecond Accuracy to Timestamp
Replies: 1
Views: 4215

Re: [Enhancement Request] Add Millisecond Accuracy to Timest

I have added this to Muse Monitor. However, you should note that the timestamps reported by the Muse API are not 100% accurate. The timestamps appear to not be being generated by the hardware but by the LibMuse software API and as such are subject to processing overhead and bluetooth stack buffering...
by James
Sun Oct 16, 2016 11:35 pm
Forum: Mind Monitor
Topic: Sync EEG readings
Replies: 1
Views: 3515

Re: Sync EEG readings

#1 You must be on the same network. #2 Muse Lab must be listening and not be blocked by your firewall. Once you have done that, open Muse Monitor; Enter your laptops IP in the "OSC Stream IP" and press the stream button. There is a same configuration file for Muse Lab which will setup ever...
by James
Sun Oct 16, 2016 11:32 pm
Forum: Mind Monitor
Topic: Can I use this with multiple clients
Replies: 2
Views: 9721

Re: Can I use this with multiple clients

Not folders, but in the settings you can change the "filename prefix" to the client's name. This should do what you need :-)
by James
Sun Oct 16, 2016 11:30 pm
Forum: Mind Monitor
Topic: Connecting to iOS App
Replies: 3
Views: 8237

Re: Connecting to iOS App

The Muse can only connect to one app at a time. Before running Muse Monitor, terminate the Interaxon Calm app by double tapping the home button, then swiping up on the Calm app to kill it. You can now run Muse Monitor and get a connection.