Skip to content

Commit 9a044f8

Browse files
committed
Clojure Norway wip
1 parent c067712 commit 9a044f8

1 file changed

Lines changed: 28 additions & 14 deletions

File tree

src/clojure_norway/meetup_2025_12/violin.clj

Lines changed: 28 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -223,22 +223,13 @@ wav-format
223223
(-> cosine-wave-dft-ds
224224
(tc/head 20))
225225

226+
;; ## Actual data
226227

227-
;; ## Variation in time
228+
;; > To enjoy bodily warmth, some small part of you must be cold,
229+
;; > for there is no quality in this world that is not what it is merely by contrast.
230+
;; > Nothing exists in itself.
228231

229-
;; > After a few minutes in a restaurant we cease to notice the annoying
230-
;; > hubbub of surrounding conversations but a sudden silence reminds
231-
;; > us of the presence of neighbors Our attention is clearly attracted by
232-
;; > transients and movements as opposed to stationary stimuli which we
233-
;; > soon ignore Concentrating on transients is probably a strategy for
234-
;; > selecting important information from the overwhelming amount of data
235-
;; > recorded by our senses Yet classical signal processing has devoted
236-
;; > most of its e orts to the design of time invariant and space invariant
237-
;; > operators that modify stationary signal properties This has led to the
238-
;; > indisputable hegemony of the Fourier transform but leaves aside many
239-
;; > information processing applications
240-
241-
;; St´ephane Mallat, [A Wavelet Tour of Signal Processing](https://coehuman.uodiyala.edu.iq/uploads/Coehuman%20library%20pdf/%D9%83%D8%AA%D8%A8%20%D8%A7%D9%84%D8%B1%D9%8A%D8%A7%D8%B6%D9%8A%D8%A7%D8%AA%20Mathematics%20books/Wavelets/Mallat_Wavelet-Tour-of-Signal-Processing.pdf)
232+
[Herman Melville](https://www.goodreads.com/quotes/533392-to-enjoy-bodily-warmth-some-small-part-of-you-must), Moby-Dick
242233

243234
;; ## DFT of a piece of data
244235

@@ -345,6 +336,22 @@ wav-format
345336
:combined
346337
audio))
347338

339+
;; ## Variation in time
340+
341+
;; > After a few minutes in a restaurant we cease to notice the annoying
342+
;; > hubbub of surrounding conversations but a sudden silence reminds
343+
;; > us of the presence of neighbors Our attention is clearly attracted by
344+
;; > transients and movements as opposed to stationary stimuli which we
345+
;; > soon ignore Concentrating on transients is probably a strategy for
346+
;; > selecting important information from the overwhelming amount of data
347+
;; > recorded by our senses Yet classical signal processing has devoted
348+
;; > most of its e orts to the design of time invariant and space invariant
349+
;; > operators that modify stationary signal properties This has led to the
350+
;; > indisputable hegemony of the Fourier transform but leaves aside many
351+
;; > information processing applications
352+
353+
;; St´ephane Mallat, [A Wavelet Tour of Signal Processing](https://coehuman.uodiyala.edu.iq/uploads/Coehuman%20library%20pdf/%D9%83%D8%AA%D8%A8%20%D8%A7%D9%84%D8%B1%D9%8A%D8%A7%D8%B6%D9%8A%D8%A7%D8%AA%20Mathematics%20books/Wavelets/Mallat_Wavelet-Tour-of-Signal-Processing.pdf)
354+
348355
;; ## Short Time Fourier Transform
349356

350357
(import 'com.github.psambit9791.jdsp.windows.Hanning)
@@ -462,3 +469,10 @@ wav-format
462469
(apply tc/concat))
463470
:combined
464471
audio)
472+
473+
;; ## Now What
474+
475+
;; > To be fully alive, fully human, and completely awake is to be continually thrown out of the nest.
476+
477+
;; [Pema Chodron](https://www.awakin.org/v2/read/view.php?tid=2436), When Things Fall Apart
478+

0 commit comments

Comments
 (0)