Skip to content
This repository has been archived by the owner on Aug 2, 2022. It is now read-only.

Commit

Permalink
Minor spelling error fixed.
Browse files Browse the repository at this point in the history
  • Loading branch information
capcarr committed Oct 18, 2016
1 parent 8c991b2 commit b2b9db1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion biosppy/signals/tools.py
Original file line number Diff line number Diff line change
Expand Up @@ -583,7 +583,7 @@ def analytic_signal(signal=None, N=None):
if signal is None:
raise TypeError("Please specify an input signal.")

# hilter transform
# hilbert transform
asig = ss.hilbert(signal, N=N)

# amplitude envelope
Expand Down

0 comments on commit b2b9db1

Please sign in to comment.