hammal/cbadc

Wrong Window?

Opened this issue · 1 comments

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

Nice one :). Maybe it's time to finish that function and add the function argument!