First time here? Check out the FAQ!
asked 10 years ago
How do I interpolate (up-sample) a discrete function so that I can perform a more refined FFT spectral analysis on it?
(Note: By default, NumPy's FFT command produces a list of the same dimension as the input list.)
thanks