Skip to content

Commit 461ba63

Browse files
committed
transforms wip
1 parent 4241b96 commit 461ba63

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

src/dsp/fft_comparison.clj

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,10 @@
2626
:kindly/kind :kind/hidden}
2727
(set! *warn-on-reflection* true)
2828

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+
2933
;; # Introduction
3034
;;
3135
;; 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

Comments
 (0)