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

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
vterron authored Feb 25, 2021
1 parent 8b21575 commit 0a33c72
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion snr.py
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ def snr_to_error(snr):
Henden and Ronald H. Kaitchuc [1982, page 79]
The domain of the formula is the set of all non-negative numbers, as the
base-10 logarithm of zero or a negative value cannot be calculated. This,
base-10 logarithm of zero or a negative value cannot be calculated. Thus,
ValueError is raised if the signal-to-noise ratio is not above one.
"""
Expand Down

0 comments on commit 0a33c72

Please sign in to comment.