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

Commits on Oct 29, 2024

  1. Use the inc,dec to vector functions in RTP filter

    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 committed Oct 29, 2024
    Configuration menu
    Copy the full SHA
    a386663 View commit details
    Browse the repository at this point in the history