extended introduction and conclusion
This commit is contained in:
parent
06af3a300f
commit
43e636fc24
5 changed files with 3906 additions and 58 deletions
2907
#facharbeit.lyx#
Normal file
2907
#facharbeit.lyx#
Normal file
File diff suppressed because it is too large
Load diff
432
facharbeit.lyx
432
facharbeit.lyx
|
@ -364,11 +364,27 @@ Preface
|
|||
\end_layout
|
||||
|
||||
\begin_layout Section*
|
||||
Motivation
|
||||
Introduction
|
||||
\end_layout
|
||||
|
||||
\begin_layout Standard
|
||||
The project was inspired by the film
|
||||
This paper constitutes an attempt to summarize the most important facts
|
||||
and information on the topic of analog, modular synthesizers.
|
||||
The range of discussed subjects involves a series of various perspectives,
|
||||
including historical, theoretical, electronic and practical viewpoints.
|
||||
|
||||
\end_layout
|
||||
|
||||
\begin_layout Standard
|
||||
Its goal is to convey an understanding of the inner workings of electronic
|
||||
synthesizers and their components.
|
||||
Moreover the reader is guided through the process of creating a small but
|
||||
functional modular synthesizer setup that is fun to play and experiment
|
||||
with.
|
||||
The intention was to investigate the possibilities and limits in designing
|
||||
and building an analog sound device for someone, who had not been in contact
|
||||
with analog synthesizers, let alone building electronics devices before.
|
||||
The project was inspired by the film
|
||||
\emph on
|
||||
moog
|
||||
\emph default
|
||||
|
@ -387,13 +403,7 @@ cite{Fjellestad:movie}
|
|||
|
||||
, a documentary about Dr.
|
||||
Robert Moog, electronic instrument pioneer and inventor.
|
||||
Its goal is to convey an understanding of the inner workings of electronic
|
||||
synthesizers and their components.
|
||||
The reader is guided through the process of creating a small but functional
|
||||
modular synthesizer setup that is fun to play and experiment with.
|
||||
The intention was to investigate the possibilities and limits in designing
|
||||
and building an analog sound device for someone, who had not been in contact
|
||||
with analog synthesizers, let alone building electronics devices before.
|
||||
|
||||
\end_layout
|
||||
|
||||
\begin_layout Section*
|
||||
|
@ -444,41 +454,6 @@ To make it playable with a keyboard, a MIDI input module is added.
|
|||
|
||||
\end_layout
|
||||
|
||||
\begin_layout Standard
|
||||
|
||||
\end_layout
|
||||
|
||||
\begin_layout Section*
|
||||
A Personal Journey
|
||||
\end_layout
|
||||
|
||||
\begin_layout Standard
|
||||
As a trained programmer and web application developer the field of electronic
|
||||
engineering always seemed appealing to me.
|
||||
Hence the assignment for a research paper during the audio engineering
|
||||
course at SAE Institute seemed like a welcome opportunity to dive into
|
||||
the realm of building electronic devices in the context of sound generation
|
||||
and modification.
|
||||
\end_layout
|
||||
|
||||
\begin_layout Standard
|
||||
The process of writing this paper has been an unexpectedly rewarding and
|
||||
inspiring experience, pushing the boundaries of my own musical and technical
|
||||
understanding.
|
||||
Most notably the concepts of free composition - meaning allowing randomness
|
||||
and therefore putting oneself in the position of reacting to a musical
|
||||
system, influencing it in terms of tendencies, rather than controlling
|
||||
it with a predetermed mindset - has been something that really changed
|
||||
my perseption of musical creativity.
|
||||
This for me seems much more attainable in the analog world, where electrical
|
||||
components and signal chains can be brought to their tipping points, resulting
|
||||
in an unpredictable outcome.
|
||||
That is where sound exploration begins, which is a totally different experience
|
||||
than knowing what will happen.
|
||||
Virtual digital environments, which I was familiar with on the other hand,
|
||||
generally seem to tend persuade the user to feel in control at all times.
|
||||
\end_layout
|
||||
|
||||
\begin_layout Chapter
|
||||
Historic Evolution of the Synthesizer
|
||||
\end_layout
|
||||
|
@ -1200,7 +1175,7 @@ lines 0
|
|||
placement O
|
||||
overhang 0in
|
||||
width "5cm"
|
||||
status collapsed
|
||||
status open
|
||||
|
||||
\begin_layout Plain Layout
|
||||
\begin_inset ERT
|
||||
|
@ -2099,6 +2074,10 @@ name "sub:electronic-filter"
|
|||
|
||||
\end_layout
|
||||
|
||||
\begin_layout Subsubsection
|
||||
Passive Filter
|
||||
\end_layout
|
||||
|
||||
\begin_layout Standard
|
||||
Filter circuits are generally based upon the fact that the transfer of alternati
|
||||
ng currents through a capacitor becomes increasingly weak below a certain
|
||||
|
@ -2107,7 +2086,226 @@ ng currents through a capacitor becomes increasingly weak below a certain
|
|||
If the capacitor is connected to the ground the high frequencies are short
|
||||
circuited and low frequencies remain in the signal path.
|
||||
This is referred to as a resistor-capacitor (RC) element.
|
||||
This simple circuit represents a passive, first-order butterworth filter
|
||||
with a roll-off of 6 dB per octave.
|
||||
|
||||
\begin_inset Note Note
|
||||
status collapsed
|
||||
|
||||
\begin_layout Plain Layout
|
||||
The moog filter for example concatenates four of these RC elements in a
|
||||
row and regulates the resistor values
|
||||
\begin_inset ERT
|
||||
status open
|
||||
|
||||
\begin_layout Plain Layout
|
||||
|
||||
|
||||
\backslash
|
||||
cite[p.~57]{Anwander2011}
|
||||
\end_layout
|
||||
|
||||
\end_inset
|
||||
|
||||
.
|
||||
|
||||
\end_layout
|
||||
|
||||
\end_inset
|
||||
|
||||
To increase the slope of the filter multiple RC elements can be connected
|
||||
in series
|
||||
\begin_inset ERT
|
||||
status open
|
||||
|
||||
\begin_layout Plain Layout
|
||||
|
||||
|
||||
\backslash
|
||||
cite[p.~57]{Anwander2011}
|
||||
\end_layout
|
||||
|
||||
\end_inset
|
||||
|
||||
.
|
||||
|
||||
\end_layout
|
||||
|
||||
\begin_layout Standard
|
||||
Nevertheless this poses some disadvantages, because the filter stages influence
|
||||
each other.
|
||||
The resistor of the first filter affects the resistance of the second.
|
||||
This can be dealt with by designing the second filter to have a much higher
|
||||
impedance.
|
||||
Unfortunately a high impedance circuit is much more prone to interferences
|
||||
and signal noise
|
||||
\begin_inset ERT
|
||||
status open
|
||||
|
||||
\begin_layout Plain Layout
|
||||
|
||||
|
||||
\backslash
|
||||
cite[p.~97]{Sontheimer2004}
|
||||
\end_layout
|
||||
|
||||
\end_inset
|
||||
|
||||
.
|
||||
\end_layout
|
||||
|
||||
\begin_layout Subsubsection
|
||||
Active Filter
|
||||
\end_layout
|
||||
|
||||
\begin_layout Standard
|
||||
\begin_inset Wrap figure
|
||||
lines 0
|
||||
placement O
|
||||
overhang 0in
|
||||
width "5.5cm"
|
||||
status collapsed
|
||||
|
||||
\begin_layout Plain Layout
|
||||
\begin_inset ERT
|
||||
status open
|
||||
|
||||
\begin_layout Plain Layout
|
||||
|
||||
|
||||
\backslash
|
||||
vspace*{-2em}
|
||||
\end_layout
|
||||
|
||||
\begin_layout Plain Layout
|
||||
|
||||
|
||||
\backslash
|
||||
begin{center}
|
||||
\end_layout
|
||||
|
||||
\end_inset
|
||||
|
||||
|
||||
\end_layout
|
||||
|
||||
\begin_layout Plain Layout
|
||||
\begin_inset Graphics
|
||||
filename graphics/Sallen-Key-Filter-Lowpass.png
|
||||
display false
|
||||
width 5.5cm
|
||||
|
||||
\end_inset
|
||||
|
||||
|
||||
\end_layout
|
||||
|
||||
\begin_layout Plain Layout
|
||||
\begin_inset Caption
|
||||
|
||||
\begin_layout Plain Layout
|
||||
Active Sallen-Key low pass filter circuit scheme
|
||||
\end_layout
|
||||
|
||||
\end_inset
|
||||
|
||||
|
||||
\end_layout
|
||||
|
||||
\begin_layout Plain Layout
|
||||
\begin_inset ERT
|
||||
status open
|
||||
|
||||
\begin_layout Plain Layout
|
||||
|
||||
|
||||
\backslash
|
||||
end{center}
|
||||
\end_layout
|
||||
|
||||
\begin_layout Plain Layout
|
||||
|
||||
|
||||
\backslash
|
||||
vspace*{-2em}
|
||||
\end_layout
|
||||
|
||||
\end_inset
|
||||
|
||||
|
||||
\end_layout
|
||||
|
||||
\end_inset
|
||||
|
||||
A better and more flexible solution is the usage of an active filter design,
|
||||
like the Sallen-Key filter.
|
||||
This is a common second-order filter, which is applicable as a low or high
|
||||
pass, whereby only resistors and capacitors have to be swapped
|
||||
\begin_inset ERT
|
||||
status open
|
||||
|
||||
\begin_layout Plain Layout
|
||||
|
||||
|
||||
\backslash
|
||||
cite[p.~97]{Sontheimer2004}
|
||||
\end_layout
|
||||
|
||||
\end_inset
|
||||
|
||||
.
|
||||
Resistor
|
||||
\begin_inset script superscript
|
||||
|
||||
\begin_layout Plain Layout
|
||||
2
|
||||
\end_layout
|
||||
|
||||
\end_inset
|
||||
|
||||
and capacitor
|
||||
\begin_inset script superscript
|
||||
|
||||
\begin_layout Plain Layout
|
||||
2
|
||||
\end_layout
|
||||
|
||||
\end_inset
|
||||
|
||||
can be identified to form a low pass section
|
||||
\begin_inset ERT
|
||||
status open
|
||||
|
||||
\begin_layout Plain Layout
|
||||
|
||||
|
||||
\backslash
|
||||
cite[Ch.~4B, p.~4]{Hutchins1975}
|
||||
\end_layout
|
||||
|
||||
\end_inset
|
||||
|
||||
.
|
||||
|
||||
\end_layout
|
||||
|
||||
\begin_layout Standard
|
||||
To be able to change the cutoff frequency via voltage control the frequency
|
||||
defining resistor could be replaced with a voltage controlled resistor
|
||||
|
||||
\begin_inset ERT
|
||||
status open
|
||||
|
||||
\begin_layout Plain Layout
|
||||
|
||||
|
||||
\backslash
|
||||
cite[p.~198]{Lancaster1975}
|
||||
\end_layout
|
||||
|
||||
\end_inset
|
||||
|
||||
.
|
||||
\end_layout
|
||||
|
||||
\begin_layout Subsection
|
||||
|
@ -2123,7 +2321,14 @@ Building a Modular Synthesizer
|
|||
\end_layout
|
||||
|
||||
\begin_layout Section
|
||||
Introduction
|
||||
Introduction
|
||||
\begin_inset CommandInset label
|
||||
LatexCommand label
|
||||
name "sec:building-introduction"
|
||||
|
||||
\end_inset
|
||||
|
||||
|
||||
\end_layout
|
||||
|
||||
\begin_layout Standard
|
||||
|
@ -2148,7 +2353,6 @@ reference "sub:electronic-filter"
|
|||
controlling the frequency of an oscillator with 1 volt per octave), the
|
||||
circuits tend to get exceedingly complex, requiring solid expertise in
|
||||
electronics.
|
||||
|
||||
\end_layout
|
||||
|
||||
\begin_layout Standard
|
||||
|
@ -2304,9 +2508,22 @@ Power Supply and Case
|
|||
\end_layout
|
||||
|
||||
\begin_layout Standard
|
||||
For the power unit a universal power supply circuit was chosen from an audio
|
||||
circuit technology book (Sontheimer, 2004, p.
|
||||
74) and mounted onto a perf board.
|
||||
For the power unit a universal power supply circuit was chosen from Robert
|
||||
Sontheimers audio circuit technology book
|
||||
\begin_inset ERT
|
||||
status open
|
||||
|
||||
\begin_layout Plain Layout
|
||||
|
||||
|
||||
\backslash
|
||||
cite[p.~74]{Sontheimer2004}
|
||||
\end_layout
|
||||
|
||||
\end_inset
|
||||
|
||||
.
|
||||
and mounted onto a perf board.
|
||||
Instead of the 7815 and 7915 voltage regulator ICs the 7812 and 7912 were
|
||||
used in order to get a ±12 volt power supply with a center tap for the
|
||||
ground.
|
||||
|
@ -2463,7 +2680,15 @@ BF-22 Filter
|
|||
|
||||
\begin_layout Standard
|
||||
This module is an extended copy of the filter from the legendary Korg MS-20
|
||||
and is based upon the principle of the sallen and key filter.
|
||||
and is based upon the principle of the Sallen and Key filter (see chapter
|
||||
|
||||
\begin_inset CommandInset ref
|
||||
LatexCommand ref
|
||||
reference "sub:electronic-filter"
|
||||
|
||||
\end_inset
|
||||
|
||||
).
|
||||
It combines two linkable filter stages in one module.
|
||||
Each stage features cutoff and frequency knobs, as well as several voltage
|
||||
control inputs for cutoff frequency and resonance, whereas the cutoff frequency
|
||||
|
@ -2479,7 +2704,7 @@ This module is an extended copy of the filter from the legendary Korg MS-20
|
|||
\begin_layout Standard
|
||||
When turning resonance up, at one point the filter begins to self-resonate
|
||||
at the given cutoff frequency, which means that the filter can also be
|
||||
used as an oscillator.
|
||||
utilized as an oscillator.
|
||||
Therefore a volt per octave input for the cutoff control voltage was added,
|
||||
to be able to control the oscillating frequency in a musical context.
|
||||
A look at the oscilloscope shows a sine like waveform with few overtones.
|
||||
|
@ -2517,23 +2742,116 @@ Output
|
|||
Conclusion
|
||||
\end_layout
|
||||
|
||||
\begin_layout Section*
|
||||
Summary
|
||||
\end_layout
|
||||
|
||||
\begin_layout Standard
|
||||
This paper constitutes an attempt to summarize what appeared to be the most
|
||||
important facts and information on the topics of history, theory and electronic
|
||||
s during the research on analog synthesis.
|
||||
Of course for all of the discussed could only scratch the surface.
|
||||
Even only the topic of active filters circuits can (and does) fill entire
|
||||
books.
|
||||
\end_layout
|
||||
|
||||
\begin_layout Standard
|
||||
Accompanying this research a small synthesizer prototype has been set up,
|
||||
making use of the knowledge aquired during the research.
|
||||
\end_layout
|
||||
|
||||
\begin_layout Section*
|
||||
Results
|
||||
\end_layout
|
||||
|
||||
\begin_layout Standard
|
||||
\begin_inset Note Note
|
||||
status open
|
||||
|
||||
\begin_layout Plain Layout
|
||||
As mentioned in chapter
|
||||
\begin_inset CommandInset ref
|
||||
LatexCommand ref
|
||||
reference "sec:building-introduction"
|
||||
|
||||
\end_inset
|
||||
|
||||
the process of building the prototype had not transpired as initially planned.
|
||||
|
||||
\end_layout
|
||||
|
||||
\begin_layout Plain Layout
|
||||
cunstruction results - goals attained.
|
||||
\end_layout
|
||||
|
||||
\begin_layout Plain Layout
|
||||
what could be done better?
|
||||
\end_layout
|
||||
|
||||
\begin_layout Plain Layout
|
||||
what could be added, what are the next steps?
|
||||
\end_layout
|
||||
|
||||
\begin_layout Plain Layout
|
||||
problems of with output knob.
|
||||
maybe powersupply.
|
||||
\end_layout
|
||||
|
||||
\begin_layout Plain Layout
|
||||
describe the journey, discribe the difference and natururality of analog
|
||||
sound as opposed to the digital, which i only knew before.
|
||||
\end_layout
|
||||
|
||||
\end_inset
|
||||
|
||||
|
||||
\end_layout
|
||||
|
||||
\begin_layout Section*
|
||||
A Personal Journey
|
||||
\end_layout
|
||||
|
||||
\begin_layout Standard
|
||||
tweaking knobs to borders where the outcome is on a threshold resulting
|
||||
in unpredictable patterns.
|
||||
|
||||
As a trained programmer and web application developer the field of electronic
|
||||
engineering always seemed appealing to me.
|
||||
Hence the assignment for a research paper during the audio engineering
|
||||
course at SAE Institute seemed like a welcome opportunity to dive into
|
||||
the realm of building electronic devices in the context of sound generation
|
||||
and modification.
|
||||
\end_layout
|
||||
|
||||
\begin_layout Standard
|
||||
The process of writing this paper has been an unexpectedly rewarding and
|
||||
inspiring experience, pushing the boundaries of my own musical and technical
|
||||
understanding.
|
||||
Most notably the concepts of free composition - meaning allowing randomness
|
||||
and therefore putting oneself in the position of reacting to a musical
|
||||
system, influencing it in terms of tendencies, rather than controlling
|
||||
it with a predetermed mindset - has been something that really changed
|
||||
my perseption of musical creativity.
|
||||
This for me seems much more attainable in the analog world, where electrical
|
||||
components and signal chains can be brought to their tipping points, resulting
|
||||
in an unpredictable outcome.
|
||||
That is where sound exploration begins, which is a totally different experience
|
||||
than knowing what will happen.
|
||||
Virtual digital environments, which I was familiar with on the other hand,
|
||||
generally seem to tend persuade the user to feel in control at all times.
|
||||
\end_layout
|
||||
|
||||
\begin_layout Section*
|
||||
Thanks
|
||||
\end_layout
|
||||
|
||||
\begin_layout Standard
|
||||
Thanks to Eddi, Derek, Befaco, Richard, David
|
||||
\end_layout
|
||||
|
||||
\begin_layout Section*
|
||||
List of figures
|
||||
\begin_layout Standard
|
||||
\begin_inset FloatList figure
|
||||
|
||||
\end_inset
|
||||
|
||||
|
||||
\end_layout
|
||||
|
||||
\begin_layout Standard
|
||||
|
|
BIN
graphics/Sallen-Key-Filter-Lowpass.png
Normal file
BIN
graphics/Sallen-Key-Filter-Lowpass.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 29 KiB |
613
graphics/Sallen-Key_Lowpass.svg
Normal file
613
graphics/Sallen-Key_Lowpass.svg
Normal file
|
@ -0,0 +1,613 @@
|
|||
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
||||
<!-- Created with Inkscape (http://www.inkscape.org/) -->
|
||||
<svg
|
||||
xmlns:dc="http://purl.org/dc/elements/1.1/"
|
||||
xmlns:cc="http://creativecommons.org/ns#"
|
||||
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
|
||||
xmlns:svg="http://www.w3.org/2000/svg"
|
||||
xmlns="http://www.w3.org/2000/svg"
|
||||
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
|
||||
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
|
||||
width="400"
|
||||
height="200"
|
||||
id="svg2"
|
||||
sodipodi:version="0.32"
|
||||
inkscape:version="0.46"
|
||||
version="1.0"
|
||||
sodipodi:docname="Sallen-Key Lowpass General.svg"
|
||||
inkscape:output_extension="org.inkscape.output.svg.inkscape">
|
||||
<defs
|
||||
id="defs4">
|
||||
<inkscape:perspective
|
||||
sodipodi:type="inkscape:persp3d"
|
||||
inkscape:vp_x="0 : 526.18109 : 1"
|
||||
inkscape:vp_y="0 : 1000 : 0"
|
||||
inkscape:vp_z="744.09448 : 526.18109 : 1"
|
||||
inkscape:persp3d-origin="372.04724 : 350.78739 : 1"
|
||||
id="perspective10" />
|
||||
<inkscape:perspective
|
||||
id="perspective5533"
|
||||
inkscape:persp3d-origin="32 : 21.333333 : 1"
|
||||
inkscape:vp_z="64 : 32 : 1"
|
||||
inkscape:vp_y="0 : 1000 : 0"
|
||||
inkscape:vp_x="0 : 32 : 1"
|
||||
sodipodi:type="inkscape:persp3d" />
|
||||
<inkscape:perspective
|
||||
id="perspective2827"
|
||||
inkscape:persp3d-origin="32 : 21.333333 : 1"
|
||||
inkscape:vp_z="64 : 32 : 1"
|
||||
inkscape:vp_y="0 : 1000 : 0"
|
||||
inkscape:vp_x="0 : 32 : 1"
|
||||
sodipodi:type="inkscape:persp3d" />
|
||||
<inkscape:perspective
|
||||
sodipodi:type="inkscape:persp3d"
|
||||
inkscape:vp_x="0 : 0.5 : 1"
|
||||
inkscape:vp_y="0 : 1000 : 0"
|
||||
inkscape:vp_z="1 : 0.5 : 1"
|
||||
inkscape:persp3d-origin="0.5 : 0.33333333 : 1"
|
||||
id="perspective6195" />
|
||||
<inkscape:perspective
|
||||
id="perspective6211"
|
||||
inkscape:persp3d-origin="372.04724 : 350.78739 : 1"
|
||||
inkscape:vp_z="744.09448 : 526.18109 : 1"
|
||||
inkscape:vp_y="0 : 1000 : 0"
|
||||
inkscape:vp_x="0 : 526.18109 : 1"
|
||||
sodipodi:type="inkscape:persp3d" />
|
||||
<inkscape:perspective
|
||||
id="perspective3053"
|
||||
inkscape:persp3d-origin="45 : 6.6666667 : 1"
|
||||
inkscape:vp_z="90 : 10 : 1"
|
||||
inkscape:vp_y="0 : 1000 : 0"
|
||||
inkscape:vp_x="0 : 10 : 1"
|
||||
sodipodi:type="inkscape:persp3d" />
|
||||
<inkscape:perspective
|
||||
id="perspective3840"
|
||||
inkscape:persp3d-origin="372.04724 : 350.78739 : 1"
|
||||
inkscape:vp_z="744.09448 : 526.18109 : 1"
|
||||
inkscape:vp_y="0 : 1000 : 0"
|
||||
inkscape:vp_x="0 : 526.18109 : 1"
|
||||
sodipodi:type="inkscape:persp3d" />
|
||||
<inkscape:perspective
|
||||
id="perspective7019"
|
||||
inkscape:persp3d-origin="32 : 21.333333 : 1"
|
||||
inkscape:vp_z="64 : 32 : 1"
|
||||
inkscape:vp_y="0 : 1000 : 0"
|
||||
inkscape:vp_x="0 : 32 : 1"
|
||||
sodipodi:type="inkscape:persp3d" />
|
||||
<inkscape:perspective
|
||||
sodipodi:type="inkscape:persp3d"
|
||||
inkscape:vp_x="0 : 0.5 : 1"
|
||||
inkscape:vp_y="0 : 1000 : 0"
|
||||
inkscape:vp_z="1 : 0.5 : 1"
|
||||
inkscape:persp3d-origin="0.5 : 0.33333333 : 1"
|
||||
id="perspective4148" />
|
||||
<inkscape:perspective
|
||||
id="perspective4175"
|
||||
inkscape:persp3d-origin="32 : 21.333333 : 1"
|
||||
inkscape:vp_z="64 : 32 : 1"
|
||||
inkscape:vp_y="0 : 1000 : 0"
|
||||
inkscape:vp_x="0 : 32 : 1"
|
||||
sodipodi:type="inkscape:persp3d" />
|
||||
<inkscape:perspective
|
||||
sodipodi:type="inkscape:persp3d"
|
||||
inkscape:vp_x="0 : 0.5 : 1"
|
||||
inkscape:vp_y="0 : 1000 : 0"
|
||||
inkscape:vp_z="1 : 0.5 : 1"
|
||||
inkscape:persp3d-origin="0.5 : 0.33333333 : 1"
|
||||
id="perspective6151" />
|
||||
<inkscape:perspective
|
||||
id="perspective6168"
|
||||
inkscape:persp3d-origin="32 : 21.333333 : 1"
|
||||
inkscape:vp_z="64 : 32 : 1"
|
||||
inkscape:vp_y="0 : 1000 : 0"
|
||||
inkscape:vp_x="0 : 32 : 1"
|
||||
sodipodi:type="inkscape:persp3d" />
|
||||
<inkscape:perspective
|
||||
sodipodi:type="inkscape:persp3d"
|
||||
inkscape:vp_x="0 : 0.5 : 1"
|
||||
inkscape:vp_y="0 : 1000 : 0"
|
||||
inkscape:vp_z="1 : 0.5 : 1"
|
||||
inkscape:persp3d-origin="0.5 : 0.33333333 : 1"
|
||||
id="perspective7294" />
|
||||
<inkscape:perspective
|
||||
id="perspective7292"
|
||||
inkscape:persp3d-origin="372.04724 : 350.78739 : 1"
|
||||
inkscape:vp_z="744.09448 : 526.18109 : 1"
|
||||
inkscape:vp_y="0 : 1000 : 0"
|
||||
inkscape:vp_x="0 : 526.18109 : 1"
|
||||
sodipodi:type="inkscape:persp3d" />
|
||||
<inkscape:perspective
|
||||
sodipodi:type="inkscape:persp3d"
|
||||
inkscape:vp_x="0 : 0.5 : 1"
|
||||
inkscape:vp_y="0 : 1000 : 0"
|
||||
inkscape:vp_z="1 : 0.5 : 1"
|
||||
inkscape:persp3d-origin="0.5 : 0.33333333 : 1"
|
||||
id="perspective2806" />
|
||||
<inkscape:perspective
|
||||
id="perspective2819"
|
||||
inkscape:persp3d-origin="372.04724 : 350.78739 : 1"
|
||||
inkscape:vp_z="744.09448 : 526.18109 : 1"
|
||||
inkscape:vp_y="0 : 1000 : 0"
|
||||
inkscape:vp_x="0 : 526.18109 : 1"
|
||||
sodipodi:type="inkscape:persp3d" />
|
||||
<inkscape:perspective
|
||||
id="perspective7782"
|
||||
inkscape:persp3d-origin="32 : 21.333333 : 1"
|
||||
inkscape:vp_z="64 : 32 : 1"
|
||||
inkscape:vp_y="0 : 1000 : 0"
|
||||
inkscape:vp_x="0 : 32 : 1"
|
||||
sodipodi:type="inkscape:persp3d" />
|
||||
<inkscape:perspective
|
||||
sodipodi:type="inkscape:persp3d"
|
||||
inkscape:vp_x="0 : 0.5 : 1"
|
||||
inkscape:vp_y="0 : 1000 : 0"
|
||||
inkscape:vp_z="1 : 0.5 : 1"
|
||||
inkscape:persp3d-origin="0.5 : 0.33333333 : 1"
|
||||
id="perspective7851" />
|
||||
<inkscape:perspective
|
||||
id="perspective7849"
|
||||
inkscape:persp3d-origin="372.04724 : 350.78739 : 1"
|
||||
inkscape:vp_z="744.09448 : 526.18109 : 1"
|
||||
inkscape:vp_y="0 : 1000 : 0"
|
||||
inkscape:vp_x="0 : 526.18109 : 1"
|
||||
sodipodi:type="inkscape:persp3d" />
|
||||
<inkscape:perspective
|
||||
sodipodi:type="inkscape:persp3d"
|
||||
inkscape:vp_x="0 : 0.5 : 1"
|
||||
inkscape:vp_y="0 : 1000 : 0"
|
||||
inkscape:vp_z="1 : 0.5 : 1"
|
||||
inkscape:persp3d-origin="0.5 : 0.33333333 : 1"
|
||||
id="perspective7935" />
|
||||
<inkscape:perspective
|
||||
id="perspective7933"
|
||||
inkscape:persp3d-origin="372.04724 : 350.78739 : 1"
|
||||
inkscape:vp_z="744.09448 : 526.18109 : 1"
|
||||
inkscape:vp_y="0 : 1000 : 0"
|
||||
inkscape:vp_x="0 : 526.18109 : 1"
|
||||
sodipodi:type="inkscape:persp3d" />
|
||||
</defs>
|
||||
<sodipodi:namedview
|
||||
id="base"
|
||||
pagecolor="#ffffff"
|
||||
bordercolor="#666666"
|
||||
borderopacity="1.0"
|
||||
gridtolerance="10000"
|
||||
guidetolerance="10"
|
||||
objecttolerance="10"
|
||||
inkscape:pageopacity="0.0"
|
||||
inkscape:pageshadow="2"
|
||||
inkscape:zoom="2.0000001"
|
||||
inkscape:cx="288.43282"
|
||||
inkscape:cy="45.712368"
|
||||
inkscape:document-units="px"
|
||||
inkscape:current-layer="layer1"
|
||||
showgrid="true"
|
||||
inkscape:window-width="1399"
|
||||
inkscape:window-height="874"
|
||||
inkscape:window-x="33"
|
||||
inkscape:window-y="0"
|
||||
showguides="true"
|
||||
inkscape:guide-bbox="true">
|
||||
<inkscape:grid
|
||||
type="xygrid"
|
||||
id="grid2650"
|
||||
visible="true"
|
||||
enabled="true" />
|
||||
</sodipodi:namedview>
|
||||
<metadata
|
||||
id="metadata7">
|
||||
<rdf:RDF>
|
||||
<cc:Work
|
||||
rdf:about="">
|
||||
<dc:format>image/svg+xml</dc:format>
|
||||
<dc:type
|
||||
rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
|
||||
</cc:Work>
|
||||
</rdf:RDF>
|
||||
</metadata>
|
||||
<g
|
||||
inkscape:label="Layer 1"
|
||||
inkscape:groupmode="layer"
|
||||
id="layer1"
|
||||
transform="translate(-8.985975,83.359375)">
|
||||
<text
|
||||
xml:space="preserve"
|
||||
style="font-size:12px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;text-indent:0;text-align:start;text-decoration:none;line-height:100%;letter-spacing:normal;word-spacing:normal;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;text-anchor:start;opacity:1;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible;enable-background:accumulate;font-family:DejaVu Sans;-inkscape-font-specification:DejaVu Sans"
|
||||
x="135.94128"
|
||||
y="0.2109578"
|
||||
id="text6075"
|
||||
sodipodi:linespacing="100%"
|
||||
transform="translate(8.985975,-83.359375)"><tspan
|
||||
sodipodi:role="line"
|
||||
id="tspan6077"
|
||||
x="135.94128"
|
||||
y="0.2109578" /></text>
|
||||
<g
|
||||
transform="matrix(1,0,0,-1,252.57755,58.373472)"
|
||||
id="g6966"
|
||||
inkscape:label="Layer 1">
|
||||
<path
|
||||
id="path3688"
|
||||
d="M 22.90842,16.402281 L 22.90842,67.107856 L 72.04592,41.755066 L 22.90842,16.402281 z"
|
||||
style="fill:#008080;fill-opacity:0.11764706;stroke:#000000;stroke-width:3;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" />
|
||||
<rect
|
||||
y="46.77729"
|
||||
x="30.408421"
|
||||
height="10"
|
||||
width="2"
|
||||
id="rect4468"
|
||||
style="fill:#000000;fill-opacity:1;stroke:none;stroke-width:2;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" />
|
||||
<rect
|
||||
transform="matrix(0,1,-1,0,0,0)"
|
||||
y="-36.408421"
|
||||
x="50.77729"
|
||||
height="10"
|
||||
width="2"
|
||||
id="rect4470"
|
||||
style="fill:#000000;fill-opacity:1;stroke:none;stroke-width:2;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" />
|
||||
<rect
|
||||
transform="matrix(0,1,-1,0,0,0)"
|
||||
y="-36.408421"
|
||||
x="30.777281"
|
||||
height="10"
|
||||
width="2"
|
||||
id="rect4472"
|
||||
style="fill:#000000;fill-opacity:1;stroke:none;stroke-width:2;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" />
|
||||
</g>
|
||||
<path
|
||||
style="opacity:1;fill:#007f7f;fill-opacity:0.11764706;stroke:#000000;stroke-width:2;stroke-linejoin:miter;marker:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
|
||||
d="M 273.83371,6.640625 L 204.83371,6.640625"
|
||||
id="path7043"
|
||||
sodipodi:nodetypes="cc" />
|
||||
<path
|
||||
style="opacity:1;fill:#007f7f;fill-opacity:0.11764706;stroke:#000000;stroke-width:2;stroke-linecap:square;stroke-linejoin:miter;marker:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
|
||||
d="M 228.98597,56.640625 L 228.98597,6.640625"
|
||||
id="path7045"
|
||||
sodipodi:nodetypes="cc" />
|
||||
<path
|
||||
style="opacity:1;fill:none;fill-opacity:0.11764706;stroke:#000000;stroke-width:2;stroke-linecap:square;stroke-linejoin:miter;marker:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
|
||||
d="M 273.98597,26.640625 L 258.98597,26.640625 L 258.98597,61.640625 L 338.98597,61.640625 L 338.98597,16.640625"
|
||||
id="path7047" />
|
||||
<path
|
||||
style="opacity:1;fill:none;fill-opacity:0.11764706;stroke:#000000;stroke-width:2;stroke-linecap:square;stroke-linejoin:miter;marker:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
|
||||
d="M 235.48597,-38.359375 L 353.98597,-38.359375 L 353.98597,16.640625"
|
||||
id="path7049"
|
||||
sodipodi:nodetypes="ccc" />
|
||||
<path
|
||||
style="opacity:1;fill:none;fill-opacity:0.11764706;stroke:#000000;stroke-width:2;stroke-linecap:square;stroke-linejoin:miter;marker:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
|
||||
d="M 323.88597,16.640625 L 368.88598,16.640625"
|
||||
id="path7051" />
|
||||
<path
|
||||
style="opacity:1;fill:none;fill-opacity:0.11764706;stroke:#000000;stroke-width:2;stroke-linecap:square;stroke-linejoin:miter;marker:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
|
||||
d="M 112.47549,6.640625 L 164.2255,6.640625"
|
||||
id="path7053"
|
||||
sodipodi:nodetypes="cc" />
|
||||
<path
|
||||
style="opacity:1;fill:none;fill-opacity:0.11764706000000000;stroke:#000000;stroke-width:2.00000023999999990;stroke-linecap:square;stroke-linejoin:miter;marker:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1.0;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
|
||||
d="M 68.985975,6.640625 C NaN,NaN NaN,NaN 43.985974,6.640625"
|
||||
id="path7055"
|
||||
sodipodi:nodetypes="cc" />
|
||||
<path
|
||||
style="opacity:1;fill:none;fill-opacity:0.11764706;stroke:#000000;stroke-width:2;stroke-linecap:square;stroke-linejoin:miter;marker:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
|
||||
d="M 138.98597,6.640625 L 138.98597,-38.359375 L 224.73597,-38.359375"
|
||||
id="path7057"
|
||||
sodipodi:nodetypes="ccc" />
|
||||
<path
|
||||
sodipodi:type="arc"
|
||||
style="opacity:1;fill:none;fill-opacity:0.11764706;stroke:#000000;stroke-width:2;stroke-linecap:square;stroke-linejoin:miter;marker:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
|
||||
id="path7059"
|
||||
sodipodi:cx="7.5"
|
||||
sodipodi:cy="62.5"
|
||||
sodipodi:rx="2.5"
|
||||
sodipodi:ry="2.5"
|
||||
d="M 10,62.5 A 2.5,2.5 0 1 1 5,62.5 A 2.5,2.5 0 1 1 10,62.5 z"
|
||||
transform="translate(33.985975,-55.859375)" />
|
||||
<path
|
||||
sodipodi:type="arc"
|
||||
style="opacity:1;fill:none;fill-opacity:0.11764706;stroke:#000000;stroke-width:2;stroke-linecap:square;stroke-linejoin:miter;marker:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
|
||||
id="path7061"
|
||||
sodipodi:cx="352.5"
|
||||
sodipodi:cy="72.5"
|
||||
sodipodi:rx="2.5"
|
||||
sodipodi:ry="2.5"
|
||||
d="M 355,72.5 A 2.5,2.5 0 1 1 350,72.5 A 2.5,2.5 0 1 1 355,72.5 z"
|
||||
transform="translate(18.985975,-55.859375)" />
|
||||
<path
|
||||
sodipodi:type="arc"
|
||||
style="opacity:1;fill:#000000;fill-opacity:1;stroke:#000000;stroke-width:1;stroke-linecap:square;stroke-linejoin:miter;marker:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
|
||||
id="path7063"
|
||||
sodipodi:cx="207.5"
|
||||
sodipodi:cy="62.5"
|
||||
sodipodi:rx="2.5"
|
||||
sodipodi:ry="2.5"
|
||||
d="M 210,62.5 A 2.5,2.5 0 1 1 205,62.5 A 2.5,2.5 0 1 1 210,62.5 z"
|
||||
transform="translate(21.485975,-55.859375)" />
|
||||
<path
|
||||
sodipodi:type="arc"
|
||||
style="opacity:1;fill:#000000;fill-opacity:1;stroke:#000000;stroke-width:1;stroke-linecap:square;stroke-linejoin:miter;marker:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
|
||||
id="path7065"
|
||||
sodipodi:cx="207.5"
|
||||
sodipodi:cy="62.5"
|
||||
sodipodi:rx="2.5"
|
||||
sodipodi:ry="2.5"
|
||||
d="M 210,62.5 A 2.5,2.5 0 1 1 205,62.5 A 2.5,2.5 0 1 1 210,62.5 z"
|
||||
transform="translate(-68.514025,-55.859375)" />
|
||||
<path
|
||||
sodipodi:type="arc"
|
||||
style="opacity:1;fill:#000000;fill-opacity:1;stroke:#000000;stroke-width:1;stroke-linecap:square;stroke-linejoin:miter;marker:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
|
||||
id="path7067"
|
||||
sodipodi:cx="207.5"
|
||||
sodipodi:cy="62.5"
|
||||
sodipodi:rx="2.5"
|
||||
sodipodi:ry="2.5"
|
||||
d="M 210,62.5 A 2.5,2.5 0 1 1 205,62.5 A 2.5,2.5 0 1 1 210,62.5 z"
|
||||
transform="translate(131.48598,-45.859375)" />
|
||||
<path
|
||||
transform="translate(146.48598,-45.859375)"
|
||||
d="M 210,62.5 A 2.5,2.5 0 1 1 205,62.5 A 2.5,2.5 0 1 1 210,62.5 z"
|
||||
sodipodi:ry="2.5"
|
||||
sodipodi:rx="2.5"
|
||||
sodipodi:cy="62.5"
|
||||
sodipodi:cx="207.5"
|
||||
id="path7069"
|
||||
style="opacity:1;fill:#000000;fill-opacity:1;stroke:#000000;stroke-width:1;stroke-linecap:square;stroke-linejoin:miter;marker:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
|
||||
sodipodi:type="arc" />
|
||||
<g
|
||||
id="g7355"
|
||||
transform="translate(0,-5)">
|
||||
<path
|
||||
sodipodi:nodetypes="cc"
|
||||
id="path9220"
|
||||
d="M 228.98597,101.71983 L 228.98597,73.390625"
|
||||
style="fill:none;stroke:#000000;stroke-width:2;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1" />
|
||||
<rect
|
||||
y="101.64062"
|
||||
x="216.98598"
|
||||
height="3"
|
||||
width="24"
|
||||
id="rect4702"
|
||||
style="fill:#000000;fill-opacity:1;stroke:none" />
|
||||
<rect
|
||||
style="fill:#000000;fill-opacity:1;stroke:none"
|
||||
id="rect4704"
|
||||
width="18"
|
||||
height="3"
|
||||
x="219.98598"
|
||||
y="106.64062" />
|
||||
<rect
|
||||
y="111.64062"
|
||||
x="222.98598"
|
||||
height="3"
|
||||
width="12"
|
||||
id="rect4719"
|
||||
style="fill:#000000;fill-opacity:1;stroke:none" />
|
||||
</g>
|
||||
<g
|
||||
transform="translate(173.98597,81.640625)"
|
||||
id="g7243">
|
||||
<text
|
||||
xml:space="preserve"
|
||||
style="font-size:18px;font-style:italic;font-variant:normal;font-weight:normal;font-stretch:normal;text-align:start;line-height:125%;writing-mode:lr-tb;text-anchor:start;fill:#000000;fill-opacity:1;stroke:none;font-family:DejaVu Serif;-inkscape-font-specification:DejaVu Serif Italic"
|
||||
x="-163.3779"
|
||||
y="-74.889069"
|
||||
id="text7604"
|
||||
sodipodi:linespacing="125%"><tspan
|
||||
sodipodi:role="line"
|
||||
id="tspan7606"
|
||||
x="-163.3779"
|
||||
y="-74.889069"><tspan
|
||||
style="font-size:18px;font-style:italic;font-variant:normal;font-weight:normal;font-stretch:normal;text-align:start;line-height:125%;writing-mode:lr-tb;text-anchor:start;font-family:DejaVu Serif;-inkscape-font-specification:DejaVu Serif Italic"
|
||||
id="tspan14200">v</tspan></tspan></text>
|
||||
<text
|
||||
xml:space="preserve"
|
||||
style="font-size:14px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;text-align:start;line-height:125%;writing-mode:lr-tb;text-anchor:start;fill:#000000;fill-opacity:1;stroke:none;font-family:DejaVu Serif;-inkscape-font-specification:DejaVu Serif Italic"
|
||||
x="-155"
|
||||
y="-69"
|
||||
id="text7604-7"
|
||||
sodipodi:linespacing="125%"><tspan
|
||||
sodipodi:role="line"
|
||||
id="tspan7606-79"
|
||||
x="-155"
|
||||
y="-69">in </tspan></text>
|
||||
</g>
|
||||
<g
|
||||
transform="translate(175.71585,69.638447)"
|
||||
id="g7236">
|
||||
<text
|
||||
xml:space="preserve"
|
||||
style="font-size:18px;font-style:italic;font-variant:normal;font-weight:normal;font-stretch:normal;text-align:start;line-height:125%;writing-mode:lr-tb;text-anchor:start;fill:#000000;fill-opacity:1;stroke:none;font-family:DejaVu Serif;-inkscape-font-specification:DejaVu Serif Italic"
|
||||
x="199.14223"
|
||||
y="-52.886894"
|
||||
id="text7216"
|
||||
sodipodi:linespacing="125%"><tspan
|
||||
sodipodi:role="line"
|
||||
id="tspan7218"
|
||||
x="199.14223"
|
||||
y="-52.886894"><tspan
|
||||
style="font-size:18px;font-style:italic;font-variant:normal;font-weight:normal;font-stretch:normal;text-align:start;line-height:125%;writing-mode:lr-tb;text-anchor:start;font-family:DejaVu Serif;-inkscape-font-specification:DejaVu Serif Italic"
|
||||
id="tspan7220">v</tspan></tspan></text>
|
||||
<text
|
||||
xml:space="preserve"
|
||||
style="font-size:14px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;text-align:start;line-height:125%;writing-mode:lr-tb;text-anchor:start;fill:#000000;fill-opacity:1;stroke:none;font-family:DejaVu Serif;-inkscape-font-specification:DejaVu Serif Italic"
|
||||
x="207.52013"
|
||||
y="-46.997822"
|
||||
id="text7222"
|
||||
sodipodi:linespacing="125%"><tspan
|
||||
sodipodi:role="line"
|
||||
id="tspan7224"
|
||||
x="207.52013"
|
||||
y="-46.997822">out</tspan></text>
|
||||
</g>
|
||||
<g
|
||||
transform="translate(13.485975,-105.72186)"
|
||||
id="g7474"
|
||||
inkscape:label="Layer 1">
|
||||
<path
|
||||
sodipodi:nodetypes="ccccccccccccccccccccccc"
|
||||
id="path4873"
|
||||
d="M 58.16008,111.36218 L 55,111.36218 L 58.9375,122.36218 L 61.75,122.36218 L 67.21875,107.21348 L 72.6875,122.36249 L 75.5,122.36249 L 80.96875,107.21348 L 86.4375,122.36249 L 89.25,122.36249 L 94.71875,107.21348 L 96.9197,113.36218 L 100.07977,113.36218 L 96.125,102.36249 L 93.3125,102.36249 L 87.84375,117.5115 L 82.375,102.36249 L 79.5625,102.36249 L 74.09375,117.5115 L 68.625,102.36249 L 65.8125,102.36249 L 60.34375,117.5115 L 58.16008,111.36218 z"
|
||||
style="font-size:medium;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;text-indent:0;text-align:start;text-decoration:none;line-height:normal;letter-spacing:normal;word-spacing:normal;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;text-anchor:start;fill:#000000;fill-opacity:1;stroke:none;stroke-width:0.25;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate;font-family:Bitstream Vera Sans;-inkscape-font-specification:Bitstream Vera Sans" />
|
||||
</g>
|
||||
<g
|
||||
inkscape:label="Layer 1"
|
||||
id="g7477"
|
||||
transform="translate(107.48598,-105.72186)">
|
||||
<path
|
||||
style="font-size:medium;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;text-indent:0;text-align:start;text-decoration:none;line-height:normal;letter-spacing:normal;word-spacing:normal;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;text-anchor:start;fill:#000000;fill-opacity:1;stroke:none;stroke-width:0.25;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate;font-family:Bitstream Vera Sans;-inkscape-font-specification:Bitstream Vera Sans"
|
||||
d="M 58.16008,111.36218 L 55,111.36218 L 58.9375,122.36218 L 61.75,122.36218 L 67.21875,107.21348 L 72.6875,122.36249 L 75.5,122.36249 L 80.96875,107.21348 L 86.4375,122.36249 L 89.25,122.36249 L 94.71875,107.21348 L 96.9197,113.36218 L 100.07977,113.36218 L 96.125,102.36249 L 93.3125,102.36249 L 87.84375,117.5115 L 82.375,102.36249 L 79.5625,102.36249 L 74.09375,117.5115 L 68.625,102.36249 L 65.8125,102.36249 L 60.34375,117.5115 L 58.16008,111.36218 z"
|
||||
id="path7479"
|
||||
sodipodi:nodetypes="ccccccccccccccccccccccc" />
|
||||
</g>
|
||||
<g
|
||||
inkscape:label="Layer 1"
|
||||
id="g7784"
|
||||
transform="translate(198.98597,34.640625)">
|
||||
<rect
|
||||
y="23"
|
||||
x="10"
|
||||
height="4"
|
||||
width="40"
|
||||
id="rect2838"
|
||||
style="fill:#000000;fill-opacity:1;stroke:none;stroke-width:3;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" />
|
||||
<rect
|
||||
y="33"
|
||||
x="10"
|
||||
height="4"
|
||||
width="40"
|
||||
id="rect2840"
|
||||
style="fill:#000000;fill-opacity:1;stroke:none;stroke-width:3;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" />
|
||||
</g>
|
||||
<g
|
||||
inkscape:label="Layer 1"
|
||||
id="g7788"
|
||||
transform="matrix(0,1,-1,0,260.98597,-68.359375)">
|
||||
<rect
|
||||
y="23"
|
||||
x="10"
|
||||
height="4"
|
||||
width="40"
|
||||
id="rect7790"
|
||||
style="fill:#000000;fill-opacity:1;stroke:none;stroke-width:3;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" />
|
||||
<rect
|
||||
y="33"
|
||||
x="10"
|
||||
height="4"
|
||||
width="40"
|
||||
id="rect7792"
|
||||
style="fill:#000000;fill-opacity:1;stroke:none;stroke-width:3;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" />
|
||||
</g>
|
||||
<g
|
||||
transform="translate(-3.0409339,-81.655701)"
|
||||
id="g7937"
|
||||
inkscape:label="Layer 1">
|
||||
<text
|
||||
sodipodi:linespacing="125%"
|
||||
id="text7604-1-1"
|
||||
y="67.407249"
|
||||
x="84.89901"
|
||||
style="font-size:18px;font-style:italic;font-variant:normal;font-weight:normal;font-stretch:normal;text-align:start;line-height:125%;writing-mode:lr-tb;text-anchor:start;fill:#000000;fill-opacity:1;stroke:none;font-family:DejaVu Serif;-inkscape-font-specification:DejaVu Serif Italic"
|
||||
xml:space="preserve"><tspan
|
||||
y="67.407249"
|
||||
x="84.89901"
|
||||
id="tspan7606-7-8"
|
||||
sodipodi:role="line">R</tspan></text>
|
||||
<text
|
||||
sodipodi:linespacing="125%"
|
||||
id="text7604-7-0-27"
|
||||
y="73.296326"
|
||||
x="97.026909"
|
||||
style="font-size:14px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;text-align:start;line-height:125%;writing-mode:lr-tb;text-anchor:start;fill:#000000;fill-opacity:1;stroke:none;font-family:DejaVu Serif;-inkscape-font-specification:DejaVu Serif Italic"
|
||||
xml:space="preserve"><tspan
|
||||
y="73.296326"
|
||||
x="97.026909"
|
||||
id="tspan7606-79-9-9"
|
||||
sodipodi:role="line">1</tspan></text>
|
||||
</g>
|
||||
<g
|
||||
transform="translate(91.959066,-81.655701)"
|
||||
id="g7948"
|
||||
inkscape:label="Layer 1">
|
||||
<text
|
||||
sodipodi:linespacing="125%"
|
||||
id="text7950"
|
||||
y="67.407249"
|
||||
x="84.89901"
|
||||
style="font-size:18px;font-style:italic;font-variant:normal;font-weight:normal;font-stretch:normal;text-align:start;line-height:125%;writing-mode:lr-tb;text-anchor:start;fill:#000000;fill-opacity:1;stroke:none;font-family:DejaVu Serif;-inkscape-font-specification:DejaVu Serif Italic"
|
||||
xml:space="preserve"><tspan
|
||||
y="67.407249"
|
||||
x="84.89901"
|
||||
id="tspan7952"
|
||||
sodipodi:role="line">R</tspan></text>
|
||||
<text
|
||||
sodipodi:linespacing="125%"
|
||||
id="text7954"
|
||||
y="73.296326"
|
||||
x="97.026909"
|
||||
style="font-size:14px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;text-align:start;line-height:125%;writing-mode:lr-tb;text-anchor:start;fill:#000000;fill-opacity:1;stroke:none;font-family:DejaVu Serif;-inkscape-font-specification:DejaVu Serif Italic"
|
||||
xml:space="preserve"><tspan
|
||||
y="73.296326"
|
||||
x="97.026909"
|
||||
id="tspan7956"
|
||||
sodipodi:role="line">2</tspan></text>
|
||||
</g>
|
||||
<g
|
||||
transform="translate(151.95907,-131.6557)"
|
||||
id="g7958"
|
||||
inkscape:label="Layer 1">
|
||||
<text
|
||||
sodipodi:linespacing="125%"
|
||||
id="text7960"
|
||||
y="67.407249"
|
||||
x="84.39901"
|
||||
style="font-size:18px;font-style:italic;font-variant:normal;font-weight:normal;font-stretch:normal;text-align:start;line-height:125%;writing-mode:lr-tb;text-anchor:start;fill:#000000;fill-opacity:1;stroke:none;font-family:DejaVu Serif;-inkscape-font-specification:DejaVu Serif Italic"
|
||||
xml:space="preserve"><tspan
|
||||
y="67.407249"
|
||||
x="84.39901"
|
||||
id="tspan7962"
|
||||
sodipodi:role="line">C</tspan></text>
|
||||
<text
|
||||
sodipodi:linespacing="125%"
|
||||
id="text7964"
|
||||
y="73.296326"
|
||||
x="97.026909"
|
||||
style="font-size:14px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;text-align:start;line-height:125%;writing-mode:lr-tb;text-anchor:start;fill:#000000;fill-opacity:1;stroke:none;font-family:DejaVu Serif;-inkscape-font-specification:DejaVu Serif Italic"
|
||||
xml:space="preserve"><tspan
|
||||
y="73.296326"
|
||||
x="97.026909"
|
||||
id="tspan7966"
|
||||
sodipodi:role="line">1</tspan></text>
|
||||
</g>
|
||||
<g
|
||||
transform="translate(96.959066,1.8442993)"
|
||||
id="g7968"
|
||||
inkscape:label="Layer 1">
|
||||
<text
|
||||
sodipodi:linespacing="125%"
|
||||
id="text7970"
|
||||
y="67.407249"
|
||||
x="84.39901"
|
||||
style="font-size:18px;font-style:italic;font-variant:normal;font-weight:normal;font-stretch:normal;text-align:start;line-height:125%;writing-mode:lr-tb;text-anchor:start;fill:#000000;fill-opacity:1;stroke:none;font-family:DejaVu Serif;-inkscape-font-specification:DejaVu Serif Italic"
|
||||
xml:space="preserve"><tspan
|
||||
y="67.407249"
|
||||
x="84.39901"
|
||||
id="tspan7972"
|
||||
sodipodi:role="line">C</tspan></text>
|
||||
<text
|
||||
sodipodi:linespacing="125%"
|
||||
id="text7974"
|
||||
y="73.296326"
|
||||
x="97.026909"
|
||||
style="font-size:14px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;text-align:start;line-height:125%;writing-mode:lr-tb;text-anchor:start;fill:#000000;fill-opacity:1;stroke:none;font-family:DejaVu Serif;-inkscape-font-specification:DejaVu Serif Italic"
|
||||
xml:space="preserve"><tspan
|
||||
y="73.296326"
|
||||
x="97.026909"
|
||||
id="tspan7976"
|
||||
sodipodi:role="line">2</tspan></text>
|
||||
</g>
|
||||
<path
|
||||
style="opacity:1;fill:#000000;fill-opacity:1;stroke:#000000;stroke-width:2;stroke-linecap:square;stroke-linejoin:miter;marker:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
|
||||
d="M 35,90 L 60,90"
|
||||
id="path8332"
|
||||
transform="translate(8.985975,-83.359375)" />
|
||||
</g>
|
||||
</svg>
|
After Width: | Height: | Size: 30 KiB |
|
@ -66,6 +66,15 @@
|
|||
ADDRESS = {Ithaca, NY},
|
||||
}
|
||||
|
||||
@BOOK{Lancaster1975,
|
||||
AUTHOR = {Lancaster, Don},
|
||||
YEAR = {1975},
|
||||
TITLE = {Active-filter cookbook},
|
||||
EDITION = {1.},
|
||||
PUBLISHER = {H. W. Sams},
|
||||
ADDRESS = {Indianapolis},
|
||||
}
|
||||
|
||||
@article{Bode1984,
|
||||
title={History of electronic sound modification},
|
||||
author={Bode, Harald},
|
||||
|
@ -113,7 +122,8 @@
|
|||
author={Hans Fjellestad},
|
||||
year={2004},
|
||||
howpublished = "[DVD]",
|
||||
publisher={Plexifilm}
|
||||
publisher={Plexifilm},
|
||||
address={Asheville, North Carolina, USA}
|
||||
}
|
||||
|
||||
article{Vinoski:2007:RE:1304062.1304553,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue