Skip to content

Commit

Permalink
remote extra imports
Browse files Browse the repository at this point in the history
  • Loading branch information
danibene authored Mar 11, 2024
1 parent 590cda6 commit 6e2b150
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions neurokit2/ecg/ecg_findpeaks.py
Original file line number Diff line number Diff line change
Expand Up @@ -346,11 +346,6 @@ def _ecg_findpeaks_hamilton(signal, sampling_rate=1000, **kwargs):
- Hamilton, Open Source ECG Analysis Software Documentation, E.P.Limited, 2002.
"""
import numpy as np
import scipy.signal
from collections import deque
from bisect import insort

diff = np.abs(np.diff(signal))

b = np.ones(int(0.08 * sampling_rate))
Expand Down

0 comments on commit 6e2b150

Please sign in to comment.