Contact
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutSign UpSign In
| Download

📚 The CoCalc Library - books, templates and other resources

Views: 96185
License: OTHER
1
% LaTeX source for ``Think DSP: Digital Signal Processing for Programmers''
2
% Copyright 2013 Allen B. Downey.
3
4
% License: Creative Commons Attribution-NonCommercial 3.0 Unported License.
5
% http://creativecommons.org/licenses/by-nc/3.0/
6
%
7
8
\[
9
\begin{matrix}
10
& {\large \mathtt{M}} &
11
\begin{bmatrix}
12
0.6 \\
13
0.25 \\
14
0.1 \\
15
0.05 \\
16
\end{bmatrix}
17
= \mathtt{amps}
18
\\
19
\\
20
\begin{matrix}
21
&.& \\
22
&.& \\
23
&t_n& \\
24
&.& \\
25
&.& \\
26
\end{matrix}
27
&
28
\begin{bmatrix}
29
. & . & . & . \\
30
. & . & . & . \\
31
a & b & c & d \\
32
. & . & . & . \\
33
. & . & . & . \\
34
\end{bmatrix}
35
&
36
\begin{bmatrix}
37
&.& \\
38
&.& \\
39
&e& \\
40
&.& \\
41
&.& \\
42
\end{bmatrix} = \mathtt{ys}
43
\\
44
\\
45
&
46
\begin{matrix}
47
. & f_k & . & . \\
48
\end{matrix}
49
&
50
\\
51
\end{matrix}
52
\]
53
54
55
56
57