Skip to content

Commit 8156d01

Browse files
authored
Merge pull request #146 from ClojureCivitas/dsp-intro-4
Dsp intro - fixes, undraft
2 parents 0471a39 + cdd79da commit 8156d01

File tree

1 file changed

+3
-5
lines changed

1 file changed

+3
-5
lines changed

src/dsp/intro.clj

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,8 @@
44
:description "Starting the journey of DSP in Clojure."
55
:category :clojure
66
:type :post
7-
:date "2025-11-07"
8-
:tags [:dsp :math :music]
9-
:draft true}}}
7+
:date "2025-11-10"
8+
:tags [:dsp :math :music]}}}
109
(ns dsp.intro
1110
(:require [scicloj.kindly.v4.kind :as kind]
1211
[tech.v3.datatype :as dtype]
@@ -15,6 +14,7 @@
1514
[tablecloth.api :as tc]
1615
[scicloj.tableplot.v1.plotly :as plotly]))
1716

17+
^:kindly/hide-code
1818
(kind/hiccup
1919
[:style
2020
".clay-dataset {
@@ -23,8 +23,6 @@
2323
}
2424
"])
2525

26-
;; # Introduction to Digital Signal Processing
27-
;;
2826
;; **Notes from the [Scicloj DSP Study Group](https://scicloj.github.io/docs/community/groups/dsp-study/)**
2927
;; *First meeting - Nov. 2nd 2025*
3028
;;

0 commit comments

Comments
 (0)