You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/dsp/fft_comparison.clj
+4Lines changed: 4 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -26,6 +26,10 @@
26
26
:kindly/kind:kind/hidden}
27
27
(set! *warn-on-reflection* true)
28
28
29
+
;; **Exploration from the [Scicloj DSP Study Group](https://scicloj.github.io/docs/community/groups/dsp-study/)**
30
+
31
+
;; Welcome! This exploration comes from our DSP study group, where we're learning digital signal processing together using Clojure. We're following the excellent book [**Think DSP** by Allen B. Downey](https://greenteapress.com/wp/think-dsp/) (available free online).
32
+
29
33
;; # Introduction
30
34
;;
31
35
;; The [Fast Fourier Transform](https://en.wikipedia.org/wiki/Fast_Fourier_transform) (FFT) is fundamental to signal processing, audio analysis, image compression, and scientific computing. If you're working with frequency analysis in Clojure, you have several Java FFT libraries to choose from.
0 commit comments