On 6/16/20, Shashaank N <shashaank.n@columbia.edu> wrote:
Hi,
I was looking at the detailed SciPy roadmap, and one of the improvements in scipy.signal is "merging firwin and firwin2 so firwin2 can be removed." If there is still interest in this, I can work on it.
Yes, there is still interest! Before working on any code, we need to agree on the API changes that will be needed to make this happen. The updated API needs to provide (roughly) equivalent functionality as that currently provided by firwin and firwin2. We also need to maintain backwards compatibility. I haven't looked at these in a long time--maybe the API changes will be simple, and we can start looking at implementations pretty quickly. If anyone already has ideas on this, let us know. Warren
Thanks, Shashaank