Skip to content

Commit

Permalink
add example
Browse files Browse the repository at this point in the history
  • Loading branch information
SheinaG committed May 16, 2023
1 parent d007255 commit 810ed77
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 7 deletions.
7 changes: 3 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,17 +20,16 @@ Few steps are required to extract the morphological ECG biomarkers, those steps

3. Engineering of ECG Biomarkers - Using the fiducial points ECG biomarkers are engineered for individual ECG cycles. When a biomarker cannot be engineered because some fiducial points could not be detected by wavedet, then the feature was marked as a NaN. For an ECG channel, a total of 14 features are extracted from intervals duration and 8 from waves characteristics to describe the ECG morphology.

![alt text](https://github.com/SheinaG/pebm_new/blob/master/ecg_wth_bio.png?raw=true)

4. Summary Statistics - For a specified time window the six summary statistics (mean, median, min, max, IQR and std) are computed for all ECG biomarkers.

![alt text](https://github.com/SheinaG/pebm_new/blob/master/ecg_wth_bio.png?raw=true)


## Installation

Available on pip, with the command:
pip install pebm
pip install pecg

pip project: pip install -i https://test.pypi.org/simple/ pebm

## Requirements

Expand Down
2 changes: 1 addition & 1 deletion README.rst
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
====
pebm
pecg
====


Expand Down
2 changes: 0 additions & 2 deletions pecg/Example.py
Original file line number Diff line number Diff line change
Expand Up @@ -34,5 +34,3 @@ def load_example(ecg_type: str) -> (np.ndarray, int):
return signal, fields['fs']



a = 5

0 comments on commit 810ed77

Please sign in to comment.