Skip to content

ands/am_fft

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 

Repository files navigation

am_fft.h

A single-header library for fast fourier transformations. License: MIT

This is a work in progress!

Current limitations

  • 32bit floating point only
  • 1D input must be power-of-two sized
  • 2D input must be power-of-two sized and square

TODO

  • Find and implement a good solution for the in-place non-square matrix transpose to get rid of the square 2D input limitation

About

am_fft.h - A single-header library for power-of-two sized 1D and 2D FFTs

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages