MothNik / robust_fourier

Noise- and Outlier-Robust Fourier Transform with Hermite Functions with NumPy and Numba
MIT License
1 stars 0 forks source link

[13-1, 14] Change definition of scaling factor `alpha` , add center and approximations for Hermite functions, add Fourier transform utility functions #15

Closed MothNik closed 3 months ago

MothNik commented 3 months ago

This pull request

💥 Breaking changes

🦾 Features/Enhancements

✍️ Documentation

🪛 Internal changes

04-HermiteFunctions_SpecialPoints

codecov[bot] commented 3 months ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Files Coverage Δ
...rc/robust_hermite_ft/fourier_transform/__init__.py 100.00% <100.00%> (ø)
.../robust_hermite_ft/fourier_transform/_fft_utils.py 100.00% <100.00%> (ø)
...rc/robust_hermite_ft/hermite_functions/__init__.py 100.00% <100.00%> (ø)
...st_hermite_ft/hermite_functions/_approximations.py 100.00% <100.00%> (ø)
...st_hermite_ft/hermite_functions/_func_interface.py 100.00% <100.00%> (ø)
...rmite_functions/_hermite_largest_extrema_spline.py 100.00% <100.00%> (ø)
...hermite_functions/_hermite_largest_roots_spline.py 100.00% <100.00%> (ø)
...obust_hermite_ft/hermite_functions/_numba_funcs.py 100.00% <100.00%> (ø)
...obust_hermite_ft/hermite_functions/_numpy_funcs.py 100.00% <ø> (ø)
...c/robust_hermite_ft/hermite_functions/_validate.py 100.00% <100.00%> (ø)