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

Lmn resampling #273

Draft
wants to merge 17 commits into
base: master
Choose a base branch
from
Draft

Lmn resampling #273

wants to merge 17 commits into from

Commits on Jan 26, 2024

  1. Configuration menu
    Copy the full SHA
    e0167dd View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c639076 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    9e99a68 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    c233810 View commit details
    Browse the repository at this point in the history

Commits on Jan 31, 2024

  1. Get mostly full test in place.

    Still need to implemente resampling in NF instead of just python
    brettviren committed Jan 31, 2024
    Configuration menu
    Copy the full SHA
    a559842 View commit details
    Browse the repository at this point in the history

Commits on Feb 2, 2024

  1. Configuration menu
    Copy the full SHA
    7422230 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    fcce41b View commit details
    Browse the repository at this point in the history
  3. Nicer log line

    brettviren committed Feb 2, 2024
    Configuration menu
    Copy the full SHA
    3ed45fc View commit details
    Browse the repository at this point in the history
  4. Enough for Monday

    brettviren committed Feb 2, 2024
    Configuration menu
    Copy the full SHA
    a8e580a View commit details
    Browse the repository at this point in the history

Commits on Feb 6, 2024

  1. Explicitly get all traces on input.

    Prior, Digitizer took all untagged traces.  These two should be equivalent in
    the context of simulation.
    
    In the, until now nonexistent, case of reading a voltage frame from a FrameFileSink-produced file, the '*' bets (mis)interpreted to be a trace tag instead of being a wild card and this caused Digitizer to not get any traces.
    
    The entire situation with frame and trace tags is a big jumbled and deserves to be straightened out globally.  But, for now, this makes things work and really tags have no place in simulation so should be correct going foward.
    brettviren committed Feb 6, 2024
    Configuration menu
    Copy the full SHA
    1ddcdee View commit details
    Browse the repository at this point in the history

Commits on Feb 7, 2024

  1. LMN related updates.

    - Add artifact mitigation to Resampler via different time-domain padding strategies.
    
    - Add a CLI Jsonnet to run just the Resampler.
    
    - Move from a BATS test to a Snakemake file to run everything as it is starting to get complex.
    brettviren committed Feb 7, 2024
    Configuration menu
    Copy the full SHA
    ab86c76 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c2b8669 View commit details
    Browse the repository at this point in the history

Commits on Mar 6, 2024

  1. Configuration menu
    Copy the full SHA
    239e208 View commit details
    Browse the repository at this point in the history

Commits on Mar 12, 2024

  1. Configuration menu
    Copy the full SHA
    0a7a3d5 View commit details
    Browse the repository at this point in the history

Commits on Mar 23, 2024

  1. Configuration menu
    Copy the full SHA
    525f54b View commit details
    Browse the repository at this point in the history

Commits on Apr 25, 2024

  1. Add support for options

    brettviren committed Apr 25, 2024
    Configuration menu
    Copy the full SHA
    2de13d0 View commit details
    Browse the repository at this point in the history

Commits on May 20, 2024

  1. Updates for lmn paper

    brettviren committed May 20, 2024
    Configuration menu
    Copy the full SHA
    bf9981a View commit details
    Browse the repository at this point in the history