muse-js icon indicating copy to clipboard operation
muse-js copied to clipboard

Sample rate and chunk size

Open patricio1979 opened this issue 2 years ago • 2 comments

I'm getting data each 460ms. and 12 readings per electrode.

Is there a way to decrease the sample rate or increment the 12 readings?

patricio1979 avatar Apr 14 '23 16:04 patricio1979

I've tried to tweek into the muse.js file exports.EEG_FREQUENCY = 256; exports.EEG_SAMPLES_PER_READING = 32;

but I get no visible changes...

If I have a 460 millisecond lag between each sample take, 32 samples per each electrode account for 256hz of sample rate. But I must be obliterating something.

patricio1979 avatar Apr 14 '23 16:04 patricio1979

It is weird, don't have this with my Muse S2. I would use chrome performance inspector to make sure it is not a performance issue if not done already.

nuKs avatar Jan 22 '24 21:01 nuKs