Contact
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutSign UpSign In
| Download

📚 The CoCalc Library - books, templates and other resources

Views: 96184
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
f[0] & [ & g[0] & g[1] & g[2] & ... & & & ] \\
11
f[1] & [ & & g[0] & g[1] & g[2] & ... & & ] \\
12
f[2] & [ & & & g[0] & g[1] & g[2] & ...& ] \\
13
\noalign{\vskip 2mm}
14
\hline
15
\noalign{\vskip 2mm}
16
& [ & & & h[2] & & & & ] \\
17
\end{matrix}
18
\]
19
20
21
22
23