LibRapid / librapid

A highly optimised C++ library for mathematical applications and neural networks.
http://librapid.rtfd.io
MIT License
164 stars 10 forks source link

Fourrier Transform Support #192

Closed Pencilcaseman closed 1 year ago

Pencilcaseman commented 1 year ago

Can we use FFTW to add support for single and multi-dimensional Fourier Transforms on LibRapid Array objects?

Could be an incredibly powerful feature for signal processing and time-series data analysis

Pencilcaseman commented 1 year ago

The initial implementation is in the test branch. There are some strange performance losses with MSVC on Windows, however