|
window = scipy.signal.windows.blackman(N) |
This is probably a typo, but should'nt this be scipy.signal.windows.hann(N)? Assuming you meant Hann and not Hamming window.
Although I see there is no window parameter currently, so maybe that is coming in a feature version :)
cbadc/src/cbadc/utilities.py
Line 428 in 527210f
This is probably a typo, but should'nt this be
scipy.signal.windows.hann(N)? Assuming you meant Hann and not Hamming window.Although I see there is no window parameter currently, so maybe that is coming in a feature version :)