Skip to content

kevinkit/RealDFT

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 

Repository files navigation

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 )

About

Small librariy for DFT, Idft, Convolution.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages