-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathtikz-dsp.sty
22 lines (19 loc) · 994 Bytes
/
tikz-dsp.sty
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
% -------------------------------------------------------------------------
% This library for block diagrams and signal flow graphs was inspired by
% the library "signalflow" of Dr. Karlheinz Ochs, Ruhr-University of Bochum,
% Germany. Furthermore, some ideas were taken from the library "circuitikz"
% of Massimo A. Redaelli and from the PGF library itself.
%
% Copyright 2012 by Matthias Hotz
%
% This work is licensed under the Creative Commons Attribution 2.5 Generic
% License. To view a copy of this license, visit
% http://creativecommons.org/licenses/by/2.5/
% or send a letter to Creative Commons, 444 Castro Street, Suite 900,
% Mountain View, California, 94041, USA.
% -------------------------------------------------------------------------
\NeedsTeXFormat{LaTeX2e}
\RequirePackage{tikz}
\def\tikzdspversion{0.1}
\ProvidesPackage{tikz-dsp}[2012/09/07 The digital signal processing drawing package \tikzdspversion]
\input{tikzlibrarydsp.code.tex}