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

Add sdr.plot subpackage #8

Merged
merged 20 commits into from
Jul 13, 2023
Merged

Add sdr.plot subpackage #8

merged 20 commits into from
Jul 13, 2023

Commits on Jul 11, 2023

  1. Configuration menu
    Copy the full SHA
    2b1332f View commit details
    Browse the repository at this point in the history
  2. Add matplotlib rc params

    mhostetter committed Jul 11, 2023
    Configuration menu
    Copy the full SHA
    b287847 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    439d1b2 View commit details
    Browse the repository at this point in the history

Commits on Jul 12, 2023

  1. Configuration menu
    Copy the full SHA
    0d277a6 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    55c4df9 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    2d585c5 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    6308cf7 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    9840077 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    ea0afde View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    d07919a View commit details
    Browse the repository at this point in the history

Commits on Jul 13, 2023

  1. Configuration menu
    Copy the full SHA
    9b10378 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8f90733 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    1f1914f View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    03e7237 View commit details
    Browse the repository at this point in the history
  5. Remove the plot methods from the IIR class

    Will use the function in `sdr.plot` instead
    mhostetter committed Jul 13, 2023
    Configuration menu
    Copy the full SHA
    95f44dd View commit details
    Browse the repository at this point in the history
  6. Fix pylint errors

    mhostetter committed Jul 13, 2023
    Configuration menu
    Copy the full SHA
    7110b03 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    c37ad4c View commit details
    Browse the repository at this point in the history
  8. Suppress scipy warning about leading zeros in the numerator

    `BadCoefficients: Badly conditioned filter coefficients (numerator): the results may be meaningless
      "results may be meaningless", BadCoefficients)`
    mhostetter committed Jul 13, 2023
    Configuration menu
    Copy the full SHA
    508f98b View commit details
    Browse the repository at this point in the history
  9. Update examples

    mhostetter committed Jul 13, 2023
    Configuration menu
    Copy the full SHA
    2bbaf51 View commit details
    Browse the repository at this point in the history
  10. Fix linter errors

    mhostetter committed Jul 13, 2023
    Configuration menu
    Copy the full SHA
    33420cc View commit details
    Browse the repository at this point in the history