model2.SubtractExcessPeak: model2.SubtractExcessPeak

View source: R/PulseWaveform.R

model2.SubtractExcessPeakR Documentation

model2.SubtractExcessPeak

Description

model2.SubtractExcessPeak removes modelled component sine waves from excess segments of the ppg time series.

Usage

model2.SubtractExcessPeak(time, residue, peakParams)

Arguments

time

x-values of ppg time series

residue

excess component of ppg time series (before or after the extraction of other component waves)

peakParams

vector of three parameters to construct the component sine wave to be removed

Value

result

excess time series with modelled sine wave subtracted (residue)

Examples

residue <- sep(data[,1],residue,par[8:10])










stw32/PulseWaveform documentation built on Dec. 6, 2022, 2:50 a.m.