Skip to content

Commit adceee4

Browse files
Merge pull request #123 from danielpieczko/develop
Fix blackmanharris import
2 parents 7595dde + 5f8484f commit adceee4

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

tests/thdncalculator.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
1-
# Copyright 2019-2023 XMOS LIMITED.
1+
# Copyright 2019-2024 XMOS LIMITED.
22
# This Software is subject to the terms of the XMOS Public Licence: Version 1.
33
import sys, os
4-
from scipy.signal import blackmanharris
4+
from scipy.signal.windows import blackmanharris
55
from numpy.fft import rfft, irfft
66
from numpy import argmax, sqrt, mean, absolute, arange, log10
77
import numpy as np

0 commit comments

Comments
 (0)