Hi, thanks for your work on this package. I was wondering if it's possible, how I could do an irfft. For example, currently for an equidistantly spaced signal I do the following:
using FFTW
irfft(data, 2length(data)-1)
What would be the closest analogue with NFFT.jl? data will eventually have a non-equidistant spacing.
Hi, thanks for your work on this package. I was wondering if it's possible, how I could do an
irfft. For example, currently for an equidistantly spaced signal I do the following:What would be the closest analogue with NFFT.jl?
datawill eventually have a non-equidistant spacing.