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

Release v0.3.1 #109

Merged
merged 12 commits into from
May 22, 2023
Merged

Release v0.3.1 #109

merged 12 commits into from
May 22, 2023

Commits on May 8, 2023

  1. Configuration menu
    Copy the full SHA
    b5a6022 View commit details
    Browse the repository at this point in the history
  2. Start transform tests & minor RandomTimeShift optimization (#94)

    * Start transform tests & slight optimization in RandomTimeShift
    
    * Add new length check for TimeCrop tests
    
    * Code style
    lboegner authored May 8, 2023
    Configuration menu
    Copy the full SHA
    c5b9467 View commit details
    Browse the repository at this point in the history
  3. Fixed name mangling.

    Garrett Vanhoy committed May 8, 2023
    Configuration menu
    Copy the full SHA
    caaeb93 View commit details
    Browse the repository at this point in the history
  4. QAM/PSK Pulse shaping filter transition bandwidth corrected (#98)

    * excess bandwidth is defined in porportion to signal bandwidth, not sampling rate, thus needs to be scaled by the samples per symbol
    
    * filling in a comment to describe modification to code
    MattCarrickPL authored May 8, 2023
    Configuration menu
    Copy the full SHA
    8dd0d6a View commit details
    Browse the repository at this point in the history
  5. QAM/PSK Pulse shaping filter transition bandwidth corrected (#98)

    * excess bandwidth is defined in porportion to signal bandwidth, not sampling rate, thus needs to be scaled by the samples per symbol
    
    * filling in a comment to describe modification to code
    MattCarrickPL authored May 8, 2023
    Configuration menu
    Copy the full SHA
    cedb8c5 View commit details
    Browse the repository at this point in the history
  6. OFDM Modulator filter lengths estimated and bandwidth randomized (#99)

    * * cutoff frequency for LPF now randomized when using 'rand_lpf'
    * derives a transition bandwidth from the cutoff frequency
    * uses filter length approximating function for the randomized LPF
    
    * using filter estimation function for pre-computed LPF taps
    MattCarrickPL authored May 8, 2023
    Configuration menu
    Copy the full SHA
    e92701b View commit details
    Browse the repository at this point in the history

Commits on May 19, 2023

  1. Configuration menu
    Copy the full SHA
    1e4ede4 View commit details
    Browse the repository at this point in the history
  2. 91 create generation performance benchmarks for each modulation type (#…

    …104)
    
    * Initial benchmarking code.
    
    * Some benchmarks
    
    * Adding initial benchmarks.
    
    * Fix action.
    
    ---------
    gvanhoy authored May 19, 2023
    Configuration menu
    Copy the full SHA
    8b9847b View commit details
    Browse the repository at this point in the history

Commits on May 22, 2023

  1. 75 examine ofdm generation for potential speedups for sig53 (#105)

    * Tests for visual inspection of modulation generation. (#102)
    
    * Optimizations show significant improvement in generation speed.
    
    * Nominal behavior after using scipy.
    gvanhoy authored May 22, 2023
    Configuration menu
    Copy the full SHA
    da88458 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5088e72 View commit details
    Browse the repository at this point in the history
  3. Incrementing version

    Garrett Vanhoy committed May 22, 2023
    Configuration menu
    Copy the full SHA
    0a738d4 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    b78f35f View commit details
    Browse the repository at this point in the history