MothNik / robust_fourier

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

📏 Find approximation for more fadeout points of the Hermite functions #33

Closed MothNik closed 2 months ago

MothNik commented 3 months ago

Currently, only the numerical fadeout point of the Hermite functions can be computed, but this is usually approximated way to conservative.

Approximations of where it fades out to like 1%, 5%, ..., of the maximum would be way more interesting from a numerical point of view (especially for fitting purposes).