neurosity / eeg-pipes

Digital signal processing utilities as RxJS operators for working with EEG data in Node and the Browser
https://neurosity.github.io/eeg-pipes
MIT License
109 stars 21 forks source link

Add real EEG data samples to MockStream #11

Closed jdpigeon closed 6 years ago

jdpigeon commented 6 years ago

If we use real EEG data in testing and developing the library, we'll better be able to catch domain-specific peculiarities.

It would also be great if this real data could include some dropped samples (at an appropriate frequency)

Being able to use data from several different devices could also be cool.

jdpigeon commented 6 years ago

It would also be cool to have analysis output like a PSD in our testing functions.

jdpigeon commented 6 years ago

Added a simple and hopefully extensible operator for streaming EEG data for testing https://github.com/alexcastillo/eeg-pipes/blob/master/examples/datasets/createEEGStream.js