Skip to content

Commit 0471a39

Browse files
authored
Merge pull request #145 from ClojureCivitas/dsp-intro-3
Dsp intro fixes
2 parents 50c68fe + 0f857d8 commit 0471a39

File tree

2 files changed

+10
-2
lines changed

2 files changed

+10
-2
lines changed

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

src/signal_processing/intro.clj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,4 +9,4 @@
99
:draft true}}}
1010
(ns signal-processing.intro)
1111

12-
;; This notebook was moved to dsp/intro.
12+
;; This notebook was moved to [dsp/intro](../dsp/intro.html).

0 commit comments

Comments
 (0)