-
Notifications
You must be signed in to change notification settings - Fork 36
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
Issue with Odd-Order Highpass Filters #27
Comments
This was referenced Oct 5, 2023
anleu
pushed a commit
to anleu/iirj
that referenced
this issue
Oct 5, 2023
add UnitTest to compare IIRJ results with given Scipy results relates to berndporr#27 add UnitTest to compare IIRJ results with given Scipy results fix Bug in Biquad assignment
berndporr
added a commit
to berndporr/iir1
that referenced
this issue
Oct 5, 2023
This fixes a bug reported already in the original DSPFilters: vinniefalco/DSPFilters#29 and confirmed for the JAVA port berndporr/iirj#27. That's now fixed.
Bug is fixed with commit 54e8e38. |
myd7349
added a commit
to myd7349/brainflow
that referenced
this issue
Jan 7, 2024
This is a known bug of DSPFilters: vinniefalco/DSPFilters#29 and has been fixed in iir1 and iirj: berndporr/iir1@379d697 berndporr/iirj#27
myd7349
added a commit
to myd7349/brainflow
that referenced
this issue
Jan 7, 2024
This is a known bug of DSPFilters: vinniefalco/DSPFilters#29 and has been fixed in iir1 and iirj: berndporr/iir1@379d697 berndporr/iirj#27
myd7349
added a commit
to myd7349/brainflow
that referenced
this issue
Jan 7, 2024
This is a known issue with DSPFilters: vinniefalco/DSPFilters#29 and has been fixed in iir1 and iirj: berndporr/iir1@379d697 berndporr/iirj#27
Andrey1994
pushed a commit
to brainflow-dev/brainflow
that referenced
this issue
Jan 7, 2024
This is a known issue with DSPFilters: vinniefalco/DSPFilters#29 and has been fixed in iir1 and iirj: berndporr/iir1@379d697 berndporr/iirj#27
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
After introducing new tests, it was observed that highpass filters of odd order produce incorrect results. This issue has already been reported in the original library, as seen in this issue.
The proposed fix appears to be effective. Both tbrunsch and I have tested the fix, and it seems to work without introducing any other issues. Additionally, upon reviewing the code, we've verified that the changes exclusively affect the highpass filter and do so correctly.
We will be submitting a PR that includes both the unit tests and the fix for this problem.
The text was updated successfully, but these errors were encountered: