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 810ed77 commit d382b4c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pecg/Example.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ def load_example(ecg_type: str) -> (np.ndarray, int):
if ecg_type == 'single-lead':
signal, fields = wfdb.rdsamp('a01', pn_dir='apnea-ecg')

signal = np.transpose(signal)
#signal = np.transpose(signal)

return signal, fields['fs']

Expand Down

0 comments on commit d382b4c

Please sign in to comment.