A python script to process and plot ECG and PPG signal of a mysterious file format
Check the requirements.txt and make sure necessary packages are installed.
main.py [-h] [--export_csv] raw_data_file type
- For ACC, type should be 0
- For ECG, type should be 5
- For PPG 125 Hz, type should be 9
- For PPG 512 Hz, type should be 12