This function implements the algorithm described by Jund & Al in "Real-Time Automatic Apneic Event Detection Using Nocturnal Pulse Oximetry", 2018. It analyzes a given SpO2 signal to detect apneic events. It works by resampling the input signal and applying a series of checks to identify potential apnea instances. The algorithm uses a state machine with different blocks representing various stages of detection.
detect_apneic_events(spo2, sRate)
A numeric vector representing the SpO2 signal data.
The original sampling rate of the SpO2 signal.
A list of numeric vectors. Each vector represents a detected apneic event, containing the start and end indices of the event in the resampled signal.
Jung, D. W., Hwang, S. H., Cho, J. G., Choi, B. H., Baek, H. J., Lee, Y. J., Jeong, D.-U., & Park, K. S. (2018). Real-Time Automatic Apneic Event Detection Using Nocturnal Pulse Oximetry. In IEEE Transactions on Biomedical Engineering (Vol. 65, Issue 3, pp. 706–712). Institute of Electrical and Electronics Engineers (IEEE). https://doi.org/10.1109/tbme.2017.2715405