Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update window functions to match Python/Numpy/Scipy #47

Merged
merged 10 commits into from
Mar 24, 2022
Merged

Conversation

swharden
Copy link
Owner

@frouwen pointed-out in #46 that at least one window function may suffer from an off-by-one error. This PR attempts to correct this and test all window functions against Python/Numpy/SciPy output to ensure accuracy.

resolves #46

@swharden swharden changed the title Update window functions to match Python/Numpy Update window functions to match Python/Numpy/Scipy Mar 22, 2022
@swharden swharden marked this pull request as ready for review March 24, 2022 01:25
@swharden swharden merged commit e2d7058 into master Mar 24, 2022
@swharden swharden deleted the test-filters branch March 24, 2022 01:25
@swharden swharden mentioned this pull request Mar 24, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Filter Creation Off-By-1
1 participant