https://github.com/explooosion/draw-ecg-raw-data
This is a demo for ecg raw data.
https://github.com/explooosion/draw-ecg-raw-data
Last synced: 26 days ago
JSON representation
This is a demo for ecg raw data.
- Host: GitHub
- URL: https://github.com/explooosion/draw-ecg-raw-data
- Owner: explooosion
- Created: 2019-01-14T14:00:45.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2019-01-14T14:02:30.000Z (over 7 years ago)
- Last Synced: 2025-01-24T22:11:51.090Z (over 1 year ago)
- Language: JavaScript
- Homepage: http://robby570.tw/draw-ecg-raw-data/
- Size: 421 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# draw-ecg-raw-data
This is a demo for ecg raw data.
1. index.html:ECG繪製之網頁檔案
2. ecg_c4.csv:原始資料, 包含了時間以及電位差
3. csv_one.csv:將 ecg_c4.csv 之時間移除後的資料
4. convert.js:將 csv 轉換成 json 格式之檔案(使用 Node.js 執行)
5. csv.json:csv_one.csv 轉換成 json 之檔案
6. csv.js:將 csv.json 整理後之檔案