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

added q value parameter to be passed to filter functions #515

Commits on Oct 6, 2023

  1. Allowed q value to be passed to filter functions

    I have added a 2nd parameter to the filter functions low_pass, high_pass, to_low_pass, and to_high pass; allowing a q value to be passed along with the frequency.
    xwillxw committed Oct 6, 2023
    Configuration menu
    Copy the full SHA
    d7188be View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    926301f View commit details
    Browse the repository at this point in the history
  3. Added comments

    xwillxw committed Oct 6, 2023
    Configuration menu
    Copy the full SHA
    4112e55 View commit details
    Browse the repository at this point in the history
  4. old functions now call with q functions

    The low_pass, etc. now just call low_pass_with_q while also passing  the original default q value of 0.5
    xwillxw committed Oct 6, 2023
    Configuration menu
    Copy the full SHA
    0fc0aaa View commit details
    Browse the repository at this point in the history

Commits on Oct 7, 2023

  1. Update src/source/blt.rs

    Co-authored-by: David Kleingeld <[email protected]>
    xwillxw and dvdsk authored Oct 7, 2023
    Configuration menu
    Copy the full SHA
    158cd8a View commit details
    Browse the repository at this point in the history
  2. Update src/source/mod.rs

    Co-authored-by: David Kleingeld <[email protected]>
    xwillxw and dvdsk authored Oct 7, 2023
    Configuration menu
    Copy the full SHA
    67e3369 View commit details
    Browse the repository at this point in the history
  3. Update mod.rs

    xwillxw authored Oct 7, 2023
    Configuration menu
    Copy the full SHA
    44f6c31 View commit details
    Browse the repository at this point in the history
  4. Added comments for q value

    xwillxw authored Oct 7, 2023
    Configuration menu
    Copy the full SHA
    adfc532 View commit details
    Browse the repository at this point in the history