Hacker News new | ask | show | jobs
by dhm116 4979 days ago
I didn't have a ton of time to search, but did they mention what kind of software they used? I'm curious what database(s) and schema(ish) techniques were used to hold all of that time series data?
3 comments

From the video, it looks to me like they used MATLAB.

There are a few open-source databases of physiological signals like the ECG used in the video. One is PhysioBank:

http://www.physionet.org/physiobank/

Here is a link to their C++ code: http://www.cs.ucr.edu/~eamonn/trillion.zip
Take a look at the iSAX stuff.