Skip to content

New Linear EQ Optimizer

Latest
Compare
Choose a tag to compare
@capn-freako capn-freako released this 14 Jun 20:34
· 7 commits to master since this release

This release includes:

  • Pip installable!

    • Anaconda / MiniConda are no longer required to install and run PyBERT. :)
  • A completely re-tooled linear EQ optimizer.

    • The optimizer now does an exhaustive sweep, according to granularities set by the user, just like COM.
    • Optimizer performance has been dramatically improved.
  • Expanded Tx de-emphasis (6 taps).

  • Expanded Rx DFE (20 taps).

  • Direct manual control over frequency domain processing, via: fmax and fstep.

  • User control over S-parameter channel file windowing and port number correction.

  • Support for Python 3.9, 10, 11, and 12.

  • Improved development infrastructure.

    • Now, exclusively make driven.
      (Try just make for a list of targets.)

Note: With this release, we are dropping support for:

  • Python 3.8 and earlier.

  • Intel-based Macs.