We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f80829a commit e4358cfCopy full SHA for e4358cf
README.md
@@ -1,10 +1,9 @@
1
<h1 align='center'>Deep Signal Processing</h1>
2
-<h2 align='center'>
3
- Accompanying notebook guides to the notes [TBA]
4
-</h2>
+<h2 align='center'> Accompanying notebook guides to the notes [TBA] </h2>
5
6
7
-## The Atlas of Convolutions -- Part 1: Memory, Causality and Parameter Scaling
+## The Atlas of Convolutions
+### Part 1: Memory, Causality and Parameter Scaling
8
* `basics`: introduces the basic idea of a linear convolution and the different ways of implementing it
9
* `fft_conv`: discusses diagonalization of circulant matrices, motivating an efficient method to convolve signals
10
* `causality`: investigates how to enforce causality of a convolution
0 commit comments