-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
22 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,22 @@ | ||
zeoLibrary | ||
========== | ||
|
||
Processing Lib to import, stream and analyse your Zeo Sleep Data | ||
|
||
|
||
|
||
You can use this library for either reading and analysing the .csv files exported from the Zeo website, or to stream data live from your Zeo Bedside Display. | ||
|
||
ZeoStream | ||
========== | ||
Stream live data from the serial port of your Zeo Bedside Display (http://www.myzeo.com/sleep/). For the correct hardware setup follow the instructions at Zeo Raw Data Library - Getting Started (http://zeorawdata.sourceforge.net/starting.html). About every second a ZeoSlice? object is read and communicates current raw brainwave data and processed frequency bin data. About every 30 seconds the Sleep Manager communicates the average current sleep stage. | ||
|
||
|
||
ZeoReader | ||
========== | ||
The ZeoReader class imports and parses "zeodata.csv" files, cleans out unusable nights, and creates ZeoNight objects for every night. Each ZeoNight object holds sleep data information that originated from the Zeo Sleep Manager sensor readings, and sleep diary information that has been entered through the Zeo website. The library gives you easy access to that data and offers simple functions to compute averages for various sleep data values (total sleep, REM, light sleep, deep sleep, sleep onset time, awakenings, ...) | ||
|
||
|
||
Examples | ||
======== | ||
http://www.evsc.net/home/zeolibrary |