eek-class: A Reference Class to represent a bank account.

Description Fields Methods

Description

A Reference Class to represent a bank account.

Fields

dat

The ECG signal data.

window

Default ECG window when not provided.

P,Q,R,S,T

Peak locations and detection quality.

Methods

export(Class)

Returns the result of coercing the object to Class. No effect on the object itself.

filter(n = 1, lo = 1/40, hi = 1/2)

Filter ECG signal using a bandpass filter.

getPT(minheight = 0, maxrate = 300)

Locate all P and T peaks and assign quality score.

getQS(minheight = 0, maxrate = 300)

Locate all Q and S peaks and assign quality score.

getR(minheight = 0.5, maxrate = 300)

Locate all R peaks and assign quality score.

initialize(file, channel = 1)

Initialize eek object using a single ECG channel.

qplot(view)

Visualize an ECG window including peak locations.

smooth(l = 65, sd = 0.25)

Smooth ECG signal by convolving with Gaussian window.


tpq/eek documentation built on May 31, 2019, 6:50 p.m.