-
Notifications
You must be signed in to change notification settings - Fork 57
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
3 add dual dirac model tail fitting (#133)
* PyBERT jitter analysis improvements. Rj has been converted to dual Dirac, but Pj is still based on spectral separation. * First pull request for dual Dirac jitter decomposition. Fixes #3. * [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci * Added Jupyter notebook for testing new dual Dirac code. * Semi-functional checkpoint, to preserve code changes made so far. * Experiment w/ getting code alignment back. I turned of the `black` hook in `.pre-commit-config.yaml`, to see if it was the one undoing my attempts at code alignment, and restored that alignment in the `pybert.utility.calc_jitter()` function. * Removed white-space elimination by `black`. Replaced "qt>=5" in `pyproject.toml`. Brought back threshold plotting for jitter spectrums. Added a utility function for making bathtub curves. Added dual-Dirac calculations for Pj/Rj. * Commented out `isort` portion of pre-commit config. file. * Fixed broken DFE adaptation plotting. * Updated PyAMI commit number. * Restored original fix to DFE plotting breakage. * Reverted name change: thresh => rel_thresh => thresh. * OnJitterDecomposition notebook. --------- Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
- Loading branch information
1 parent
3ea615f
commit 0a486ac
Showing
11 changed files
with
1,883 additions
and
611 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Submodule PyAMI
updated
4 files
+2 −2 | .pre-commit-config.yaml | |
+1 −1 | pyproject.toml | |
+2 −6 | src/pyibisami/__init__.py | |
+1 −1 | src/pyibisami/ibis/parser.py |
This file was deleted.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.