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

Use the inc, dec to vector functions in RTP filter #537

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

leouieda
Copy link
Member

The reduction-to-the-pole filter in the frequency domain did these conversions inside it before we had the dedicated functions. Replace that code with magnetic_angles_to_vec to simplify the code and remove the auxiliary function that was used. Revised the docstring and removed the conversion step since it's not done in this function anymore.

The reduction-to-the-pole filter in the frequency domain did these
conversions inside it before we had the dedicated functions. Replace
that code with `magnetic_angles_to_vec` to simplify the code and remove
the auxiliary function that was used. Revised the docstring and removed
the conversion step since it's not done in this function anymore.
@leouieda
Copy link
Member Author

Was going through the code today for a class and noticed this. Always feels good to delete some code 🙂

@leouieda leouieda changed the title Use the inc,dec to vector functions in RTP filter Use the inc, dec to vector functions in RTP filter Oct 29, 2024
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.

1 participant