Dark Mode

Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

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

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: