zdzdliu / PPGArrhythmiaDetection

10 stars 1 forks source link

larger PPG segment duration for benchmarking different algorithms #1

Open fabbra opened 1 year ago

fabbra commented 1 year ago

Thank you for this very interesting dataset which I would like to use for benchmarking different algorithms.

Currently your PPG data are available in 10-seconds, normalized segments. However, some algorithms are working with larger segments (e.g., 30 seconds).

Do you see a chance to provide the entire PPG signal (not normalized and not split into segments) or to transform the data into larger segments ?

The latter would require to know whether:

  1. the segments contained in the variable ppgseg contains consecutive segments which can be "stitched" together or whether an overlap between different segments was used.
  2. how these segments have been normalized in order to revert this normalization.