Noise- and Outlier-Robust Fourier Transform with Hermite Functions with NumPy and Numba
MIT License
1
stars
0
forks
source link
[19] Rechange definition of `alpha` in Hermite functions back to a denominator; made Hermite function definition only real for the time/space domain #20
changes the definition of alpha in the Hermite functions back to x / alpha instead of alpha * x
adapts all functions and their respective documentations and tests to this new old definition
makes the Hermite functions in the class interface only take real values in the time/space domain by a definition choice (the frequency domain is now mostly complex)
🪛 Internal changes
adds a script to update all the equation images (LaTeX) used throughout the package and also added the make command update-equations to trigger it
transitions all images from .png to .svg (might backfire)
✍️ Documentation
transitions all images from .png to .svg (might backfire)
updates the docstrings of the Hermite functions class interface with the real-only definition of the Hermite functions
adds an example for the Fourier transform of the Hermite functions
explains the Continuous Fourier transform of the Hermite functions in the README
This pull request
💥 Breaking changes
alpha
in the Hermite functions back tox / alpha
instead ofalpha * x
🪛 Internal changes
update-equations
to trigger it.png
to.svg
(might backfire)✍️ Documentation
.png
to.svg
(might backfire)README
Incorporates #19, reverts #14