How to calculate a Fourier series in Numpy?

前端 未结 5 1302
遇见更好的自我
遇见更好的自我 2020-11-30 01:42

I have a periodic function of period T and would like to know how to obtain the list of the Fourier coefficients. I tried using fft module from numpy but it seems more dedic

5条回答
  •  温柔的废话
    2020-11-30 02:25

    As other answers have mentioned, it seems that what you are looking for is a symbolic computing package, so numpy isn't suitable. If you wish to use a free python-based solution, then either sympy or sage should meet your needs.

提交回复
热议问题