Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/kevinkit/realdft

Small librariy for DFT, Idft, Convolution.
https://github.com/kevinkit/realdft

Last synced: 3 days ago
JSON representation

Small librariy for DFT, Idft, Convolution.

Awesome Lists containing this project

README

        

RealDFT
=======

Small librariy for DFT, Idft, Convolution.
The dft will just work for real signals. You put in an integer vector and you'll get back a twodimensional matrix mapped on one vector where vec[i << 1]=Re and vec[(i << 1) + 1]=Im

You only need the gnu compiler.
You have to compile it with including the math-libray ( -lm )