no scaling is needed

This commit is contained in:
Roman Zeyde
2014-07-21 11:32:03 +03:00
parent 88838fc72e
commit c42587d95b

View File

@@ -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):