Skip to content

Commit 0485d0d

Browse files
committed
DSP intro - styling
1 parent 8c3d3f8 commit 0485d0d

1 file changed

Lines changed: 9 additions & 1 deletion

File tree

src/dsp/intro.clj

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,14 @@
1515
[tablecloth.api :as tc]
1616
[scicloj.tableplot.v1.plotly :as plotly]))
1717

18+
(kind/hiccup
19+
[:style
20+
".clay-dataset {
21+
max-height:400px;
22+
overflow-y: auto;
23+
}
24+
"])
25+
1826
;; # Introduction to Digital Signal Processing
1927
;;
2028
;; **Notes from the [Scicloj DSP Study Group](https://scicloj.github.io/docs/community/groups/dsp-study/)**
@@ -224,7 +232,7 @@ violin-components-dataset
224232

225233
;; ## What We Learned
226234
;;
227-
;; In this first session, we covered the fundamentals from Chapter 1 of Think DSP:
235+
;; In this first session, we covered a few topics from Chapter 1 of Think DSP:
228236
;;
229237
;; - **Sampling and sample rates** - Converting continuous signals to discrete measurements
230238
;; - **Generating sine waves** - The building blocks of all sound

0 commit comments

Comments
 (0)