Skip to content

Latest commit

 

History

History
24 lines (17 loc) · 1.25 KB

README.md

File metadata and controls

24 lines (17 loc) · 1.25 KB

lua-lfft

Licence build status Build status Install

This Lua module provides a binding to stb_fft, a fast fourier transform library suitable for power of 2 and non-power of 2 written by ZhiHan Gao.

All functions in this module are operating on carray arrays of double or float element data type.

Examples: