Skip to content

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

License

Notifications You must be signed in to change notification settings

chrismars91/Bluesteins_FFT

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published