aboutsummaryrefslogtreecommitdiffhomepage
path: root/.gitignore
diff options
context:
space:
mode:
authorRobin Haberkorn <robin.haberkorn@googlemail.com>2023-10-18 13:09:02 +0300
committerRobin Haberkorn <robin.haberkorn@googlemail.com>2023-12-19 19:38:32 +0300
commit98d7cc394f060c6935664c517c2e923c5d45350b (patch)
tree75a193a5f0e247a9b351f3d2742ce491c6e5e85f /.gitignore
parent2f5b54f0905a0dc972a7681a5db2ded1231fe965 (diff)
downloadapplause2-98d7cc394f060c6935664c517c2e923c5d45350b.tar.gz
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).
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore5
1 files changed, 4 insertions, 1 deletions
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/