-
Notifications
You must be signed in to change notification settings - Fork 8
Open
Milestone
Description
Line 428 in 527210f
| 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 :)