A Reference Class to represent a bank account.
datThe ECG signal data.
windowDefault ECG window when not provided.
P,Q,R,S,TPeak locations and detection quality.
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.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.