perusEKG
perusEKG is a JavaScript library designed for generating electrocardiogram (ECG) waveforms. It allows developers to create simulated ECG signals within a web browser environment, offering a tool for educational purposes, testing of ECG analysis algorithms, or for creating visualizations in medical software. The library provides functions to generate various ECG components, such as P waves, QRS complexes, and T waves, along with customizable parameters for heart rate, amplitude, duration, and morphology.
The primary function of perusEKG is to produce a sequence of numerical data points that represent the
While perusEKG focuses on generating simplified, representative ECG waveforms, it is important to note its limitations.