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

New function for RRESAMP. #316

Open
wants to merge 3 commits into
base: master
Choose a base branch
from
Open

Commits on Feb 10, 2023

  1. Update rresamp.proto.c to make input X array of any length

    It is a test-only proposal.
    The basic idea: we can feed any number of samples to the rresampler. 
    Do not forget to make Y array of the corresponding length (enough to fit the output resampled data).
    Note: no changes to header files made (but required).
    vvsvvsvvs authored Feb 10, 2023
    Configuration menu
    Copy the full SHA
    d88fa6f View commit details
    Browse the repository at this point in the history
  2. Update liquid.h

    rresampler update with the new function.
    vvsvvsvvs authored Feb 10, 2023
    Configuration menu
    Copy the full SHA
    b2989a4 View commit details
    Browse the repository at this point in the history
  3. Update liquid.h

    New function for rresampler.
    vvsvvsvvs authored Feb 10, 2023
    Configuration menu
    Copy the full SHA
    4ff1e9b View commit details
    Browse the repository at this point in the history