Sena
Results
2
comments of
Sena
Hi everyone, I think the issue stems from the `_firwin_design` function, specifically these lines: ```python transition = (prev_freq - this_freq) / 2.0 this_N = int(round(_length_factors[window] / transition)) this_N += 1...