-
Notifications
You must be signed in to change notification settings - Fork 19.9k
Added Exponential Moving Average Filter for audio signals , EMAFilter.java & EMAFilterTest.java #6075
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
Conversation
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## master #6075 +/- ##
============================================
+ Coverage 73.42% 73.44% +0.01%
- Complexity 5078 5081 +3
============================================
Files 656 657 +1
Lines 17617 17632 +15
Branches 3394 3396 +2
============================================
+ Hits 12936 12950 +14
Misses 4180 4180
- Partials 501 502 +1 ☔ View full report in Codecov by Sentry. |
Removed Trailing spaces from EMAFilter.java
Removed trailing spaces from EMAFilterTest.java
Tried Removing Trailing spaces from EMAFilter.java
Removed Extra braces
Hi @yanglbme, @siriak, @vil02, @BamaCharanChhandogi, @alxkm, I’ve added an EMA filter implementation and some test cases in Java, but I'm running into a build error, could you please take a look when you have a moment? I’d appreciate any feedback or suggestions on how to resolve this. |
Formatted the EMAFilterTest.java
Corrected the Assertion in EMAFilterTest.java
Remove trailing spaces
Corrected the formatting error
I hope it is fine now
@siriak , Thank you :) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good, thanks!
Thank you, I will add more features to the repo in 2 or 3 days, I am planning to add, Fuzzy set and Fuzzy inference system as well 😄🌌🫡 |
clang-format -i --style=file path/to/your/file.java