Skip to content

allow FirstOrder to operate as highpass instead of lowpass #77

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

Merged
merged 1 commit into from
Jun 19, 2022

Conversation

baggepinnen
Copy link
Contributor

This PR adds an option to the FirstOrder filter such that it can operate as a highpass filter instead of a lowpass filter. The simple relation

highpass(u) = u - lowpass(u)

is used

@codecov
Copy link

codecov bot commented Jun 13, 2022

Codecov Report

Merging #77 (1751cfd) into main (538fb2b) will not change coverage.
The diff coverage is 100.00%.

@@           Coverage Diff           @@
##             main      #77   +/-   ##
=======================================
  Coverage   69.06%   69.06%           
=======================================
  Files          23       23           
  Lines         931      931           
=======================================
  Hits          643      643           
  Misses        288      288           
Impacted Files Coverage Δ
src/Blocks/continuous.jl 98.17% <100.00%> (ø)

📣 Codecov can now indicate which changes are the most critical in Pull Requests. Learn more

@ChrisRackauckas ChrisRackauckas merged commit 70ff6ab into SciML:main Jun 19, 2022
@baggepinnen baggepinnen deleted the highpass branch June 19, 2022 20:27
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.

2 participants