ltbio.biosignals.modalities.PPG#

Overview#

Classes#

PPG

A Biosignal is a set of channels (Timeseries), each of which with samples measuring a biological variable.

Contents#

class ltbio.biosignals.modalities.PPG.PPG(timeseries, source=None, patient=None, acquisition_location=None, name=None, **options)#

Bases: ltbio.biosignals.modalities.Biosignal.Biosignal

A Biosignal is a set of channels (Timeseries), each of which with samples measuring a biological variable. It may be associated with a source, a patient, and a body location. It can also have a name. It has an initial and final datetime. Its length is its number of channels. It can be resampled, filtered, and concatenated to other Biosignals. Amplitude and spectrum plots can be displayed and saved.

DEFAULT_UNIT#
plot_summary(show: bool = True, save_to: str = None)#

Plots a summary of relevant aspects of common analysis of the Biosignal.