We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 7595dde + 5f8484f commit adceee4Copy full SHA for adceee4
1 file changed
tests/thdncalculator.py
@@ -1,7 +1,7 @@
1
-# Copyright 2019-2023 XMOS LIMITED.
+# Copyright 2019-2024 XMOS LIMITED.
2
# This Software is subject to the terms of the XMOS Public Licence: Version 1.
3
import sys, os
4
-from scipy.signal import blackmanharris
+from scipy.signal.windows import blackmanharris
5
from numpy.fft import rfft, irfft
6
from numpy import argmax, sqrt, mean, absolute, arange, log10
7
import numpy as np
0 commit comments