diff --git a/recv.py b/recv.py index 1906128..fb77a9b 100755 --- a/recv.py +++ b/recv.py @@ -59,7 +59,7 @@ def detect(x, freq): if peak > SATURATION_THRESHOLD: raise ValueError('Saturation detected: {:.3f}'.format(peak)) - return x / amp + return x def find_start(x, start):