From 98d7cc394f060c6935664c517c2e923c5d45350b Mon Sep 17 00:00:00 2001 From: Robin Haberkorn Date: Wed, 18 Oct 2023 13:09:02 +0300 Subject: fft.lua: added support for Fourier analysis (FFT/IFFT) * Allows one-time analysis of arrays or short streams. * Transformation on real-time streams * Magnitude and phase extraction * Windowing (only Hamming for the time being). --- .gitignore | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to '.gitignore') diff --git a/.gitignore b/.gitignore index ffaea07..4fb5551 100644 --- a/.gitignore +++ b/.gitignore @@ -2,4 +2,7 @@ *.o /.applause_history -/doc \ No newline at end of file +/doc + +# Jupyter notebooks +.ipynb_checkpoints/ -- cgit v1.2.3