You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Sep 28, 2024. It is now read-only.
If I read the code further, it seems that the negative frequencies are never recovered but keep zero after padding. This, however, would mean that the ifft will not generate a real signal and even the real part does not correspond to what one would expect when doing rfft and irfft.
The text was updated successfully, but these errors were encountered:
I wonder why the
FourierTransform
operator uses a regularfft
instead of anrfft
in:https://github.com/SciML/NeuralOperators.jl/blob/main/src/Transform/fourier_transform.jl#L10
Or am I missing something there?
If I read the code further, it seems that the negative frequencies are never recovered but keep zero after padding. This, however, would mean that the
ifft
will not generate a real signal and even the real part does not correspond to what one would expect when doingrfft
andirfft
.The text was updated successfully, but these errors were encountered: