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

designHBF() doesn't quite work. #6

Open
ma-laforge opened this issue May 8, 2021 · 1 comment
Open

designHBF() doesn't quite work. #6

ma-laforge opened this issue May 8, 2021 · 1 comment
Labels
bug Something isn't working

Comments

@ma-laforge
Copy link
Owner

The original code required the use of firls() in certain (not atypical) cases.

@ma-laforge ma-laforge added the bug Something isn't working label May 8, 2021
@ma-laforge
Copy link
Owner Author

Might the remez() function fail to produce useful results mostly because complexity is incorrectly calculated?
--> complexity = sum(csdsize2(f1)) + (2*n1-1)*(n2+sum(csdsize2(f2))-1)

csdsize2() was created to facilitate the complexity calculation, but the original logic was never really well understood. Operations on the {.val,.csd} structure arrays are somewhat difficult to decipher.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant