performing a higher resolution FFT
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