Skip to content
This repository has been archived by the owner on Jun 9, 2019. It is now read-only.

Commit

Permalink
Modified example notebook and added new test ECG data.
Browse files Browse the repository at this point in the history
  • Loading branch information
msznajder committed Apr 7, 2017
1 parent e27d9c0 commit 3c5402c
Show file tree
Hide file tree
Showing 7 changed files with 3,746 additions and 6,362 deletions.
38 changes: 37 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -103,4 +103,40 @@ atlassian-ide-plugin.xml
com_crashlytics_export_strings.xml
crashlytics.properties
crashlytics-build.properties
fabric.properties
fabric.properties

# Jupyter
MANIFEST
build
dist
_build
docs/man/*.gz
docs/source/api/generated
docs/source/config.rst
docs/gh-pages
notebook/static/components
notebook/static/style/*.min.css*
notebook/static/*/js/built/
notebook/static/*/built/
notebook/static/built/
notebook/static/*/js/main.min.js*
notebook/static/lab/*bundle.js
node_modules
*.py[co]
__pycache__
*.egg-info
*~
*.bak
.ipynb_checkpoints
.tox
.DS_Store
\#*#
.#*
.coverage
src

*.swp
*.map
.idea/
Read the Docs
config.rst
Binary file modified qrs_detector_offline/.DS_Store
Binary file not shown.
48 changes: 24 additions & 24 deletions qrs_detector_offline/QRSDetectorOfflineObject250.ipynb

Large diffs are not rendered by default.

Binary file modified qrs_detector_online/.DS_Store
Binary file not shown.
3,898 changes: 2,719 additions & 1,179 deletions qrs_detector_online/ecg_data/ecg_data_1.csv

Large diffs are not rendered by default.

6,081 changes: 934 additions & 5,147 deletions qrs_detector_online/ecg_data/ecg_data_2.csv

Large diffs are not rendered by default.

43 changes: 32 additions & 11 deletions qrs_detector_online/offline_detector_example.ipynb

Large diffs are not rendered by default.

0 comments on commit 3c5402c

Please sign in to comment.