diff --git a/tools/eval_sine_quality.py b/tools/eval_sine_quality.py index a8a9bcf..705dd96 100644 --- a/tools/eval_sine_quality.py +++ b/tools/eval_sine_quality.py @@ -92,7 +92,7 @@ def eval_sine_quality(data): print() # Determine peak and rms deviation. - tref = ampl * numpy.sin(2 * numpy.pi / n * numpy.arange(n) + phase) + tref = ampl * numpy.sin(2 * numpy.pi / n * numpy.arange(n)) terr = dsin - tref del tref