Skip to content

sdr v0.0.11

Compare
Choose a tag to compare
@github-actions github-actions released this 15 Dec 03:24

Released December 14, 2023

Changes

  • Added heuristic phase error detector in sdr.PED.
  • Added maximum-likelihood PED in sdr.MLPED.
  • Added Hadamard codes in sdr.hadamard().
  • Added Walsh codes in sdr.walsh().
  • Added moving average FIR filter in sdr.MovingAverager.
  • Added leaky integrating IIR filter in sdr.LeakyIntegrator.
  • Added FIR.group_delay() method.
  • Added FIR.phase_delay() method.
  • Reworked {FIR|IIR}.frequency_response() and removed {FIR|IIR}.frequency_response_log().
  • Added support for explicit time axes in sdr.plot.time_domain(t, x).
  • Added y_axis option to frequency-domain plots.
  • Added x_axis="auto" option to frequency-domain filter plots.
  • Added NCO output formats of sine, cosine, complex exponential, or accumulated phase.
  • Improved bandwidth of discrete-time differentiator in sdr.Differentiator.
  • Added backward, trapezoidal, and forward discrete-time integration methods in sdr.Integrator.
  • Updated Jupyter notebook examples.

Contributors