-
-
Notifications
You must be signed in to change notification settings - Fork 5.8k
DOC: signal: add FIR filter examples #4368
Copy link
Copy link
Open
Labels
DocumentationIssues related to the SciPy documentation. Also check https://github.com/scipy/scipy.orgIssues related to the SciPy documentation. Also check https://github.com/scipy/scipy.orggood first issueGood topic for first contributor pull requests, with a relatively straightforward solutionGood topic for first contributor pull requests, with a relatively straightforward solutionscipy.signaltaskA straightforward change, verification or fix.A straightforward change, verification or fix.
Metadata
Metadata
Assignees
Labels
DocumentationIssues related to the SciPy documentation. Also check https://github.com/scipy/scipy.orgIssues related to the SciPy documentation. Also check https://github.com/scipy/scipy.orggood first issueGood topic for first contributor pull requests, with a relatively straightforward solutionGood topic for first contributor pull requests, with a relatively straightforward solutionscipy.signaltaskA straightforward change, verification or fix.A straightforward change, verification or fix.
Type
Fields
Give feedbackNo fields configured for issues without a type.
Here are a few examples that could easily be used to improve the docstrings and/or tutorial of scipy.signal:
http://www.scipy.org/Cookbook/FIRFilter
http://www.scipy.org/Cookbook/FiltFilt
http://mpastell.com/2010/01/18/fir-with-scipy/ (IIRC @mpastell was OK with using that content, but I can't find an archived email that says that anymore. Matti can you confirm that this is OK?)
signal.filtfiltnow has at least one nice example thanks to @WarrenWeckesser, and the tutorial is slowly improving mainly due to @endolith's PRs, but there's a ways to go....