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

Fix circonv implementation and add circcorr #45

Merged
merged 2 commits into from
Sep 9, 2024
Merged

Fix circonv implementation and add circcorr #45

merged 2 commits into from
Sep 9, 2024

Conversation

mchitre
Copy link
Member

@mchitre mchitre commented Sep 6, 2024

Fixes #44

circcorr was mistakenly called circconv previously. This PR fixes that and adds implementation for circconv. It also switches both implementations to use FFTs, as that is faster for longer sequences.

@mchitre mchitre self-assigned this Sep 6, 2024
@codecov-commenter
Copy link

codecov-commenter commented Sep 6, 2024

⚠️ Please install the 'codecov app svg image' to ensure uploads and comments are reliably processed by Codecov.

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 78.24%. Comparing base (a9a968e) to head (355e682).

❗ Your organization needs to install the Codecov GitHub app to enable full functionality.

Additional details and impacted files
@@            Coverage Diff             @@
##           master      #45      +/-   ##
==========================================
+ Coverage   78.17%   78.24%   +0.06%     
==========================================
  Files          10       10              
  Lines         843      841       -2     
==========================================
- Hits          659      658       -1     
+ Misses        184      183       -1     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@mchitre mchitre merged commit caf1df8 into master Sep 9, 2024
3 checks passed
@mchitre mchitre deleted the fix-conv branch September 9, 2024 06:38
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.

circular convolution implementation
2 participants