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

Feat/workinghighpass #230

Merged
merged 2 commits into from
Jan 30, 2025
Merged

Feat/workinghighpass #230

merged 2 commits into from
Jan 30, 2025

Conversation

rubennoro
Copy link
Contributor

Changes

-Working High Pass Filter developed in Embedded-Base/Middleware

Notes

-Included Test in C compiler
-Built with linking to makefile as well

Test Cases

  • Case A:
    For high_pass_init(0.1, 1.0, &filter); (Alpha = 0.1, Scale = 1.0)
    image
    Input: 1.00, Filtered Output: 0.10
    Input: 2.00, Filtered Output: 0.19
    Input: 3.00, Filtered Output: 0.27
    Input: 4.00, Filtered Output: 0.34
    Input: 5.00, Filtered Output: 0.41
    Input: 4.50, Filtered Output: 0.32
    Input: 3.50, Filtered Output: 0.19
    Input: 2.50, Filtered Output: 0.07
    Input: 1.50, Filtered Output: -0.04
    Input: 0.50, Filtered Output: -0.13
    Produces these results

Closes #178 (issue #178)

Copy link
Contributor

@jr1221 jr1221 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

looks good. merging.

@jr1221 jr1221 merged commit 48bd4c2 into main Jan 30, 2025
4 checks passed
@jr1221 jr1221 deleted the feat/workinghighpass branch January 30, 2025 00:47
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.

Develop a high pass filter algorithm
3 participants