Skip to content

Example application to showcase the features available in "swift-waveform_plotter", a library to plot physiological time-series such as the Photoplethysmogram (PPG) recorded from a pulse oximeter

License

Notifications You must be signed in to change notification settings

maurovm/swift-waveform_plotter_example

Repository files navigation

WaveformPlotterExample

Example application to showcase the features available in "swift-waveform_plotter", a library to plot physiological time-series such as the Photoplethysmogram (PPG) recorded from a pulse oximeter


WaveformPlotterExample is free software: you can redistribute it or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, version 2 only. Please check the file COPYING for more information on the license and copyright.

If you want to submit pull requests or contribute source code to this repository, please read the CONTRIBUTING.md for more information about contributing guidelines.

If you use this app in your projects and publish the results, please cite the following manuscript:

Villarroel, M. and Davidson, S. "Open-source software mobile platform for physiological data acquisition". arXiv (In preparation). 2022


WaveformPlotterExample is an iOS application written in Swift. This repository only has the minimum set of UI classes and configuration settings (XCode files, Settings.bundle, etc) to launch the plotting interface. The main functionality is provided by the following Swift Packages:

Examples of other applications making use of the above Swift Packages are:

  • swift-thermal_recorder: Record video from thermal cameras such as the FLIR One.
  • swift-pulse_ox_recorder: The main application (XCode, Settings.bundle, etc) to record time-series data from devices that support Bluetooth Low Energy (BLE) protocol.
  • swift-sensor_recording_utils: A module containing shared utility methods and classes used by other modules and applications to record raw data from sensors.
  • swift-async_bluetooth: A Swift Package that replicates some of the functionality provided by Apple's CoreBluetooth module but using Swift's latest async/await concurrency features.
  • swift-async_pulse_ox: The main module that has all the functionality to connect and record data from devices that support Bluetooth Low Energy (BLE) protocol, such as heart rate monitors and pulse oximeters.

Plotting Examples

The image below shows an example of plotting a sinusoidal waveform using the synthetic waveform generator found in the swift-waveform_plotter Swift Package:

Patient information screen

The image below is an example of plotting the Photoplethysmogram (PPG) signal recorded from a pulse oximeter using the swift-pulse_ox_recorder application:

Patient information screen

About

Example application to showcase the features available in "swift-waveform_plotter", a library to plot physiological time-series such as the Photoplethysmogram (PPG) recorded from a pulse oximeter

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages