Discrete fourier transformation from a list of x-y points

后端 未结 3 1623
走了就别回头了
走了就别回头了 2021-01-01 02:46

What I\'m trying to do is, from a list of x-y points that has a periodic pattern, calculate the period. With my limited mathematics knowledge I know that Fourier Transformat

3条回答
  •  执念已碎
    2021-01-01 03:47

    This page from Scipy shows you basic knowledge of how Discrete Fourier Transform works: http://docs.scipy.org/doc/numpy-1.10.0/reference/routines.fft.html

    They also provide API for using DFT. For your case, you should look at how to use fft2.

提交回复
热议问题