Peter H Charlton
Peter H Charlton
**The suggestion** Currently there is one PPG peak detection algorithm available in the [ppg_findpeaks](https://neuropsychology.github.io/NeuroKit/functions/ppg.html#ppg-findpeaks) function, whereas there are several peak detection algorithms available in the [ecg_peaks](https://neuropsychology.github.io/NeuroKit/functions/ecg.html#ecg-peaks) function. A recent [publication](https://iopscience.iop.org/article/10.1088/1361-6579/ac826d)...
@all-contributors please add @peterhcharlton for code, content, data, doc, tutorial, research
 
 The following images are used to illustrate the GitHub Pages which accompany this respository:       
The following presentations are available for download [here](http://peterhcharlton.github.io/RRest/resources.html): [20160728 Data Dialogue.pdf](https://github.com/peterhcharlton/RRest/files/386203/20160728.Data.Dialogue.pdf) [20160511 Assessment of algorithms.pdf](https://github.com/peterhcharlton/RRest/files/386204/20160511.Assessment.of.algorithms.pdf) [PCharlton RR Algorithms Poster.pdf](https://github.com/peterhcharlton/RRest/files/439868/PCharlton.RR.Algorithms.Poster.pdf)
Hello, I'm interested in using the [2001 PAF Prediction Challenge Dataset](https://www.physionet.org/physiobank/database/afpdb/). I haven't been able to find the labels for the test dataset, which was blinded during the challenge. I...
# Description This PR aims at adding the MSPTDfastv2 PPG peak detection algorithm. This algorithm is a slight modification of MSPTDfast v1 algorithm, which is currently available in Neurokit. #...
# Description This PR aims to add a reference for the "elgendi" method used in "ppg_clean", as previously no reference was provided. # Proposed Changes I changed `ppg_clean.py` to add...
# Description This PR aims at adding a new QRS detector, the UNSW QRS detector. # Proposed Changes I changed the following: - ecg_peaks.py - ecg_findpeaks.py # Checklist Here are...
# Description This PR aims to speed up the UNSW QRS detector (_i.e._ the "khamis2016" method in `ecg_findpeaks.py`). # Proposed Changes I changed the `sortfilt1()` function to: - Create two...