MothNik / robust_fourier

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

📈 Implement Analyticsl Inverse Fourier Transform of Shifted Hermite functions #38

Open MothNik opened 2 months ago

MothNik commented 2 months ago

The Hermite functions - as defined now - are defined in the frequency domain. Therefore, their Inverse Fourier Transform will be required to fit data in the time domain.

MothNik commented 2 months ago

I will make this consider two cases where the signal's Fourier Transform can be:

Both scenarios could have nice applications for band-limited extrapolation.