Open evileleven opened 3 weeks ago
The nfft package implements fast routines for computing the two sums mentioned in the README: https://github.com/jakevdp/nfft?tab=readme-ov-file#about
You should figure out the quantity you wish to compute (it's hard for me to tell from your description), and relate it mathematically to one of these expressions in order to make use of the nfft or nfft_adjoint kernel.
I have an OFDM signal, but the frequency interval is different. In this way, I want to use IFFT on uniform frequency data to get the time data. However, I do not know the exact time for the result of the IFFT signal. Do you know how I can do that?
how to use nfft_adjoint(x, Frequency_signal)? what should I define as 'x'? Is there any place for me to input the nonuniform frequency interval?