stephenberry / Bluesteins_FFT

Bluestein's FFT model in c++, numpy, lists, and np.fft.fft

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Bluesteins_FFT

Bluestein's FFT model in c++, numpy, lists, and np.fft.fft

results on data 100000 long:

  • 'my c++': 0.05332493782043457
  • 'np.fft.fft': 0.009668827056884766
  • 'my np': 0.06859493255615234
  • 'my list': 6.298625707626343

About

Bluestein's FFT model in c++, numpy, lists, and np.fft.fft

License:MIT License


Languages

Language:Python 62.9%Language:C++ 37.1%