Hacker Newsnew | past | comments | ask | show | jobs | submitlogin
An Implementaiton of the Fourier Transform Using Python (github.com/fotisk07)
3 points by fotis_kp on Aug 26, 2018 | hide | past | favorite | 2 comments


How is it an implementation of fft when it just calls numpy's implementation..?

https://github.com/fotisk07/Fourier-Transform/blob/master/ut...


Yep. If anyone is here because they're curious about the FFT, you'd do better to start with a DFT implementation (identical to FFT, just a slower algo), most of which are tiny enough to fit on a postcard. C source code behind popular Python FFT versions are elsewhere on GitHub (ie: try Numpy or Scipy repo)




Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: