Many changes (all cosmetical) I had done before this repo existed.
This commit is contained in:
110
book.css
110
book.css
@@ -28,3 +28,113 @@ TD.eqno { } /* equation-number cells */
|
||||
|
||||
|
||||
/* document-specific styles come next */
|
||||
|
||||
HTML {
|
||||
background: #ffffff;
|
||||
color: #000000;
|
||||
font-size: 12.7pt; /* this is because there were many <p> missing. We can change this value to 7pt to easily detect missing <p> */
|
||||
line-height: 1.6;
|
||||
|
||||
}
|
||||
BODY {
|
||||
width: 6.5in;
|
||||
margin-left: 0.8in;
|
||||
font-family: Georgia, serif;
|
||||
}
|
||||
H1 {
|
||||
font-size: 22.7pt; /*32.7pt;*/
|
||||
text-align: center;
|
||||
}
|
||||
H2 {
|
||||
font-size: 22.7pt;
|
||||
text-align: center;
|
||||
}
|
||||
H3 {
|
||||
font-size: 14.7pt;
|
||||
text-align: left;
|
||||
}
|
||||
H4 {
|
||||
font-size: 12.7pt;
|
||||
text-align: left;
|
||||
}
|
||||
H5 {
|
||||
font-size: 10.7pt;
|
||||
text-align: left;
|
||||
}
|
||||
H6 {
|
||||
font-size: 10.7pt;
|
||||
text-align: left;
|
||||
}
|
||||
PRE {
|
||||
font-size: 80%;
|
||||
background-color:rgb(240, 240, 240);
|
||||
text-align: left;
|
||||
}
|
||||
|
||||
ol{
|
||||
font-size: 14.5pt;
|
||||
text-align: left;
|
||||
line-height: 1.6;
|
||||
}
|
||||
|
||||
|
||||
p{
|
||||
font-size: 12pt;
|
||||
text-align: left;
|
||||
line-height: 1.6;
|
||||
}
|
||||
|
||||
/* standard link */
|
||||
|
||||
a:link {
|
||||
text-decoration: none;
|
||||
color: #006699;
|
||||
}
|
||||
|
||||
a:visited {
|
||||
text-decoration: none;
|
||||
color: #006699;
|
||||
}
|
||||
|
||||
a:hover {
|
||||
|
||||
background-color:#eeeee4;
|
||||
}
|
||||
|
||||
a:active {
|
||||
text-decoration: none;
|
||||
color: blue;
|
||||
}
|
||||
|
||||
IMG {
|
||||
|
||||
/*display: block;*/
|
||||
margin: 0 auto;
|
||||
width: auto;
|
||||
filter: brightness(1) contrast(1);
|
||||
|
||||
}
|
||||
|
||||
/* responsive css for small "devices" */
|
||||
|
||||
@media screen and (max-device-width: 700px) {
|
||||
body {
|
||||
padding: 10px;
|
||||
width: auto;
|
||||
margin-left: 6px;
|
||||
}
|
||||
H1 {font-size: 25pt;}
|
||||
IMG {max-width: 100%; height: auto;}
|
||||
}
|
||||
|
||||
/* responsive css for small "browser window" */
|
||||
|
||||
@media screen and (max-width: 701px) {
|
||||
body {
|
||||
padding: 10px;
|
||||
width: auto;
|
||||
margin-left: 6px;
|
||||
}
|
||||
H1 {font-size: 25pt;}
|
||||
IMG {max-width: 100%; height: auto;}
|
||||
}
|
||||
23
book.html
23
book.html
@@ -1,4 +1,4 @@
|
||||
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN">
|
||||
<!DOCTYPE html>
|
||||
|
||||
<!--Converted with LaTeX2HTML 2002-2-1 (1.71)
|
||||
original version by: Nikos Drakos, CBLU, University of Leeds
|
||||
@@ -7,6 +7,10 @@ original version by: Nikos Drakos, CBLU, University of Leeds
|
||||
Jens Lippmann, Marek Rouchal, Martin Wilck and others -->
|
||||
<HTML>
|
||||
<HEAD>
|
||||
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
|
||||
|
||||
<TITLE>book</TITLE>
|
||||
<META NAME="description" CONTENT="book">
|
||||
<META NAME="keywords" CONTENT="book">
|
||||
@@ -26,19 +30,19 @@ original version by: Nikos Drakos, CBLU, University of Leeds
|
||||
<A NAME="tex2html209"
|
||||
HREF="node1.html">
|
||||
<IMG WIDTH="37" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="next"
|
||||
SRC="file:/usr/local/share/lib/latex2html/icons/next.png"></A>
|
||||
SRC="next.png"></A>
|
||||
<IMG WIDTH="26" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="up"
|
||||
SRC="file:/usr/local/share/lib/latex2html/icons/up_g.png">
|
||||
SRC="up_g.png">
|
||||
<IMG WIDTH="63" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="previous"
|
||||
SRC="file:/usr/local/share/lib/latex2html/icons/prev_g.png">
|
||||
SRC="prev_g.png">
|
||||
<A NAME="tex2html205"
|
||||
HREF="node4.html">
|
||||
<IMG WIDTH="65" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="contents"
|
||||
SRC="file:/usr/local/share/lib/latex2html/icons/contents.png"></A>
|
||||
SRC="contents.png"></A>
|
||||
<A NAME="tex2html207"
|
||||
HREF="node201.html">
|
||||
<IMG WIDTH="43" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="index"
|
||||
SRC="file:/usr/local/share/lib/latex2html/icons/index.png"></A>
|
||||
SRC="index.png"></A>
|
||||
<BR>
|
||||
<B> Next:</B> <A NAME="tex2html210"
|
||||
HREF="node1.html">#1</A>
|
||||
@@ -50,12 +54,16 @@ original version by: Nikos Drakos, CBLU, University of Leeds
|
||||
<BR>
|
||||
<!--End of Navigation Panel-->
|
||||
|
||||
<!--Removed
|
||||
1]
|
||||
<BR><HR>
|
||||
-->
|
||||
|
||||
<!--Table of Child-Links-->
|
||||
<A NAME="CHILD_LINKS"></A>
|
||||
|
||||
<UL>
|
||||
<!--Removed
|
||||
<LI><UL>
|
||||
<LI><A NAME="tex2html211"
|
||||
HREF="node1.html">#1</A>
|
||||
@@ -64,7 +72,8 @@ original version by: Nikos Drakos, CBLU, University of Leeds
|
||||
HREF="node2.html">#1</A>
|
||||
</UL>
|
||||
</UL>
|
||||
<BR>
|
||||
<BR>
|
||||
-->
|
||||
<LI><A NAME="tex2html213"
|
||||
HREF="node3.html">#1</A>
|
||||
<LI><A NAME="tex2html214"
|
||||
|
||||
BIN
contents.png
Normal file
BIN
contents.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 278 B |
BIN
crossref.png
Normal file
BIN
crossref.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 147 B |
566
index.html
566
index.html
@@ -1,560 +1,12 @@
|
||||
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN">
|
||||
<!DOCTYPE html>
|
||||
|
||||
<!--Converted with LaTeX2HTML 2002-2-1 (1.71)
|
||||
original version by: Nikos Drakos, CBLU, University of Leeds
|
||||
* revised and updated by: Marcus Hennecke, Ross Moore, Herb Swan
|
||||
* with significant contributions from:
|
||||
Jens Lippmann, Marek Rouchal, Martin Wilck and others -->
|
||||
<HTML>
|
||||
<HEAD>
|
||||
<TITLE>book</TITLE>
|
||||
<META NAME="description" CONTENT="book">
|
||||
<META NAME="keywords" CONTENT="book">
|
||||
<META NAME="resource-type" CONTENT="document">
|
||||
<META NAME="distribution" CONTENT="global">
|
||||
<html><head>
|
||||
<title>Book</title>
|
||||
|
||||
<META NAME="Generator" CONTENT="LaTeX2HTML v2002-2-1">
|
||||
<META HTTP-EQUIV="Content-Style-Type" CONTENT="text/css">
|
||||
|
||||
|
||||
<meta http-equiv="REFRESH" content="0;url=book.html">
|
||||
|
||||
<LINK REL="STYLESHEET" HREF="book.css">
|
||||
|
||||
<LINK REL="next" HREF="node1.html">
|
||||
</HEAD>
|
||||
|
||||
<BODY >
|
||||
<!--Navigation Panel-->
|
||||
<A NAME="tex2html209"
|
||||
HREF="node1.html">
|
||||
<IMG WIDTH="37" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="next"
|
||||
SRC="file:/usr/local/share/lib/latex2html/icons/next.png"></A>
|
||||
<IMG WIDTH="26" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="up"
|
||||
SRC="file:/usr/local/share/lib/latex2html/icons/up_g.png">
|
||||
<IMG WIDTH="63" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="previous"
|
||||
SRC="file:/usr/local/share/lib/latex2html/icons/prev_g.png">
|
||||
<A NAME="tex2html205"
|
||||
HREF="node4.html">
|
||||
<IMG WIDTH="65" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="contents"
|
||||
SRC="file:/usr/local/share/lib/latex2html/icons/contents.png"></A>
|
||||
<A NAME="tex2html207"
|
||||
HREF="node201.html">
|
||||
<IMG WIDTH="43" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="index"
|
||||
SRC="file:/usr/local/share/lib/latex2html/icons/index.png"></A>
|
||||
<BR>
|
||||
<B> Next:</B> <A NAME="tex2html210"
|
||||
HREF="node1.html">#1</A>
|
||||
<B> <A NAME="tex2html206"
|
||||
HREF="node4.html">Contents</A></B>
|
||||
<B> <A NAME="tex2html208"
|
||||
HREF="node201.html">Index</A></B>
|
||||
<BR>
|
||||
<BR>
|
||||
<!--End of Navigation Panel-->
|
||||
|
||||
1]
|
||||
<BR><HR>
|
||||
<!--Table of Child-Links-->
|
||||
<A NAME="CHILD_LINKS"></A>
|
||||
|
||||
<UL>
|
||||
<LI><UL>
|
||||
<LI><A NAME="tex2html211"
|
||||
HREF="node1.html">#1</A>
|
||||
<UL>
|
||||
<LI><A NAME="tex2html212"
|
||||
HREF="node2.html">#1</A>
|
||||
</UL>
|
||||
</UL>
|
||||
<BR>
|
||||
<LI><A NAME="tex2html213"
|
||||
HREF="node3.html">#1</A>
|
||||
<LI><A NAME="tex2html214"
|
||||
HREF="node4.html">Contents</A>
|
||||
<LI><A NAME="tex2html215"
|
||||
HREF="node5.html">Foreword</A>
|
||||
<LI><A NAME="tex2html216"
|
||||
HREF="node6.html">Preface</A>
|
||||
<LI><A NAME="tex2html217"
|
||||
HREF="node7.html">Sinusoids, amplitude and frequency</A>
|
||||
<UL>
|
||||
<LI><A NAME="tex2html218"
|
||||
HREF="node8.html">Measures of Amplitude</A>
|
||||
<LI><A NAME="tex2html219"
|
||||
HREF="node9.html">Units of Amplitude</A>
|
||||
<LI><A NAME="tex2html220"
|
||||
HREF="node10.html">Controlling Amplitude</A>
|
||||
<LI><A NAME="tex2html221"
|
||||
HREF="node11.html">Frequency</A>
|
||||
<LI><A NAME="tex2html222"
|
||||
HREF="node12.html">Synthesizing a sinusoid</A>
|
||||
<LI><A NAME="tex2html223"
|
||||
HREF="node13.html">Superposing Signals</A>
|
||||
<LI><A NAME="tex2html224"
|
||||
HREF="node14.html">Periodic Signals</A>
|
||||
<LI><A NAME="tex2html225"
|
||||
HREF="node15.html">About the Software Examples</A>
|
||||
<UL>
|
||||
<LI><A NAME="tex2html226"
|
||||
HREF="node16.html">Quick Introduction to Pd</A>
|
||||
<LI><A NAME="tex2html227"
|
||||
HREF="node17.html">How to find and run the examples</A>
|
||||
</UL>
|
||||
<LI><A NAME="tex2html228"
|
||||
HREF="node18.html">Examples</A>
|
||||
<UL>
|
||||
<LI><A NAME="tex2html229"
|
||||
HREF="node19.html">Constant amplitude scaler</A>
|
||||
<LI><A NAME="tex2html230"
|
||||
HREF="node20.html">Amplitude control in decibels</A>
|
||||
<LI><A NAME="tex2html231"
|
||||
HREF="node21.html">Smoothed amplitude control with an envelope generator</A>
|
||||
<LI><A NAME="tex2html232"
|
||||
HREF="node22.html">Major triad</A>
|
||||
<LI><A NAME="tex2html233"
|
||||
HREF="node23.html">Conversion between frequency and pitch</A>
|
||||
<LI><A NAME="tex2html234"
|
||||
HREF="node24.html">More additive synthesis</A>
|
||||
</UL>
|
||||
<LI><A NAME="tex2html235"
|
||||
HREF="node25.html">Exercises</A>
|
||||
</UL>
|
||||
<BR>
|
||||
<LI><A NAME="tex2html236"
|
||||
HREF="node26.html">Wavetables and samplers</A>
|
||||
<UL>
|
||||
<LI><A NAME="tex2html237"
|
||||
HREF="node27.html">The Wavetable Oscillator</A>
|
||||
<LI><A NAME="tex2html238"
|
||||
HREF="node28.html">Sampling</A>
|
||||
<LI><A NAME="tex2html239"
|
||||
HREF="node29.html">Enveloping samplers</A>
|
||||
<LI><A NAME="tex2html240"
|
||||
HREF="node30.html">Timbre stretching</A>
|
||||
<LI><A NAME="tex2html241"
|
||||
HREF="node31.html">Interpolation</A>
|
||||
<LI><A NAME="tex2html242"
|
||||
HREF="node32.html">Examples</A>
|
||||
<UL>
|
||||
<LI><A NAME="tex2html243"
|
||||
HREF="node33.html">Wavetable oscillator</A>
|
||||
<LI><A NAME="tex2html244"
|
||||
HREF="node34.html">Wavetable lookup in general</A>
|
||||
<LI><A NAME="tex2html245"
|
||||
HREF="node35.html">Using a wavetable as a sampler</A>
|
||||
<LI><A NAME="tex2html246"
|
||||
HREF="node36.html">Looping samplers</A>
|
||||
<LI><A NAME="tex2html247"
|
||||
HREF="node37.html">Overlapping sample looper</A>
|
||||
<LI><A NAME="tex2html248"
|
||||
HREF="node38.html">Automatic read point precession</A>
|
||||
</UL>
|
||||
<LI><A NAME="tex2html249"
|
||||
HREF="node39.html">Exercises</A>
|
||||
</UL>
|
||||
<BR>
|
||||
<LI><A NAME="tex2html250"
|
||||
HREF="node40.html">Audio and control computations</A>
|
||||
<UL>
|
||||
<LI><A NAME="tex2html251"
|
||||
HREF="node41.html">The sampling theorem</A>
|
||||
<LI><A NAME="tex2html252"
|
||||
HREF="node42.html">Control</A>
|
||||
<LI><A NAME="tex2html253"
|
||||
HREF="node43.html">Control streams</A>
|
||||
<LI><A NAME="tex2html254"
|
||||
HREF="node44.html">Converting from audio signals to numeric control streams</A>
|
||||
<LI><A NAME="tex2html255"
|
||||
HREF="node45.html">Control streams in block diagrams</A>
|
||||
<LI><A NAME="tex2html256"
|
||||
HREF="node46.html">Event detection</A>
|
||||
<LI><A NAME="tex2html257"
|
||||
HREF="node47.html">Audio signals as control</A>
|
||||
<LI><A NAME="tex2html258"
|
||||
HREF="node48.html">Operations on control streams</A>
|
||||
<LI><A NAME="tex2html259"
|
||||
HREF="node49.html">Control operations in Pd</A>
|
||||
<LI><A NAME="tex2html260"
|
||||
HREF="node50.html">Examples</A>
|
||||
<UL>
|
||||
<LI><A NAME="tex2html261"
|
||||
HREF="node51.html">Sampling and foldover</A>
|
||||
<LI><A NAME="tex2html262"
|
||||
HREF="node52.html">Converting controls to signals</A>
|
||||
<LI><A NAME="tex2html263"
|
||||
HREF="node53.html">Non-looping wavetable player</A>
|
||||
<LI><A NAME="tex2html264"
|
||||
HREF="node54.html">Signals to controls</A>
|
||||
<LI><A NAME="tex2html265"
|
||||
HREF="node55.html">Analog-style sequencer</A>
|
||||
<LI><A NAME="tex2html266"
|
||||
HREF="node56.html">MIDI-style synthesizer</A>
|
||||
</UL>
|
||||
<LI><A NAME="tex2html267"
|
||||
HREF="node57.html">Exercises</A>
|
||||
</UL>
|
||||
<BR>
|
||||
<LI><A NAME="tex2html268"
|
||||
HREF="node58.html">Automation and voice management</A>
|
||||
<UL>
|
||||
<LI><A NAME="tex2html269"
|
||||
HREF="node59.html">Envelope Generators</A>
|
||||
<LI><A NAME="tex2html270"
|
||||
HREF="node60.html">Linear and Curved Amplitude Shapes</A>
|
||||
<LI><A NAME="tex2html271"
|
||||
HREF="node61.html">Continuous and discontinuous control changes</A>
|
||||
<UL>
|
||||
<LI><A NAME="tex2html272"
|
||||
HREF="node62.html">Muting</A>
|
||||
<LI><A NAME="tex2html273"
|
||||
HREF="node63.html">Switch-and-ramp</A>
|
||||
</UL>
|
||||
<LI><A NAME="tex2html274"
|
||||
HREF="node64.html">Polyphony</A>
|
||||
<LI><A NAME="tex2html275"
|
||||
HREF="node65.html">Voice allocation</A>
|
||||
<LI><A NAME="tex2html276"
|
||||
HREF="node66.html">Voice tags</A>
|
||||
<LI><A NAME="tex2html277"
|
||||
HREF="node67.html">Encapsulation in Pd</A>
|
||||
<LI><A NAME="tex2html278"
|
||||
HREF="node68.html">Examples</A>
|
||||
<UL>
|
||||
<LI><A NAME="tex2html279"
|
||||
HREF="node69.html">ADSR envelope generator</A>
|
||||
<LI><A NAME="tex2html280"
|
||||
HREF="node70.html">Transfer functions for amplitude control</A>
|
||||
<LI><A NAME="tex2html281"
|
||||
HREF="node71.html">Additive synthesis: Risset's bell</A>
|
||||
<LI><A NAME="tex2html282"
|
||||
HREF="node72.html">Additive synthesis: spectral envelope control</A>
|
||||
<LI><A NAME="tex2html283"
|
||||
HREF="node73.html">Polyphonic synthesis: sampler</A>
|
||||
</UL>
|
||||
<LI><A NAME="tex2html284"
|
||||
HREF="node74.html">Exercises</A>
|
||||
</UL>
|
||||
<BR>
|
||||
<LI><A NAME="tex2html285"
|
||||
HREF="node75.html">Modulation</A>
|
||||
<UL>
|
||||
<LI><A NAME="tex2html286"
|
||||
HREF="node76.html">Taxonomy of spectra</A>
|
||||
<LI><A NAME="tex2html287"
|
||||
HREF="node77.html">Multiplying audio signals</A>
|
||||
<LI><A NAME="tex2html288"
|
||||
HREF="node78.html">Waveshaping</A>
|
||||
<LI><A NAME="tex2html289"
|
||||
HREF="node79.html">Frequency and phase modulation</A>
|
||||
<LI><A NAME="tex2html290"
|
||||
HREF="node80.html">Examples</A>
|
||||
<UL>
|
||||
<LI><A NAME="tex2html291"
|
||||
HREF="node81.html">Ring modulation and spectra</A>
|
||||
<LI><A NAME="tex2html292"
|
||||
HREF="node82.html">Octave divider and formant adder</A>
|
||||
<LI><A NAME="tex2html293"
|
||||
HREF="node83.html">Waveshaping and difference tones</A>
|
||||
<LI><A NAME="tex2html294"
|
||||
HREF="node84.html">Waveshaping using Chebychev polynomials</A>
|
||||
<LI><A NAME="tex2html295"
|
||||
HREF="node85.html">Waveshaping using an exponential function</A>
|
||||
<LI><A NAME="tex2html296"
|
||||
HREF="node86.html">Sinusoidal waveshaping: evenness and oddness</A>
|
||||
<LI><A NAME="tex2html297"
|
||||
HREF="node87.html">Phase modulation and FM</A>
|
||||
</UL>
|
||||
<LI><A NAME="tex2html298"
|
||||
HREF="node88.html">Exercises</A>
|
||||
</UL>
|
||||
<BR>
|
||||
<LI><A NAME="tex2html299"
|
||||
HREF="node89.html">Designer spectra</A>
|
||||
<UL>
|
||||
<LI><A NAME="tex2html300"
|
||||
HREF="node90.html">Carrier/modulator model</A>
|
||||
<LI><A NAME="tex2html301"
|
||||
HREF="node91.html">Pulse trains</A>
|
||||
<UL>
|
||||
<LI><A NAME="tex2html302"
|
||||
HREF="node92.html">Pulse trains via waveshaping</A>
|
||||
<LI><A NAME="tex2html303"
|
||||
HREF="node93.html">Pulse trains via wavetable stretching</A>
|
||||
<LI><A NAME="tex2html304"
|
||||
HREF="node94.html">Resulting spectra</A>
|
||||
</UL>
|
||||
<LI><A NAME="tex2html305"
|
||||
HREF="node95.html">Movable ring modulation</A>
|
||||
<LI><A NAME="tex2html306"
|
||||
HREF="node96.html">Phase-aligned formant (PAF) generator</A>
|
||||
<LI><A NAME="tex2html307"
|
||||
HREF="node97.html">Examples</A>
|
||||
<UL>
|
||||
<LI><A NAME="tex2html308"
|
||||
HREF="node98.html">Wavetable pulse train</A>
|
||||
<LI><A NAME="tex2html309"
|
||||
HREF="node99.html">Simple formant generator</A>
|
||||
<LI><A NAME="tex2html310"
|
||||
HREF="node100.html">Two-cosine carrier signal</A>
|
||||
<LI><A NAME="tex2html311"
|
||||
HREF="node101.html">The PAF generator</A>
|
||||
<LI><A NAME="tex2html312"
|
||||
HREF="node102.html">Stretched wavetables</A>
|
||||
</UL>
|
||||
<LI><A NAME="tex2html313"
|
||||
HREF="node103.html">Exercises</A>
|
||||
</UL>
|
||||
<BR>
|
||||
<LI><A NAME="tex2html314"
|
||||
HREF="node104.html">Time shifts and delays</A>
|
||||
<UL>
|
||||
<LI><A NAME="tex2html315"
|
||||
HREF="node105.html">Complex numbers</A>
|
||||
<UL>
|
||||
<LI><A NAME="tex2html316"
|
||||
HREF="node106.html">Complex sinusoids</A>
|
||||
</UL>
|
||||
<LI><A NAME="tex2html317"
|
||||
HREF="node107.html">Time shifts and phase changes</A>
|
||||
<LI><A NAME="tex2html318"
|
||||
HREF="node108.html">Delay networks</A>
|
||||
<LI><A NAME="tex2html319"
|
||||
HREF="node109.html">Recirculating delay networks</A>
|
||||
<LI><A NAME="tex2html320"
|
||||
HREF="node110.html">Power conservation and complex delay networks</A>
|
||||
<LI><A NAME="tex2html321"
|
||||
HREF="node111.html">Artificial reverberation</A>
|
||||
<UL>
|
||||
<LI><A NAME="tex2html322"
|
||||
HREF="node112.html">Controlling reverberators</A>
|
||||
</UL>
|
||||
<LI><A NAME="tex2html323"
|
||||
HREF="node113.html">Variable and fractional shifts</A>
|
||||
<LI><A NAME="tex2html324"
|
||||
HREF="node114.html">Fidelity of interpolating delay lines</A>
|
||||
<LI><A NAME="tex2html325"
|
||||
HREF="node115.html">Pitch shifting</A>
|
||||
<LI><A NAME="tex2html326"
|
||||
HREF="node116.html">Examples</A>
|
||||
<UL>
|
||||
<LI><A NAME="tex2html327"
|
||||
HREF="node117.html">Fixed, noninterpolating delay line</A>
|
||||
<LI><A NAME="tex2html328"
|
||||
HREF="node118.html">Recirculating comb filter</A>
|
||||
<LI><A NAME="tex2html329"
|
||||
HREF="node119.html">Variable delay line</A>
|
||||
<LI><A NAME="tex2html330"
|
||||
HREF="node120.html">Order of execution and lower limits on delay times</A>
|
||||
<LI><A NAME="tex2html331"
|
||||
HREF="node121.html">Order of execution in non-recirculating delay lines</A>
|
||||
<LI><A NAME="tex2html332"
|
||||
HREF="node122.html">Non-recirculating comb filter as octave doubler</A>
|
||||
<LI><A NAME="tex2html333"
|
||||
HREF="node123.html">Time-varying complex comb filter: shakers</A>
|
||||
<LI><A NAME="tex2html334"
|
||||
HREF="node124.html">Reverberator</A>
|
||||
<LI><A NAME="tex2html335"
|
||||
HREF="node125.html">Pitch shifter</A>
|
||||
</UL>
|
||||
<LI><A NAME="tex2html336"
|
||||
HREF="node126.html">Exercises</A>
|
||||
</UL>
|
||||
<BR>
|
||||
<LI><A NAME="tex2html337"
|
||||
HREF="node127.html">Filters</A>
|
||||
<UL>
|
||||
<LI><A NAME="tex2html338"
|
||||
HREF="node128.html">Taxonomy of filters</A>
|
||||
<UL>
|
||||
<LI><A NAME="tex2html339"
|
||||
HREF="node129.html">Low-pass and high-pass filters</A>
|
||||
<LI><A NAME="tex2html340"
|
||||
HREF="node130.html">Band-pass and stop-band filters</A>
|
||||
<LI><A NAME="tex2html341"
|
||||
HREF="node131.html">Equalizing filters</A>
|
||||
</UL>
|
||||
<LI><A NAME="tex2html342"
|
||||
HREF="node132.html">Elementary filters</A>
|
||||
<UL>
|
||||
<LI><A NAME="tex2html343"
|
||||
HREF="node133.html">Elementary non-recirculating filter</A>
|
||||
<LI><A NAME="tex2html344"
|
||||
HREF="node134.html">Non-recirculating filter, second form</A>
|
||||
<LI><A NAME="tex2html345"
|
||||
HREF="node135.html">Elementary recirculating filter</A>
|
||||
<LI><A NAME="tex2html346"
|
||||
HREF="node136.html">Compound filters</A>
|
||||
<LI><A NAME="tex2html347"
|
||||
HREF="node137.html">Real outputs from complex filters</A>
|
||||
<LI><A NAME="tex2html348"
|
||||
HREF="node138.html">Two recirculating filters for the price of one</A>
|
||||
</UL>
|
||||
<LI><A NAME="tex2html349"
|
||||
HREF="node139.html">Designing filters</A>
|
||||
<UL>
|
||||
<LI><A NAME="tex2html350"
|
||||
HREF="node140.html">One-pole low-pass filter</A>
|
||||
<LI><A NAME="tex2html351"
|
||||
HREF="node141.html">One-pole, one-zero high-pass filter</A>
|
||||
<LI><A NAME="tex2html352"
|
||||
HREF="node142.html">Shelving filter</A>
|
||||
<LI><A NAME="tex2html353"
|
||||
HREF="node143.html">Band-pass filter</A>
|
||||
<LI><A NAME="tex2html354"
|
||||
HREF="node144.html">Peaking and stop-band filter</A>
|
||||
<LI><A NAME="tex2html355"
|
||||
HREF="node145.html">Butterworth filters</A>
|
||||
<LI><A NAME="tex2html356"
|
||||
HREF="node146.html">Stretching the unit circle with rational functions</A>
|
||||
<LI><A NAME="tex2html357"
|
||||
HREF="node147.html">Butterworth band-pass filter</A>
|
||||
<LI><A NAME="tex2html358"
|
||||
HREF="node148.html">Time-varying coefficients</A>
|
||||
<LI><A NAME="tex2html359"
|
||||
HREF="node149.html">Impulse responses of recirculating filters</A>
|
||||
<LI><A NAME="tex2html360"
|
||||
HREF="node150.html">All-pass filters</A>
|
||||
</UL>
|
||||
<LI><A NAME="tex2html361"
|
||||
HREF="node151.html">Applications</A>
|
||||
<UL>
|
||||
<LI><A NAME="tex2html362"
|
||||
HREF="node152.html">Subtractive synthesis</A>
|
||||
<LI><A NAME="tex2html363"
|
||||
HREF="node153.html">Envelope following</A>
|
||||
<LI><A NAME="tex2html364"
|
||||
HREF="node154.html">Single Sideband Modulation</A>
|
||||
</UL>
|
||||
<LI><A NAME="tex2html365"
|
||||
HREF="node155.html">Examples</A>
|
||||
<UL>
|
||||
<LI><A NAME="tex2html366"
|
||||
HREF="node156.html">Prefabricated low-, high-, and band-pass filters</A>
|
||||
<LI><A NAME="tex2html367"
|
||||
HREF="node157.html">Prefabricated time-varying band-pass filter</A>
|
||||
<LI><A NAME="tex2html368"
|
||||
HREF="node158.html">Envelope followers</A>
|
||||
<LI><A NAME="tex2html369"
|
||||
HREF="node159.html">Single sideband modulation</A>
|
||||
<LI><A NAME="tex2html370"
|
||||
HREF="node160.html">Using elementary filters directly: shelving and peaking</A>
|
||||
<LI><A NAME="tex2html371"
|
||||
HREF="node161.html">Making and using all-pass filters</A>
|
||||
</UL>
|
||||
<LI><A NAME="tex2html372"
|
||||
HREF="node162.html">Exercises</A>
|
||||
</UL>
|
||||
<BR>
|
||||
<LI><A NAME="tex2html373"
|
||||
HREF="node163.html">Fourier analysis and resynthesis</A>
|
||||
<UL>
|
||||
<LI><A NAME="tex2html374"
|
||||
HREF="node164.html">Fourier analysis of periodic signals</A>
|
||||
<UL>
|
||||
<LI><A NAME="tex2html375"
|
||||
HREF="node165.html">Periodicity of the Fourier transform</A>
|
||||
<LI><A NAME="tex2html376"
|
||||
HREF="node166.html">Fourier transform as additive synthesis</A>
|
||||
</UL>
|
||||
<LI><A NAME="tex2html377"
|
||||
HREF="node167.html">Properties of Fourier transforms</A>
|
||||
<UL>
|
||||
<LI><A NAME="tex2html378"
|
||||
HREF="node168.html">Fourier transform of DC</A>
|
||||
<LI><A NAME="tex2html379"
|
||||
HREF="node169.html">Shifts and phase changes</A>
|
||||
<LI><A NAME="tex2html380"
|
||||
HREF="node170.html">Fourier transform of a sinusoid</A>
|
||||
</UL>
|
||||
<LI><A NAME="tex2html381"
|
||||
HREF="node171.html">Fourier analysis of non-periodic signals</A>
|
||||
<LI><A NAME="tex2html382"
|
||||
HREF="node172.html">Fourier analysis and reconstruction of audio signals</A>
|
||||
<UL>
|
||||
<LI><A NAME="tex2html383"
|
||||
HREF="node173.html">Narrow-band companding</A>
|
||||
<LI><A NAME="tex2html384"
|
||||
HREF="node174.html">Timbre stamping (classical vocoder)</A>
|
||||
</UL>
|
||||
<LI><A NAME="tex2html385"
|
||||
HREF="node175.html">Phase</A>
|
||||
<UL>
|
||||
<LI><A NAME="tex2html386"
|
||||
HREF="node176.html">Phase relationships between channels</A>
|
||||
</UL>
|
||||
<LI><A NAME="tex2html387"
|
||||
HREF="node177.html">Phase bashing</A>
|
||||
<LI><A NAME="tex2html388"
|
||||
HREF="node178.html">Examples</A>
|
||||
<UL>
|
||||
<LI><A NAME="tex2html389"
|
||||
HREF="node179.html">Fourier analysis and resynthesis in Pd</A>
|
||||
<LI><A NAME="tex2html390"
|
||||
HREF="node180.html">Narrow-band companding: noise suppression</A>
|
||||
<LI><A NAME="tex2html391"
|
||||
HREF="node181.html">Timbre stamp (``vocoder")</A>
|
||||
<LI><A NAME="tex2html392"
|
||||
HREF="node182.html">Phase vocoder time bender</A>
|
||||
</UL>
|
||||
<LI><A NAME="tex2html393"
|
||||
HREF="node183.html">Exercises</A>
|
||||
</UL>
|
||||
<BR>
|
||||
<LI><A NAME="tex2html394"
|
||||
HREF="node184.html">Classical waveforms</A>
|
||||
<UL>
|
||||
<LI><A NAME="tex2html395"
|
||||
HREF="node185.html">Symmetries and Fourier series</A>
|
||||
<UL>
|
||||
<LI><A NAME="tex2html396"
|
||||
HREF="node186.html">Sawtooth waves and symmetry</A>
|
||||
</UL>
|
||||
<LI><A NAME="tex2html397"
|
||||
HREF="node187.html">Dissecting classical waveforms</A>
|
||||
<LI><A NAME="tex2html398"
|
||||
HREF="node188.html">Fourier series of the elementary waveforms</A>
|
||||
<UL>
|
||||
<LI><A NAME="tex2html399"
|
||||
HREF="node189.html">Sawtooth wave</A>
|
||||
<LI><A NAME="tex2html400"
|
||||
HREF="node190.html">Parabolic wave</A>
|
||||
<LI><A NAME="tex2html401"
|
||||
HREF="node191.html">Square and symmetric triangle waves</A>
|
||||
<LI><A NAME="tex2html402"
|
||||
HREF="node192.html">General (non-symmetric) triangle wave</A>
|
||||
</UL>
|
||||
<LI><A NAME="tex2html403"
|
||||
HREF="node193.html">Predicting and controlling foldover</A>
|
||||
<UL>
|
||||
<LI><A NAME="tex2html404"
|
||||
HREF="node194.html">Over-sampling</A>
|
||||
<LI><A NAME="tex2html405"
|
||||
HREF="node195.html">Sneaky triangle waves</A>
|
||||
<LI><A NAME="tex2html406"
|
||||
HREF="node196.html">Transition splicing</A>
|
||||
</UL>
|
||||
<LI><A NAME="tex2html407"
|
||||
HREF="node197.html">Examples</A>
|
||||
<UL>
|
||||
<LI><A NAME="tex2html408"
|
||||
HREF="node198.html">Combining sawtooth waves</A>
|
||||
<LI><A NAME="tex2html409"
|
||||
HREF="node199.html">Strategies for band-limiting sawtooth waves</A>
|
||||
</UL>
|
||||
<LI><A NAME="tex2html410"
|
||||
HREF="node200.html">Exercises</A>
|
||||
</UL>
|
||||
<BR>
|
||||
<LI><A NAME="tex2html411"
|
||||
HREF="node201.html">Index</A>
|
||||
<LI><A NAME="tex2html412"
|
||||
HREF="node202.html">Bibliography</A>
|
||||
<LI><A NAME="tex2html413"
|
||||
HREF="node203.html">About this document ...</A>
|
||||
</UL>
|
||||
<!--End of Table of Child-Links-->
|
||||
<BR><HR>
|
||||
<ADDRESS>
|
||||
Miller Puckette
|
||||
2006-12-30
|
||||
</ADDRESS>
|
||||
</BODY>
|
||||
</HTML>
|
||||
</head><body>
|
||||
Book
|
||||
</body></html>
|
||||
|
||||
BIN
next_g.png
Normal file
BIN
next_g.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 272 B |
89
node1.html
89
node1.html
@@ -1,83 +1,12 @@
|
||||
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN">
|
||||
<!DOCTYPE html>
|
||||
|
||||
<!--Converted with LaTeX2HTML 2002-2-1 (1.71)
|
||||
original version by: Nikos Drakos, CBLU, University of Leeds
|
||||
* revised and updated by: Marcus Hennecke, Ross Moore, Herb Swan
|
||||
* with significant contributions from:
|
||||
Jens Lippmann, Marek Rouchal, Martin Wilck and others -->
|
||||
<HTML>
|
||||
<HEAD>
|
||||
<TITLE>#1</TITLE>
|
||||
<META NAME="description" CONTENT="#1">
|
||||
<META NAME="keywords" CONTENT="book">
|
||||
<META NAME="resource-type" CONTENT="document">
|
||||
<META NAME="distribution" CONTENT="global">
|
||||
<html><head>
|
||||
<title>Book</title>
|
||||
|
||||
<META NAME="Generator" CONTENT="LaTeX2HTML v2002-2-1">
|
||||
<META HTTP-EQUIV="Content-Style-Type" CONTENT="text/css">
|
||||
|
||||
|
||||
<meta http-equiv="REFRESH" content="0;url=node3.html">
|
||||
|
||||
<LINK REL="STYLESHEET" HREF="book.css">
|
||||
|
||||
<LINK REL="previous" HREF="book.html">
|
||||
<LINK REL="up" HREF="book.html">
|
||||
<LINK REL="next" HREF="node2.html">
|
||||
</HEAD>
|
||||
|
||||
<BODY >
|
||||
<!--Navigation Panel-->
|
||||
<A NAME="tex2html424"
|
||||
HREF="node2.html">
|
||||
<IMG WIDTH="37" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="next"
|
||||
SRC="file:/usr/local/share/lib/latex2html/icons/next.png"></A>
|
||||
<A NAME="tex2html418"
|
||||
HREF="book.html">
|
||||
<IMG WIDTH="26" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="up"
|
||||
SRC="file:/usr/local/share/lib/latex2html/icons/up.png"></A>
|
||||
<A NAME="tex2html414"
|
||||
HREF="book.html">
|
||||
<IMG WIDTH="63" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="previous"
|
||||
SRC="file:/usr/local/share/lib/latex2html/icons/prev.png"></A>
|
||||
<A NAME="tex2html420"
|
||||
HREF="node4.html">
|
||||
<IMG WIDTH="65" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="contents"
|
||||
SRC="file:/usr/local/share/lib/latex2html/icons/contents.png"></A>
|
||||
<A NAME="tex2html422"
|
||||
HREF="node201.html">
|
||||
<IMG WIDTH="43" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="index"
|
||||
SRC="file:/usr/local/share/lib/latex2html/icons/index.png"></A>
|
||||
<BR>
|
||||
<B> Next:</B> <A NAME="tex2html425"
|
||||
HREF="node2.html">#1</A>
|
||||
<B> Up:</B> <A NAME="tex2html419"
|
||||
HREF="book.html">book</A>
|
||||
<B> Previous:</B> <A NAME="tex2html415"
|
||||
HREF="book.html">book</A>
|
||||
<B> <A NAME="tex2html421"
|
||||
HREF="node4.html">Contents</A></B>
|
||||
<B> <A NAME="tex2html423"
|
||||
HREF="node201.html">Index</A></B>
|
||||
<BR>
|
||||
<BR>
|
||||
<!--End of Navigation Panel-->
|
||||
|
||||
<H1><A NAME="SECTION00010000000000000000">
|
||||
#1</A>
|
||||
</H1>
|
||||
|
||||
1]
|
||||
<BR><HR>
|
||||
<!--Table of Child-Links-->
|
||||
<A NAME="CHILD_LINKS"><STRONG>Subsections</STRONG></A>
|
||||
|
||||
<UL>
|
||||
<LI><A NAME="tex2html426"
|
||||
HREF="node2.html">#1</A>
|
||||
</UL>
|
||||
<!--End of Table of Child-Links-->
|
||||
<BR><HR>
|
||||
<ADDRESS>
|
||||
Miller Puckette
|
||||
2006-12-30
|
||||
</ADDRESS>
|
||||
</BODY>
|
||||
</HTML>
|
||||
</head><body>
|
||||
Book
|
||||
</body></html>
|
||||
28
node10.html
28
node10.html
@@ -1,4 +1,4 @@
|
||||
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN">
|
||||
<!DOCTYPE html>
|
||||
|
||||
<!--Converted with LaTeX2HTML 2002-2-1 (1.71)
|
||||
original version by: Nikos Drakos, CBLU, University of Leeds
|
||||
@@ -7,6 +7,10 @@ original version by: Nikos Drakos, CBLU, University of Leeds
|
||||
Jens Lippmann, Marek Rouchal, Martin Wilck and others -->
|
||||
<HTML>
|
||||
<HEAD>
|
||||
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
|
||||
|
||||
<TITLE>Controlling Amplitude</TITLE>
|
||||
<META NAME="description" CONTENT="Controlling Amplitude">
|
||||
<META NAME="keywords" CONTENT="book">
|
||||
@@ -29,23 +33,23 @@ original version by: Nikos Drakos, CBLU, University of Leeds
|
||||
<A NAME="tex2html693"
|
||||
HREF="node11.html">
|
||||
<IMG WIDTH="37" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="next"
|
||||
SRC="file:/usr/local/share/lib/latex2html/icons/next.png"></A>
|
||||
SRC="next.png"></A>
|
||||
<A NAME="tex2html687"
|
||||
HREF="node7.html">
|
||||
<IMG WIDTH="26" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="up"
|
||||
SRC="file:/usr/local/share/lib/latex2html/icons/up.png"></A>
|
||||
SRC="up.png"></A>
|
||||
<A NAME="tex2html681"
|
||||
HREF="node9.html">
|
||||
<IMG WIDTH="63" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="previous"
|
||||
SRC="file:/usr/local/share/lib/latex2html/icons/prev.png"></A>
|
||||
SRC="prev.png"></A>
|
||||
<A NAME="tex2html689"
|
||||
HREF="node4.html">
|
||||
<IMG WIDTH="65" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="contents"
|
||||
SRC="file:/usr/local/share/lib/latex2html/icons/contents.png"></A>
|
||||
SRC="contents.png"></A>
|
||||
<A NAME="tex2html691"
|
||||
HREF="node201.html">
|
||||
<IMG WIDTH="43" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="index"
|
||||
SRC="file:/usr/local/share/lib/latex2html/icons/index.png"></A>
|
||||
SRC="index.png"></A>
|
||||
<BR>
|
||||
<B> Next:</B> <A NAME="tex2html694"
|
||||
HREF="node11.html">Frequency</A>
|
||||
@@ -70,7 +74,7 @@ Perhaps the most frequently used operation on electronic sounds is to change
|
||||
their amplitudes. For example, a simple strategy for synthesizing sounds is by
|
||||
combining sinusoids, which can be generated by evaluating the formula on Page
|
||||
<A HREF="node7.html#eq-realsinusoid"><IMG ALIGN="BOTTOM" BORDER="1" ALT="[*]"
|
||||
SRC="file:/usr/local/share/lib/latex2html/icons/crossref.png"></A>, sample by sample. But the sinusoid has a constant
|
||||
SRC="crossref.png"></A>, sample by sample. But the sinusoid has a constant
|
||||
nominal amplitude <IMG
|
||||
WIDTH="11" HEIGHT="13" ALIGN="BOTTOM" BORDER="0"
|
||||
SRC="img4.png"
|
||||
@@ -165,23 +169,23 @@ considered later in Chapter <A HREF="node75.html#chapter-modulation">5</A>.
|
||||
<A NAME="tex2html693"
|
||||
HREF="node11.html">
|
||||
<IMG WIDTH="37" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="next"
|
||||
SRC="file:/usr/local/share/lib/latex2html/icons/next.png"></A>
|
||||
SRC="next.png"></A>
|
||||
<A NAME="tex2html687"
|
||||
HREF="node7.html">
|
||||
<IMG WIDTH="26" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="up"
|
||||
SRC="file:/usr/local/share/lib/latex2html/icons/up.png"></A>
|
||||
SRC="up.png"></A>
|
||||
<A NAME="tex2html681"
|
||||
HREF="node9.html">
|
||||
<IMG WIDTH="63" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="previous"
|
||||
SRC="file:/usr/local/share/lib/latex2html/icons/prev.png"></A>
|
||||
SRC="prev.png"></A>
|
||||
<A NAME="tex2html689"
|
||||
HREF="node4.html">
|
||||
<IMG WIDTH="65" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="contents"
|
||||
SRC="file:/usr/local/share/lib/latex2html/icons/contents.png"></A>
|
||||
SRC="contents.png"></A>
|
||||
<A NAME="tex2html691"
|
||||
HREF="node201.html">
|
||||
<IMG WIDTH="43" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="index"
|
||||
SRC="file:/usr/local/share/lib/latex2html/icons/index.png"></A>
|
||||
SRC="index.png"></A>
|
||||
<BR>
|
||||
<B> Next:</B> <A NAME="tex2html694"
|
||||
HREF="node11.html">Frequency</A>
|
||||
|
||||
26
node100.html
26
node100.html
@@ -1,4 +1,4 @@
|
||||
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN">
|
||||
<!DOCTYPE html>
|
||||
|
||||
<!--Converted with LaTeX2HTML 2002-2-1 (1.71)
|
||||
original version by: Nikos Drakos, CBLU, University of Leeds
|
||||
@@ -7,6 +7,10 @@ original version by: Nikos Drakos, CBLU, University of Leeds
|
||||
Jens Lippmann, Marek Rouchal, Martin Wilck and others -->
|
||||
<HTML>
|
||||
<HEAD>
|
||||
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
|
||||
|
||||
<TITLE>Two-cosine carrier signal</TITLE>
|
||||
<META NAME="description" CONTENT="Two-cosine carrier signal">
|
||||
<META NAME="keywords" CONTENT="book">
|
||||
@@ -29,23 +33,23 @@ original version by: Nikos Drakos, CBLU, University of Leeds
|
||||
<A NAME="tex2html2042"
|
||||
HREF="node101.html">
|
||||
<IMG WIDTH="37" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="next"
|
||||
SRC="file:/usr/local/share/lib/latex2html/icons/next.png"></A>
|
||||
SRC="next.png"></A>
|
||||
<A NAME="tex2html2036"
|
||||
HREF="node97.html">
|
||||
<IMG WIDTH="26" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="up"
|
||||
SRC="file:/usr/local/share/lib/latex2html/icons/up.png"></A>
|
||||
SRC="up.png"></A>
|
||||
<A NAME="tex2html2030"
|
||||
HREF="node99.html">
|
||||
<IMG WIDTH="63" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="previous"
|
||||
SRC="file:/usr/local/share/lib/latex2html/icons/prev.png"></A>
|
||||
SRC="prev.png"></A>
|
||||
<A NAME="tex2html2038"
|
||||
HREF="node4.html">
|
||||
<IMG WIDTH="65" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="contents"
|
||||
SRC="file:/usr/local/share/lib/latex2html/icons/contents.png"></A>
|
||||
SRC="contents.png"></A>
|
||||
<A NAME="tex2html2040"
|
||||
HREF="node201.html">
|
||||
<IMG WIDTH="43" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="index"
|
||||
SRC="file:/usr/local/share/lib/latex2html/icons/index.png"></A>
|
||||
SRC="index.png"></A>
|
||||
<BR>
|
||||
<B> Next:</B> <A NAME="tex2html2043"
|
||||
HREF="node101.html">The PAF generator</A>
|
||||
@@ -168,23 +172,23 @@ never avoid getting phase cancellations where they overlap.
|
||||
<A NAME="tex2html2042"
|
||||
HREF="node101.html">
|
||||
<IMG WIDTH="37" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="next"
|
||||
SRC="file:/usr/local/share/lib/latex2html/icons/next.png"></A>
|
||||
SRC="next.png"></A>
|
||||
<A NAME="tex2html2036"
|
||||
HREF="node97.html">
|
||||
<IMG WIDTH="26" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="up"
|
||||
SRC="file:/usr/local/share/lib/latex2html/icons/up.png"></A>
|
||||
SRC="up.png"></A>
|
||||
<A NAME="tex2html2030"
|
||||
HREF="node99.html">
|
||||
<IMG WIDTH="63" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="previous"
|
||||
SRC="file:/usr/local/share/lib/latex2html/icons/prev.png"></A>
|
||||
SRC="prev.png"></A>
|
||||
<A NAME="tex2html2038"
|
||||
HREF="node4.html">
|
||||
<IMG WIDTH="65" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="contents"
|
||||
SRC="file:/usr/local/share/lib/latex2html/icons/contents.png"></A>
|
||||
SRC="contents.png"></A>
|
||||
<A NAME="tex2html2040"
|
||||
HREF="node201.html">
|
||||
<IMG WIDTH="43" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="index"
|
||||
SRC="file:/usr/local/share/lib/latex2html/icons/index.png"></A>
|
||||
SRC="index.png"></A>
|
||||
<BR>
|
||||
<B> Next:</B> <A NAME="tex2html2043"
|
||||
HREF="node101.html">The PAF generator</A>
|
||||
|
||||
26
node101.html
26
node101.html
@@ -1,4 +1,4 @@
|
||||
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN">
|
||||
<!DOCTYPE html>
|
||||
|
||||
<!--Converted with LaTeX2HTML 2002-2-1 (1.71)
|
||||
original version by: Nikos Drakos, CBLU, University of Leeds
|
||||
@@ -7,6 +7,10 @@ original version by: Nikos Drakos, CBLU, University of Leeds
|
||||
Jens Lippmann, Marek Rouchal, Martin Wilck and others -->
|
||||
<HTML>
|
||||
<HEAD>
|
||||
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
|
||||
|
||||
<TITLE>The PAF generator</TITLE>
|
||||
<META NAME="description" CONTENT="The PAF generator">
|
||||
<META NAME="keywords" CONTENT="book">
|
||||
@@ -29,23 +33,23 @@ original version by: Nikos Drakos, CBLU, University of Leeds
|
||||
<A NAME="tex2html2056"
|
||||
HREF="node102.html">
|
||||
<IMG WIDTH="37" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="next"
|
||||
SRC="file:/usr/local/share/lib/latex2html/icons/next.png"></A>
|
||||
SRC="next.png"></A>
|
||||
<A NAME="tex2html2050"
|
||||
HREF="node97.html">
|
||||
<IMG WIDTH="26" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="up"
|
||||
SRC="file:/usr/local/share/lib/latex2html/icons/up.png"></A>
|
||||
SRC="up.png"></A>
|
||||
<A NAME="tex2html2044"
|
||||
HREF="node100.html">
|
||||
<IMG WIDTH="63" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="previous"
|
||||
SRC="file:/usr/local/share/lib/latex2html/icons/prev.png"></A>
|
||||
SRC="prev.png"></A>
|
||||
<A NAME="tex2html2052"
|
||||
HREF="node4.html">
|
||||
<IMG WIDTH="65" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="contents"
|
||||
SRC="file:/usr/local/share/lib/latex2html/icons/contents.png"></A>
|
||||
SRC="contents.png"></A>
|
||||
<A NAME="tex2html2054"
|
||||
HREF="node201.html">
|
||||
<IMG WIDTH="43" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="index"
|
||||
SRC="file:/usr/local/share/lib/latex2html/icons/index.png"></A>
|
||||
SRC="index.png"></A>
|
||||
<BR>
|
||||
<B> Next:</B> <A NAME="tex2html2057"
|
||||
HREF="node102.html">Stretched wavetables</A>
|
||||
@@ -230,23 +234,23 @@ the fundamental dropping, not rising, in amplitude as the string decays.
|
||||
<A NAME="tex2html2056"
|
||||
HREF="node102.html">
|
||||
<IMG WIDTH="37" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="next"
|
||||
SRC="file:/usr/local/share/lib/latex2html/icons/next.png"></A>
|
||||
SRC="next.png"></A>
|
||||
<A NAME="tex2html2050"
|
||||
HREF="node97.html">
|
||||
<IMG WIDTH="26" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="up"
|
||||
SRC="file:/usr/local/share/lib/latex2html/icons/up.png"></A>
|
||||
SRC="up.png"></A>
|
||||
<A NAME="tex2html2044"
|
||||
HREF="node100.html">
|
||||
<IMG WIDTH="63" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="previous"
|
||||
SRC="file:/usr/local/share/lib/latex2html/icons/prev.png"></A>
|
||||
SRC="prev.png"></A>
|
||||
<A NAME="tex2html2052"
|
||||
HREF="node4.html">
|
||||
<IMG WIDTH="65" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="contents"
|
||||
SRC="file:/usr/local/share/lib/latex2html/icons/contents.png"></A>
|
||||
SRC="contents.png"></A>
|
||||
<A NAME="tex2html2054"
|
||||
HREF="node201.html">
|
||||
<IMG WIDTH="43" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="index"
|
||||
SRC="file:/usr/local/share/lib/latex2html/icons/index.png"></A>
|
||||
SRC="index.png"></A>
|
||||
<BR>
|
||||
<B> Next:</B> <A NAME="tex2html2057"
|
||||
HREF="node102.html">Stretched wavetables</A>
|
||||
|
||||
16
node102.html
16
node102.html
@@ -1,4 +1,4 @@
|
||||
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN">
|
||||
<!DOCTYPE html>
|
||||
|
||||
<!--Converted with LaTeX2HTML 2002-2-1 (1.71)
|
||||
original version by: Nikos Drakos, CBLU, University of Leeds
|
||||
@@ -7,6 +7,10 @@ original version by: Nikos Drakos, CBLU, University of Leeds
|
||||
Jens Lippmann, Marek Rouchal, Martin Wilck and others -->
|
||||
<HTML>
|
||||
<HEAD>
|
||||
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
|
||||
|
||||
<TITLE>Stretched wavetables</TITLE>
|
||||
<META NAME="description" CONTENT="Stretched wavetables">
|
||||
<META NAME="keywords" CONTENT="book">
|
||||
@@ -28,23 +32,23 @@ original version by: Nikos Drakos, CBLU, University of Leeds
|
||||
<A NAME="tex2html2068"
|
||||
HREF="node103.html">
|
||||
<IMG WIDTH="37" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="next"
|
||||
SRC="file:/usr/local/share/lib/latex2html/icons/next.png"></A>
|
||||
SRC="next.png"></A>
|
||||
<A NAME="tex2html2062"
|
||||
HREF="node97.html">
|
||||
<IMG WIDTH="26" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="up"
|
||||
SRC="file:/usr/local/share/lib/latex2html/icons/up.png"></A>
|
||||
SRC="up.png"></A>
|
||||
<A NAME="tex2html2058"
|
||||
HREF="node101.html">
|
||||
<IMG WIDTH="63" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="previous"
|
||||
SRC="file:/usr/local/share/lib/latex2html/icons/prev.png"></A>
|
||||
SRC="prev.png"></A>
|
||||
<A NAME="tex2html2064"
|
||||
HREF="node4.html">
|
||||
<IMG WIDTH="65" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="contents"
|
||||
SRC="file:/usr/local/share/lib/latex2html/icons/contents.png"></A>
|
||||
SRC="contents.png"></A>
|
||||
<A NAME="tex2html2066"
|
||||
HREF="node201.html">
|
||||
<IMG WIDTH="43" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="index"
|
||||
SRC="file:/usr/local/share/lib/latex2html/icons/index.png"></A>
|
||||
SRC="index.png"></A>
|
||||
<BR>
|
||||
<B> Next:</B> <A NAME="tex2html2069"
|
||||
HREF="node103.html">Exercises</A>
|
||||
|
||||
16
node103.html
16
node103.html
@@ -1,4 +1,4 @@
|
||||
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN">
|
||||
<!DOCTYPE html>
|
||||
|
||||
<!--Converted with LaTeX2HTML 2002-2-1 (1.71)
|
||||
original version by: Nikos Drakos, CBLU, University of Leeds
|
||||
@@ -7,6 +7,10 @@ original version by: Nikos Drakos, CBLU, University of Leeds
|
||||
Jens Lippmann, Marek Rouchal, Martin Wilck and others -->
|
||||
<HTML>
|
||||
<HEAD>
|
||||
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
|
||||
|
||||
<TITLE>Exercises</TITLE>
|
||||
<META NAME="description" CONTENT="Exercises">
|
||||
<META NAME="keywords" CONTENT="book">
|
||||
@@ -28,23 +32,23 @@ original version by: Nikos Drakos, CBLU, University of Leeds
|
||||
<A NAME="tex2html2080"
|
||||
HREF="node104.html">
|
||||
<IMG WIDTH="37" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="next"
|
||||
SRC="file:/usr/local/share/lib/latex2html/icons/next.png"></A>
|
||||
SRC="next.png"></A>
|
||||
<A NAME="tex2html2074"
|
||||
HREF="node89.html">
|
||||
<IMG WIDTH="26" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="up"
|
||||
SRC="file:/usr/local/share/lib/latex2html/icons/up.png"></A>
|
||||
SRC="up.png"></A>
|
||||
<A NAME="tex2html2070"
|
||||
HREF="node102.html">
|
||||
<IMG WIDTH="63" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="previous"
|
||||
SRC="file:/usr/local/share/lib/latex2html/icons/prev.png"></A>
|
||||
SRC="prev.png"></A>
|
||||
<A NAME="tex2html2076"
|
||||
HREF="node4.html">
|
||||
<IMG WIDTH="65" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="contents"
|
||||
SRC="file:/usr/local/share/lib/latex2html/icons/contents.png"></A>
|
||||
SRC="contents.png"></A>
|
||||
<A NAME="tex2html2078"
|
||||
HREF="node201.html">
|
||||
<IMG WIDTH="43" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="index"
|
||||
SRC="file:/usr/local/share/lib/latex2html/icons/index.png"></A>
|
||||
SRC="index.png"></A>
|
||||
<BR>
|
||||
<B> Next:</B> <A NAME="tex2html2081"
|
||||
HREF="node104.html">Time shifts and delays</A>
|
||||
|
||||
26
node104.html
26
node104.html
@@ -1,4 +1,4 @@
|
||||
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN">
|
||||
<!DOCTYPE html>
|
||||
|
||||
<!--Converted with LaTeX2HTML 2002-2-1 (1.71)
|
||||
original version by: Nikos Drakos, CBLU, University of Leeds
|
||||
@@ -7,6 +7,10 @@ original version by: Nikos Drakos, CBLU, University of Leeds
|
||||
Jens Lippmann, Marek Rouchal, Martin Wilck and others -->
|
||||
<HTML>
|
||||
<HEAD>
|
||||
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
|
||||
|
||||
<TITLE>Time shifts and delays</TITLE>
|
||||
<META NAME="description" CONTENT="Time shifts and delays">
|
||||
<META NAME="keywords" CONTENT="book">
|
||||
@@ -29,23 +33,23 @@ original version by: Nikos Drakos, CBLU, University of Leeds
|
||||
<A NAME="tex2html2094"
|
||||
HREF="node105.html">
|
||||
<IMG WIDTH="37" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="next"
|
||||
SRC="file:/usr/local/share/lib/latex2html/icons/next.png"></A>
|
||||
SRC="next.png"></A>
|
||||
<A NAME="tex2html2088"
|
||||
HREF="book.html">
|
||||
<IMG WIDTH="26" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="up"
|
||||
SRC="file:/usr/local/share/lib/latex2html/icons/up.png"></A>
|
||||
SRC="up.png"></A>
|
||||
<A NAME="tex2html2082"
|
||||
HREF="node103.html">
|
||||
<IMG WIDTH="63" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="previous"
|
||||
SRC="file:/usr/local/share/lib/latex2html/icons/prev.png"></A>
|
||||
SRC="prev.png"></A>
|
||||
<A NAME="tex2html2090"
|
||||
HREF="node4.html">
|
||||
<IMG WIDTH="65" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="contents"
|
||||
SRC="file:/usr/local/share/lib/latex2html/icons/contents.png"></A>
|
||||
SRC="contents.png"></A>
|
||||
<A NAME="tex2html2092"
|
||||
HREF="node201.html">
|
||||
<IMG WIDTH="43" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="index"
|
||||
SRC="file:/usr/local/share/lib/latex2html/icons/index.png"></A>
|
||||
SRC="index.png"></A>
|
||||
<BR>
|
||||
<B> Next:</B> <A NAME="tex2html2095"
|
||||
HREF="node105.html">Complex numbers</A>
|
||||
@@ -197,23 +201,23 @@ section of this chapter we will develop the additional background needed.
|
||||
<A NAME="tex2html2094"
|
||||
HREF="node105.html">
|
||||
<IMG WIDTH="37" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="next"
|
||||
SRC="file:/usr/local/share/lib/latex2html/icons/next.png"></A>
|
||||
SRC="next.png"></A>
|
||||
<A NAME="tex2html2088"
|
||||
HREF="book.html">
|
||||
<IMG WIDTH="26" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="up"
|
||||
SRC="file:/usr/local/share/lib/latex2html/icons/up.png"></A>
|
||||
SRC="up.png"></A>
|
||||
<A NAME="tex2html2082"
|
||||
HREF="node103.html">
|
||||
<IMG WIDTH="63" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="previous"
|
||||
SRC="file:/usr/local/share/lib/latex2html/icons/prev.png"></A>
|
||||
SRC="prev.png"></A>
|
||||
<A NAME="tex2html2090"
|
||||
HREF="node4.html">
|
||||
<IMG WIDTH="65" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="contents"
|
||||
SRC="file:/usr/local/share/lib/latex2html/icons/contents.png"></A>
|
||||
SRC="contents.png"></A>
|
||||
<A NAME="tex2html2092"
|
||||
HREF="node201.html">
|
||||
<IMG WIDTH="43" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="index"
|
||||
SRC="file:/usr/local/share/lib/latex2html/icons/index.png"></A>
|
||||
SRC="index.png"></A>
|
||||
<BR>
|
||||
<B> Next:</B> <A NAME="tex2html2095"
|
||||
HREF="node105.html">Complex numbers</A>
|
||||
|
||||
26
node105.html
26
node105.html
@@ -1,4 +1,4 @@
|
||||
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN">
|
||||
<!DOCTYPE html>
|
||||
|
||||
<!--Converted with LaTeX2HTML 2002-2-1 (1.71)
|
||||
original version by: Nikos Drakos, CBLU, University of Leeds
|
||||
@@ -7,6 +7,10 @@ original version by: Nikos Drakos, CBLU, University of Leeds
|
||||
Jens Lippmann, Marek Rouchal, Martin Wilck and others -->
|
||||
<HTML>
|
||||
<HEAD>
|
||||
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
|
||||
|
||||
<TITLE>Complex numbers</TITLE>
|
||||
<META NAME="description" CONTENT="Complex numbers">
|
||||
<META NAME="keywords" CONTENT="book">
|
||||
@@ -29,23 +33,23 @@ original version by: Nikos Drakos, CBLU, University of Leeds
|
||||
<A NAME="tex2html2130"
|
||||
HREF="node106.html">
|
||||
<IMG WIDTH="37" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="next"
|
||||
SRC="file:/usr/local/share/lib/latex2html/icons/next.png"></A>
|
||||
SRC="next.png"></A>
|
||||
<A NAME="tex2html2124"
|
||||
HREF="node104.html">
|
||||
<IMG WIDTH="26" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="up"
|
||||
SRC="file:/usr/local/share/lib/latex2html/icons/up.png"></A>
|
||||
SRC="up.png"></A>
|
||||
<A NAME="tex2html2118"
|
||||
HREF="node104.html">
|
||||
<IMG WIDTH="63" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="previous"
|
||||
SRC="file:/usr/local/share/lib/latex2html/icons/prev.png"></A>
|
||||
SRC="prev.png"></A>
|
||||
<A NAME="tex2html2126"
|
||||
HREF="node4.html">
|
||||
<IMG WIDTH="65" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="contents"
|
||||
SRC="file:/usr/local/share/lib/latex2html/icons/contents.png"></A>
|
||||
SRC="contents.png"></A>
|
||||
<A NAME="tex2html2128"
|
||||
HREF="node201.html">
|
||||
<IMG WIDTH="43" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="index"
|
||||
SRC="file:/usr/local/share/lib/latex2html/icons/index.png"></A>
|
||||
SRC="index.png"></A>
|
||||
<BR>
|
||||
<B> Next:</B> <A NAME="tex2html2131"
|
||||
HREF="node106.html">Complex sinusoids</A>
|
||||
@@ -519,23 +523,23 @@ imaginary parts.
|
||||
<A NAME="tex2html2130"
|
||||
HREF="node106.html">
|
||||
<IMG WIDTH="37" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="next"
|
||||
SRC="file:/usr/local/share/lib/latex2html/icons/next.png"></A>
|
||||
SRC="next.png"></A>
|
||||
<A NAME="tex2html2124"
|
||||
HREF="node104.html">
|
||||
<IMG WIDTH="26" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="up"
|
||||
SRC="file:/usr/local/share/lib/latex2html/icons/up.png"></A>
|
||||
SRC="up.png"></A>
|
||||
<A NAME="tex2html2118"
|
||||
HREF="node104.html">
|
||||
<IMG WIDTH="63" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="previous"
|
||||
SRC="file:/usr/local/share/lib/latex2html/icons/prev.png"></A>
|
||||
SRC="prev.png"></A>
|
||||
<A NAME="tex2html2126"
|
||||
HREF="node4.html">
|
||||
<IMG WIDTH="65" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="contents"
|
||||
SRC="file:/usr/local/share/lib/latex2html/icons/contents.png"></A>
|
||||
SRC="contents.png"></A>
|
||||
<A NAME="tex2html2128"
|
||||
HREF="node201.html">
|
||||
<IMG WIDTH="43" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="index"
|
||||
SRC="file:/usr/local/share/lib/latex2html/icons/index.png"></A>
|
||||
SRC="index.png"></A>
|
||||
<BR>
|
||||
<B> Next:</B> <A NAME="tex2html2131"
|
||||
HREF="node106.html">Complex sinusoids</A>
|
||||
|
||||
28
node106.html
28
node106.html
@@ -1,4 +1,4 @@
|
||||
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN">
|
||||
<!DOCTYPE html>
|
||||
|
||||
<!--Converted with LaTeX2HTML 2002-2-1 (1.71)
|
||||
original version by: Nikos Drakos, CBLU, University of Leeds
|
||||
@@ -7,6 +7,10 @@ original version by: Nikos Drakos, CBLU, University of Leeds
|
||||
Jens Lippmann, Marek Rouchal, Martin Wilck and others -->
|
||||
<HTML>
|
||||
<HEAD>
|
||||
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
|
||||
|
||||
<TITLE>Complex sinusoids</TITLE>
|
||||
<META NAME="description" CONTENT="Complex sinusoids">
|
||||
<META NAME="keywords" CONTENT="book">
|
||||
@@ -28,23 +32,23 @@ original version by: Nikos Drakos, CBLU, University of Leeds
|
||||
<A NAME="tex2html2143"
|
||||
HREF="node107.html">
|
||||
<IMG WIDTH="37" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="next"
|
||||
SRC="file:/usr/local/share/lib/latex2html/icons/next.png"></A>
|
||||
SRC="next.png"></A>
|
||||
<A NAME="tex2html2137"
|
||||
HREF="node105.html">
|
||||
<IMG WIDTH="26" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="up"
|
||||
SRC="file:/usr/local/share/lib/latex2html/icons/up.png"></A>
|
||||
SRC="up.png"></A>
|
||||
<A NAME="tex2html2133"
|
||||
HREF="node105.html">
|
||||
<IMG WIDTH="63" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="previous"
|
||||
SRC="file:/usr/local/share/lib/latex2html/icons/prev.png"></A>
|
||||
SRC="prev.png"></A>
|
||||
<A NAME="tex2html2139"
|
||||
HREF="node4.html">
|
||||
<IMG WIDTH="65" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="contents"
|
||||
SRC="file:/usr/local/share/lib/latex2html/icons/contents.png"></A>
|
||||
SRC="contents.png"></A>
|
||||
<A NAME="tex2html2141"
|
||||
HREF="node201.html">
|
||||
<IMG WIDTH="43" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="index"
|
||||
SRC="file:/usr/local/share/lib/latex2html/icons/index.png"></A>
|
||||
SRC="index.png"></A>
|
||||
<BR>
|
||||
<B> Next:</B> <A NAME="tex2html2144"
|
||||
HREF="node107.html">Time shifts and phase</A>
|
||||
@@ -67,7 +71,7 @@ Complex sinusoids</A>
|
||||
<P>
|
||||
Recall the formula for a (real-valued) sinusoid from Page
|
||||
<A HREF="node7.html#eq-realsinusoid"><IMG ALIGN="BOTTOM" BORDER="1" ALT="[*]"
|
||||
SRC="file:/usr/local/share/lib/latex2html/icons/crossref.png"></A>:
|
||||
SRC="crossref.png"></A>:
|
||||
<BR><P></P>
|
||||
<DIV ALIGN="CENTER">
|
||||
<!-- MATH
|
||||
@@ -425,23 +429,23 @@ end of whatever we're doing.
|
||||
<A NAME="tex2html2143"
|
||||
HREF="node107.html">
|
||||
<IMG WIDTH="37" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="next"
|
||||
SRC="file:/usr/local/share/lib/latex2html/icons/next.png"></A>
|
||||
SRC="next.png"></A>
|
||||
<A NAME="tex2html2137"
|
||||
HREF="node105.html">
|
||||
<IMG WIDTH="26" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="up"
|
||||
SRC="file:/usr/local/share/lib/latex2html/icons/up.png"></A>
|
||||
SRC="up.png"></A>
|
||||
<A NAME="tex2html2133"
|
||||
HREF="node105.html">
|
||||
<IMG WIDTH="63" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="previous"
|
||||
SRC="file:/usr/local/share/lib/latex2html/icons/prev.png"></A>
|
||||
SRC="prev.png"></A>
|
||||
<A NAME="tex2html2139"
|
||||
HREF="node4.html">
|
||||
<IMG WIDTH="65" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="contents"
|
||||
SRC="file:/usr/local/share/lib/latex2html/icons/contents.png"></A>
|
||||
SRC="contents.png"></A>
|
||||
<A NAME="tex2html2141"
|
||||
HREF="node201.html">
|
||||
<IMG WIDTH="43" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="index"
|
||||
SRC="file:/usr/local/share/lib/latex2html/icons/index.png"></A>
|
||||
SRC="index.png"></A>
|
||||
<BR>
|
||||
<B> Next:</B> <A NAME="tex2html2144"
|
||||
HREF="node107.html">Time shifts and phase</A>
|
||||
|
||||
26
node107.html
26
node107.html
@@ -1,4 +1,4 @@
|
||||
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN">
|
||||
<!DOCTYPE html>
|
||||
|
||||
<!--Converted with LaTeX2HTML 2002-2-1 (1.71)
|
||||
original version by: Nikos Drakos, CBLU, University of Leeds
|
||||
@@ -7,6 +7,10 @@ original version by: Nikos Drakos, CBLU, University of Leeds
|
||||
Jens Lippmann, Marek Rouchal, Martin Wilck and others -->
|
||||
<HTML>
|
||||
<HEAD>
|
||||
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
|
||||
|
||||
<TITLE>Time shifts and phase changes</TITLE>
|
||||
<META NAME="description" CONTENT="Time shifts and phase changes">
|
||||
<META NAME="keywords" CONTENT="book">
|
||||
@@ -29,23 +33,23 @@ original version by: Nikos Drakos, CBLU, University of Leeds
|
||||
<A NAME="tex2html2157"
|
||||
HREF="node108.html">
|
||||
<IMG WIDTH="37" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="next"
|
||||
SRC="file:/usr/local/share/lib/latex2html/icons/next.png"></A>
|
||||
SRC="next.png"></A>
|
||||
<A NAME="tex2html2151"
|
||||
HREF="node104.html">
|
||||
<IMG WIDTH="26" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="up"
|
||||
SRC="file:/usr/local/share/lib/latex2html/icons/up.png"></A>
|
||||
SRC="up.png"></A>
|
||||
<A NAME="tex2html2145"
|
||||
HREF="node106.html">
|
||||
<IMG WIDTH="63" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="previous"
|
||||
SRC="file:/usr/local/share/lib/latex2html/icons/prev.png"></A>
|
||||
SRC="prev.png"></A>
|
||||
<A NAME="tex2html2153"
|
||||
HREF="node4.html">
|
||||
<IMG WIDTH="65" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="contents"
|
||||
SRC="file:/usr/local/share/lib/latex2html/icons/contents.png"></A>
|
||||
SRC="contents.png"></A>
|
||||
<A NAME="tex2html2155"
|
||||
HREF="node201.html">
|
||||
<IMG WIDTH="43" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="index"
|
||||
SRC="file:/usr/local/share/lib/latex2html/icons/index.png"></A>
|
||||
SRC="index.png"></A>
|
||||
<BR>
|
||||
<B> Next:</B> <A NAME="tex2html2158"
|
||||
HREF="node108.html">Delay networks</A>
|
||||
@@ -233,23 +237,23 @@ since the sinusoid advances <IMG
|
||||
<A NAME="tex2html2157"
|
||||
HREF="node108.html">
|
||||
<IMG WIDTH="37" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="next"
|
||||
SRC="file:/usr/local/share/lib/latex2html/icons/next.png"></A>
|
||||
SRC="next.png"></A>
|
||||
<A NAME="tex2html2151"
|
||||
HREF="node104.html">
|
||||
<IMG WIDTH="26" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="up"
|
||||
SRC="file:/usr/local/share/lib/latex2html/icons/up.png"></A>
|
||||
SRC="up.png"></A>
|
||||
<A NAME="tex2html2145"
|
||||
HREF="node106.html">
|
||||
<IMG WIDTH="63" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="previous"
|
||||
SRC="file:/usr/local/share/lib/latex2html/icons/prev.png"></A>
|
||||
SRC="prev.png"></A>
|
||||
<A NAME="tex2html2153"
|
||||
HREF="node4.html">
|
||||
<IMG WIDTH="65" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="contents"
|
||||
SRC="file:/usr/local/share/lib/latex2html/icons/contents.png"></A>
|
||||
SRC="contents.png"></A>
|
||||
<A NAME="tex2html2155"
|
||||
HREF="node201.html">
|
||||
<IMG WIDTH="43" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="index"
|
||||
SRC="file:/usr/local/share/lib/latex2html/icons/index.png"></A>
|
||||
SRC="index.png"></A>
|
||||
<BR>
|
||||
<B> Next:</B> <A NAME="tex2html2158"
|
||||
HREF="node108.html">Delay networks</A>
|
||||
|
||||
26
node108.html
26
node108.html
@@ -1,4 +1,4 @@
|
||||
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN">
|
||||
<!DOCTYPE html>
|
||||
|
||||
<!--Converted with LaTeX2HTML 2002-2-1 (1.71)
|
||||
original version by: Nikos Drakos, CBLU, University of Leeds
|
||||
@@ -7,6 +7,10 @@ original version by: Nikos Drakos, CBLU, University of Leeds
|
||||
Jens Lippmann, Marek Rouchal, Martin Wilck and others -->
|
||||
<HTML>
|
||||
<HEAD>
|
||||
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
|
||||
|
||||
<TITLE>Delay networks</TITLE>
|
||||
<META NAME="description" CONTENT="Delay networks">
|
||||
<META NAME="keywords" CONTENT="book">
|
||||
@@ -29,23 +33,23 @@ original version by: Nikos Drakos, CBLU, University of Leeds
|
||||
<A NAME="tex2html2171"
|
||||
HREF="node109.html">
|
||||
<IMG WIDTH="37" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="next"
|
||||
SRC="file:/usr/local/share/lib/latex2html/icons/next.png"></A>
|
||||
SRC="next.png"></A>
|
||||
<A NAME="tex2html2165"
|
||||
HREF="node104.html">
|
||||
<IMG WIDTH="26" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="up"
|
||||
SRC="file:/usr/local/share/lib/latex2html/icons/up.png"></A>
|
||||
SRC="up.png"></A>
|
||||
<A NAME="tex2html2159"
|
||||
HREF="node107.html">
|
||||
<IMG WIDTH="63" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="previous"
|
||||
SRC="file:/usr/local/share/lib/latex2html/icons/prev.png"></A>
|
||||
SRC="prev.png"></A>
|
||||
<A NAME="tex2html2167"
|
||||
HREF="node4.html">
|
||||
<IMG WIDTH="65" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="contents"
|
||||
SRC="file:/usr/local/share/lib/latex2html/icons/contents.png"></A>
|
||||
SRC="contents.png"></A>
|
||||
<A NAME="tex2html2169"
|
||||
HREF="node201.html">
|
||||
<IMG WIDTH="43" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="index"
|
||||
SRC="file:/usr/local/share/lib/latex2html/icons/index.png"></A>
|
||||
SRC="index.png"></A>
|
||||
<BR>
|
||||
<B> Next:</B> <A NAME="tex2html2172"
|
||||
HREF="node109.html">Recirculating delay networks</A>
|
||||
@@ -595,23 +599,23 @@ over the entire range of possible delay times.
|
||||
<A NAME="tex2html2171"
|
||||
HREF="node109.html">
|
||||
<IMG WIDTH="37" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="next"
|
||||
SRC="file:/usr/local/share/lib/latex2html/icons/next.png"></A>
|
||||
SRC="next.png"></A>
|
||||
<A NAME="tex2html2165"
|
||||
HREF="node104.html">
|
||||
<IMG WIDTH="26" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="up"
|
||||
SRC="file:/usr/local/share/lib/latex2html/icons/up.png"></A>
|
||||
SRC="up.png"></A>
|
||||
<A NAME="tex2html2159"
|
||||
HREF="node107.html">
|
||||
<IMG WIDTH="63" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="previous"
|
||||
SRC="file:/usr/local/share/lib/latex2html/icons/prev.png"></A>
|
||||
SRC="prev.png"></A>
|
||||
<A NAME="tex2html2167"
|
||||
HREF="node4.html">
|
||||
<IMG WIDTH="65" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="contents"
|
||||
SRC="file:/usr/local/share/lib/latex2html/icons/contents.png"></A>
|
||||
SRC="contents.png"></A>
|
||||
<A NAME="tex2html2169"
|
||||
HREF="node201.html">
|
||||
<IMG WIDTH="43" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="index"
|
||||
SRC="file:/usr/local/share/lib/latex2html/icons/index.png"></A>
|
||||
SRC="index.png"></A>
|
||||
<BR>
|
||||
<B> Next:</B> <A NAME="tex2html2172"
|
||||
HREF="node109.html">Recirculating delay networks</A>
|
||||
|
||||
26
node109.html
26
node109.html
@@ -1,4 +1,4 @@
|
||||
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN">
|
||||
<!DOCTYPE html>
|
||||
|
||||
<!--Converted with LaTeX2HTML 2002-2-1 (1.71)
|
||||
original version by: Nikos Drakos, CBLU, University of Leeds
|
||||
@@ -7,6 +7,10 @@ original version by: Nikos Drakos, CBLU, University of Leeds
|
||||
Jens Lippmann, Marek Rouchal, Martin Wilck and others -->
|
||||
<HTML>
|
||||
<HEAD>
|
||||
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
|
||||
|
||||
<TITLE>Recirculating delay networks</TITLE>
|
||||
<META NAME="description" CONTENT="Recirculating delay networks">
|
||||
<META NAME="keywords" CONTENT="book">
|
||||
@@ -29,23 +33,23 @@ original version by: Nikos Drakos, CBLU, University of Leeds
|
||||
<A NAME="tex2html2185"
|
||||
HREF="node110.html">
|
||||
<IMG WIDTH="37" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="next"
|
||||
SRC="file:/usr/local/share/lib/latex2html/icons/next.png"></A>
|
||||
SRC="next.png"></A>
|
||||
<A NAME="tex2html2179"
|
||||
HREF="node104.html">
|
||||
<IMG WIDTH="26" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="up"
|
||||
SRC="file:/usr/local/share/lib/latex2html/icons/up.png"></A>
|
||||
SRC="up.png"></A>
|
||||
<A NAME="tex2html2173"
|
||||
HREF="node108.html">
|
||||
<IMG WIDTH="63" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="previous"
|
||||
SRC="file:/usr/local/share/lib/latex2html/icons/prev.png"></A>
|
||||
SRC="prev.png"></A>
|
||||
<A NAME="tex2html2181"
|
||||
HREF="node4.html">
|
||||
<IMG WIDTH="65" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="contents"
|
||||
SRC="file:/usr/local/share/lib/latex2html/icons/contents.png"></A>
|
||||
SRC="contents.png"></A>
|
||||
<A NAME="tex2html2183"
|
||||
HREF="node201.html">
|
||||
<IMG WIDTH="43" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="index"
|
||||
SRC="file:/usr/local/share/lib/latex2html/icons/index.png"></A>
|
||||
SRC="index.png"></A>
|
||||
<BR>
|
||||
<B> Next:</B> <A NAME="tex2html2186"
|
||||
HREF="node110.html">Power conservation and complex</A>
|
||||
@@ -670,23 +674,23 @@ filters in Chapter <A HREF="node127.html#chapter-filter">8</A>.
|
||||
<A NAME="tex2html2185"
|
||||
HREF="node110.html">
|
||||
<IMG WIDTH="37" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="next"
|
||||
SRC="file:/usr/local/share/lib/latex2html/icons/next.png"></A>
|
||||
SRC="next.png"></A>
|
||||
<A NAME="tex2html2179"
|
||||
HREF="node104.html">
|
||||
<IMG WIDTH="26" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="up"
|
||||
SRC="file:/usr/local/share/lib/latex2html/icons/up.png"></A>
|
||||
SRC="up.png"></A>
|
||||
<A NAME="tex2html2173"
|
||||
HREF="node108.html">
|
||||
<IMG WIDTH="63" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="previous"
|
||||
SRC="file:/usr/local/share/lib/latex2html/icons/prev.png"></A>
|
||||
SRC="prev.png"></A>
|
||||
<A NAME="tex2html2181"
|
||||
HREF="node4.html">
|
||||
<IMG WIDTH="65" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="contents"
|
||||
SRC="file:/usr/local/share/lib/latex2html/icons/contents.png"></A>
|
||||
SRC="contents.png"></A>
|
||||
<A NAME="tex2html2183"
|
||||
HREF="node201.html">
|
||||
<IMG WIDTH="43" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="index"
|
||||
SRC="file:/usr/local/share/lib/latex2html/icons/index.png"></A>
|
||||
SRC="index.png"></A>
|
||||
<BR>
|
||||
<B> Next:</B> <A NAME="tex2html2186"
|
||||
HREF="node110.html">Power conservation and complex</A>
|
||||
|
||||
26
node11.html
26
node11.html
@@ -1,4 +1,4 @@
|
||||
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN">
|
||||
<!DOCTYPE html>
|
||||
|
||||
<!--Converted with LaTeX2HTML 2002-2-1 (1.71)
|
||||
original version by: Nikos Drakos, CBLU, University of Leeds
|
||||
@@ -7,6 +7,10 @@ original version by: Nikos Drakos, CBLU, University of Leeds
|
||||
Jens Lippmann, Marek Rouchal, Martin Wilck and others -->
|
||||
<HTML>
|
||||
<HEAD>
|
||||
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
|
||||
|
||||
<TITLE>Frequency</TITLE>
|
||||
<META NAME="description" CONTENT="Frequency">
|
||||
<META NAME="keywords" CONTENT="book">
|
||||
@@ -29,23 +33,23 @@ original version by: Nikos Drakos, CBLU, University of Leeds
|
||||
<A NAME="tex2html707"
|
||||
HREF="node12.html">
|
||||
<IMG WIDTH="37" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="next"
|
||||
SRC="file:/usr/local/share/lib/latex2html/icons/next.png"></A>
|
||||
SRC="next.png"></A>
|
||||
<A NAME="tex2html701"
|
||||
HREF="node7.html">
|
||||
<IMG WIDTH="26" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="up"
|
||||
SRC="file:/usr/local/share/lib/latex2html/icons/up.png"></A>
|
||||
SRC="up.png"></A>
|
||||
<A NAME="tex2html695"
|
||||
HREF="node10.html">
|
||||
<IMG WIDTH="63" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="previous"
|
||||
SRC="file:/usr/local/share/lib/latex2html/icons/prev.png"></A>
|
||||
SRC="prev.png"></A>
|
||||
<A NAME="tex2html703"
|
||||
HREF="node4.html">
|
||||
<IMG WIDTH="65" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="contents"
|
||||
SRC="file:/usr/local/share/lib/latex2html/icons/contents.png"></A>
|
||||
SRC="contents.png"></A>
|
||||
<A NAME="tex2html705"
|
||||
HREF="node201.html">
|
||||
<IMG WIDTH="43" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="index"
|
||||
SRC="file:/usr/local/share/lib/latex2html/icons/index.png"></A>
|
||||
SRC="index.png"></A>
|
||||
<BR>
|
||||
<B> Next:</B> <A NAME="tex2html708"
|
||||
HREF="node12.html">Synthesizing a sinusoid</A>
|
||||
@@ -170,23 +174,23 @@ two-octave range, is shown in Figure <A HREF="node10.html#fig01.04">1.4</A>.
|
||||
<A NAME="tex2html707"
|
||||
HREF="node12.html">
|
||||
<IMG WIDTH="37" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="next"
|
||||
SRC="file:/usr/local/share/lib/latex2html/icons/next.png"></A>
|
||||
SRC="next.png"></A>
|
||||
<A NAME="tex2html701"
|
||||
HREF="node7.html">
|
||||
<IMG WIDTH="26" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="up"
|
||||
SRC="file:/usr/local/share/lib/latex2html/icons/up.png"></A>
|
||||
SRC="up.png"></A>
|
||||
<A NAME="tex2html695"
|
||||
HREF="node10.html">
|
||||
<IMG WIDTH="63" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="previous"
|
||||
SRC="file:/usr/local/share/lib/latex2html/icons/prev.png"></A>
|
||||
SRC="prev.png"></A>
|
||||
<A NAME="tex2html703"
|
||||
HREF="node4.html">
|
||||
<IMG WIDTH="65" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="contents"
|
||||
SRC="file:/usr/local/share/lib/latex2html/icons/contents.png"></A>
|
||||
SRC="contents.png"></A>
|
||||
<A NAME="tex2html705"
|
||||
HREF="node201.html">
|
||||
<IMG WIDTH="43" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="index"
|
||||
SRC="file:/usr/local/share/lib/latex2html/icons/index.png"></A>
|
||||
SRC="index.png"></A>
|
||||
<BR>
|
||||
<B> Next:</B> <A NAME="tex2html708"
|
||||
HREF="node12.html">Synthesizing a sinusoid</A>
|
||||
|
||||
26
node110.html
26
node110.html
@@ -1,4 +1,4 @@
|
||||
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN">
|
||||
<!DOCTYPE html>
|
||||
|
||||
<!--Converted with LaTeX2HTML 2002-2-1 (1.71)
|
||||
original version by: Nikos Drakos, CBLU, University of Leeds
|
||||
@@ -7,6 +7,10 @@ original version by: Nikos Drakos, CBLU, University of Leeds
|
||||
Jens Lippmann, Marek Rouchal, Martin Wilck and others -->
|
||||
<HTML>
|
||||
<HEAD>
|
||||
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
|
||||
|
||||
<TITLE>Power conservation and complex delay networks</TITLE>
|
||||
<META NAME="description" CONTENT="Power conservation and complex delay networks">
|
||||
<META NAME="keywords" CONTENT="book">
|
||||
@@ -29,23 +33,23 @@ original version by: Nikos Drakos, CBLU, University of Leeds
|
||||
<A NAME="tex2html2199"
|
||||
HREF="node111.html">
|
||||
<IMG WIDTH="37" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="next"
|
||||
SRC="file:/usr/local/share/lib/latex2html/icons/next.png"></A>
|
||||
SRC="next.png"></A>
|
||||
<A NAME="tex2html2193"
|
||||
HREF="node104.html">
|
||||
<IMG WIDTH="26" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="up"
|
||||
SRC="file:/usr/local/share/lib/latex2html/icons/up.png"></A>
|
||||
SRC="up.png"></A>
|
||||
<A NAME="tex2html2187"
|
||||
HREF="node109.html">
|
||||
<IMG WIDTH="63" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="previous"
|
||||
SRC="file:/usr/local/share/lib/latex2html/icons/prev.png"></A>
|
||||
SRC="prev.png"></A>
|
||||
<A NAME="tex2html2195"
|
||||
HREF="node4.html">
|
||||
<IMG WIDTH="65" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="contents"
|
||||
SRC="file:/usr/local/share/lib/latex2html/icons/contents.png"></A>
|
||||
SRC="contents.png"></A>
|
||||
<A NAME="tex2html2197"
|
||||
HREF="node201.html">
|
||||
<IMG WIDTH="43" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="index"
|
||||
SRC="file:/usr/local/share/lib/latex2html/icons/index.png"></A>
|
||||
SRC="index.png"></A>
|
||||
<BR>
|
||||
<B> Next:</B> <A NAME="tex2html2200"
|
||||
HREF="node111.html">Artificial reverberation</A>
|
||||
@@ -669,23 +673,23 @@ of which we will visit later in this book.
|
||||
<A NAME="tex2html2199"
|
||||
HREF="node111.html">
|
||||
<IMG WIDTH="37" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="next"
|
||||
SRC="file:/usr/local/share/lib/latex2html/icons/next.png"></A>
|
||||
SRC="next.png"></A>
|
||||
<A NAME="tex2html2193"
|
||||
HREF="node104.html">
|
||||
<IMG WIDTH="26" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="up"
|
||||
SRC="file:/usr/local/share/lib/latex2html/icons/up.png"></A>
|
||||
SRC="up.png"></A>
|
||||
<A NAME="tex2html2187"
|
||||
HREF="node109.html">
|
||||
<IMG WIDTH="63" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="previous"
|
||||
SRC="file:/usr/local/share/lib/latex2html/icons/prev.png"></A>
|
||||
SRC="prev.png"></A>
|
||||
<A NAME="tex2html2195"
|
||||
HREF="node4.html">
|
||||
<IMG WIDTH="65" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="contents"
|
||||
SRC="file:/usr/local/share/lib/latex2html/icons/contents.png"></A>
|
||||
SRC="contents.png"></A>
|
||||
<A NAME="tex2html2197"
|
||||
HREF="node201.html">
|
||||
<IMG WIDTH="43" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="index"
|
||||
SRC="file:/usr/local/share/lib/latex2html/icons/index.png"></A>
|
||||
SRC="index.png"></A>
|
||||
<BR>
|
||||
<B> Next:</B> <A NAME="tex2html2200"
|
||||
HREF="node111.html">Artificial reverberation</A>
|
||||
|
||||
26
node111.html
26
node111.html
@@ -1,4 +1,4 @@
|
||||
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN">
|
||||
<!DOCTYPE html>
|
||||
|
||||
<!--Converted with LaTeX2HTML 2002-2-1 (1.71)
|
||||
original version by: Nikos Drakos, CBLU, University of Leeds
|
||||
@@ -7,6 +7,10 @@ original version by: Nikos Drakos, CBLU, University of Leeds
|
||||
Jens Lippmann, Marek Rouchal, Martin Wilck and others -->
|
||||
<HTML>
|
||||
<HEAD>
|
||||
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
|
||||
|
||||
<TITLE>Artificial reverberation</TITLE>
|
||||
<META NAME="description" CONTENT="Artificial reverberation">
|
||||
<META NAME="keywords" CONTENT="book">
|
||||
@@ -29,23 +33,23 @@ original version by: Nikos Drakos, CBLU, University of Leeds
|
||||
<A NAME="tex2html2213"
|
||||
HREF="node112.html">
|
||||
<IMG WIDTH="37" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="next"
|
||||
SRC="file:/usr/local/share/lib/latex2html/icons/next.png"></A>
|
||||
SRC="next.png"></A>
|
||||
<A NAME="tex2html2207"
|
||||
HREF="node104.html">
|
||||
<IMG WIDTH="26" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="up"
|
||||
SRC="file:/usr/local/share/lib/latex2html/icons/up.png"></A>
|
||||
SRC="up.png"></A>
|
||||
<A NAME="tex2html2201"
|
||||
HREF="node110.html">
|
||||
<IMG WIDTH="63" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="previous"
|
||||
SRC="file:/usr/local/share/lib/latex2html/icons/prev.png"></A>
|
||||
SRC="prev.png"></A>
|
||||
<A NAME="tex2html2209"
|
||||
HREF="node4.html">
|
||||
<IMG WIDTH="65" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="contents"
|
||||
SRC="file:/usr/local/share/lib/latex2html/icons/contents.png"></A>
|
||||
SRC="contents.png"></A>
|
||||
<A NAME="tex2html2211"
|
||||
HREF="node201.html">
|
||||
<IMG WIDTH="43" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="index"
|
||||
SRC="file:/usr/local/share/lib/latex2html/icons/index.png"></A>
|
||||
SRC="index.png"></A>
|
||||
<BR>
|
||||
<B> Next:</B> <A NAME="tex2html2214"
|
||||
HREF="node112.html">Controlling reverberators</A>
|
||||
@@ -281,23 +285,23 @@ and lengthy tuning by trial, error, and critical listening.
|
||||
<A NAME="tex2html2213"
|
||||
HREF="node112.html">
|
||||
<IMG WIDTH="37" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="next"
|
||||
SRC="file:/usr/local/share/lib/latex2html/icons/next.png"></A>
|
||||
SRC="next.png"></A>
|
||||
<A NAME="tex2html2207"
|
||||
HREF="node104.html">
|
||||
<IMG WIDTH="26" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="up"
|
||||
SRC="file:/usr/local/share/lib/latex2html/icons/up.png"></A>
|
||||
SRC="up.png"></A>
|
||||
<A NAME="tex2html2201"
|
||||
HREF="node110.html">
|
||||
<IMG WIDTH="63" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="previous"
|
||||
SRC="file:/usr/local/share/lib/latex2html/icons/prev.png"></A>
|
||||
SRC="prev.png"></A>
|
||||
<A NAME="tex2html2209"
|
||||
HREF="node4.html">
|
||||
<IMG WIDTH="65" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="contents"
|
||||
SRC="file:/usr/local/share/lib/latex2html/icons/contents.png"></A>
|
||||
SRC="contents.png"></A>
|
||||
<A NAME="tex2html2211"
|
||||
HREF="node201.html">
|
||||
<IMG WIDTH="43" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="index"
|
||||
SRC="file:/usr/local/share/lib/latex2html/icons/index.png"></A>
|
||||
SRC="index.png"></A>
|
||||
<BR>
|
||||
<B> Next:</B> <A NAME="tex2html2214"
|
||||
HREF="node112.html">Controlling reverberators</A>
|
||||
|
||||
26
node112.html
26
node112.html
@@ -1,4 +1,4 @@
|
||||
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN">
|
||||
<!DOCTYPE html>
|
||||
|
||||
<!--Converted with LaTeX2HTML 2002-2-1 (1.71)
|
||||
original version by: Nikos Drakos, CBLU, University of Leeds
|
||||
@@ -7,6 +7,10 @@ original version by: Nikos Drakos, CBLU, University of Leeds
|
||||
Jens Lippmann, Marek Rouchal, Martin Wilck and others -->
|
||||
<HTML>
|
||||
<HEAD>
|
||||
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
|
||||
|
||||
<TITLE>Controlling reverberators</TITLE>
|
||||
<META NAME="description" CONTENT="Controlling reverberators">
|
||||
<META NAME="keywords" CONTENT="book">
|
||||
@@ -28,23 +32,23 @@ original version by: Nikos Drakos, CBLU, University of Leeds
|
||||
<A NAME="tex2html2226"
|
||||
HREF="node113.html">
|
||||
<IMG WIDTH="37" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="next"
|
||||
SRC="file:/usr/local/share/lib/latex2html/icons/next.png"></A>
|
||||
SRC="next.png"></A>
|
||||
<A NAME="tex2html2220"
|
||||
HREF="node111.html">
|
||||
<IMG WIDTH="26" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="up"
|
||||
SRC="file:/usr/local/share/lib/latex2html/icons/up.png"></A>
|
||||
SRC="up.png"></A>
|
||||
<A NAME="tex2html2216"
|
||||
HREF="node111.html">
|
||||
<IMG WIDTH="63" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="previous"
|
||||
SRC="file:/usr/local/share/lib/latex2html/icons/prev.png"></A>
|
||||
SRC="prev.png"></A>
|
||||
<A NAME="tex2html2222"
|
||||
HREF="node4.html">
|
||||
<IMG WIDTH="65" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="contents"
|
||||
SRC="file:/usr/local/share/lib/latex2html/icons/contents.png"></A>
|
||||
SRC="contents.png"></A>
|
||||
<A NAME="tex2html2224"
|
||||
HREF="node201.html">
|
||||
<IMG WIDTH="43" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="index"
|
||||
SRC="file:/usr/local/share/lib/latex2html/icons/index.png"></A>
|
||||
SRC="index.png"></A>
|
||||
<BR>
|
||||
<B> Next:</B> <A NAME="tex2html2227"
|
||||
HREF="node113.html">Variable and fractional shifts</A>
|
||||
@@ -134,23 +138,23 @@ decay.
|
||||
<A NAME="tex2html2226"
|
||||
HREF="node113.html">
|
||||
<IMG WIDTH="37" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="next"
|
||||
SRC="file:/usr/local/share/lib/latex2html/icons/next.png"></A>
|
||||
SRC="next.png"></A>
|
||||
<A NAME="tex2html2220"
|
||||
HREF="node111.html">
|
||||
<IMG WIDTH="26" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="up"
|
||||
SRC="file:/usr/local/share/lib/latex2html/icons/up.png"></A>
|
||||
SRC="up.png"></A>
|
||||
<A NAME="tex2html2216"
|
||||
HREF="node111.html">
|
||||
<IMG WIDTH="63" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="previous"
|
||||
SRC="file:/usr/local/share/lib/latex2html/icons/prev.png"></A>
|
||||
SRC="prev.png"></A>
|
||||
<A NAME="tex2html2222"
|
||||
HREF="node4.html">
|
||||
<IMG WIDTH="65" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="contents"
|
||||
SRC="file:/usr/local/share/lib/latex2html/icons/contents.png"></A>
|
||||
SRC="contents.png"></A>
|
||||
<A NAME="tex2html2224"
|
||||
HREF="node201.html">
|
||||
<IMG WIDTH="43" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="index"
|
||||
SRC="file:/usr/local/share/lib/latex2html/icons/index.png"></A>
|
||||
SRC="index.png"></A>
|
||||
<BR>
|
||||
<B> Next:</B> <A NAME="tex2html2227"
|
||||
HREF="node113.html">Variable and fractional shifts</A>
|
||||
|
||||
28
node113.html
28
node113.html
@@ -1,4 +1,4 @@
|
||||
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN">
|
||||
<!DOCTYPE html>
|
||||
|
||||
<!--Converted with LaTeX2HTML 2002-2-1 (1.71)
|
||||
original version by: Nikos Drakos, CBLU, University of Leeds
|
||||
@@ -7,6 +7,10 @@ original version by: Nikos Drakos, CBLU, University of Leeds
|
||||
Jens Lippmann, Marek Rouchal, Martin Wilck and others -->
|
||||
<HTML>
|
||||
<HEAD>
|
||||
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
|
||||
|
||||
<TITLE>Variable and fractional shifts</TITLE>
|
||||
<META NAME="description" CONTENT="Variable and fractional shifts">
|
||||
<META NAME="keywords" CONTENT="book">
|
||||
@@ -29,23 +33,23 @@ original version by: Nikos Drakos, CBLU, University of Leeds
|
||||
<A NAME="tex2html2240"
|
||||
HREF="node114.html">
|
||||
<IMG WIDTH="37" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="next"
|
||||
SRC="file:/usr/local/share/lib/latex2html/icons/next.png"></A>
|
||||
SRC="next.png"></A>
|
||||
<A NAME="tex2html2234"
|
||||
HREF="node104.html">
|
||||
<IMG WIDTH="26" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="up"
|
||||
SRC="file:/usr/local/share/lib/latex2html/icons/up.png"></A>
|
||||
SRC="up.png"></A>
|
||||
<A NAME="tex2html2228"
|
||||
HREF="node112.html">
|
||||
<IMG WIDTH="63" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="previous"
|
||||
SRC="file:/usr/local/share/lib/latex2html/icons/prev.png"></A>
|
||||
SRC="prev.png"></A>
|
||||
<A NAME="tex2html2236"
|
||||
HREF="node4.html">
|
||||
<IMG WIDTH="65" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="contents"
|
||||
SRC="file:/usr/local/share/lib/latex2html/icons/contents.png"></A>
|
||||
SRC="contents.png"></A>
|
||||
<A NAME="tex2html2238"
|
||||
HREF="node201.html">
|
||||
<IMG WIDTH="43" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="index"
|
||||
SRC="file:/usr/local/share/lib/latex2html/icons/index.png"></A>
|
||||
SRC="index.png"></A>
|
||||
<BR>
|
||||
<B> Next:</B> <A NAME="tex2html2241"
|
||||
HREF="node114.html">Fidelity of interpolating delay</A>
|
||||
@@ -262,7 +266,7 @@ appropriately in case <IMG
|
||||
SRC="img2.png"
|
||||
ALT="$y[n]$"> is not an integer. This is exactly the formula
|
||||
for wavetable lookup (Page <A HREF="node26.html#chapter-wavetable"><IMG ALIGN="BOTTOM" BORDER="1" ALT="[*]"
|
||||
SRC="file:/usr/local/share/lib/latex2html/icons/crossref.png"></A>). We can use all the
|
||||
SRC="crossref.png"></A>). We can use all the
|
||||
properties of wavetable lookup of recorded sounds to predict the behavior
|
||||
of variable delay lines.
|
||||
|
||||
@@ -390,23 +394,23 @@ diagonal region.
|
||||
<A NAME="tex2html2240"
|
||||
HREF="node114.html">
|
||||
<IMG WIDTH="37" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="next"
|
||||
SRC="file:/usr/local/share/lib/latex2html/icons/next.png"></A>
|
||||
SRC="next.png"></A>
|
||||
<A NAME="tex2html2234"
|
||||
HREF="node104.html">
|
||||
<IMG WIDTH="26" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="up"
|
||||
SRC="file:/usr/local/share/lib/latex2html/icons/up.png"></A>
|
||||
SRC="up.png"></A>
|
||||
<A NAME="tex2html2228"
|
||||
HREF="node112.html">
|
||||
<IMG WIDTH="63" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="previous"
|
||||
SRC="file:/usr/local/share/lib/latex2html/icons/prev.png"></A>
|
||||
SRC="prev.png"></A>
|
||||
<A NAME="tex2html2236"
|
||||
HREF="node4.html">
|
||||
<IMG WIDTH="65" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="contents"
|
||||
SRC="file:/usr/local/share/lib/latex2html/icons/contents.png"></A>
|
||||
SRC="contents.png"></A>
|
||||
<A NAME="tex2html2238"
|
||||
HREF="node201.html">
|
||||
<IMG WIDTH="43" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="index"
|
||||
SRC="file:/usr/local/share/lib/latex2html/icons/index.png"></A>
|
||||
SRC="index.png"></A>
|
||||
<BR>
|
||||
<B> Next:</B> <A NAME="tex2html2241"
|
||||
HREF="node114.html">Fidelity of interpolating delay</A>
|
||||
|
||||
28
node114.html
28
node114.html
@@ -1,4 +1,4 @@
|
||||
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN">
|
||||
<!DOCTYPE html>
|
||||
|
||||
<!--Converted with LaTeX2HTML 2002-2-1 (1.71)
|
||||
original version by: Nikos Drakos, CBLU, University of Leeds
|
||||
@@ -7,6 +7,10 @@ original version by: Nikos Drakos, CBLU, University of Leeds
|
||||
Jens Lippmann, Marek Rouchal, Martin Wilck and others -->
|
||||
<HTML>
|
||||
<HEAD>
|
||||
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
|
||||
|
||||
<TITLE>Fidelity of interpolating delay lines</TITLE>
|
||||
<META NAME="description" CONTENT="Fidelity of interpolating delay lines">
|
||||
<META NAME="keywords" CONTENT="book">
|
||||
@@ -29,23 +33,23 @@ original version by: Nikos Drakos, CBLU, University of Leeds
|
||||
<A NAME="tex2html2254"
|
||||
HREF="node115.html">
|
||||
<IMG WIDTH="37" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="next"
|
||||
SRC="file:/usr/local/share/lib/latex2html/icons/next.png"></A>
|
||||
SRC="next.png"></A>
|
||||
<A NAME="tex2html2248"
|
||||
HREF="node104.html">
|
||||
<IMG WIDTH="26" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="up"
|
||||
SRC="file:/usr/local/share/lib/latex2html/icons/up.png"></A>
|
||||
SRC="up.png"></A>
|
||||
<A NAME="tex2html2242"
|
||||
HREF="node113.html">
|
||||
<IMG WIDTH="63" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="previous"
|
||||
SRC="file:/usr/local/share/lib/latex2html/icons/prev.png"></A>
|
||||
SRC="prev.png"></A>
|
||||
<A NAME="tex2html2250"
|
||||
HREF="node4.html">
|
||||
<IMG WIDTH="65" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="contents"
|
||||
SRC="file:/usr/local/share/lib/latex2html/icons/contents.png"></A>
|
||||
SRC="contents.png"></A>
|
||||
<A NAME="tex2html2252"
|
||||
HREF="node201.html">
|
||||
<IMG WIDTH="43" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="index"
|
||||
SRC="file:/usr/local/share/lib/latex2html/icons/index.png"></A>
|
||||
SRC="index.png"></A>
|
||||
<BR>
|
||||
<B> Next:</B> <A NAME="tex2html2255"
|
||||
HREF="node115.html">Pitch shifting</A>
|
||||
@@ -78,7 +82,7 @@ Section <A HREF="node31.html#sect2.interpolation">2.5</A> apply. To use them, w
|
||||
delay line input can be broken down into sinusoids and consider separately what
|
||||
happens to each individual sinusoid. We can use Table 2.1
|
||||
(Page <A HREF="node31.html#tab02.1"><IMG ALIGN="BOTTOM" BORDER="1" ALT="[*]"
|
||||
SRC="file:/usr/local/share/lib/latex2html/icons/crossref.png"></A>) to predict
|
||||
SRC="crossref.png"></A>) to predict
|
||||
the RMS level of the combined distortion products for an interpolated
|
||||
variable delay line.
|
||||
|
||||
@@ -220,23 +224,23 @@ the way up to 20000 Hertz.
|
||||
<A NAME="tex2html2254"
|
||||
HREF="node115.html">
|
||||
<IMG WIDTH="37" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="next"
|
||||
SRC="file:/usr/local/share/lib/latex2html/icons/next.png"></A>
|
||||
SRC="next.png"></A>
|
||||
<A NAME="tex2html2248"
|
||||
HREF="node104.html">
|
||||
<IMG WIDTH="26" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="up"
|
||||
SRC="file:/usr/local/share/lib/latex2html/icons/up.png"></A>
|
||||
SRC="up.png"></A>
|
||||
<A NAME="tex2html2242"
|
||||
HREF="node113.html">
|
||||
<IMG WIDTH="63" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="previous"
|
||||
SRC="file:/usr/local/share/lib/latex2html/icons/prev.png"></A>
|
||||
SRC="prev.png"></A>
|
||||
<A NAME="tex2html2250"
|
||||
HREF="node4.html">
|
||||
<IMG WIDTH="65" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="contents"
|
||||
SRC="file:/usr/local/share/lib/latex2html/icons/contents.png"></A>
|
||||
SRC="contents.png"></A>
|
||||
<A NAME="tex2html2252"
|
||||
HREF="node201.html">
|
||||
<IMG WIDTH="43" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="index"
|
||||
SRC="file:/usr/local/share/lib/latex2html/icons/index.png"></A>
|
||||
SRC="index.png"></A>
|
||||
<BR>
|
||||
<B> Next:</B> <A NAME="tex2html2255"
|
||||
HREF="node115.html">Pitch shifting</A>
|
||||
|
||||
34
node115.html
34
node115.html
@@ -1,4 +1,4 @@
|
||||
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN">
|
||||
<!DOCTYPE html>
|
||||
|
||||
<!--Converted with LaTeX2HTML 2002-2-1 (1.71)
|
||||
original version by: Nikos Drakos, CBLU, University of Leeds
|
||||
@@ -7,6 +7,10 @@ original version by: Nikos Drakos, CBLU, University of Leeds
|
||||
Jens Lippmann, Marek Rouchal, Martin Wilck and others -->
|
||||
<HTML>
|
||||
<HEAD>
|
||||
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
|
||||
|
||||
<TITLE>Pitch shifting</TITLE>
|
||||
<META NAME="description" CONTENT="Pitch shifting">
|
||||
<META NAME="keywords" CONTENT="book">
|
||||
@@ -29,23 +33,23 @@ original version by: Nikos Drakos, CBLU, University of Leeds
|
||||
<A NAME="tex2html2268"
|
||||
HREF="node116.html">
|
||||
<IMG WIDTH="37" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="next"
|
||||
SRC="file:/usr/local/share/lib/latex2html/icons/next.png"></A>
|
||||
SRC="next.png"></A>
|
||||
<A NAME="tex2html2262"
|
||||
HREF="node104.html">
|
||||
<IMG WIDTH="26" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="up"
|
||||
SRC="file:/usr/local/share/lib/latex2html/icons/up.png"></A>
|
||||
SRC="up.png"></A>
|
||||
<A NAME="tex2html2256"
|
||||
HREF="node114.html">
|
||||
<IMG WIDTH="63" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="previous"
|
||||
SRC="file:/usr/local/share/lib/latex2html/icons/prev.png"></A>
|
||||
SRC="prev.png"></A>
|
||||
<A NAME="tex2html2264"
|
||||
HREF="node4.html">
|
||||
<IMG WIDTH="65" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="contents"
|
||||
SRC="file:/usr/local/share/lib/latex2html/icons/contents.png"></A>
|
||||
SRC="contents.png"></A>
|
||||
<A NAME="tex2html2266"
|
||||
HREF="node201.html">
|
||||
<IMG WIDTH="43" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="index"
|
||||
SRC="file:/usr/local/share/lib/latex2html/icons/index.png"></A>
|
||||
SRC="index.png"></A>
|
||||
<BR>
|
||||
<B> Next:</B> <A NAME="tex2html2269"
|
||||
HREF="node116.html">Examples</A>
|
||||
@@ -129,7 +133,7 @@ the average delay, and <IMG
|
||||
SRC="img27.png"
|
||||
ALT="$\omega $"> is an angular frequency. The Momentary
|
||||
Transposition (Page <A HREF="node113.html#eq.momentarydel"><IMG ALIGN="BOTTOM" BORDER="1" ALT="[*]"
|
||||
SRC="file:/usr/local/share/lib/latex2html/icons/crossref.png"></A>), is approximately
|
||||
SRC="crossref.png"></A>), is approximately
|
||||
<BR><P></P>
|
||||
<DIV ALIGN="CENTER">
|
||||
<!-- MATH
|
||||
@@ -233,7 +237,7 @@ looping sampler (Section <A HREF="node28.html#sect2.sampling">2.2</A>).
|
||||
The sawtooth output is also used to envelope the output in exactly the same
|
||||
way as in the enveloped wavetable sampler of Figure <A HREF="node29.html#fig02.07">2.7</A>
|
||||
(Page <A HREF="node29.html#fig02.07"><IMG ALIGN="BOTTOM" BORDER="1" ALT="[*]"
|
||||
SRC="file:/usr/local/share/lib/latex2html/icons/crossref.png"></A>). The
|
||||
SRC="crossref.png"></A>). The
|
||||
envelope is zero at the points where the sawtooth wraps around, and in
|
||||
between, rises smoothly to a maximum value of 1 (for unit gain).
|
||||
|
||||
@@ -302,7 +306,7 @@ Adding the constant <IMG
|
||||
SRC="img801.png"
|
||||
ALT="$d_0$"> has no effect on this slope. The Momentary
|
||||
Transposition (Page <A HREF="node113.html#eq.momentarydel"><IMG ALIGN="BOTTOM" BORDER="1" ALT="[*]"
|
||||
SRC="file:/usr/local/share/lib/latex2html/icons/crossref.png"></A>) is then:
|
||||
SRC="crossref.png"></A>) is then:
|
||||
<BR><P></P>
|
||||
<DIV ALIGN="CENTER">
|
||||
<!-- MATH
|
||||
@@ -421,7 +425,7 @@ this causes hard-to-control Doppler shifts.
|
||||
A good choice of envelope is one half cycle of a sinusoid. If we assume
|
||||
on average that the two delay outputs are uncorrelated (Page
|
||||
<A HREF="node13.html#eq-meanpowersum"><IMG ALIGN="BOTTOM" BORDER="1" ALT="[*]"
|
||||
SRC="file:/usr/local/share/lib/latex2html/icons/crossref.png"></A>), the signal power from the two delay lines, after
|
||||
SRC="crossref.png"></A>), the signal power from the two delay lines, after
|
||||
enveloping, will add to a constant (since the sum of squares of the two
|
||||
envelopes is one).
|
||||
|
||||
@@ -444,23 +448,23 @@ artifacts such as difference tones.
|
||||
<A NAME="tex2html2268"
|
||||
HREF="node116.html">
|
||||
<IMG WIDTH="37" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="next"
|
||||
SRC="file:/usr/local/share/lib/latex2html/icons/next.png"></A>
|
||||
SRC="next.png"></A>
|
||||
<A NAME="tex2html2262"
|
||||
HREF="node104.html">
|
||||
<IMG WIDTH="26" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="up"
|
||||
SRC="file:/usr/local/share/lib/latex2html/icons/up.png"></A>
|
||||
SRC="up.png"></A>
|
||||
<A NAME="tex2html2256"
|
||||
HREF="node114.html">
|
||||
<IMG WIDTH="63" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="previous"
|
||||
SRC="file:/usr/local/share/lib/latex2html/icons/prev.png"></A>
|
||||
SRC="prev.png"></A>
|
||||
<A NAME="tex2html2264"
|
||||
HREF="node4.html">
|
||||
<IMG WIDTH="65" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="contents"
|
||||
SRC="file:/usr/local/share/lib/latex2html/icons/contents.png"></A>
|
||||
SRC="contents.png"></A>
|
||||
<A NAME="tex2html2266"
|
||||
HREF="node201.html">
|
||||
<IMG WIDTH="43" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="index"
|
||||
SRC="file:/usr/local/share/lib/latex2html/icons/index.png"></A>
|
||||
SRC="index.png"></A>
|
||||
<BR>
|
||||
<B> Next:</B> <A NAME="tex2html2269"
|
||||
HREF="node116.html">Examples</A>
|
||||
|
||||
16
node116.html
16
node116.html
@@ -1,4 +1,4 @@
|
||||
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN">
|
||||
<!DOCTYPE html>
|
||||
|
||||
<!--Converted with LaTeX2HTML 2002-2-1 (1.71)
|
||||
original version by: Nikos Drakos, CBLU, University of Leeds
|
||||
@@ -7,6 +7,10 @@ original version by: Nikos Drakos, CBLU, University of Leeds
|
||||
Jens Lippmann, Marek Rouchal, Martin Wilck and others -->
|
||||
<HTML>
|
||||
<HEAD>
|
||||
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
|
||||
|
||||
<TITLE>Examples</TITLE>
|
||||
<META NAME="description" CONTENT="Examples">
|
||||
<META NAME="keywords" CONTENT="book">
|
||||
@@ -29,23 +33,23 @@ original version by: Nikos Drakos, CBLU, University of Leeds
|
||||
<A NAME="tex2html2282"
|
||||
HREF="node117.html">
|
||||
<IMG WIDTH="37" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="next"
|
||||
SRC="file:/usr/local/share/lib/latex2html/icons/next.png"></A>
|
||||
SRC="next.png"></A>
|
||||
<A NAME="tex2html2276"
|
||||
HREF="node104.html">
|
||||
<IMG WIDTH="26" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="up"
|
||||
SRC="file:/usr/local/share/lib/latex2html/icons/up.png"></A>
|
||||
SRC="up.png"></A>
|
||||
<A NAME="tex2html2270"
|
||||
HREF="node115.html">
|
||||
<IMG WIDTH="63" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="previous"
|
||||
SRC="file:/usr/local/share/lib/latex2html/icons/prev.png"></A>
|
||||
SRC="prev.png"></A>
|
||||
<A NAME="tex2html2278"
|
||||
HREF="node4.html">
|
||||
<IMG WIDTH="65" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="contents"
|
||||
SRC="file:/usr/local/share/lib/latex2html/icons/contents.png"></A>
|
||||
SRC="contents.png"></A>
|
||||
<A NAME="tex2html2280"
|
||||
HREF="node201.html">
|
||||
<IMG WIDTH="43" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="index"
|
||||
SRC="file:/usr/local/share/lib/latex2html/icons/index.png"></A>
|
||||
SRC="index.png"></A>
|
||||
<BR>
|
||||
<B> Next:</B> <A NAME="tex2html2283"
|
||||
HREF="node117.html">Fixed, noninterpolating delay line</A>
|
||||
|
||||
26
node117.html
26
node117.html
@@ -1,4 +1,4 @@
|
||||
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN">
|
||||
<!DOCTYPE html>
|
||||
|
||||
<!--Converted with LaTeX2HTML 2002-2-1 (1.71)
|
||||
original version by: Nikos Drakos, CBLU, University of Leeds
|
||||
@@ -7,6 +7,10 @@ original version by: Nikos Drakos, CBLU, University of Leeds
|
||||
Jens Lippmann, Marek Rouchal, Martin Wilck and others -->
|
||||
<HTML>
|
||||
<HEAD>
|
||||
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
|
||||
|
||||
<TITLE>Fixed, noninterpolating delay line</TITLE>
|
||||
<META NAME="description" CONTENT="Fixed, noninterpolating delay line">
|
||||
<META NAME="keywords" CONTENT="book">
|
||||
@@ -29,23 +33,23 @@ original version by: Nikos Drakos, CBLU, University of Leeds
|
||||
<A NAME="tex2html2305"
|
||||
HREF="node118.html">
|
||||
<IMG WIDTH="37" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="next"
|
||||
SRC="file:/usr/local/share/lib/latex2html/icons/next.png"></A>
|
||||
SRC="next.png"></A>
|
||||
<A NAME="tex2html2299"
|
||||
HREF="node116.html">
|
||||
<IMG WIDTH="26" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="up"
|
||||
SRC="file:/usr/local/share/lib/latex2html/icons/up.png"></A>
|
||||
SRC="up.png"></A>
|
||||
<A NAME="tex2html2293"
|
||||
HREF="node116.html">
|
||||
<IMG WIDTH="63" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="previous"
|
||||
SRC="file:/usr/local/share/lib/latex2html/icons/prev.png"></A>
|
||||
SRC="prev.png"></A>
|
||||
<A NAME="tex2html2301"
|
||||
HREF="node4.html">
|
||||
<IMG WIDTH="65" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="contents"
|
||||
SRC="file:/usr/local/share/lib/latex2html/icons/contents.png"></A>
|
||||
SRC="contents.png"></A>
|
||||
<A NAME="tex2html2303"
|
||||
HREF="node201.html">
|
||||
<IMG WIDTH="43" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="index"
|
||||
SRC="file:/usr/local/share/lib/latex2html/icons/index.png"></A>
|
||||
SRC="index.png"></A>
|
||||
<BR>
|
||||
<B> Next:</B> <A NAME="tex2html2306"
|
||||
HREF="node118.html">Recirculating comb filter</A>
|
||||
@@ -129,23 +133,23 @@ possible when the delay time changes.
|
||||
<A NAME="tex2html2305"
|
||||
HREF="node118.html">
|
||||
<IMG WIDTH="37" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="next"
|
||||
SRC="file:/usr/local/share/lib/latex2html/icons/next.png"></A>
|
||||
SRC="next.png"></A>
|
||||
<A NAME="tex2html2299"
|
||||
HREF="node116.html">
|
||||
<IMG WIDTH="26" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="up"
|
||||
SRC="file:/usr/local/share/lib/latex2html/icons/up.png"></A>
|
||||
SRC="up.png"></A>
|
||||
<A NAME="tex2html2293"
|
||||
HREF="node116.html">
|
||||
<IMG WIDTH="63" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="previous"
|
||||
SRC="file:/usr/local/share/lib/latex2html/icons/prev.png"></A>
|
||||
SRC="prev.png"></A>
|
||||
<A NAME="tex2html2301"
|
||||
HREF="node4.html">
|
||||
<IMG WIDTH="65" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="contents"
|
||||
SRC="file:/usr/local/share/lib/latex2html/icons/contents.png"></A>
|
||||
SRC="contents.png"></A>
|
||||
<A NAME="tex2html2303"
|
||||
HREF="node201.html">
|
||||
<IMG WIDTH="43" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="index"
|
||||
SRC="file:/usr/local/share/lib/latex2html/icons/index.png"></A>
|
||||
SRC="index.png"></A>
|
||||
<BR>
|
||||
<B> Next:</B> <A NAME="tex2html2306"
|
||||
HREF="node118.html">Recirculating comb filter</A>
|
||||
|
||||
16
node118.html
16
node118.html
@@ -1,4 +1,4 @@
|
||||
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN">
|
||||
<!DOCTYPE html>
|
||||
|
||||
<!--Converted with LaTeX2HTML 2002-2-1 (1.71)
|
||||
original version by: Nikos Drakos, CBLU, University of Leeds
|
||||
@@ -7,6 +7,10 @@ original version by: Nikos Drakos, CBLU, University of Leeds
|
||||
Jens Lippmann, Marek Rouchal, Martin Wilck and others -->
|
||||
<HTML>
|
||||
<HEAD>
|
||||
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
|
||||
|
||||
<TITLE>Recirculating comb filter</TITLE>
|
||||
<META NAME="description" CONTENT="Recirculating comb filter">
|
||||
<META NAME="keywords" CONTENT="book">
|
||||
@@ -29,23 +33,23 @@ original version by: Nikos Drakos, CBLU, University of Leeds
|
||||
<A NAME="tex2html2319"
|
||||
HREF="node119.html">
|
||||
<IMG WIDTH="37" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="next"
|
||||
SRC="file:/usr/local/share/lib/latex2html/icons/next.png"></A>
|
||||
SRC="next.png"></A>
|
||||
<A NAME="tex2html2313"
|
||||
HREF="node116.html">
|
||||
<IMG WIDTH="26" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="up"
|
||||
SRC="file:/usr/local/share/lib/latex2html/icons/up.png"></A>
|
||||
SRC="up.png"></A>
|
||||
<A NAME="tex2html2307"
|
||||
HREF="node117.html">
|
||||
<IMG WIDTH="63" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="previous"
|
||||
SRC="file:/usr/local/share/lib/latex2html/icons/prev.png"></A>
|
||||
SRC="prev.png"></A>
|
||||
<A NAME="tex2html2315"
|
||||
HREF="node4.html">
|
||||
<IMG WIDTH="65" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="contents"
|
||||
SRC="file:/usr/local/share/lib/latex2html/icons/contents.png"></A>
|
||||
SRC="contents.png"></A>
|
||||
<A NAME="tex2html2317"
|
||||
HREF="node201.html">
|
||||
<IMG WIDTH="43" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="index"
|
||||
SRC="file:/usr/local/share/lib/latex2html/icons/index.png"></A>
|
||||
SRC="index.png"></A>
|
||||
<BR>
|
||||
<B> Next:</B> <A NAME="tex2html2320"
|
||||
HREF="node119.html">Variable delay line</A>
|
||||
|
||||
26
node119.html
26
node119.html
@@ -1,4 +1,4 @@
|
||||
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN">
|
||||
<!DOCTYPE html>
|
||||
|
||||
<!--Converted with LaTeX2HTML 2002-2-1 (1.71)
|
||||
original version by: Nikos Drakos, CBLU, University of Leeds
|
||||
@@ -7,6 +7,10 @@ original version by: Nikos Drakos, CBLU, University of Leeds
|
||||
Jens Lippmann, Marek Rouchal, Martin Wilck and others -->
|
||||
<HTML>
|
||||
<HEAD>
|
||||
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
|
||||
|
||||
<TITLE>Variable delay line</TITLE>
|
||||
<META NAME="description" CONTENT="Variable delay line">
|
||||
<META NAME="keywords" CONTENT="book">
|
||||
@@ -29,23 +33,23 @@ original version by: Nikos Drakos, CBLU, University of Leeds
|
||||
<A NAME="tex2html2333"
|
||||
HREF="node120.html">
|
||||
<IMG WIDTH="37" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="next"
|
||||
SRC="file:/usr/local/share/lib/latex2html/icons/next.png"></A>
|
||||
SRC="next.png"></A>
|
||||
<A NAME="tex2html2327"
|
||||
HREF="node116.html">
|
||||
<IMG WIDTH="26" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="up"
|
||||
SRC="file:/usr/local/share/lib/latex2html/icons/up.png"></A>
|
||||
SRC="up.png"></A>
|
||||
<A NAME="tex2html2321"
|
||||
HREF="node118.html">
|
||||
<IMG WIDTH="63" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="previous"
|
||||
SRC="file:/usr/local/share/lib/latex2html/icons/prev.png"></A>
|
||||
SRC="prev.png"></A>
|
||||
<A NAME="tex2html2329"
|
||||
HREF="node4.html">
|
||||
<IMG WIDTH="65" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="contents"
|
||||
SRC="file:/usr/local/share/lib/latex2html/icons/contents.png"></A>
|
||||
SRC="contents.png"></A>
|
||||
<A NAME="tex2html2331"
|
||||
HREF="node201.html">
|
||||
<IMG WIDTH="43" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="index"
|
||||
SRC="file:/usr/local/share/lib/latex2html/icons/index.png"></A>
|
||||
SRC="index.png"></A>
|
||||
<BR>
|
||||
<B> Next:</B> <A NAME="tex2html2334"
|
||||
HREF="node120.html">Order of execution and</A>
|
||||
@@ -135,23 +139,23 @@ characteristic way.
|
||||
<A NAME="tex2html2333"
|
||||
HREF="node120.html">
|
||||
<IMG WIDTH="37" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="next"
|
||||
SRC="file:/usr/local/share/lib/latex2html/icons/next.png"></A>
|
||||
SRC="next.png"></A>
|
||||
<A NAME="tex2html2327"
|
||||
HREF="node116.html">
|
||||
<IMG WIDTH="26" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="up"
|
||||
SRC="file:/usr/local/share/lib/latex2html/icons/up.png"></A>
|
||||
SRC="up.png"></A>
|
||||
<A NAME="tex2html2321"
|
||||
HREF="node118.html">
|
||||
<IMG WIDTH="63" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="previous"
|
||||
SRC="file:/usr/local/share/lib/latex2html/icons/prev.png"></A>
|
||||
SRC="prev.png"></A>
|
||||
<A NAME="tex2html2329"
|
||||
HREF="node4.html">
|
||||
<IMG WIDTH="65" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="contents"
|
||||
SRC="file:/usr/local/share/lib/latex2html/icons/contents.png"></A>
|
||||
SRC="contents.png"></A>
|
||||
<A NAME="tex2html2331"
|
||||
HREF="node201.html">
|
||||
<IMG WIDTH="43" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="index"
|
||||
SRC="file:/usr/local/share/lib/latex2html/icons/index.png"></A>
|
||||
SRC="index.png"></A>
|
||||
<BR>
|
||||
<B> Next:</B> <A NAME="tex2html2334"
|
||||
HREF="node120.html">Order of execution and</A>
|
||||
|
||||
28
node12.html
28
node12.html
@@ -1,4 +1,4 @@
|
||||
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN">
|
||||
<!DOCTYPE html>
|
||||
|
||||
<!--Converted with LaTeX2HTML 2002-2-1 (1.71)
|
||||
original version by: Nikos Drakos, CBLU, University of Leeds
|
||||
@@ -7,6 +7,10 @@ original version by: Nikos Drakos, CBLU, University of Leeds
|
||||
Jens Lippmann, Marek Rouchal, Martin Wilck and others -->
|
||||
<HTML>
|
||||
<HEAD>
|
||||
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
|
||||
|
||||
<TITLE>Synthesizing a sinusoid</TITLE>
|
||||
<META NAME="description" CONTENT="Synthesizing a sinusoid">
|
||||
<META NAME="keywords" CONTENT="book">
|
||||
@@ -29,23 +33,23 @@ original version by: Nikos Drakos, CBLU, University of Leeds
|
||||
<A NAME="tex2html721"
|
||||
HREF="node13.html">
|
||||
<IMG WIDTH="37" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="next"
|
||||
SRC="file:/usr/local/share/lib/latex2html/icons/next.png"></A>
|
||||
SRC="next.png"></A>
|
||||
<A NAME="tex2html715"
|
||||
HREF="node7.html">
|
||||
<IMG WIDTH="26" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="up"
|
||||
SRC="file:/usr/local/share/lib/latex2html/icons/up.png"></A>
|
||||
SRC="up.png"></A>
|
||||
<A NAME="tex2html709"
|
||||
HREF="node11.html">
|
||||
<IMG WIDTH="63" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="previous"
|
||||
SRC="file:/usr/local/share/lib/latex2html/icons/prev.png"></A>
|
||||
SRC="prev.png"></A>
|
||||
<A NAME="tex2html717"
|
||||
HREF="node4.html">
|
||||
<IMG WIDTH="65" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="contents"
|
||||
SRC="file:/usr/local/share/lib/latex2html/icons/contents.png"></A>
|
||||
SRC="contents.png"></A>
|
||||
<A NAME="tex2html719"
|
||||
HREF="node201.html">
|
||||
<IMG WIDTH="43" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="index"
|
||||
SRC="file:/usr/local/share/lib/latex2html/icons/index.png"></A>
|
||||
SRC="index.png"></A>
|
||||
<BR>
|
||||
<B> Next:</B> <A NAME="tex2html722"
|
||||
HREF="node13.html">Superposing Signals</A>
|
||||
@@ -79,7 +83,7 @@ which essentially corresponds to the synthesis algorithm to be used, and then
|
||||
worries about how to control the various unit generators in time. In this
|
||||
section, we'll use abstract block diagrams to describe patches, but in the
|
||||
``examples" section (Page <A HREF="node18.html#sect1.examples"><IMG ALIGN="BOTTOM" BORDER="1" ALT="[*]"
|
||||
SRC="file:/usr/local/share/lib/latex2html/icons/crossref.png"></A>), we'll choose a
|
||||
SRC="crossref.png"></A>), we'll choose a
|
||||
specific implementation environment and show some of the software-dependent
|
||||
details.
|
||||
|
||||
@@ -265,23 +269,23 @@ Using an envelope generator to control amplitude.</CAPTION>
|
||||
<A NAME="tex2html721"
|
||||
HREF="node13.html">
|
||||
<IMG WIDTH="37" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="next"
|
||||
SRC="file:/usr/local/share/lib/latex2html/icons/next.png"></A>
|
||||
SRC="next.png"></A>
|
||||
<A NAME="tex2html715"
|
||||
HREF="node7.html">
|
||||
<IMG WIDTH="26" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="up"
|
||||
SRC="file:/usr/local/share/lib/latex2html/icons/up.png"></A>
|
||||
SRC="up.png"></A>
|
||||
<A NAME="tex2html709"
|
||||
HREF="node11.html">
|
||||
<IMG WIDTH="63" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="previous"
|
||||
SRC="file:/usr/local/share/lib/latex2html/icons/prev.png"></A>
|
||||
SRC="prev.png"></A>
|
||||
<A NAME="tex2html717"
|
||||
HREF="node4.html">
|
||||
<IMG WIDTH="65" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="contents"
|
||||
SRC="file:/usr/local/share/lib/latex2html/icons/contents.png"></A>
|
||||
SRC="contents.png"></A>
|
||||
<A NAME="tex2html719"
|
||||
HREF="node201.html">
|
||||
<IMG WIDTH="43" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="index"
|
||||
SRC="file:/usr/local/share/lib/latex2html/icons/index.png"></A>
|
||||
SRC="index.png"></A>
|
||||
<BR>
|
||||
<B> Next:</B> <A NAME="tex2html722"
|
||||
HREF="node13.html">Superposing Signals</A>
|
||||
|
||||
26
node120.html
26
node120.html
@@ -1,4 +1,4 @@
|
||||
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN">
|
||||
<!DOCTYPE html>
|
||||
|
||||
<!--Converted with LaTeX2HTML 2002-2-1 (1.71)
|
||||
original version by: Nikos Drakos, CBLU, University of Leeds
|
||||
@@ -7,6 +7,10 @@ original version by: Nikos Drakos, CBLU, University of Leeds
|
||||
Jens Lippmann, Marek Rouchal, Martin Wilck and others -->
|
||||
<HTML>
|
||||
<HEAD>
|
||||
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
|
||||
|
||||
<TITLE>Order of execution and lower limits on delay times</TITLE>
|
||||
<META NAME="description" CONTENT="Order of execution and lower limits on delay times">
|
||||
<META NAME="keywords" CONTENT="book">
|
||||
@@ -29,23 +33,23 @@ original version by: Nikos Drakos, CBLU, University of Leeds
|
||||
<A NAME="tex2html2347"
|
||||
HREF="node121.html">
|
||||
<IMG WIDTH="37" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="next"
|
||||
SRC="file:/usr/local/share/lib/latex2html/icons/next.png"></A>
|
||||
SRC="next.png"></A>
|
||||
<A NAME="tex2html2341"
|
||||
HREF="node116.html">
|
||||
<IMG WIDTH="26" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="up"
|
||||
SRC="file:/usr/local/share/lib/latex2html/icons/up.png"></A>
|
||||
SRC="up.png"></A>
|
||||
<A NAME="tex2html2335"
|
||||
HREF="node119.html">
|
||||
<IMG WIDTH="63" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="previous"
|
||||
SRC="file:/usr/local/share/lib/latex2html/icons/prev.png"></A>
|
||||
SRC="prev.png"></A>
|
||||
<A NAME="tex2html2343"
|
||||
HREF="node4.html">
|
||||
<IMG WIDTH="65" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="contents"
|
||||
SRC="file:/usr/local/share/lib/latex2html/icons/contents.png"></A>
|
||||
SRC="contents.png"></A>
|
||||
<A NAME="tex2html2345"
|
||||
HREF="node201.html">
|
||||
<IMG WIDTH="43" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="index"
|
||||
SRC="file:/usr/local/share/lib/latex2html/icons/index.png"></A>
|
||||
SRC="index.png"></A>
|
||||
<BR>
|
||||
<B> Next:</B> <A NAME="tex2html2348"
|
||||
HREF="node121.html">Order of execution in</A>
|
||||
@@ -306,23 +310,23 @@ seems to be older. It shows up for example in Paul Lansky's 1979 piece,
|
||||
<A NAME="tex2html2347"
|
||||
HREF="node121.html">
|
||||
<IMG WIDTH="37" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="next"
|
||||
SRC="file:/usr/local/share/lib/latex2html/icons/next.png"></A>
|
||||
SRC="next.png"></A>
|
||||
<A NAME="tex2html2341"
|
||||
HREF="node116.html">
|
||||
<IMG WIDTH="26" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="up"
|
||||
SRC="file:/usr/local/share/lib/latex2html/icons/up.png"></A>
|
||||
SRC="up.png"></A>
|
||||
<A NAME="tex2html2335"
|
||||
HREF="node119.html">
|
||||
<IMG WIDTH="63" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="previous"
|
||||
SRC="file:/usr/local/share/lib/latex2html/icons/prev.png"></A>
|
||||
SRC="prev.png"></A>
|
||||
<A NAME="tex2html2343"
|
||||
HREF="node4.html">
|
||||
<IMG WIDTH="65" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="contents"
|
||||
SRC="file:/usr/local/share/lib/latex2html/icons/contents.png"></A>
|
||||
SRC="contents.png"></A>
|
||||
<A NAME="tex2html2345"
|
||||
HREF="node201.html">
|
||||
<IMG WIDTH="43" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="index"
|
||||
SRC="file:/usr/local/share/lib/latex2html/icons/index.png"></A>
|
||||
SRC="index.png"></A>
|
||||
<BR>
|
||||
<B> Next:</B> <A NAME="tex2html2348"
|
||||
HREF="node121.html">Order of execution in</A>
|
||||
|
||||
26
node121.html
26
node121.html
@@ -1,4 +1,4 @@
|
||||
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN">
|
||||
<!DOCTYPE html>
|
||||
|
||||
<!--Converted with LaTeX2HTML 2002-2-1 (1.71)
|
||||
original version by: Nikos Drakos, CBLU, University of Leeds
|
||||
@@ -7,6 +7,10 @@ original version by: Nikos Drakos, CBLU, University of Leeds
|
||||
Jens Lippmann, Marek Rouchal, Martin Wilck and others -->
|
||||
<HTML>
|
||||
<HEAD>
|
||||
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
|
||||
|
||||
<TITLE>Order of execution in non-recirculating delay lines</TITLE>
|
||||
<META NAME="description" CONTENT="Order of execution in non-recirculating delay lines">
|
||||
<META NAME="keywords" CONTENT="book">
|
||||
@@ -29,23 +33,23 @@ original version by: Nikos Drakos, CBLU, University of Leeds
|
||||
<A NAME="tex2html2361"
|
||||
HREF="node122.html">
|
||||
<IMG WIDTH="37" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="next"
|
||||
SRC="file:/usr/local/share/lib/latex2html/icons/next.png"></A>
|
||||
SRC="next.png"></A>
|
||||
<A NAME="tex2html2355"
|
||||
HREF="node116.html">
|
||||
<IMG WIDTH="26" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="up"
|
||||
SRC="file:/usr/local/share/lib/latex2html/icons/up.png"></A>
|
||||
SRC="up.png"></A>
|
||||
<A NAME="tex2html2349"
|
||||
HREF="node120.html">
|
||||
<IMG WIDTH="63" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="previous"
|
||||
SRC="file:/usr/local/share/lib/latex2html/icons/prev.png"></A>
|
||||
SRC="prev.png"></A>
|
||||
<A NAME="tex2html2357"
|
||||
HREF="node4.html">
|
||||
<IMG WIDTH="65" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="contents"
|
||||
SRC="file:/usr/local/share/lib/latex2html/icons/contents.png"></A>
|
||||
SRC="contents.png"></A>
|
||||
<A NAME="tex2html2359"
|
||||
HREF="node201.html">
|
||||
<IMG WIDTH="43" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="index"
|
||||
SRC="file:/usr/local/share/lib/latex2html/icons/index.png"></A>
|
||||
SRC="index.png"></A>
|
||||
<BR>
|
||||
<B> Next:</B> <A NAME="tex2html2362"
|
||||
HREF="node122.html">Non-recirculating comb filter as</A>
|
||||
@@ -124,23 +128,23 @@ delays below the 64 sample block size.
|
||||
<A NAME="tex2html2361"
|
||||
HREF="node122.html">
|
||||
<IMG WIDTH="37" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="next"
|
||||
SRC="file:/usr/local/share/lib/latex2html/icons/next.png"></A>
|
||||
SRC="next.png"></A>
|
||||
<A NAME="tex2html2355"
|
||||
HREF="node116.html">
|
||||
<IMG WIDTH="26" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="up"
|
||||
SRC="file:/usr/local/share/lib/latex2html/icons/up.png"></A>
|
||||
SRC="up.png"></A>
|
||||
<A NAME="tex2html2349"
|
||||
HREF="node120.html">
|
||||
<IMG WIDTH="63" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="previous"
|
||||
SRC="file:/usr/local/share/lib/latex2html/icons/prev.png"></A>
|
||||
SRC="prev.png"></A>
|
||||
<A NAME="tex2html2357"
|
||||
HREF="node4.html">
|
||||
<IMG WIDTH="65" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="contents"
|
||||
SRC="file:/usr/local/share/lib/latex2html/icons/contents.png"></A>
|
||||
SRC="contents.png"></A>
|
||||
<A NAME="tex2html2359"
|
||||
HREF="node201.html">
|
||||
<IMG WIDTH="43" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="index"
|
||||
SRC="file:/usr/local/share/lib/latex2html/icons/index.png"></A>
|
||||
SRC="index.png"></A>
|
||||
<BR>
|
||||
<B> Next:</B> <A NAME="tex2html2362"
|
||||
HREF="node122.html">Non-recirculating comb filter as</A>
|
||||
|
||||
26
node122.html
26
node122.html
@@ -1,4 +1,4 @@
|
||||
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN">
|
||||
<!DOCTYPE html>
|
||||
|
||||
<!--Converted with LaTeX2HTML 2002-2-1 (1.71)
|
||||
original version by: Nikos Drakos, CBLU, University of Leeds
|
||||
@@ -7,6 +7,10 @@ original version by: Nikos Drakos, CBLU, University of Leeds
|
||||
Jens Lippmann, Marek Rouchal, Martin Wilck and others -->
|
||||
<HTML>
|
||||
<HEAD>
|
||||
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
|
||||
|
||||
<TITLE>Non-recirculating comb filter as octave doubler</TITLE>
|
||||
<META NAME="description" CONTENT="Non-recirculating comb filter as octave doubler">
|
||||
<META NAME="keywords" CONTENT="book">
|
||||
@@ -29,23 +33,23 @@ original version by: Nikos Drakos, CBLU, University of Leeds
|
||||
<A NAME="tex2html2375"
|
||||
HREF="node123.html">
|
||||
<IMG WIDTH="37" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="next"
|
||||
SRC="file:/usr/local/share/lib/latex2html/icons/next.png"></A>
|
||||
SRC="next.png"></A>
|
||||
<A NAME="tex2html2369"
|
||||
HREF="node116.html">
|
||||
<IMG WIDTH="26" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="up"
|
||||
SRC="file:/usr/local/share/lib/latex2html/icons/up.png"></A>
|
||||
SRC="up.png"></A>
|
||||
<A NAME="tex2html2363"
|
||||
HREF="node121.html">
|
||||
<IMG WIDTH="63" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="previous"
|
||||
SRC="file:/usr/local/share/lib/latex2html/icons/prev.png"></A>
|
||||
SRC="prev.png"></A>
|
||||
<A NAME="tex2html2371"
|
||||
HREF="node4.html">
|
||||
<IMG WIDTH="65" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="contents"
|
||||
SRC="file:/usr/local/share/lib/latex2html/icons/contents.png"></A>
|
||||
SRC="contents.png"></A>
|
||||
<A NAME="tex2html2373"
|
||||
HREF="node201.html">
|
||||
<IMG WIDTH="43" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="index"
|
||||
SRC="file:/usr/local/share/lib/latex2html/icons/index.png"></A>
|
||||
SRC="index.png"></A>
|
||||
<BR>
|
||||
<B> Next:</B> <A NAME="tex2html2376"
|
||||
HREF="node123.html">Time-varying complex comb filter:</A>
|
||||
@@ -164,23 +168,23 @@ up-shifting for best results.)
|
||||
<A NAME="tex2html2375"
|
||||
HREF="node123.html">
|
||||
<IMG WIDTH="37" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="next"
|
||||
SRC="file:/usr/local/share/lib/latex2html/icons/next.png"></A>
|
||||
SRC="next.png"></A>
|
||||
<A NAME="tex2html2369"
|
||||
HREF="node116.html">
|
||||
<IMG WIDTH="26" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="up"
|
||||
SRC="file:/usr/local/share/lib/latex2html/icons/up.png"></A>
|
||||
SRC="up.png"></A>
|
||||
<A NAME="tex2html2363"
|
||||
HREF="node121.html">
|
||||
<IMG WIDTH="63" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="previous"
|
||||
SRC="file:/usr/local/share/lib/latex2html/icons/prev.png"></A>
|
||||
SRC="prev.png"></A>
|
||||
<A NAME="tex2html2371"
|
||||
HREF="node4.html">
|
||||
<IMG WIDTH="65" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="contents"
|
||||
SRC="file:/usr/local/share/lib/latex2html/icons/contents.png"></A>
|
||||
SRC="contents.png"></A>
|
||||
<A NAME="tex2html2373"
|
||||
HREF="node201.html">
|
||||
<IMG WIDTH="43" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="index"
|
||||
SRC="file:/usr/local/share/lib/latex2html/icons/index.png"></A>
|
||||
SRC="index.png"></A>
|
||||
<BR>
|
||||
<B> Next:</B> <A NAME="tex2html2376"
|
||||
HREF="node123.html">Time-varying complex comb filter:</A>
|
||||
|
||||
26
node123.html
26
node123.html
@@ -1,4 +1,4 @@
|
||||
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN">
|
||||
<!DOCTYPE html>
|
||||
|
||||
<!--Converted with LaTeX2HTML 2002-2-1 (1.71)
|
||||
original version by: Nikos Drakos, CBLU, University of Leeds
|
||||
@@ -7,6 +7,10 @@ original version by: Nikos Drakos, CBLU, University of Leeds
|
||||
Jens Lippmann, Marek Rouchal, Martin Wilck and others -->
|
||||
<HTML>
|
||||
<HEAD>
|
||||
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
|
||||
|
||||
<TITLE>Time-varying complex comb filter: shakers</TITLE>
|
||||
<META NAME="description" CONTENT="Time-varying complex comb filter: shakers">
|
||||
<META NAME="keywords" CONTENT="book">
|
||||
@@ -29,23 +33,23 @@ original version by: Nikos Drakos, CBLU, University of Leeds
|
||||
<A NAME="tex2html2389"
|
||||
HREF="node124.html">
|
||||
<IMG WIDTH="37" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="next"
|
||||
SRC="file:/usr/local/share/lib/latex2html/icons/next.png"></A>
|
||||
SRC="next.png"></A>
|
||||
<A NAME="tex2html2383"
|
||||
HREF="node116.html">
|
||||
<IMG WIDTH="26" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="up"
|
||||
SRC="file:/usr/local/share/lib/latex2html/icons/up.png"></A>
|
||||
SRC="up.png"></A>
|
||||
<A NAME="tex2html2377"
|
||||
HREF="node122.html">
|
||||
<IMG WIDTH="63" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="previous"
|
||||
SRC="file:/usr/local/share/lib/latex2html/icons/prev.png"></A>
|
||||
SRC="prev.png"></A>
|
||||
<A NAME="tex2html2385"
|
||||
HREF="node4.html">
|
||||
<IMG WIDTH="65" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="contents"
|
||||
SRC="file:/usr/local/share/lib/latex2html/icons/contents.png"></A>
|
||||
SRC="contents.png"></A>
|
||||
<A NAME="tex2html2387"
|
||||
HREF="node201.html">
|
||||
<IMG WIDTH="43" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="index"
|
||||
SRC="file:/usr/local/share/lib/latex2html/icons/index.png"></A>
|
||||
SRC="index.png"></A>
|
||||
<BR>
|
||||
<B> Next:</B> <A NAME="tex2html2390"
|
||||
HREF="node124.html">Reverberator</A>
|
||||
@@ -134,23 +138,23 @@ subject of Chapter 8).
|
||||
<A NAME="tex2html2389"
|
||||
HREF="node124.html">
|
||||
<IMG WIDTH="37" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="next"
|
||||
SRC="file:/usr/local/share/lib/latex2html/icons/next.png"></A>
|
||||
SRC="next.png"></A>
|
||||
<A NAME="tex2html2383"
|
||||
HREF="node116.html">
|
||||
<IMG WIDTH="26" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="up"
|
||||
SRC="file:/usr/local/share/lib/latex2html/icons/up.png"></A>
|
||||
SRC="up.png"></A>
|
||||
<A NAME="tex2html2377"
|
||||
HREF="node122.html">
|
||||
<IMG WIDTH="63" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="previous"
|
||||
SRC="file:/usr/local/share/lib/latex2html/icons/prev.png"></A>
|
||||
SRC="prev.png"></A>
|
||||
<A NAME="tex2html2385"
|
||||
HREF="node4.html">
|
||||
<IMG WIDTH="65" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="contents"
|
||||
SRC="file:/usr/local/share/lib/latex2html/icons/contents.png"></A>
|
||||
SRC="contents.png"></A>
|
||||
<A NAME="tex2html2387"
|
||||
HREF="node201.html">
|
||||
<IMG WIDTH="43" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="index"
|
||||
SRC="file:/usr/local/share/lib/latex2html/icons/index.png"></A>
|
||||
SRC="index.png"></A>
|
||||
<BR>
|
||||
<B> Next:</B> <A NAME="tex2html2390"
|
||||
HREF="node124.html">Reverberator</A>
|
||||
|
||||
26
node124.html
26
node124.html
@@ -1,4 +1,4 @@
|
||||
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN">
|
||||
<!DOCTYPE html>
|
||||
|
||||
<!--Converted with LaTeX2HTML 2002-2-1 (1.71)
|
||||
original version by: Nikos Drakos, CBLU, University of Leeds
|
||||
@@ -7,6 +7,10 @@ original version by: Nikos Drakos, CBLU, University of Leeds
|
||||
Jens Lippmann, Marek Rouchal, Martin Wilck and others -->
|
||||
<HTML>
|
||||
<HEAD>
|
||||
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
|
||||
|
||||
<TITLE>Reverberator</TITLE>
|
||||
<META NAME="description" CONTENT="Reverberator">
|
||||
<META NAME="keywords" CONTENT="book">
|
||||
@@ -29,23 +33,23 @@ original version by: Nikos Drakos, CBLU, University of Leeds
|
||||
<A NAME="tex2html2403"
|
||||
HREF="node125.html">
|
||||
<IMG WIDTH="37" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="next"
|
||||
SRC="file:/usr/local/share/lib/latex2html/icons/next.png"></A>
|
||||
SRC="next.png"></A>
|
||||
<A NAME="tex2html2397"
|
||||
HREF="node116.html">
|
||||
<IMG WIDTH="26" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="up"
|
||||
SRC="file:/usr/local/share/lib/latex2html/icons/up.png"></A>
|
||||
SRC="up.png"></A>
|
||||
<A NAME="tex2html2391"
|
||||
HREF="node123.html">
|
||||
<IMG WIDTH="63" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="previous"
|
||||
SRC="file:/usr/local/share/lib/latex2html/icons/prev.png"></A>
|
||||
SRC="prev.png"></A>
|
||||
<A NAME="tex2html2399"
|
||||
HREF="node4.html">
|
||||
<IMG WIDTH="65" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="contents"
|
||||
SRC="file:/usr/local/share/lib/latex2html/icons/contents.png"></A>
|
||||
SRC="contents.png"></A>
|
||||
<A NAME="tex2html2401"
|
||||
HREF="node201.html">
|
||||
<IMG WIDTH="43" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="index"
|
||||
SRC="file:/usr/local/share/lib/latex2html/icons/index.png"></A>
|
||||
SRC="index.png"></A>
|
||||
<BR>
|
||||
<B> Next:</B> <A NAME="tex2html2404"
|
||||
HREF="node125.html">Pitch shifter</A>
|
||||
@@ -140,23 +144,23 @@ sonic qualities described as ``presence", ``warmth", ``clarity", and so on.
|
||||
<A NAME="tex2html2403"
|
||||
HREF="node125.html">
|
||||
<IMG WIDTH="37" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="next"
|
||||
SRC="file:/usr/local/share/lib/latex2html/icons/next.png"></A>
|
||||
SRC="next.png"></A>
|
||||
<A NAME="tex2html2397"
|
||||
HREF="node116.html">
|
||||
<IMG WIDTH="26" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="up"
|
||||
SRC="file:/usr/local/share/lib/latex2html/icons/up.png"></A>
|
||||
SRC="up.png"></A>
|
||||
<A NAME="tex2html2391"
|
||||
HREF="node123.html">
|
||||
<IMG WIDTH="63" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="previous"
|
||||
SRC="file:/usr/local/share/lib/latex2html/icons/prev.png"></A>
|
||||
SRC="prev.png"></A>
|
||||
<A NAME="tex2html2399"
|
||||
HREF="node4.html">
|
||||
<IMG WIDTH="65" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="contents"
|
||||
SRC="file:/usr/local/share/lib/latex2html/icons/contents.png"></A>
|
||||
SRC="contents.png"></A>
|
||||
<A NAME="tex2html2401"
|
||||
HREF="node201.html">
|
||||
<IMG WIDTH="43" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="index"
|
||||
SRC="file:/usr/local/share/lib/latex2html/icons/index.png"></A>
|
||||
SRC="index.png"></A>
|
||||
<BR>
|
||||
<B> Next:</B> <A NAME="tex2html2404"
|
||||
HREF="node125.html">Pitch shifter</A>
|
||||
|
||||
30
node125.html
30
node125.html
@@ -1,4 +1,4 @@
|
||||
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN">
|
||||
<!DOCTYPE html>
|
||||
|
||||
<!--Converted with LaTeX2HTML 2002-2-1 (1.71)
|
||||
original version by: Nikos Drakos, CBLU, University of Leeds
|
||||
@@ -7,6 +7,10 @@ original version by: Nikos Drakos, CBLU, University of Leeds
|
||||
Jens Lippmann, Marek Rouchal, Martin Wilck and others -->
|
||||
<HTML>
|
||||
<HEAD>
|
||||
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
|
||||
|
||||
<TITLE>Pitch shifter</TITLE>
|
||||
<META NAME="description" CONTENT="Pitch shifter">
|
||||
<META NAME="keywords" CONTENT="book">
|
||||
@@ -28,23 +32,23 @@ original version by: Nikos Drakos, CBLU, University of Leeds
|
||||
<A NAME="tex2html2415"
|
||||
HREF="node126.html">
|
||||
<IMG WIDTH="37" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="next"
|
||||
SRC="file:/usr/local/share/lib/latex2html/icons/next.png"></A>
|
||||
SRC="next.png"></A>
|
||||
<A NAME="tex2html2409"
|
||||
HREF="node116.html">
|
||||
<IMG WIDTH="26" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="up"
|
||||
SRC="file:/usr/local/share/lib/latex2html/icons/up.png"></A>
|
||||
SRC="up.png"></A>
|
||||
<A NAME="tex2html2405"
|
||||
HREF="node124.html">
|
||||
<IMG WIDTH="63" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="previous"
|
||||
SRC="file:/usr/local/share/lib/latex2html/icons/prev.png"></A>
|
||||
SRC="prev.png"></A>
|
||||
<A NAME="tex2html2411"
|
||||
HREF="node4.html">
|
||||
<IMG WIDTH="65" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="contents"
|
||||
SRC="file:/usr/local/share/lib/latex2html/icons/contents.png"></A>
|
||||
SRC="contents.png"></A>
|
||||
<A NAME="tex2html2413"
|
||||
HREF="node201.html">
|
||||
<IMG WIDTH="43" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="index"
|
||||
SRC="file:/usr/local/share/lib/latex2html/icons/index.png"></A>
|
||||
SRC="index.png"></A>
|
||||
<BR>
|
||||
<B> Next:</B> <A NAME="tex2html2416"
|
||||
HREF="node126.html">Exercises</A>
|
||||
@@ -114,7 +118,7 @@ head rotation speed" is the same as the formula for <IMG
|
||||
SRC="img112.png"
|
||||
ALT="$f$"> given on Page
|
||||
<A HREF="node115.html#sect7.psformula"><IMG ALIGN="BOTTOM" BORDER="1" ALT="[*]"
|
||||
SRC="file:/usr/local/share/lib/latex2html/icons/crossref.png"></A>. Here the positive interval (seven half-steps)
|
||||
SRC="crossref.png"></A>. Here the positive interval (seven half-steps)
|
||||
gives rise to a transposition factor greater than one, and therefore to a
|
||||
negative value for <IMG
|
||||
WIDTH="13" HEIGHT="30" ALIGN="MIDDLE" BORDER="0"
|
||||
@@ -129,7 +133,7 @@ Once <IMG
|
||||
the corresponding envelopes parallels exactly that of
|
||||
the overlapping sample looper (example B10.sampler.overlap.pd, Page
|
||||
<A HREF="node37.html#sect2.example.overlap"><IMG ALIGN="BOTTOM" BORDER="1" ALT="[*]"
|
||||
SRC="file:/usr/local/share/lib/latex2html/icons/crossref.png"></A>). The minimum delay
|
||||
SRC="crossref.png"></A>). The minimum delay
|
||||
is added to each of the two sawtooth signals to make delay inputs for the
|
||||
<TT>vd~</TT> objects, whose outputs are multiplied by the corresponding
|
||||
envelopes and summed.
|
||||
@@ -140,23 +144,23 @@ envelopes and summed.
|
||||
<A NAME="tex2html2415"
|
||||
HREF="node126.html">
|
||||
<IMG WIDTH="37" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="next"
|
||||
SRC="file:/usr/local/share/lib/latex2html/icons/next.png"></A>
|
||||
SRC="next.png"></A>
|
||||
<A NAME="tex2html2409"
|
||||
HREF="node116.html">
|
||||
<IMG WIDTH="26" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="up"
|
||||
SRC="file:/usr/local/share/lib/latex2html/icons/up.png"></A>
|
||||
SRC="up.png"></A>
|
||||
<A NAME="tex2html2405"
|
||||
HREF="node124.html">
|
||||
<IMG WIDTH="63" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="previous"
|
||||
SRC="file:/usr/local/share/lib/latex2html/icons/prev.png"></A>
|
||||
SRC="prev.png"></A>
|
||||
<A NAME="tex2html2411"
|
||||
HREF="node4.html">
|
||||
<IMG WIDTH="65" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="contents"
|
||||
SRC="file:/usr/local/share/lib/latex2html/icons/contents.png"></A>
|
||||
SRC="contents.png"></A>
|
||||
<A NAME="tex2html2413"
|
||||
HREF="node201.html">
|
||||
<IMG WIDTH="43" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="index"
|
||||
SRC="file:/usr/local/share/lib/latex2html/icons/index.png"></A>
|
||||
SRC="index.png"></A>
|
||||
<BR>
|
||||
<B> Next:</B> <A NAME="tex2html2416"
|
||||
HREF="node126.html">Exercises</A>
|
||||
|
||||
26
node126.html
26
node126.html
@@ -1,4 +1,4 @@
|
||||
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN">
|
||||
<!DOCTYPE html>
|
||||
|
||||
<!--Converted with LaTeX2HTML 2002-2-1 (1.71)
|
||||
original version by: Nikos Drakos, CBLU, University of Leeds
|
||||
@@ -7,6 +7,10 @@ original version by: Nikos Drakos, CBLU, University of Leeds
|
||||
Jens Lippmann, Marek Rouchal, Martin Wilck and others -->
|
||||
<HTML>
|
||||
<HEAD>
|
||||
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
|
||||
|
||||
<TITLE>Exercises</TITLE>
|
||||
<META NAME="description" CONTENT="Exercises">
|
||||
<META NAME="keywords" CONTENT="book">
|
||||
@@ -28,23 +32,23 @@ original version by: Nikos Drakos, CBLU, University of Leeds
|
||||
<A NAME="tex2html2427"
|
||||
HREF="node127.html">
|
||||
<IMG WIDTH="37" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="next"
|
||||
SRC="file:/usr/local/share/lib/latex2html/icons/next.png"></A>
|
||||
SRC="next.png"></A>
|
||||
<A NAME="tex2html2421"
|
||||
HREF="node104.html">
|
||||
<IMG WIDTH="26" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="up"
|
||||
SRC="file:/usr/local/share/lib/latex2html/icons/up.png"></A>
|
||||
SRC="up.png"></A>
|
||||
<A NAME="tex2html2417"
|
||||
HREF="node125.html">
|
||||
<IMG WIDTH="63" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="previous"
|
||||
SRC="file:/usr/local/share/lib/latex2html/icons/prev.png"></A>
|
||||
SRC="prev.png"></A>
|
||||
<A NAME="tex2html2423"
|
||||
HREF="node4.html">
|
||||
<IMG WIDTH="65" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="contents"
|
||||
SRC="file:/usr/local/share/lib/latex2html/icons/contents.png"></A>
|
||||
SRC="contents.png"></A>
|
||||
<A NAME="tex2html2425"
|
||||
HREF="node201.html">
|
||||
<IMG WIDTH="43" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="index"
|
||||
SRC="file:/usr/local/share/lib/latex2html/icons/index.png"></A>
|
||||
SRC="index.png"></A>
|
||||
<BR>
|
||||
<B> Next:</B> <A NAME="tex2html2428"
|
||||
HREF="node127.html">Filters</A>
|
||||
@@ -173,23 +177,23 @@ function of angular frequency <IMG
|
||||
<A NAME="tex2html2427"
|
||||
HREF="node127.html">
|
||||
<IMG WIDTH="37" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="next"
|
||||
SRC="file:/usr/local/share/lib/latex2html/icons/next.png"></A>
|
||||
SRC="next.png"></A>
|
||||
<A NAME="tex2html2421"
|
||||
HREF="node104.html">
|
||||
<IMG WIDTH="26" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="up"
|
||||
SRC="file:/usr/local/share/lib/latex2html/icons/up.png"></A>
|
||||
SRC="up.png"></A>
|
||||
<A NAME="tex2html2417"
|
||||
HREF="node125.html">
|
||||
<IMG WIDTH="63" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="previous"
|
||||
SRC="file:/usr/local/share/lib/latex2html/icons/prev.png"></A>
|
||||
SRC="prev.png"></A>
|
||||
<A NAME="tex2html2423"
|
||||
HREF="node4.html">
|
||||
<IMG WIDTH="65" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="contents"
|
||||
SRC="file:/usr/local/share/lib/latex2html/icons/contents.png"></A>
|
||||
SRC="contents.png"></A>
|
||||
<A NAME="tex2html2425"
|
||||
HREF="node201.html">
|
||||
<IMG WIDTH="43" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="index"
|
||||
SRC="file:/usr/local/share/lib/latex2html/icons/index.png"></A>
|
||||
SRC="index.png"></A>
|
||||
<BR>
|
||||
<B> Next:</B> <A NAME="tex2html2428"
|
||||
HREF="node127.html">Filters</A>
|
||||
|
||||
26
node127.html
26
node127.html
@@ -1,4 +1,4 @@
|
||||
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN">
|
||||
<!DOCTYPE html>
|
||||
|
||||
<!--Converted with LaTeX2HTML 2002-2-1 (1.71)
|
||||
original version by: Nikos Drakos, CBLU, University of Leeds
|
||||
@@ -7,6 +7,10 @@ original version by: Nikos Drakos, CBLU, University of Leeds
|
||||
Jens Lippmann, Marek Rouchal, Martin Wilck and others -->
|
||||
<HTML>
|
||||
<HEAD>
|
||||
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
|
||||
|
||||
<TITLE>Filters</TITLE>
|
||||
<META NAME="description" CONTENT="Filters">
|
||||
<META NAME="keywords" CONTENT="book">
|
||||
@@ -29,23 +33,23 @@ original version by: Nikos Drakos, CBLU, University of Leeds
|
||||
<A NAME="tex2html2441"
|
||||
HREF="node128.html">
|
||||
<IMG WIDTH="37" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="next"
|
||||
SRC="file:/usr/local/share/lib/latex2html/icons/next.png"></A>
|
||||
SRC="next.png"></A>
|
||||
<A NAME="tex2html2435"
|
||||
HREF="book.html">
|
||||
<IMG WIDTH="26" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="up"
|
||||
SRC="file:/usr/local/share/lib/latex2html/icons/up.png"></A>
|
||||
SRC="up.png"></A>
|
||||
<A NAME="tex2html2429"
|
||||
HREF="node126.html">
|
||||
<IMG WIDTH="63" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="previous"
|
||||
SRC="file:/usr/local/share/lib/latex2html/icons/prev.png"></A>
|
||||
SRC="prev.png"></A>
|
||||
<A NAME="tex2html2437"
|
||||
HREF="node4.html">
|
||||
<IMG WIDTH="65" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="contents"
|
||||
SRC="file:/usr/local/share/lib/latex2html/icons/contents.png"></A>
|
||||
SRC="contents.png"></A>
|
||||
<A NAME="tex2html2439"
|
||||
HREF="node201.html">
|
||||
<IMG WIDTH="43" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="index"
|
||||
SRC="file:/usr/local/share/lib/latex2html/icons/index.png"></A>
|
||||
SRC="index.png"></A>
|
||||
<BR>
|
||||
<B> Next:</B> <A NAME="tex2html2442"
|
||||
HREF="node128.html">Taxonomy of filters</A>
|
||||
@@ -259,23 +263,23 @@ when its parameters change quickly with time.
|
||||
<A NAME="tex2html2441"
|
||||
HREF="node128.html">
|
||||
<IMG WIDTH="37" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="next"
|
||||
SRC="file:/usr/local/share/lib/latex2html/icons/next.png"></A>
|
||||
SRC="next.png"></A>
|
||||
<A NAME="tex2html2435"
|
||||
HREF="book.html">
|
||||
<IMG WIDTH="26" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="up"
|
||||
SRC="file:/usr/local/share/lib/latex2html/icons/up.png"></A>
|
||||
SRC="up.png"></A>
|
||||
<A NAME="tex2html2429"
|
||||
HREF="node126.html">
|
||||
<IMG WIDTH="63" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="previous"
|
||||
SRC="file:/usr/local/share/lib/latex2html/icons/prev.png"></A>
|
||||
SRC="prev.png"></A>
|
||||
<A NAME="tex2html2437"
|
||||
HREF="node4.html">
|
||||
<IMG WIDTH="65" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="contents"
|
||||
SRC="file:/usr/local/share/lib/latex2html/icons/contents.png"></A>
|
||||
SRC="contents.png"></A>
|
||||
<A NAME="tex2html2439"
|
||||
HREF="node201.html">
|
||||
<IMG WIDTH="43" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="index"
|
||||
SRC="file:/usr/local/share/lib/latex2html/icons/index.png"></A>
|
||||
SRC="index.png"></A>
|
||||
<BR>
|
||||
<B> Next:</B> <A NAME="tex2html2442"
|
||||
HREF="node128.html">Taxonomy of filters</A>
|
||||
|
||||
16
node128.html
16
node128.html
@@ -1,4 +1,4 @@
|
||||
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN">
|
||||
<!DOCTYPE html>
|
||||
|
||||
<!--Converted with LaTeX2HTML 2002-2-1 (1.71)
|
||||
original version by: Nikos Drakos, CBLU, University of Leeds
|
||||
@@ -7,6 +7,10 @@ original version by: Nikos Drakos, CBLU, University of Leeds
|
||||
Jens Lippmann, Marek Rouchal, Martin Wilck and others -->
|
||||
<HTML>
|
||||
<HEAD>
|
||||
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
|
||||
|
||||
<TITLE>Taxonomy of filters</TITLE>
|
||||
<META NAME="description" CONTENT="Taxonomy of filters">
|
||||
<META NAME="keywords" CONTENT="book">
|
||||
@@ -29,23 +33,23 @@ original version by: Nikos Drakos, CBLU, University of Leeds
|
||||
<A NAME="tex2html2490"
|
||||
HREF="node129.html">
|
||||
<IMG WIDTH="37" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="next"
|
||||
SRC="file:/usr/local/share/lib/latex2html/icons/next.png"></A>
|
||||
SRC="next.png"></A>
|
||||
<A NAME="tex2html2484"
|
||||
HREF="node127.html">
|
||||
<IMG WIDTH="26" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="up"
|
||||
SRC="file:/usr/local/share/lib/latex2html/icons/up.png"></A>
|
||||
SRC="up.png"></A>
|
||||
<A NAME="tex2html2478"
|
||||
HREF="node127.html">
|
||||
<IMG WIDTH="63" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="previous"
|
||||
SRC="file:/usr/local/share/lib/latex2html/icons/prev.png"></A>
|
||||
SRC="prev.png"></A>
|
||||
<A NAME="tex2html2486"
|
||||
HREF="node4.html">
|
||||
<IMG WIDTH="65" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="contents"
|
||||
SRC="file:/usr/local/share/lib/latex2html/icons/contents.png"></A>
|
||||
SRC="contents.png"></A>
|
||||
<A NAME="tex2html2488"
|
||||
HREF="node201.html">
|
||||
<IMG WIDTH="43" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="index"
|
||||
SRC="file:/usr/local/share/lib/latex2html/icons/index.png"></A>
|
||||
SRC="index.png"></A>
|
||||
<BR>
|
||||
<B> Next:</B> <A NAME="tex2html2491"
|
||||
HREF="node129.html">Low-pass and high-pass filters</A>
|
||||
|
||||
26
node129.html
26
node129.html
@@ -1,4 +1,4 @@
|
||||
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN">
|
||||
<!DOCTYPE html>
|
||||
|
||||
<!--Converted with LaTeX2HTML 2002-2-1 (1.71)
|
||||
original version by: Nikos Drakos, CBLU, University of Leeds
|
||||
@@ -7,6 +7,10 @@ original version by: Nikos Drakos, CBLU, University of Leeds
|
||||
Jens Lippmann, Marek Rouchal, Martin Wilck and others -->
|
||||
<HTML>
|
||||
<HEAD>
|
||||
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
|
||||
|
||||
<TITLE>Low-pass and high-pass filters</TITLE>
|
||||
<META NAME="description" CONTENT="Low-pass and high-pass filters">
|
||||
<META NAME="keywords" CONTENT="book">
|
||||
@@ -29,23 +33,23 @@ original version by: Nikos Drakos, CBLU, University of Leeds
|
||||
<A NAME="tex2html2507"
|
||||
HREF="node130.html">
|
||||
<IMG WIDTH="37" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="next"
|
||||
SRC="file:/usr/local/share/lib/latex2html/icons/next.png"></A>
|
||||
SRC="next.png"></A>
|
||||
<A NAME="tex2html2501"
|
||||
HREF="node128.html">
|
||||
<IMG WIDTH="26" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="up"
|
||||
SRC="file:/usr/local/share/lib/latex2html/icons/up.png"></A>
|
||||
SRC="up.png"></A>
|
||||
<A NAME="tex2html2495"
|
||||
HREF="node128.html">
|
||||
<IMG WIDTH="63" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="previous"
|
||||
SRC="file:/usr/local/share/lib/latex2html/icons/prev.png"></A>
|
||||
SRC="prev.png"></A>
|
||||
<A NAME="tex2html2503"
|
||||
HREF="node4.html">
|
||||
<IMG WIDTH="65" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="contents"
|
||||
SRC="file:/usr/local/share/lib/latex2html/icons/contents.png"></A>
|
||||
SRC="contents.png"></A>
|
||||
<A NAME="tex2html2505"
|
||||
HREF="node201.html">
|
||||
<IMG WIDTH="43" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="index"
|
||||
SRC="file:/usr/local/share/lib/latex2html/icons/index.png"></A>
|
||||
SRC="index.png"></A>
|
||||
<BR>
|
||||
<B> Next:</B> <A NAME="tex2html2508"
|
||||
HREF="node130.html">Band-pass and stop-band filters</A>
|
||||
@@ -139,23 +143,23 @@ The thinner this band can be made, the more nearly ideal the filter.
|
||||
<A NAME="tex2html2507"
|
||||
HREF="node130.html">
|
||||
<IMG WIDTH="37" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="next"
|
||||
SRC="file:/usr/local/share/lib/latex2html/icons/next.png"></A>
|
||||
SRC="next.png"></A>
|
||||
<A NAME="tex2html2501"
|
||||
HREF="node128.html">
|
||||
<IMG WIDTH="26" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="up"
|
||||
SRC="file:/usr/local/share/lib/latex2html/icons/up.png"></A>
|
||||
SRC="up.png"></A>
|
||||
<A NAME="tex2html2495"
|
||||
HREF="node128.html">
|
||||
<IMG WIDTH="63" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="previous"
|
||||
SRC="file:/usr/local/share/lib/latex2html/icons/prev.png"></A>
|
||||
SRC="prev.png"></A>
|
||||
<A NAME="tex2html2503"
|
||||
HREF="node4.html">
|
||||
<IMG WIDTH="65" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="contents"
|
||||
SRC="file:/usr/local/share/lib/latex2html/icons/contents.png"></A>
|
||||
SRC="contents.png"></A>
|
||||
<A NAME="tex2html2505"
|
||||
HREF="node201.html">
|
||||
<IMG WIDTH="43" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="index"
|
||||
SRC="file:/usr/local/share/lib/latex2html/icons/index.png"></A>
|
||||
SRC="index.png"></A>
|
||||
<BR>
|
||||
<B> Next:</B> <A NAME="tex2html2508"
|
||||
HREF="node130.html">Band-pass and stop-band filters</A>
|
||||
|
||||
26
node13.html
26
node13.html
@@ -1,4 +1,4 @@
|
||||
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN">
|
||||
<!DOCTYPE html>
|
||||
|
||||
<!--Converted with LaTeX2HTML 2002-2-1 (1.71)
|
||||
original version by: Nikos Drakos, CBLU, University of Leeds
|
||||
@@ -7,6 +7,10 @@ original version by: Nikos Drakos, CBLU, University of Leeds
|
||||
Jens Lippmann, Marek Rouchal, Martin Wilck and others -->
|
||||
<HTML>
|
||||
<HEAD>
|
||||
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
|
||||
|
||||
<TITLE>Superposing Signals</TITLE>
|
||||
<META NAME="description" CONTENT="Superposing Signals">
|
||||
<META NAME="keywords" CONTENT="book">
|
||||
@@ -29,23 +33,23 @@ original version by: Nikos Drakos, CBLU, University of Leeds
|
||||
<A NAME="tex2html735"
|
||||
HREF="node14.html">
|
||||
<IMG WIDTH="37" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="next"
|
||||
SRC="file:/usr/local/share/lib/latex2html/icons/next.png"></A>
|
||||
SRC="next.png"></A>
|
||||
<A NAME="tex2html729"
|
||||
HREF="node7.html">
|
||||
<IMG WIDTH="26" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="up"
|
||||
SRC="file:/usr/local/share/lib/latex2html/icons/up.png"></A>
|
||||
SRC="up.png"></A>
|
||||
<A NAME="tex2html723"
|
||||
HREF="node12.html">
|
||||
<IMG WIDTH="63" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="previous"
|
||||
SRC="file:/usr/local/share/lib/latex2html/icons/prev.png"></A>
|
||||
SRC="prev.png"></A>
|
||||
<A NAME="tex2html731"
|
||||
HREF="node4.html">
|
||||
<IMG WIDTH="65" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="contents"
|
||||
SRC="file:/usr/local/share/lib/latex2html/icons/contents.png"></A>
|
||||
SRC="contents.png"></A>
|
||||
<A NAME="tex2html733"
|
||||
HREF="node201.html">
|
||||
<IMG WIDTH="43" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="index"
|
||||
SRC="file:/usr/local/share/lib/latex2html/icons/index.png"></A>
|
||||
SRC="index.png"></A>
|
||||
<BR>
|
||||
<B> Next:</B> <A NAME="tex2html736"
|
||||
HREF="node14.html">Periodic Signals</A>
|
||||
@@ -275,23 +279,23 @@ amplitude <IMG
|
||||
<A NAME="tex2html735"
|
||||
HREF="node14.html">
|
||||
<IMG WIDTH="37" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="next"
|
||||
SRC="file:/usr/local/share/lib/latex2html/icons/next.png"></A>
|
||||
SRC="next.png"></A>
|
||||
<A NAME="tex2html729"
|
||||
HREF="node7.html">
|
||||
<IMG WIDTH="26" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="up"
|
||||
SRC="file:/usr/local/share/lib/latex2html/icons/up.png"></A>
|
||||
SRC="up.png"></A>
|
||||
<A NAME="tex2html723"
|
||||
HREF="node12.html">
|
||||
<IMG WIDTH="63" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="previous"
|
||||
SRC="file:/usr/local/share/lib/latex2html/icons/prev.png"></A>
|
||||
SRC="prev.png"></A>
|
||||
<A NAME="tex2html731"
|
||||
HREF="node4.html">
|
||||
<IMG WIDTH="65" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="contents"
|
||||
SRC="file:/usr/local/share/lib/latex2html/icons/contents.png"></A>
|
||||
SRC="contents.png"></A>
|
||||
<A NAME="tex2html733"
|
||||
HREF="node201.html">
|
||||
<IMG WIDTH="43" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="index"
|
||||
SRC="file:/usr/local/share/lib/latex2html/icons/index.png"></A>
|
||||
SRC="index.png"></A>
|
||||
<BR>
|
||||
<B> Next:</B> <A NAME="tex2html736"
|
||||
HREF="node14.html">Periodic Signals</A>
|
||||
|
||||
26
node130.html
26
node130.html
@@ -1,4 +1,4 @@
|
||||
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN">
|
||||
<!DOCTYPE html>
|
||||
|
||||
<!--Converted with LaTeX2HTML 2002-2-1 (1.71)
|
||||
original version by: Nikos Drakos, CBLU, University of Leeds
|
||||
@@ -7,6 +7,10 @@ original version by: Nikos Drakos, CBLU, University of Leeds
|
||||
Jens Lippmann, Marek Rouchal, Martin Wilck and others -->
|
||||
<HTML>
|
||||
<HEAD>
|
||||
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
|
||||
|
||||
<TITLE>Band-pass and stop-band filters</TITLE>
|
||||
<META NAME="description" CONTENT="Band-pass and stop-band filters">
|
||||
<META NAME="keywords" CONTENT="book">
|
||||
@@ -29,23 +33,23 @@ original version by: Nikos Drakos, CBLU, University of Leeds
|
||||
<A NAME="tex2html2521"
|
||||
HREF="node131.html">
|
||||
<IMG WIDTH="37" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="next"
|
||||
SRC="file:/usr/local/share/lib/latex2html/icons/next.png"></A>
|
||||
SRC="next.png"></A>
|
||||
<A NAME="tex2html2515"
|
||||
HREF="node128.html">
|
||||
<IMG WIDTH="26" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="up"
|
||||
SRC="file:/usr/local/share/lib/latex2html/icons/up.png"></A>
|
||||
SRC="up.png"></A>
|
||||
<A NAME="tex2html2509"
|
||||
HREF="node129.html">
|
||||
<IMG WIDTH="63" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="previous"
|
||||
SRC="file:/usr/local/share/lib/latex2html/icons/prev.png"></A>
|
||||
SRC="prev.png"></A>
|
||||
<A NAME="tex2html2517"
|
||||
HREF="node4.html">
|
||||
<IMG WIDTH="65" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="contents"
|
||||
SRC="file:/usr/local/share/lib/latex2html/icons/contents.png"></A>
|
||||
SRC="contents.png"></A>
|
||||
<A NAME="tex2html2519"
|
||||
HREF="node201.html">
|
||||
<IMG WIDTH="43" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="index"
|
||||
SRC="file:/usr/local/share/lib/latex2html/icons/index.png"></A>
|
||||
SRC="index.png"></A>
|
||||
<BR>
|
||||
<B> Next:</B> <A NAME="tex2html2522"
|
||||
HREF="node131.html">Equalizing filters</A>
|
||||
@@ -124,23 +128,23 @@ center frequency.</CAPTION>
|
||||
<A NAME="tex2html2521"
|
||||
HREF="node131.html">
|
||||
<IMG WIDTH="37" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="next"
|
||||
SRC="file:/usr/local/share/lib/latex2html/icons/next.png"></A>
|
||||
SRC="next.png"></A>
|
||||
<A NAME="tex2html2515"
|
||||
HREF="node128.html">
|
||||
<IMG WIDTH="26" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="up"
|
||||
SRC="file:/usr/local/share/lib/latex2html/icons/up.png"></A>
|
||||
SRC="up.png"></A>
|
||||
<A NAME="tex2html2509"
|
||||
HREF="node129.html">
|
||||
<IMG WIDTH="63" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="previous"
|
||||
SRC="file:/usr/local/share/lib/latex2html/icons/prev.png"></A>
|
||||
SRC="prev.png"></A>
|
||||
<A NAME="tex2html2517"
|
||||
HREF="node4.html">
|
||||
<IMG WIDTH="65" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="contents"
|
||||
SRC="file:/usr/local/share/lib/latex2html/icons/contents.png"></A>
|
||||
SRC="contents.png"></A>
|
||||
<A NAME="tex2html2519"
|
||||
HREF="node201.html">
|
||||
<IMG WIDTH="43" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="index"
|
||||
SRC="file:/usr/local/share/lib/latex2html/icons/index.png"></A>
|
||||
SRC="index.png"></A>
|
||||
<BR>
|
||||
<B> Next:</B> <A NAME="tex2html2522"
|
||||
HREF="node131.html">Equalizing filters</A>
|
||||
|
||||
26
node131.html
26
node131.html
@@ -1,4 +1,4 @@
|
||||
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN">
|
||||
<!DOCTYPE html>
|
||||
|
||||
<!--Converted with LaTeX2HTML 2002-2-1 (1.71)
|
||||
original version by: Nikos Drakos, CBLU, University of Leeds
|
||||
@@ -7,6 +7,10 @@ original version by: Nikos Drakos, CBLU, University of Leeds
|
||||
Jens Lippmann, Marek Rouchal, Martin Wilck and others -->
|
||||
<HTML>
|
||||
<HEAD>
|
||||
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
|
||||
|
||||
<TITLE>Equalizing filters</TITLE>
|
||||
<META NAME="description" CONTENT="Equalizing filters">
|
||||
<META NAME="keywords" CONTENT="book">
|
||||
@@ -28,23 +32,23 @@ original version by: Nikos Drakos, CBLU, University of Leeds
|
||||
<A NAME="tex2html2533"
|
||||
HREF="node132.html">
|
||||
<IMG WIDTH="37" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="next"
|
||||
SRC="file:/usr/local/share/lib/latex2html/icons/next.png"></A>
|
||||
SRC="next.png"></A>
|
||||
<A NAME="tex2html2527"
|
||||
HREF="node128.html">
|
||||
<IMG WIDTH="26" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="up"
|
||||
SRC="file:/usr/local/share/lib/latex2html/icons/up.png"></A>
|
||||
SRC="up.png"></A>
|
||||
<A NAME="tex2html2523"
|
||||
HREF="node130.html">
|
||||
<IMG WIDTH="63" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="previous"
|
||||
SRC="file:/usr/local/share/lib/latex2html/icons/prev.png"></A>
|
||||
SRC="prev.png"></A>
|
||||
<A NAME="tex2html2529"
|
||||
HREF="node4.html">
|
||||
<IMG WIDTH="65" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="contents"
|
||||
SRC="file:/usr/local/share/lib/latex2html/icons/contents.png"></A>
|
||||
SRC="contents.png"></A>
|
||||
<A NAME="tex2html2531"
|
||||
HREF="node201.html">
|
||||
<IMG WIDTH="43" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="index"
|
||||
SRC="file:/usr/local/share/lib/latex2html/icons/index.png"></A>
|
||||
SRC="index.png"></A>
|
||||
<BR>
|
||||
<B> Next:</B> <A NAME="tex2html2534"
|
||||
HREF="node132.html">Elementary filters</A>
|
||||
@@ -127,23 +131,23 @@ adjust bands in between.
|
||||
<A NAME="tex2html2533"
|
||||
HREF="node132.html">
|
||||
<IMG WIDTH="37" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="next"
|
||||
SRC="file:/usr/local/share/lib/latex2html/icons/next.png"></A>
|
||||
SRC="next.png"></A>
|
||||
<A NAME="tex2html2527"
|
||||
HREF="node128.html">
|
||||
<IMG WIDTH="26" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="up"
|
||||
SRC="file:/usr/local/share/lib/latex2html/icons/up.png"></A>
|
||||
SRC="up.png"></A>
|
||||
<A NAME="tex2html2523"
|
||||
HREF="node130.html">
|
||||
<IMG WIDTH="63" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="previous"
|
||||
SRC="file:/usr/local/share/lib/latex2html/icons/prev.png"></A>
|
||||
SRC="prev.png"></A>
|
||||
<A NAME="tex2html2529"
|
||||
HREF="node4.html">
|
||||
<IMG WIDTH="65" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="contents"
|
||||
SRC="file:/usr/local/share/lib/latex2html/icons/contents.png"></A>
|
||||
SRC="contents.png"></A>
|
||||
<A NAME="tex2html2531"
|
||||
HREF="node201.html">
|
||||
<IMG WIDTH="43" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="index"
|
||||
SRC="file:/usr/local/share/lib/latex2html/icons/index.png"></A>
|
||||
SRC="index.png"></A>
|
||||
<BR>
|
||||
<B> Next:</B> <A NAME="tex2html2534"
|
||||
HREF="node132.html">Elementary filters</A>
|
||||
|
||||
26
node132.html
26
node132.html
@@ -1,4 +1,4 @@
|
||||
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN">
|
||||
<!DOCTYPE html>
|
||||
|
||||
<!--Converted with LaTeX2HTML 2002-2-1 (1.71)
|
||||
original version by: Nikos Drakos, CBLU, University of Leeds
|
||||
@@ -7,6 +7,10 @@ original version by: Nikos Drakos, CBLU, University of Leeds
|
||||
Jens Lippmann, Marek Rouchal, Martin Wilck and others -->
|
||||
<HTML>
|
||||
<HEAD>
|
||||
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
|
||||
|
||||
<TITLE>Elementary filters</TITLE>
|
||||
<META NAME="description" CONTENT="Elementary filters">
|
||||
<META NAME="keywords" CONTENT="book">
|
||||
@@ -29,23 +33,23 @@ original version by: Nikos Drakos, CBLU, University of Leeds
|
||||
<A NAME="tex2html2547"
|
||||
HREF="node133.html">
|
||||
<IMG WIDTH="37" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="next"
|
||||
SRC="file:/usr/local/share/lib/latex2html/icons/next.png"></A>
|
||||
SRC="next.png"></A>
|
||||
<A NAME="tex2html2541"
|
||||
HREF="node127.html">
|
||||
<IMG WIDTH="26" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="up"
|
||||
SRC="file:/usr/local/share/lib/latex2html/icons/up.png"></A>
|
||||
SRC="up.png"></A>
|
||||
<A NAME="tex2html2535"
|
||||
HREF="node131.html">
|
||||
<IMG WIDTH="63" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="previous"
|
||||
SRC="file:/usr/local/share/lib/latex2html/icons/prev.png"></A>
|
||||
SRC="prev.png"></A>
|
||||
<A NAME="tex2html2543"
|
||||
HREF="node4.html">
|
||||
<IMG WIDTH="65" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="contents"
|
||||
SRC="file:/usr/local/share/lib/latex2html/icons/contents.png"></A>
|
||||
SRC="contents.png"></A>
|
||||
<A NAME="tex2html2545"
|
||||
HREF="node201.html">
|
||||
<IMG WIDTH="43" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="index"
|
||||
SRC="file:/usr/local/share/lib/latex2html/icons/index.png"></A>
|
||||
SRC="index.png"></A>
|
||||
<BR>
|
||||
<B> Next:</B> <A NAME="tex2html2548"
|
||||
HREF="node133.html">Elementary non-recirculating filter</A>
|
||||
@@ -121,23 +125,23 @@ filters--with complex-valued gains.
|
||||
<A NAME="tex2html2547"
|
||||
HREF="node133.html">
|
||||
<IMG WIDTH="37" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="next"
|
||||
SRC="file:/usr/local/share/lib/latex2html/icons/next.png"></A>
|
||||
SRC="next.png"></A>
|
||||
<A NAME="tex2html2541"
|
||||
HREF="node127.html">
|
||||
<IMG WIDTH="26" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="up"
|
||||
SRC="file:/usr/local/share/lib/latex2html/icons/up.png"></A>
|
||||
SRC="up.png"></A>
|
||||
<A NAME="tex2html2535"
|
||||
HREF="node131.html">
|
||||
<IMG WIDTH="63" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="previous"
|
||||
SRC="file:/usr/local/share/lib/latex2html/icons/prev.png"></A>
|
||||
SRC="prev.png"></A>
|
||||
<A NAME="tex2html2543"
|
||||
HREF="node4.html">
|
||||
<IMG WIDTH="65" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="contents"
|
||||
SRC="file:/usr/local/share/lib/latex2html/icons/contents.png"></A>
|
||||
SRC="contents.png"></A>
|
||||
<A NAME="tex2html2545"
|
||||
HREF="node201.html">
|
||||
<IMG WIDTH="43" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="index"
|
||||
SRC="file:/usr/local/share/lib/latex2html/icons/index.png"></A>
|
||||
SRC="index.png"></A>
|
||||
<BR>
|
||||
<B> Next:</B> <A NAME="tex2html2548"
|
||||
HREF="node133.html">Elementary non-recirculating filter</A>
|
||||
|
||||
26
node133.html
26
node133.html
@@ -1,4 +1,4 @@
|
||||
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN">
|
||||
<!DOCTYPE html>
|
||||
|
||||
<!--Converted with LaTeX2HTML 2002-2-1 (1.71)
|
||||
original version by: Nikos Drakos, CBLU, University of Leeds
|
||||
@@ -7,6 +7,10 @@ original version by: Nikos Drakos, CBLU, University of Leeds
|
||||
Jens Lippmann, Marek Rouchal, Martin Wilck and others -->
|
||||
<HTML>
|
||||
<HEAD>
|
||||
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
|
||||
|
||||
<TITLE>Elementary non-recirculating filter</TITLE>
|
||||
<META NAME="description" CONTENT="Elementary non-recirculating filter">
|
||||
<META NAME="keywords" CONTENT="book">
|
||||
@@ -29,23 +33,23 @@ original version by: Nikos Drakos, CBLU, University of Leeds
|
||||
<A NAME="tex2html2567"
|
||||
HREF="node134.html">
|
||||
<IMG WIDTH="37" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="next"
|
||||
SRC="file:/usr/local/share/lib/latex2html/icons/next.png"></A>
|
||||
SRC="next.png"></A>
|
||||
<A NAME="tex2html2561"
|
||||
HREF="node132.html">
|
||||
<IMG WIDTH="26" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="up"
|
||||
SRC="file:/usr/local/share/lib/latex2html/icons/up.png"></A>
|
||||
SRC="up.png"></A>
|
||||
<A NAME="tex2html2555"
|
||||
HREF="node132.html">
|
||||
<IMG WIDTH="63" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="previous"
|
||||
SRC="file:/usr/local/share/lib/latex2html/icons/prev.png"></A>
|
||||
SRC="prev.png"></A>
|
||||
<A NAME="tex2html2563"
|
||||
HREF="node4.html">
|
||||
<IMG WIDTH="65" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="contents"
|
||||
SRC="file:/usr/local/share/lib/latex2html/icons/contents.png"></A>
|
||||
SRC="contents.png"></A>
|
||||
<A NAME="tex2html2565"
|
||||
HREF="node201.html">
|
||||
<IMG WIDTH="43" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="index"
|
||||
SRC="file:/usr/local/share/lib/latex2html/icons/index.png"></A>
|
||||
SRC="index.png"></A>
|
||||
<BR>
|
||||
<B> Next:</B> <A NAME="tex2html2568"
|
||||
HREF="node134.html">Non-recirculating filter, second form</A>
|
||||
@@ -321,23 +325,23 @@ same argument (-2 radians), but with varying absolute value (magnitude) <IMG
|
||||
<A NAME="tex2html2567"
|
||||
HREF="node134.html">
|
||||
<IMG WIDTH="37" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="next"
|
||||
SRC="file:/usr/local/share/lib/latex2html/icons/next.png"></A>
|
||||
SRC="next.png"></A>
|
||||
<A NAME="tex2html2561"
|
||||
HREF="node132.html">
|
||||
<IMG WIDTH="26" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="up"
|
||||
SRC="file:/usr/local/share/lib/latex2html/icons/up.png"></A>
|
||||
SRC="up.png"></A>
|
||||
<A NAME="tex2html2555"
|
||||
HREF="node132.html">
|
||||
<IMG WIDTH="63" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="previous"
|
||||
SRC="file:/usr/local/share/lib/latex2html/icons/prev.png"></A>
|
||||
SRC="prev.png"></A>
|
||||
<A NAME="tex2html2563"
|
||||
HREF="node4.html">
|
||||
<IMG WIDTH="65" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="contents"
|
||||
SRC="file:/usr/local/share/lib/latex2html/icons/contents.png"></A>
|
||||
SRC="contents.png"></A>
|
||||
<A NAME="tex2html2565"
|
||||
HREF="node201.html">
|
||||
<IMG WIDTH="43" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="index"
|
||||
SRC="file:/usr/local/share/lib/latex2html/icons/index.png"></A>
|
||||
SRC="index.png"></A>
|
||||
<BR>
|
||||
<B> Next:</B> <A NAME="tex2html2568"
|
||||
HREF="node134.html">Non-recirculating filter, second form</A>
|
||||
|
||||
26
node134.html
26
node134.html
@@ -1,4 +1,4 @@
|
||||
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN">
|
||||
<!DOCTYPE html>
|
||||
|
||||
<!--Converted with LaTeX2HTML 2002-2-1 (1.71)
|
||||
original version by: Nikos Drakos, CBLU, University of Leeds
|
||||
@@ -7,6 +7,10 @@ original version by: Nikos Drakos, CBLU, University of Leeds
|
||||
Jens Lippmann, Marek Rouchal, Martin Wilck and others -->
|
||||
<HTML>
|
||||
<HEAD>
|
||||
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
|
||||
|
||||
<TITLE>Non-recirculating filter, second form</TITLE>
|
||||
<META NAME="description" CONTENT="Non-recirculating filter, second form">
|
||||
<META NAME="keywords" CONTENT="book">
|
||||
@@ -29,23 +33,23 @@ original version by: Nikos Drakos, CBLU, University of Leeds
|
||||
<A NAME="tex2html2581"
|
||||
HREF="node135.html">
|
||||
<IMG WIDTH="37" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="next"
|
||||
SRC="file:/usr/local/share/lib/latex2html/icons/next.png"></A>
|
||||
SRC="next.png"></A>
|
||||
<A NAME="tex2html2575"
|
||||
HREF="node132.html">
|
||||
<IMG WIDTH="26" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="up"
|
||||
SRC="file:/usr/local/share/lib/latex2html/icons/up.png"></A>
|
||||
SRC="up.png"></A>
|
||||
<A NAME="tex2html2569"
|
||||
HREF="node133.html">
|
||||
<IMG WIDTH="63" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="previous"
|
||||
SRC="file:/usr/local/share/lib/latex2html/icons/prev.png"></A>
|
||||
SRC="prev.png"></A>
|
||||
<A NAME="tex2html2577"
|
||||
HREF="node4.html">
|
||||
<IMG WIDTH="65" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="contents"
|
||||
SRC="file:/usr/local/share/lib/latex2html/icons/contents.png"></A>
|
||||
SRC="contents.png"></A>
|
||||
<A NAME="tex2html2579"
|
||||
HREF="node201.html">
|
||||
<IMG WIDTH="43" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="index"
|
||||
SRC="file:/usr/local/share/lib/latex2html/icons/index.png"></A>
|
||||
SRC="index.png"></A>
|
||||
<BR>
|
||||
<B> Next:</B> <A NAME="tex2html2582"
|
||||
HREF="node135.html">Elementary recirculating filter</A>
|
||||
@@ -193,23 +197,23 @@ The elementary non-recirculating filter, second form.</CAPTION>
|
||||
<A NAME="tex2html2581"
|
||||
HREF="node135.html">
|
||||
<IMG WIDTH="37" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="next"
|
||||
SRC="file:/usr/local/share/lib/latex2html/icons/next.png"></A>
|
||||
SRC="next.png"></A>
|
||||
<A NAME="tex2html2575"
|
||||
HREF="node132.html">
|
||||
<IMG WIDTH="26" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="up"
|
||||
SRC="file:/usr/local/share/lib/latex2html/icons/up.png"></A>
|
||||
SRC="up.png"></A>
|
||||
<A NAME="tex2html2569"
|
||||
HREF="node133.html">
|
||||
<IMG WIDTH="63" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="previous"
|
||||
SRC="file:/usr/local/share/lib/latex2html/icons/prev.png"></A>
|
||||
SRC="prev.png"></A>
|
||||
<A NAME="tex2html2577"
|
||||
HREF="node4.html">
|
||||
<IMG WIDTH="65" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="contents"
|
||||
SRC="file:/usr/local/share/lib/latex2html/icons/contents.png"></A>
|
||||
SRC="contents.png"></A>
|
||||
<A NAME="tex2html2579"
|
||||
HREF="node201.html">
|
||||
<IMG WIDTH="43" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="index"
|
||||
SRC="file:/usr/local/share/lib/latex2html/icons/index.png"></A>
|
||||
SRC="index.png"></A>
|
||||
<BR>
|
||||
<B> Next:</B> <A NAME="tex2html2582"
|
||||
HREF="node135.html">Elementary recirculating filter</A>
|
||||
|
||||
26
node135.html
26
node135.html
@@ -1,4 +1,4 @@
|
||||
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN">
|
||||
<!DOCTYPE html>
|
||||
|
||||
<!--Converted with LaTeX2HTML 2002-2-1 (1.71)
|
||||
original version by: Nikos Drakos, CBLU, University of Leeds
|
||||
@@ -7,6 +7,10 @@ original version by: Nikos Drakos, CBLU, University of Leeds
|
||||
Jens Lippmann, Marek Rouchal, Martin Wilck and others -->
|
||||
<HTML>
|
||||
<HEAD>
|
||||
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
|
||||
|
||||
<TITLE>Elementary recirculating filter</TITLE>
|
||||
<META NAME="description" CONTENT="Elementary recirculating filter">
|
||||
<META NAME="keywords" CONTENT="book">
|
||||
@@ -29,23 +33,23 @@ original version by: Nikos Drakos, CBLU, University of Leeds
|
||||
<A NAME="tex2html2595"
|
||||
HREF="node136.html">
|
||||
<IMG WIDTH="37" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="next"
|
||||
SRC="file:/usr/local/share/lib/latex2html/icons/next.png"></A>
|
||||
SRC="next.png"></A>
|
||||
<A NAME="tex2html2589"
|
||||
HREF="node132.html">
|
||||
<IMG WIDTH="26" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="up"
|
||||
SRC="file:/usr/local/share/lib/latex2html/icons/up.png"></A>
|
||||
SRC="up.png"></A>
|
||||
<A NAME="tex2html2583"
|
||||
HREF="node134.html">
|
||||
<IMG WIDTH="63" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="previous"
|
||||
SRC="file:/usr/local/share/lib/latex2html/icons/prev.png"></A>
|
||||
SRC="prev.png"></A>
|
||||
<A NAME="tex2html2591"
|
||||
HREF="node4.html">
|
||||
<IMG WIDTH="65" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="contents"
|
||||
SRC="file:/usr/local/share/lib/latex2html/icons/contents.png"></A>
|
||||
SRC="contents.png"></A>
|
||||
<A NAME="tex2html2593"
|
||||
HREF="node201.html">
|
||||
<IMG WIDTH="43" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="index"
|
||||
SRC="file:/usr/local/share/lib/latex2html/icons/index.png"></A>
|
||||
SRC="index.png"></A>
|
||||
<BR>
|
||||
<B> Next:</B> <A NAME="tex2html2596"
|
||||
HREF="node136.html">Compound filters</A>
|
||||
@@ -157,23 +161,23 @@ working out the impulse response of the combined network).
|
||||
<A NAME="tex2html2595"
|
||||
HREF="node136.html">
|
||||
<IMG WIDTH="37" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="next"
|
||||
SRC="file:/usr/local/share/lib/latex2html/icons/next.png"></A>
|
||||
SRC="next.png"></A>
|
||||
<A NAME="tex2html2589"
|
||||
HREF="node132.html">
|
||||
<IMG WIDTH="26" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="up"
|
||||
SRC="file:/usr/local/share/lib/latex2html/icons/up.png"></A>
|
||||
SRC="up.png"></A>
|
||||
<A NAME="tex2html2583"
|
||||
HREF="node134.html">
|
||||
<IMG WIDTH="63" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="previous"
|
||||
SRC="file:/usr/local/share/lib/latex2html/icons/prev.png"></A>
|
||||
SRC="prev.png"></A>
|
||||
<A NAME="tex2html2591"
|
||||
HREF="node4.html">
|
||||
<IMG WIDTH="65" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="contents"
|
||||
SRC="file:/usr/local/share/lib/latex2html/icons/contents.png"></A>
|
||||
SRC="contents.png"></A>
|
||||
<A NAME="tex2html2593"
|
||||
HREF="node201.html">
|
||||
<IMG WIDTH="43" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="index"
|
||||
SRC="file:/usr/local/share/lib/latex2html/icons/index.png"></A>
|
||||
SRC="index.png"></A>
|
||||
<BR>
|
||||
<B> Next:</B> <A NAME="tex2html2596"
|
||||
HREF="node136.html">Compound filters</A>
|
||||
|
||||
16
node136.html
16
node136.html
@@ -1,4 +1,4 @@
|
||||
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN">
|
||||
<!DOCTYPE html>
|
||||
|
||||
<!--Converted with LaTeX2HTML 2002-2-1 (1.71)
|
||||
original version by: Nikos Drakos, CBLU, University of Leeds
|
||||
@@ -7,6 +7,10 @@ original version by: Nikos Drakos, CBLU, University of Leeds
|
||||
Jens Lippmann, Marek Rouchal, Martin Wilck and others -->
|
||||
<HTML>
|
||||
<HEAD>
|
||||
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
|
||||
|
||||
<TITLE>Compound filters</TITLE>
|
||||
<META NAME="description" CONTENT="Compound filters">
|
||||
<META NAME="keywords" CONTENT="book">
|
||||
@@ -29,23 +33,23 @@ original version by: Nikos Drakos, CBLU, University of Leeds
|
||||
<A NAME="tex2html2609"
|
||||
HREF="node137.html">
|
||||
<IMG WIDTH="37" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="next"
|
||||
SRC="file:/usr/local/share/lib/latex2html/icons/next.png"></A>
|
||||
SRC="next.png"></A>
|
||||
<A NAME="tex2html2603"
|
||||
HREF="node132.html">
|
||||
<IMG WIDTH="26" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="up"
|
||||
SRC="file:/usr/local/share/lib/latex2html/icons/up.png"></A>
|
||||
SRC="up.png"></A>
|
||||
<A NAME="tex2html2597"
|
||||
HREF="node135.html">
|
||||
<IMG WIDTH="63" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="previous"
|
||||
SRC="file:/usr/local/share/lib/latex2html/icons/prev.png"></A>
|
||||
SRC="prev.png"></A>
|
||||
<A NAME="tex2html2605"
|
||||
HREF="node4.html">
|
||||
<IMG WIDTH="65" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="contents"
|
||||
SRC="file:/usr/local/share/lib/latex2html/icons/contents.png"></A>
|
||||
SRC="contents.png"></A>
|
||||
<A NAME="tex2html2607"
|
||||
HREF="node201.html">
|
||||
<IMG WIDTH="43" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="index"
|
||||
SRC="file:/usr/local/share/lib/latex2html/icons/index.png"></A>
|
||||
SRC="index.png"></A>
|
||||
<BR>
|
||||
<B> Next:</B> <A NAME="tex2html2610"
|
||||
HREF="node137.html">Real outputs from complex</A>
|
||||
|
||||
26
node137.html
26
node137.html
@@ -1,4 +1,4 @@
|
||||
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN">
|
||||
<!DOCTYPE html>
|
||||
|
||||
<!--Converted with LaTeX2HTML 2002-2-1 (1.71)
|
||||
original version by: Nikos Drakos, CBLU, University of Leeds
|
||||
@@ -7,6 +7,10 @@ original version by: Nikos Drakos, CBLU, University of Leeds
|
||||
Jens Lippmann, Marek Rouchal, Martin Wilck and others -->
|
||||
<HTML>
|
||||
<HEAD>
|
||||
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
|
||||
|
||||
<TITLE>Real outputs from complex filters</TITLE>
|
||||
<META NAME="description" CONTENT="Real outputs from complex filters">
|
||||
<META NAME="keywords" CONTENT="book">
|
||||
@@ -29,23 +33,23 @@ original version by: Nikos Drakos, CBLU, University of Leeds
|
||||
<A NAME="tex2html2623"
|
||||
HREF="node138.html">
|
||||
<IMG WIDTH="37" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="next"
|
||||
SRC="file:/usr/local/share/lib/latex2html/icons/next.png"></A>
|
||||
SRC="next.png"></A>
|
||||
<A NAME="tex2html2617"
|
||||
HREF="node132.html">
|
||||
<IMG WIDTH="26" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="up"
|
||||
SRC="file:/usr/local/share/lib/latex2html/icons/up.png"></A>
|
||||
SRC="up.png"></A>
|
||||
<A NAME="tex2html2611"
|
||||
HREF="node136.html">
|
||||
<IMG WIDTH="63" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="previous"
|
||||
SRC="file:/usr/local/share/lib/latex2html/icons/prev.png"></A>
|
||||
SRC="prev.png"></A>
|
||||
<A NAME="tex2html2619"
|
||||
HREF="node4.html">
|
||||
<IMG WIDTH="65" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="contents"
|
||||
SRC="file:/usr/local/share/lib/latex2html/icons/contents.png"></A>
|
||||
SRC="contents.png"></A>
|
||||
<A NAME="tex2html2621"
|
||||
HREF="node201.html">
|
||||
<IMG WIDTH="43" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="index"
|
||||
SRC="file:/usr/local/share/lib/latex2html/icons/index.png"></A>
|
||||
SRC="index.png"></A>
|
||||
<BR>
|
||||
<B> Next:</B> <A NAME="tex2html2624"
|
||||
HREF="node138.html">Two recirculating filters for</A>
|
||||
@@ -245,23 +249,23 @@ either real-valued, or else appears in a pair with its complex conjugate.
|
||||
<A NAME="tex2html2623"
|
||||
HREF="node138.html">
|
||||
<IMG WIDTH="37" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="next"
|
||||
SRC="file:/usr/local/share/lib/latex2html/icons/next.png"></A>
|
||||
SRC="next.png"></A>
|
||||
<A NAME="tex2html2617"
|
||||
HREF="node132.html">
|
||||
<IMG WIDTH="26" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="up"
|
||||
SRC="file:/usr/local/share/lib/latex2html/icons/up.png"></A>
|
||||
SRC="up.png"></A>
|
||||
<A NAME="tex2html2611"
|
||||
HREF="node136.html">
|
||||
<IMG WIDTH="63" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="previous"
|
||||
SRC="file:/usr/local/share/lib/latex2html/icons/prev.png"></A>
|
||||
SRC="prev.png"></A>
|
||||
<A NAME="tex2html2619"
|
||||
HREF="node4.html">
|
||||
<IMG WIDTH="65" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="contents"
|
||||
SRC="file:/usr/local/share/lib/latex2html/icons/contents.png"></A>
|
||||
SRC="contents.png"></A>
|
||||
<A NAME="tex2html2621"
|
||||
HREF="node201.html">
|
||||
<IMG WIDTH="43" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="index"
|
||||
SRC="file:/usr/local/share/lib/latex2html/icons/index.png"></A>
|
||||
SRC="index.png"></A>
|
||||
<BR>
|
||||
<B> Next:</B> <A NAME="tex2html2624"
|
||||
HREF="node138.html">Two recirculating filters for</A>
|
||||
|
||||
26
node138.html
26
node138.html
@@ -1,4 +1,4 @@
|
||||
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN">
|
||||
<!DOCTYPE html>
|
||||
|
||||
<!--Converted with LaTeX2HTML 2002-2-1 (1.71)
|
||||
original version by: Nikos Drakos, CBLU, University of Leeds
|
||||
@@ -7,6 +7,10 @@ original version by: Nikos Drakos, CBLU, University of Leeds
|
||||
Jens Lippmann, Marek Rouchal, Martin Wilck and others -->
|
||||
<HTML>
|
||||
<HEAD>
|
||||
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
|
||||
|
||||
<TITLE>Two recirculating filters for the price of one</TITLE>
|
||||
<META NAME="description" CONTENT="Two recirculating filters for the price of one">
|
||||
<META NAME="keywords" CONTENT="book">
|
||||
@@ -28,23 +32,23 @@ original version by: Nikos Drakos, CBLU, University of Leeds
|
||||
<A NAME="tex2html2635"
|
||||
HREF="node139.html">
|
||||
<IMG WIDTH="37" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="next"
|
||||
SRC="file:/usr/local/share/lib/latex2html/icons/next.png"></A>
|
||||
SRC="next.png"></A>
|
||||
<A NAME="tex2html2629"
|
||||
HREF="node132.html">
|
||||
<IMG WIDTH="26" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="up"
|
||||
SRC="file:/usr/local/share/lib/latex2html/icons/up.png"></A>
|
||||
SRC="up.png"></A>
|
||||
<A NAME="tex2html2625"
|
||||
HREF="node137.html">
|
||||
<IMG WIDTH="63" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="previous"
|
||||
SRC="file:/usr/local/share/lib/latex2html/icons/prev.png"></A>
|
||||
SRC="prev.png"></A>
|
||||
<A NAME="tex2html2631"
|
||||
HREF="node4.html">
|
||||
<IMG WIDTH="65" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="contents"
|
||||
SRC="file:/usr/local/share/lib/latex2html/icons/contents.png"></A>
|
||||
SRC="contents.png"></A>
|
||||
<A NAME="tex2html2633"
|
||||
HREF="node201.html">
|
||||
<IMG WIDTH="43" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="index"
|
||||
SRC="file:/usr/local/share/lib/latex2html/icons/index.png"></A>
|
||||
SRC="index.png"></A>
|
||||
<BR>
|
||||
<B> Next:</B> <A NAME="tex2html2636"
|
||||
HREF="node139.html">Designing filters</A>
|
||||
@@ -296,23 +300,23 @@ explicitly.
|
||||
<A NAME="tex2html2635"
|
||||
HREF="node139.html">
|
||||
<IMG WIDTH="37" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="next"
|
||||
SRC="file:/usr/local/share/lib/latex2html/icons/next.png"></A>
|
||||
SRC="next.png"></A>
|
||||
<A NAME="tex2html2629"
|
||||
HREF="node132.html">
|
||||
<IMG WIDTH="26" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="up"
|
||||
SRC="file:/usr/local/share/lib/latex2html/icons/up.png"></A>
|
||||
SRC="up.png"></A>
|
||||
<A NAME="tex2html2625"
|
||||
HREF="node137.html">
|
||||
<IMG WIDTH="63" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="previous"
|
||||
SRC="file:/usr/local/share/lib/latex2html/icons/prev.png"></A>
|
||||
SRC="prev.png"></A>
|
||||
<A NAME="tex2html2631"
|
||||
HREF="node4.html">
|
||||
<IMG WIDTH="65" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="contents"
|
||||
SRC="file:/usr/local/share/lib/latex2html/icons/contents.png"></A>
|
||||
SRC="contents.png"></A>
|
||||
<A NAME="tex2html2633"
|
||||
HREF="node201.html">
|
||||
<IMG WIDTH="43" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="index"
|
||||
SRC="file:/usr/local/share/lib/latex2html/icons/index.png"></A>
|
||||
SRC="index.png"></A>
|
||||
<BR>
|
||||
<B> Next:</B> <A NAME="tex2html2636"
|
||||
HREF="node139.html">Designing filters</A>
|
||||
|
||||
26
node139.html
26
node139.html
@@ -1,4 +1,4 @@
|
||||
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN">
|
||||
<!DOCTYPE html>
|
||||
|
||||
<!--Converted with LaTeX2HTML 2002-2-1 (1.71)
|
||||
original version by: Nikos Drakos, CBLU, University of Leeds
|
||||
@@ -7,6 +7,10 @@ original version by: Nikos Drakos, CBLU, University of Leeds
|
||||
Jens Lippmann, Marek Rouchal, Martin Wilck and others -->
|
||||
<HTML>
|
||||
<HEAD>
|
||||
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
|
||||
|
||||
<TITLE>Designing filters</TITLE>
|
||||
<META NAME="description" CONTENT="Designing filters">
|
||||
<META NAME="keywords" CONTENT="book">
|
||||
@@ -29,23 +33,23 @@ original version by: Nikos Drakos, CBLU, University of Leeds
|
||||
<A NAME="tex2html2649"
|
||||
HREF="node140.html">
|
||||
<IMG WIDTH="37" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="next"
|
||||
SRC="file:/usr/local/share/lib/latex2html/icons/next.png"></A>
|
||||
SRC="next.png"></A>
|
||||
<A NAME="tex2html2643"
|
||||
HREF="node127.html">
|
||||
<IMG WIDTH="26" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="up"
|
||||
SRC="file:/usr/local/share/lib/latex2html/icons/up.png"></A>
|
||||
SRC="up.png"></A>
|
||||
<A NAME="tex2html2637"
|
||||
HREF="node138.html">
|
||||
<IMG WIDTH="63" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="previous"
|
||||
SRC="file:/usr/local/share/lib/latex2html/icons/prev.png"></A>
|
||||
SRC="prev.png"></A>
|
||||
<A NAME="tex2html2645"
|
||||
HREF="node4.html">
|
||||
<IMG WIDTH="65" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="contents"
|
||||
SRC="file:/usr/local/share/lib/latex2html/icons/contents.png"></A>
|
||||
SRC="contents.png"></A>
|
||||
<A NAME="tex2html2647"
|
||||
HREF="node201.html">
|
||||
<IMG WIDTH="43" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="index"
|
||||
SRC="file:/usr/local/share/lib/latex2html/icons/index.png"></A>
|
||||
SRC="index.png"></A>
|
||||
<BR>
|
||||
<B> Next:</B> <A NAME="tex2html2650"
|
||||
HREF="node140.html">One-pole low-pass filter</A>
|
||||
@@ -179,23 +183,23 @@ processing.
|
||||
<A NAME="tex2html2649"
|
||||
HREF="node140.html">
|
||||
<IMG WIDTH="37" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="next"
|
||||
SRC="file:/usr/local/share/lib/latex2html/icons/next.png"></A>
|
||||
SRC="next.png"></A>
|
||||
<A NAME="tex2html2643"
|
||||
HREF="node127.html">
|
||||
<IMG WIDTH="26" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="up"
|
||||
SRC="file:/usr/local/share/lib/latex2html/icons/up.png"></A>
|
||||
SRC="up.png"></A>
|
||||
<A NAME="tex2html2637"
|
||||
HREF="node138.html">
|
||||
<IMG WIDTH="63" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="previous"
|
||||
SRC="file:/usr/local/share/lib/latex2html/icons/prev.png"></A>
|
||||
SRC="prev.png"></A>
|
||||
<A NAME="tex2html2645"
|
||||
HREF="node4.html">
|
||||
<IMG WIDTH="65" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="contents"
|
||||
SRC="file:/usr/local/share/lib/latex2html/icons/contents.png"></A>
|
||||
SRC="contents.png"></A>
|
||||
<A NAME="tex2html2647"
|
||||
HREF="node201.html">
|
||||
<IMG WIDTH="43" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="index"
|
||||
SRC="file:/usr/local/share/lib/latex2html/icons/index.png"></A>
|
||||
SRC="index.png"></A>
|
||||
<BR>
|
||||
<B> Next:</B> <A NAME="tex2html2650"
|
||||
HREF="node140.html">One-pole low-pass filter</A>
|
||||
|
||||
26
node14.html
26
node14.html
@@ -1,4 +1,4 @@
|
||||
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN">
|
||||
<!DOCTYPE html>
|
||||
|
||||
<!--Converted with LaTeX2HTML 2002-2-1 (1.71)
|
||||
original version by: Nikos Drakos, CBLU, University of Leeds
|
||||
@@ -7,6 +7,10 @@ original version by: Nikos Drakos, CBLU, University of Leeds
|
||||
Jens Lippmann, Marek Rouchal, Martin Wilck and others -->
|
||||
<HTML>
|
||||
<HEAD>
|
||||
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
|
||||
|
||||
<TITLE>Periodic Signals</TITLE>
|
||||
<META NAME="description" CONTENT="Periodic Signals">
|
||||
<META NAME="keywords" CONTENT="book">
|
||||
@@ -29,23 +33,23 @@ original version by: Nikos Drakos, CBLU, University of Leeds
|
||||
<A NAME="tex2html749"
|
||||
HREF="node15.html">
|
||||
<IMG WIDTH="37" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="next"
|
||||
SRC="file:/usr/local/share/lib/latex2html/icons/next.png"></A>
|
||||
SRC="next.png"></A>
|
||||
<A NAME="tex2html743"
|
||||
HREF="node7.html">
|
||||
<IMG WIDTH="26" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="up"
|
||||
SRC="file:/usr/local/share/lib/latex2html/icons/up.png"></A>
|
||||
SRC="up.png"></A>
|
||||
<A NAME="tex2html737"
|
||||
HREF="node13.html">
|
||||
<IMG WIDTH="63" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="previous"
|
||||
SRC="file:/usr/local/share/lib/latex2html/icons/prev.png"></A>
|
||||
SRC="prev.png"></A>
|
||||
<A NAME="tex2html745"
|
||||
HREF="node4.html">
|
||||
<IMG WIDTH="65" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="contents"
|
||||
SRC="file:/usr/local/share/lib/latex2html/icons/contents.png"></A>
|
||||
SRC="contents.png"></A>
|
||||
<A NAME="tex2html747"
|
||||
HREF="node201.html">
|
||||
<IMG WIDTH="43" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="index"
|
||||
SRC="file:/usr/local/share/lib/latex2html/icons/index.png"></A>
|
||||
SRC="index.png"></A>
|
||||
<BR>
|
||||
<B> Next:</B> <A NAME="tex2html750"
|
||||
HREF="node15.html">About the Software Examples</A>
|
||||
@@ -262,23 +266,23 @@ The early days of computer music rang with the sound of additive synthesis.
|
||||
<A NAME="tex2html749"
|
||||
HREF="node15.html">
|
||||
<IMG WIDTH="37" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="next"
|
||||
SRC="file:/usr/local/share/lib/latex2html/icons/next.png"></A>
|
||||
SRC="next.png"></A>
|
||||
<A NAME="tex2html743"
|
||||
HREF="node7.html">
|
||||
<IMG WIDTH="26" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="up"
|
||||
SRC="file:/usr/local/share/lib/latex2html/icons/up.png"></A>
|
||||
SRC="up.png"></A>
|
||||
<A NAME="tex2html737"
|
||||
HREF="node13.html">
|
||||
<IMG WIDTH="63" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="previous"
|
||||
SRC="file:/usr/local/share/lib/latex2html/icons/prev.png"></A>
|
||||
SRC="prev.png"></A>
|
||||
<A NAME="tex2html745"
|
||||
HREF="node4.html">
|
||||
<IMG WIDTH="65" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="contents"
|
||||
SRC="file:/usr/local/share/lib/latex2html/icons/contents.png"></A>
|
||||
SRC="contents.png"></A>
|
||||
<A NAME="tex2html747"
|
||||
HREF="node201.html">
|
||||
<IMG WIDTH="43" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="index"
|
||||
SRC="file:/usr/local/share/lib/latex2html/icons/index.png"></A>
|
||||
SRC="index.png"></A>
|
||||
<BR>
|
||||
<B> Next:</B> <A NAME="tex2html750"
|
||||
HREF="node15.html">About the Software Examples</A>
|
||||
|
||||
26
node140.html
26
node140.html
@@ -1,4 +1,4 @@
|
||||
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN">
|
||||
<!DOCTYPE html>
|
||||
|
||||
<!--Converted with LaTeX2HTML 2002-2-1 (1.71)
|
||||
original version by: Nikos Drakos, CBLU, University of Leeds
|
||||
@@ -7,6 +7,10 @@ original version by: Nikos Drakos, CBLU, University of Leeds
|
||||
Jens Lippmann, Marek Rouchal, Martin Wilck and others -->
|
||||
<HTML>
|
||||
<HEAD>
|
||||
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
|
||||
|
||||
<TITLE>One-pole low-pass filter</TITLE>
|
||||
<META NAME="description" CONTENT="One-pole low-pass filter">
|
||||
<META NAME="keywords" CONTENT="book">
|
||||
@@ -29,23 +33,23 @@ original version by: Nikos Drakos, CBLU, University of Leeds
|
||||
<A NAME="tex2html2674"
|
||||
HREF="node141.html">
|
||||
<IMG WIDTH="37" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="next"
|
||||
SRC="file:/usr/local/share/lib/latex2html/icons/next.png"></A>
|
||||
SRC="next.png"></A>
|
||||
<A NAME="tex2html2668"
|
||||
HREF="node139.html">
|
||||
<IMG WIDTH="26" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="up"
|
||||
SRC="file:/usr/local/share/lib/latex2html/icons/up.png"></A>
|
||||
SRC="up.png"></A>
|
||||
<A NAME="tex2html2662"
|
||||
HREF="node139.html">
|
||||
<IMG WIDTH="63" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="previous"
|
||||
SRC="file:/usr/local/share/lib/latex2html/icons/prev.png"></A>
|
||||
SRC="prev.png"></A>
|
||||
<A NAME="tex2html2670"
|
||||
HREF="node4.html">
|
||||
<IMG WIDTH="65" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="contents"
|
||||
SRC="file:/usr/local/share/lib/latex2html/icons/contents.png"></A>
|
||||
SRC="contents.png"></A>
|
||||
<A NAME="tex2html2672"
|
||||
HREF="node201.html">
|
||||
<IMG WIDTH="43" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="index"
|
||||
SRC="file:/usr/local/share/lib/latex2html/icons/index.png"></A>
|
||||
SRC="index.png"></A>
|
||||
<BR>
|
||||
<B> Next:</B> <A NAME="tex2html2675"
|
||||
HREF="node141.html">One-pole, one-zero high-pass filter</A>
|
||||
@@ -163,23 +167,23 @@ cycles per second.
|
||||
<A NAME="tex2html2674"
|
||||
HREF="node141.html">
|
||||
<IMG WIDTH="37" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="next"
|
||||
SRC="file:/usr/local/share/lib/latex2html/icons/next.png"></A>
|
||||
SRC="next.png"></A>
|
||||
<A NAME="tex2html2668"
|
||||
HREF="node139.html">
|
||||
<IMG WIDTH="26" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="up"
|
||||
SRC="file:/usr/local/share/lib/latex2html/icons/up.png"></A>
|
||||
SRC="up.png"></A>
|
||||
<A NAME="tex2html2662"
|
||||
HREF="node139.html">
|
||||
<IMG WIDTH="63" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="previous"
|
||||
SRC="file:/usr/local/share/lib/latex2html/icons/prev.png"></A>
|
||||
SRC="prev.png"></A>
|
||||
<A NAME="tex2html2670"
|
||||
HREF="node4.html">
|
||||
<IMG WIDTH="65" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="contents"
|
||||
SRC="file:/usr/local/share/lib/latex2html/icons/contents.png"></A>
|
||||
SRC="contents.png"></A>
|
||||
<A NAME="tex2html2672"
|
||||
HREF="node201.html">
|
||||
<IMG WIDTH="43" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="index"
|
||||
SRC="file:/usr/local/share/lib/latex2html/icons/index.png"></A>
|
||||
SRC="index.png"></A>
|
||||
<BR>
|
||||
<B> Next:</B> <A NAME="tex2html2675"
|
||||
HREF="node141.html">One-pole, one-zero high-pass filter</A>
|
||||
|
||||
26
node141.html
26
node141.html
@@ -1,4 +1,4 @@
|
||||
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN">
|
||||
<!DOCTYPE html>
|
||||
|
||||
<!--Converted with LaTeX2HTML 2002-2-1 (1.71)
|
||||
original version by: Nikos Drakos, CBLU, University of Leeds
|
||||
@@ -7,6 +7,10 @@ original version by: Nikos Drakos, CBLU, University of Leeds
|
||||
Jens Lippmann, Marek Rouchal, Martin Wilck and others -->
|
||||
<HTML>
|
||||
<HEAD>
|
||||
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
|
||||
|
||||
<TITLE>One-pole, one-zero high-pass filter</TITLE>
|
||||
<META NAME="description" CONTENT="One-pole, one-zero high-pass filter">
|
||||
<META NAME="keywords" CONTENT="book">
|
||||
@@ -29,23 +33,23 @@ original version by: Nikos Drakos, CBLU, University of Leeds
|
||||
<A NAME="tex2html2688"
|
||||
HREF="node142.html">
|
||||
<IMG WIDTH="37" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="next"
|
||||
SRC="file:/usr/local/share/lib/latex2html/icons/next.png"></A>
|
||||
SRC="next.png"></A>
|
||||
<A NAME="tex2html2682"
|
||||
HREF="node139.html">
|
||||
<IMG WIDTH="26" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="up"
|
||||
SRC="file:/usr/local/share/lib/latex2html/icons/up.png"></A>
|
||||
SRC="up.png"></A>
|
||||
<A NAME="tex2html2676"
|
||||
HREF="node140.html">
|
||||
<IMG WIDTH="63" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="previous"
|
||||
SRC="file:/usr/local/share/lib/latex2html/icons/prev.png"></A>
|
||||
SRC="prev.png"></A>
|
||||
<A NAME="tex2html2684"
|
||||
HREF="node4.html">
|
||||
<IMG WIDTH="65" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="contents"
|
||||
SRC="file:/usr/local/share/lib/latex2html/icons/contents.png"></A>
|
||||
SRC="contents.png"></A>
|
||||
<A NAME="tex2html2686"
|
||||
HREF="node201.html">
|
||||
<IMG WIDTH="43" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="index"
|
||||
SRC="file:/usr/local/share/lib/latex2html/icons/index.png"></A>
|
||||
SRC="index.png"></A>
|
||||
<BR>
|
||||
<B> Next:</B> <A NAME="tex2html2689"
|
||||
HREF="node142.html">Shelving filter</A>
|
||||
@@ -149,23 +153,23 @@ frequency response (from zero to Nyquist frequency).</CAPTION>
|
||||
<A NAME="tex2html2688"
|
||||
HREF="node142.html">
|
||||
<IMG WIDTH="37" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="next"
|
||||
SRC="file:/usr/local/share/lib/latex2html/icons/next.png"></A>
|
||||
SRC="next.png"></A>
|
||||
<A NAME="tex2html2682"
|
||||
HREF="node139.html">
|
||||
<IMG WIDTH="26" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="up"
|
||||
SRC="file:/usr/local/share/lib/latex2html/icons/up.png"></A>
|
||||
SRC="up.png"></A>
|
||||
<A NAME="tex2html2676"
|
||||
HREF="node140.html">
|
||||
<IMG WIDTH="63" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="previous"
|
||||
SRC="file:/usr/local/share/lib/latex2html/icons/prev.png"></A>
|
||||
SRC="prev.png"></A>
|
||||
<A NAME="tex2html2684"
|
||||
HREF="node4.html">
|
||||
<IMG WIDTH="65" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="contents"
|
||||
SRC="file:/usr/local/share/lib/latex2html/icons/contents.png"></A>
|
||||
SRC="contents.png"></A>
|
||||
<A NAME="tex2html2686"
|
||||
HREF="node201.html">
|
||||
<IMG WIDTH="43" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="index"
|
||||
SRC="file:/usr/local/share/lib/latex2html/icons/index.png"></A>
|
||||
SRC="index.png"></A>
|
||||
<BR>
|
||||
<B> Next:</B> <A NAME="tex2html2689"
|
||||
HREF="node142.html">Shelving filter</A>
|
||||
|
||||
26
node142.html
26
node142.html
@@ -1,4 +1,4 @@
|
||||
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN">
|
||||
<!DOCTYPE html>
|
||||
|
||||
<!--Converted with LaTeX2HTML 2002-2-1 (1.71)
|
||||
original version by: Nikos Drakos, CBLU, University of Leeds
|
||||
@@ -7,6 +7,10 @@ original version by: Nikos Drakos, CBLU, University of Leeds
|
||||
Jens Lippmann, Marek Rouchal, Martin Wilck and others -->
|
||||
<HTML>
|
||||
<HEAD>
|
||||
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
|
||||
|
||||
<TITLE>Shelving filter</TITLE>
|
||||
<META NAME="description" CONTENT="Shelving filter">
|
||||
<META NAME="keywords" CONTENT="book">
|
||||
@@ -29,23 +33,23 @@ original version by: Nikos Drakos, CBLU, University of Leeds
|
||||
<A NAME="tex2html2702"
|
||||
HREF="node143.html">
|
||||
<IMG WIDTH="37" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="next"
|
||||
SRC="file:/usr/local/share/lib/latex2html/icons/next.png"></A>
|
||||
SRC="next.png"></A>
|
||||
<A NAME="tex2html2696"
|
||||
HREF="node139.html">
|
||||
<IMG WIDTH="26" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="up"
|
||||
SRC="file:/usr/local/share/lib/latex2html/icons/up.png"></A>
|
||||
SRC="up.png"></A>
|
||||
<A NAME="tex2html2690"
|
||||
HREF="node141.html">
|
||||
<IMG WIDTH="63" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="previous"
|
||||
SRC="file:/usr/local/share/lib/latex2html/icons/prev.png"></A>
|
||||
SRC="prev.png"></A>
|
||||
<A NAME="tex2html2698"
|
||||
HREF="node4.html">
|
||||
<IMG WIDTH="65" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="contents"
|
||||
SRC="file:/usr/local/share/lib/latex2html/icons/contents.png"></A>
|
||||
SRC="contents.png"></A>
|
||||
<A NAME="tex2html2700"
|
||||
HREF="node201.html">
|
||||
<IMG WIDTH="43" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="index"
|
||||
SRC="file:/usr/local/share/lib/latex2html/icons/index.png"></A>
|
||||
SRC="index.png"></A>
|
||||
<BR>
|
||||
<B> Next:</B> <A NAME="tex2html2703"
|
||||
HREF="node143.html">Band-pass filter</A>
|
||||
@@ -210,23 +214,23 @@ as desired. For example, in the figure, <IMG
|
||||
<A NAME="tex2html2702"
|
||||
HREF="node143.html">
|
||||
<IMG WIDTH="37" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="next"
|
||||
SRC="file:/usr/local/share/lib/latex2html/icons/next.png"></A>
|
||||
SRC="next.png"></A>
|
||||
<A NAME="tex2html2696"
|
||||
HREF="node139.html">
|
||||
<IMG WIDTH="26" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="up"
|
||||
SRC="file:/usr/local/share/lib/latex2html/icons/up.png"></A>
|
||||
SRC="up.png"></A>
|
||||
<A NAME="tex2html2690"
|
||||
HREF="node141.html">
|
||||
<IMG WIDTH="63" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="previous"
|
||||
SRC="file:/usr/local/share/lib/latex2html/icons/prev.png"></A>
|
||||
SRC="prev.png"></A>
|
||||
<A NAME="tex2html2698"
|
||||
HREF="node4.html">
|
||||
<IMG WIDTH="65" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="contents"
|
||||
SRC="file:/usr/local/share/lib/latex2html/icons/contents.png"></A>
|
||||
SRC="contents.png"></A>
|
||||
<A NAME="tex2html2700"
|
||||
HREF="node201.html">
|
||||
<IMG WIDTH="43" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="index"
|
||||
SRC="file:/usr/local/share/lib/latex2html/icons/index.png"></A>
|
||||
SRC="index.png"></A>
|
||||
<BR>
|
||||
<B> Next:</B> <A NAME="tex2html2703"
|
||||
HREF="node143.html">Band-pass filter</A>
|
||||
|
||||
26
node143.html
26
node143.html
@@ -1,4 +1,4 @@
|
||||
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN">
|
||||
<!DOCTYPE html>
|
||||
|
||||
<!--Converted with LaTeX2HTML 2002-2-1 (1.71)
|
||||
original version by: Nikos Drakos, CBLU, University of Leeds
|
||||
@@ -7,6 +7,10 @@ original version by: Nikos Drakos, CBLU, University of Leeds
|
||||
Jens Lippmann, Marek Rouchal, Martin Wilck and others -->
|
||||
<HTML>
|
||||
<HEAD>
|
||||
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
|
||||
|
||||
<TITLE>Band-pass filter</TITLE>
|
||||
<META NAME="description" CONTENT="Band-pass filter">
|
||||
<META NAME="keywords" CONTENT="book">
|
||||
@@ -29,23 +33,23 @@ original version by: Nikos Drakos, CBLU, University of Leeds
|
||||
<A NAME="tex2html2716"
|
||||
HREF="node144.html">
|
||||
<IMG WIDTH="37" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="next"
|
||||
SRC="file:/usr/local/share/lib/latex2html/icons/next.png"></A>
|
||||
SRC="next.png"></A>
|
||||
<A NAME="tex2html2710"
|
||||
HREF="node139.html">
|
||||
<IMG WIDTH="26" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="up"
|
||||
SRC="file:/usr/local/share/lib/latex2html/icons/up.png"></A>
|
||||
SRC="up.png"></A>
|
||||
<A NAME="tex2html2704"
|
||||
HREF="node142.html">
|
||||
<IMG WIDTH="63" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="previous"
|
||||
SRC="file:/usr/local/share/lib/latex2html/icons/prev.png"></A>
|
||||
SRC="prev.png"></A>
|
||||
<A NAME="tex2html2712"
|
||||
HREF="node4.html">
|
||||
<IMG WIDTH="65" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="contents"
|
||||
SRC="file:/usr/local/share/lib/latex2html/icons/contents.png"></A>
|
||||
SRC="contents.png"></A>
|
||||
<A NAME="tex2html2714"
|
||||
HREF="node201.html">
|
||||
<IMG WIDTH="43" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="index"
|
||||
SRC="file:/usr/local/share/lib/latex2html/icons/index.png"></A>
|
||||
SRC="index.png"></A>
|
||||
<BR>
|
||||
<B> Next:</B> <A NAME="tex2html2717"
|
||||
HREF="node144.html">Peaking and stop-band filter</A>
|
||||
@@ -205,23 +209,23 @@ so that the gain drops to zero at angular frequencies <IMG
|
||||
<A NAME="tex2html2716"
|
||||
HREF="node144.html">
|
||||
<IMG WIDTH="37" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="next"
|
||||
SRC="file:/usr/local/share/lib/latex2html/icons/next.png"></A>
|
||||
SRC="next.png"></A>
|
||||
<A NAME="tex2html2710"
|
||||
HREF="node139.html">
|
||||
<IMG WIDTH="26" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="up"
|
||||
SRC="file:/usr/local/share/lib/latex2html/icons/up.png"></A>
|
||||
SRC="up.png"></A>
|
||||
<A NAME="tex2html2704"
|
||||
HREF="node142.html">
|
||||
<IMG WIDTH="63" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="previous"
|
||||
SRC="file:/usr/local/share/lib/latex2html/icons/prev.png"></A>
|
||||
SRC="prev.png"></A>
|
||||
<A NAME="tex2html2712"
|
||||
HREF="node4.html">
|
||||
<IMG WIDTH="65" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="contents"
|
||||
SRC="file:/usr/local/share/lib/latex2html/icons/contents.png"></A>
|
||||
SRC="contents.png"></A>
|
||||
<A NAME="tex2html2714"
|
||||
HREF="node201.html">
|
||||
<IMG WIDTH="43" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="index"
|
||||
SRC="file:/usr/local/share/lib/latex2html/icons/index.png"></A>
|
||||
SRC="index.png"></A>
|
||||
<BR>
|
||||
<B> Next:</B> <A NAME="tex2html2717"
|
||||
HREF="node144.html">Peaking and stop-band filter</A>
|
||||
|
||||
16
node144.html
16
node144.html
@@ -1,4 +1,4 @@
|
||||
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN">
|
||||
<!DOCTYPE html>
|
||||
|
||||
<!--Converted with LaTeX2HTML 2002-2-1 (1.71)
|
||||
original version by: Nikos Drakos, CBLU, University of Leeds
|
||||
@@ -7,6 +7,10 @@ original version by: Nikos Drakos, CBLU, University of Leeds
|
||||
Jens Lippmann, Marek Rouchal, Martin Wilck and others -->
|
||||
<HTML>
|
||||
<HEAD>
|
||||
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
|
||||
|
||||
<TITLE>Peaking and stop-band filter</TITLE>
|
||||
<META NAME="description" CONTENT="Peaking and stop-band filter">
|
||||
<META NAME="keywords" CONTENT="book">
|
||||
@@ -29,23 +33,23 @@ original version by: Nikos Drakos, CBLU, University of Leeds
|
||||
<A NAME="tex2html2730"
|
||||
HREF="node145.html">
|
||||
<IMG WIDTH="37" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="next"
|
||||
SRC="file:/usr/local/share/lib/latex2html/icons/next.png"></A>
|
||||
SRC="next.png"></A>
|
||||
<A NAME="tex2html2724"
|
||||
HREF="node139.html">
|
||||
<IMG WIDTH="26" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="up"
|
||||
SRC="file:/usr/local/share/lib/latex2html/icons/up.png"></A>
|
||||
SRC="up.png"></A>
|
||||
<A NAME="tex2html2718"
|
||||
HREF="node143.html">
|
||||
<IMG WIDTH="63" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="previous"
|
||||
SRC="file:/usr/local/share/lib/latex2html/icons/prev.png"></A>
|
||||
SRC="prev.png"></A>
|
||||
<A NAME="tex2html2726"
|
||||
HREF="node4.html">
|
||||
<IMG WIDTH="65" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="contents"
|
||||
SRC="file:/usr/local/share/lib/latex2html/icons/contents.png"></A>
|
||||
SRC="contents.png"></A>
|
||||
<A NAME="tex2html2728"
|
||||
HREF="node201.html">
|
||||
<IMG WIDTH="43" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="index"
|
||||
SRC="file:/usr/local/share/lib/latex2html/icons/index.png"></A>
|
||||
SRC="index.png"></A>
|
||||
<BR>
|
||||
<B> Next:</B> <A NAME="tex2html2731"
|
||||
HREF="node145.html">Butterworth filters</A>
|
||||
|
||||
26
node145.html
26
node145.html
@@ -1,4 +1,4 @@
|
||||
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN">
|
||||
<!DOCTYPE html>
|
||||
|
||||
<!--Converted with LaTeX2HTML 2002-2-1 (1.71)
|
||||
original version by: Nikos Drakos, CBLU, University of Leeds
|
||||
@@ -7,6 +7,10 @@ original version by: Nikos Drakos, CBLU, University of Leeds
|
||||
Jens Lippmann, Marek Rouchal, Martin Wilck and others -->
|
||||
<HTML>
|
||||
<HEAD>
|
||||
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
|
||||
|
||||
<TITLE>Butterworth filters</TITLE>
|
||||
<META NAME="description" CONTENT="Butterworth filters">
|
||||
<META NAME="keywords" CONTENT="book">
|
||||
@@ -29,23 +33,23 @@ original version by: Nikos Drakos, CBLU, University of Leeds
|
||||
<A NAME="tex2html2744"
|
||||
HREF="node146.html">
|
||||
<IMG WIDTH="37" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="next"
|
||||
SRC="file:/usr/local/share/lib/latex2html/icons/next.png"></A>
|
||||
SRC="next.png"></A>
|
||||
<A NAME="tex2html2738"
|
||||
HREF="node139.html">
|
||||
<IMG WIDTH="26" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="up"
|
||||
SRC="file:/usr/local/share/lib/latex2html/icons/up.png"></A>
|
||||
SRC="up.png"></A>
|
||||
<A NAME="tex2html2732"
|
||||
HREF="node144.html">
|
||||
<IMG WIDTH="63" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="previous"
|
||||
SRC="file:/usr/local/share/lib/latex2html/icons/prev.png"></A>
|
||||
SRC="prev.png"></A>
|
||||
<A NAME="tex2html2740"
|
||||
HREF="node4.html">
|
||||
<IMG WIDTH="65" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="contents"
|
||||
SRC="file:/usr/local/share/lib/latex2html/icons/contents.png"></A>
|
||||
SRC="contents.png"></A>
|
||||
<A NAME="tex2html2742"
|
||||
HREF="node201.html">
|
||||
<IMG WIDTH="43" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="index"
|
||||
SRC="file:/usr/local/share/lib/latex2html/icons/index.png"></A>
|
||||
SRC="index.png"></A>
|
||||
<BR>
|
||||
<B> Next:</B> <A NAME="tex2html2745"
|
||||
HREF="node146.html">Stretching the unit circle</A>
|
||||
@@ -337,23 +341,23 @@ unit gain at the Nyquist frequency, and the others for unit gain at DC. </CAPTIO
|
||||
<A NAME="tex2html2744"
|
||||
HREF="node146.html">
|
||||
<IMG WIDTH="37" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="next"
|
||||
SRC="file:/usr/local/share/lib/latex2html/icons/next.png"></A>
|
||||
SRC="next.png"></A>
|
||||
<A NAME="tex2html2738"
|
||||
HREF="node139.html">
|
||||
<IMG WIDTH="26" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="up"
|
||||
SRC="file:/usr/local/share/lib/latex2html/icons/up.png"></A>
|
||||
SRC="up.png"></A>
|
||||
<A NAME="tex2html2732"
|
||||
HREF="node144.html">
|
||||
<IMG WIDTH="63" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="previous"
|
||||
SRC="file:/usr/local/share/lib/latex2html/icons/prev.png"></A>
|
||||
SRC="prev.png"></A>
|
||||
<A NAME="tex2html2740"
|
||||
HREF="node4.html">
|
||||
<IMG WIDTH="65" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="contents"
|
||||
SRC="file:/usr/local/share/lib/latex2html/icons/contents.png"></A>
|
||||
SRC="contents.png"></A>
|
||||
<A NAME="tex2html2742"
|
||||
HREF="node201.html">
|
||||
<IMG WIDTH="43" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="index"
|
||||
SRC="file:/usr/local/share/lib/latex2html/icons/index.png"></A>
|
||||
SRC="index.png"></A>
|
||||
<BR>
|
||||
<B> Next:</B> <A NAME="tex2html2745"
|
||||
HREF="node146.html">Stretching the unit circle</A>
|
||||
|
||||
26
node146.html
26
node146.html
@@ -1,4 +1,4 @@
|
||||
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN">
|
||||
<!DOCTYPE html>
|
||||
|
||||
<!--Converted with LaTeX2HTML 2002-2-1 (1.71)
|
||||
original version by: Nikos Drakos, CBLU, University of Leeds
|
||||
@@ -7,6 +7,10 @@ original version by: Nikos Drakos, CBLU, University of Leeds
|
||||
Jens Lippmann, Marek Rouchal, Martin Wilck and others -->
|
||||
<HTML>
|
||||
<HEAD>
|
||||
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
|
||||
|
||||
<TITLE>Stretching the unit circle with rational functions</TITLE>
|
||||
<META NAME="description" CONTENT="Stretching the unit circle with rational functions">
|
||||
<META NAME="keywords" CONTENT="book">
|
||||
@@ -29,23 +33,23 @@ original version by: Nikos Drakos, CBLU, University of Leeds
|
||||
<A NAME="tex2html2758"
|
||||
HREF="node147.html">
|
||||
<IMG WIDTH="37" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="next"
|
||||
SRC="file:/usr/local/share/lib/latex2html/icons/next.png"></A>
|
||||
SRC="next.png"></A>
|
||||
<A NAME="tex2html2752"
|
||||
HREF="node139.html">
|
||||
<IMG WIDTH="26" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="up"
|
||||
SRC="file:/usr/local/share/lib/latex2html/icons/up.png"></A>
|
||||
SRC="up.png"></A>
|
||||
<A NAME="tex2html2746"
|
||||
HREF="node145.html">
|
||||
<IMG WIDTH="63" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="previous"
|
||||
SRC="file:/usr/local/share/lib/latex2html/icons/prev.png"></A>
|
||||
SRC="prev.png"></A>
|
||||
<A NAME="tex2html2754"
|
||||
HREF="node4.html">
|
||||
<IMG WIDTH="65" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="contents"
|
||||
SRC="file:/usr/local/share/lib/latex2html/icons/contents.png"></A>
|
||||
SRC="contents.png"></A>
|
||||
<A NAME="tex2html2756"
|
||||
HREF="node201.html">
|
||||
<IMG WIDTH="43" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="index"
|
||||
SRC="file:/usr/local/share/lib/latex2html/icons/index.png"></A>
|
||||
SRC="index.png"></A>
|
||||
<BR>
|
||||
<B> Next:</B> <A NAME="tex2html2759"
|
||||
HREF="node147.html">Butterworth band-pass filter</A>
|
||||
@@ -443,23 +447,23 @@ result is a band-pass filter with center frequency <IMG
|
||||
<A NAME="tex2html2758"
|
||||
HREF="node147.html">
|
||||
<IMG WIDTH="37" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="next"
|
||||
SRC="file:/usr/local/share/lib/latex2html/icons/next.png"></A>
|
||||
SRC="next.png"></A>
|
||||
<A NAME="tex2html2752"
|
||||
HREF="node139.html">
|
||||
<IMG WIDTH="26" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="up"
|
||||
SRC="file:/usr/local/share/lib/latex2html/icons/up.png"></A>
|
||||
SRC="up.png"></A>
|
||||
<A NAME="tex2html2746"
|
||||
HREF="node145.html">
|
||||
<IMG WIDTH="63" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="previous"
|
||||
SRC="file:/usr/local/share/lib/latex2html/icons/prev.png"></A>
|
||||
SRC="prev.png"></A>
|
||||
<A NAME="tex2html2754"
|
||||
HREF="node4.html">
|
||||
<IMG WIDTH="65" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="contents"
|
||||
SRC="file:/usr/local/share/lib/latex2html/icons/contents.png"></A>
|
||||
SRC="contents.png"></A>
|
||||
<A NAME="tex2html2756"
|
||||
HREF="node201.html">
|
||||
<IMG WIDTH="43" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="index"
|
||||
SRC="file:/usr/local/share/lib/latex2html/icons/index.png"></A>
|
||||
SRC="index.png"></A>
|
||||
<BR>
|
||||
<B> Next:</B> <A NAME="tex2html2759"
|
||||
HREF="node147.html">Butterworth band-pass filter</A>
|
||||
|
||||
26
node147.html
26
node147.html
@@ -1,4 +1,4 @@
|
||||
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN">
|
||||
<!DOCTYPE html>
|
||||
|
||||
<!--Converted with LaTeX2HTML 2002-2-1 (1.71)
|
||||
original version by: Nikos Drakos, CBLU, University of Leeds
|
||||
@@ -7,6 +7,10 @@ original version by: Nikos Drakos, CBLU, University of Leeds
|
||||
Jens Lippmann, Marek Rouchal, Martin Wilck and others -->
|
||||
<HTML>
|
||||
<HEAD>
|
||||
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
|
||||
|
||||
<TITLE>Butterworth band-pass filter</TITLE>
|
||||
<META NAME="description" CONTENT="Butterworth band-pass filter">
|
||||
<META NAME="keywords" CONTENT="book">
|
||||
@@ -29,23 +33,23 @@ original version by: Nikos Drakos, CBLU, University of Leeds
|
||||
<A NAME="tex2html2772"
|
||||
HREF="node148.html">
|
||||
<IMG WIDTH="37" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="next"
|
||||
SRC="file:/usr/local/share/lib/latex2html/icons/next.png"></A>
|
||||
SRC="next.png"></A>
|
||||
<A NAME="tex2html2766"
|
||||
HREF="node139.html">
|
||||
<IMG WIDTH="26" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="up"
|
||||
SRC="file:/usr/local/share/lib/latex2html/icons/up.png"></A>
|
||||
SRC="up.png"></A>
|
||||
<A NAME="tex2html2760"
|
||||
HREF="node146.html">
|
||||
<IMG WIDTH="63" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="previous"
|
||||
SRC="file:/usr/local/share/lib/latex2html/icons/prev.png"></A>
|
||||
SRC="prev.png"></A>
|
||||
<A NAME="tex2html2768"
|
||||
HREF="node4.html">
|
||||
<IMG WIDTH="65" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="contents"
|
||||
SRC="file:/usr/local/share/lib/latex2html/icons/contents.png"></A>
|
||||
SRC="contents.png"></A>
|
||||
<A NAME="tex2html2770"
|
||||
HREF="node201.html">
|
||||
<IMG WIDTH="43" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="index"
|
||||
SRC="file:/usr/local/share/lib/latex2html/icons/index.png"></A>
|
||||
SRC="index.png"></A>
|
||||
<BR>
|
||||
<B> Next:</B> <A NAME="tex2html2773"
|
||||
HREF="node148.html">Time-varying coefficients</A>
|
||||
@@ -421,23 +425,23 @@ low-pass filter used.</CAPTION>
|
||||
<A NAME="tex2html2772"
|
||||
HREF="node148.html">
|
||||
<IMG WIDTH="37" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="next"
|
||||
SRC="file:/usr/local/share/lib/latex2html/icons/next.png"></A>
|
||||
SRC="next.png"></A>
|
||||
<A NAME="tex2html2766"
|
||||
HREF="node139.html">
|
||||
<IMG WIDTH="26" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="up"
|
||||
SRC="file:/usr/local/share/lib/latex2html/icons/up.png"></A>
|
||||
SRC="up.png"></A>
|
||||
<A NAME="tex2html2760"
|
||||
HREF="node146.html">
|
||||
<IMG WIDTH="63" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="previous"
|
||||
SRC="file:/usr/local/share/lib/latex2html/icons/prev.png"></A>
|
||||
SRC="prev.png"></A>
|
||||
<A NAME="tex2html2768"
|
||||
HREF="node4.html">
|
||||
<IMG WIDTH="65" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="contents"
|
||||
SRC="file:/usr/local/share/lib/latex2html/icons/contents.png"></A>
|
||||
SRC="contents.png"></A>
|
||||
<A NAME="tex2html2770"
|
||||
HREF="node201.html">
|
||||
<IMG WIDTH="43" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="index"
|
||||
SRC="file:/usr/local/share/lib/latex2html/icons/index.png"></A>
|
||||
SRC="index.png"></A>
|
||||
<BR>
|
||||
<B> Next:</B> <A NAME="tex2html2773"
|
||||
HREF="node148.html">Time-varying coefficients</A>
|
||||
|
||||
26
node148.html
26
node148.html
@@ -1,4 +1,4 @@
|
||||
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN">
|
||||
<!DOCTYPE html>
|
||||
|
||||
<!--Converted with LaTeX2HTML 2002-2-1 (1.71)
|
||||
original version by: Nikos Drakos, CBLU, University of Leeds
|
||||
@@ -7,6 +7,10 @@ original version by: Nikos Drakos, CBLU, University of Leeds
|
||||
Jens Lippmann, Marek Rouchal, Martin Wilck and others -->
|
||||
<HTML>
|
||||
<HEAD>
|
||||
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
|
||||
|
||||
<TITLE>Time-varying coefficients</TITLE>
|
||||
<META NAME="description" CONTENT="Time-varying coefficients">
|
||||
<META NAME="keywords" CONTENT="book">
|
||||
@@ -29,23 +33,23 @@ original version by: Nikos Drakos, CBLU, University of Leeds
|
||||
<A NAME="tex2html2786"
|
||||
HREF="node149.html">
|
||||
<IMG WIDTH="37" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="next"
|
||||
SRC="file:/usr/local/share/lib/latex2html/icons/next.png"></A>
|
||||
SRC="next.png"></A>
|
||||
<A NAME="tex2html2780"
|
||||
HREF="node139.html">
|
||||
<IMG WIDTH="26" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="up"
|
||||
SRC="file:/usr/local/share/lib/latex2html/icons/up.png"></A>
|
||||
SRC="up.png"></A>
|
||||
<A NAME="tex2html2774"
|
||||
HREF="node147.html">
|
||||
<IMG WIDTH="63" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="previous"
|
||||
SRC="file:/usr/local/share/lib/latex2html/icons/prev.png"></A>
|
||||
SRC="prev.png"></A>
|
||||
<A NAME="tex2html2782"
|
||||
HREF="node4.html">
|
||||
<IMG WIDTH="65" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="contents"
|
||||
SRC="file:/usr/local/share/lib/latex2html/icons/contents.png"></A>
|
||||
SRC="contents.png"></A>
|
||||
<A NAME="tex2html2784"
|
||||
HREF="node201.html">
|
||||
<IMG WIDTH="43" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="index"
|
||||
SRC="file:/usr/local/share/lib/latex2html/icons/index.png"></A>
|
||||
SRC="index.png"></A>
|
||||
<BR>
|
||||
<B> Next:</B> <A NAME="tex2html2787"
|
||||
HREF="node149.html">Impulse responses of recirculating</A>
|
||||
@@ -131,23 +135,23 @@ is needed.
|
||||
<A NAME="tex2html2786"
|
||||
HREF="node149.html">
|
||||
<IMG WIDTH="37" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="next"
|
||||
SRC="file:/usr/local/share/lib/latex2html/icons/next.png"></A>
|
||||
SRC="next.png"></A>
|
||||
<A NAME="tex2html2780"
|
||||
HREF="node139.html">
|
||||
<IMG WIDTH="26" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="up"
|
||||
SRC="file:/usr/local/share/lib/latex2html/icons/up.png"></A>
|
||||
SRC="up.png"></A>
|
||||
<A NAME="tex2html2774"
|
||||
HREF="node147.html">
|
||||
<IMG WIDTH="63" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="previous"
|
||||
SRC="file:/usr/local/share/lib/latex2html/icons/prev.png"></A>
|
||||
SRC="prev.png"></A>
|
||||
<A NAME="tex2html2782"
|
||||
HREF="node4.html">
|
||||
<IMG WIDTH="65" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="contents"
|
||||
SRC="file:/usr/local/share/lib/latex2html/icons/contents.png"></A>
|
||||
SRC="contents.png"></A>
|
||||
<A NAME="tex2html2784"
|
||||
HREF="node201.html">
|
||||
<IMG WIDTH="43" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="index"
|
||||
SRC="file:/usr/local/share/lib/latex2html/icons/index.png"></A>
|
||||
SRC="index.png"></A>
|
||||
<BR>
|
||||
<B> Next:</B> <A NAME="tex2html2787"
|
||||
HREF="node149.html">Impulse responses of recirculating</A>
|
||||
|
||||
26
node149.html
26
node149.html
@@ -1,4 +1,4 @@
|
||||
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN">
|
||||
<!DOCTYPE html>
|
||||
|
||||
<!--Converted with LaTeX2HTML 2002-2-1 (1.71)
|
||||
original version by: Nikos Drakos, CBLU, University of Leeds
|
||||
@@ -7,6 +7,10 @@ original version by: Nikos Drakos, CBLU, University of Leeds
|
||||
Jens Lippmann, Marek Rouchal, Martin Wilck and others -->
|
||||
<HTML>
|
||||
<HEAD>
|
||||
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
|
||||
|
||||
<TITLE>Impulse responses of recirculating filters</TITLE>
|
||||
<META NAME="description" CONTENT="Impulse responses of recirculating filters">
|
||||
<META NAME="keywords" CONTENT="book">
|
||||
@@ -29,23 +33,23 @@ original version by: Nikos Drakos, CBLU, University of Leeds
|
||||
<A NAME="tex2html2800"
|
||||
HREF="node150.html">
|
||||
<IMG WIDTH="37" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="next"
|
||||
SRC="file:/usr/local/share/lib/latex2html/icons/next.png"></A>
|
||||
SRC="next.png"></A>
|
||||
<A NAME="tex2html2794"
|
||||
HREF="node139.html">
|
||||
<IMG WIDTH="26" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="up"
|
||||
SRC="file:/usr/local/share/lib/latex2html/icons/up.png"></A>
|
||||
SRC="up.png"></A>
|
||||
<A NAME="tex2html2788"
|
||||
HREF="node148.html">
|
||||
<IMG WIDTH="63" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="previous"
|
||||
SRC="file:/usr/local/share/lib/latex2html/icons/prev.png"></A>
|
||||
SRC="prev.png"></A>
|
||||
<A NAME="tex2html2796"
|
||||
HREF="node4.html">
|
||||
<IMG WIDTH="65" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="contents"
|
||||
SRC="file:/usr/local/share/lib/latex2html/icons/contents.png"></A>
|
||||
SRC="contents.png"></A>
|
||||
<A NAME="tex2html2798"
|
||||
HREF="node201.html">
|
||||
<IMG WIDTH="43" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="index"
|
||||
SRC="file:/usr/local/share/lib/latex2html/icons/index.png"></A>
|
||||
SRC="index.png"></A>
|
||||
<BR>
|
||||
<B> Next:</B> <A NAME="tex2html2801"
|
||||
HREF="node150.html">All-pass filters</A>
|
||||
@@ -229,23 +233,23 @@ frequency and ``q" in place of bandwidth.
|
||||
<A NAME="tex2html2800"
|
||||
HREF="node150.html">
|
||||
<IMG WIDTH="37" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="next"
|
||||
SRC="file:/usr/local/share/lib/latex2html/icons/next.png"></A>
|
||||
SRC="next.png"></A>
|
||||
<A NAME="tex2html2794"
|
||||
HREF="node139.html">
|
||||
<IMG WIDTH="26" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="up"
|
||||
SRC="file:/usr/local/share/lib/latex2html/icons/up.png"></A>
|
||||
SRC="up.png"></A>
|
||||
<A NAME="tex2html2788"
|
||||
HREF="node148.html">
|
||||
<IMG WIDTH="63" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="previous"
|
||||
SRC="file:/usr/local/share/lib/latex2html/icons/prev.png"></A>
|
||||
SRC="prev.png"></A>
|
||||
<A NAME="tex2html2796"
|
||||
HREF="node4.html">
|
||||
<IMG WIDTH="65" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="contents"
|
||||
SRC="file:/usr/local/share/lib/latex2html/icons/contents.png"></A>
|
||||
SRC="contents.png"></A>
|
||||
<A NAME="tex2html2798"
|
||||
HREF="node201.html">
|
||||
<IMG WIDTH="43" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="index"
|
||||
SRC="file:/usr/local/share/lib/latex2html/icons/index.png"></A>
|
||||
SRC="index.png"></A>
|
||||
<BR>
|
||||
<B> Next:</B> <A NAME="tex2html2801"
|
||||
HREF="node150.html">All-pass filters</A>
|
||||
|
||||
26
node15.html
26
node15.html
@@ -1,4 +1,4 @@
|
||||
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN">
|
||||
<!DOCTYPE html>
|
||||
|
||||
<!--Converted with LaTeX2HTML 2002-2-1 (1.71)
|
||||
original version by: Nikos Drakos, CBLU, University of Leeds
|
||||
@@ -7,6 +7,10 @@ original version by: Nikos Drakos, CBLU, University of Leeds
|
||||
Jens Lippmann, Marek Rouchal, Martin Wilck and others -->
|
||||
<HTML>
|
||||
<HEAD>
|
||||
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
|
||||
|
||||
<TITLE>About the Software Examples</TITLE>
|
||||
<META NAME="description" CONTENT="About the Software Examples">
|
||||
<META NAME="keywords" CONTENT="book">
|
||||
@@ -29,23 +33,23 @@ original version by: Nikos Drakos, CBLU, University of Leeds
|
||||
<A NAME="tex2html763"
|
||||
HREF="node16.html">
|
||||
<IMG WIDTH="37" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="next"
|
||||
SRC="file:/usr/local/share/lib/latex2html/icons/next.png"></A>
|
||||
SRC="next.png"></A>
|
||||
<A NAME="tex2html757"
|
||||
HREF="node7.html">
|
||||
<IMG WIDTH="26" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="up"
|
||||
SRC="file:/usr/local/share/lib/latex2html/icons/up.png"></A>
|
||||
SRC="up.png"></A>
|
||||
<A NAME="tex2html751"
|
||||
HREF="node14.html">
|
||||
<IMG WIDTH="63" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="previous"
|
||||
SRC="file:/usr/local/share/lib/latex2html/icons/prev.png"></A>
|
||||
SRC="prev.png"></A>
|
||||
<A NAME="tex2html759"
|
||||
HREF="node4.html">
|
||||
<IMG WIDTH="65" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="contents"
|
||||
SRC="file:/usr/local/share/lib/latex2html/icons/contents.png"></A>
|
||||
SRC="contents.png"></A>
|
||||
<A NAME="tex2html761"
|
||||
HREF="node201.html">
|
||||
<IMG WIDTH="43" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="index"
|
||||
SRC="file:/usr/local/share/lib/latex2html/icons/index.png"></A>
|
||||
SRC="index.png"></A>
|
||||
<BR>
|
||||
<B> Next:</B> <A NAME="tex2html764"
|
||||
HREF="node16.html">Quick Introduction to Pd</A>
|
||||
@@ -116,23 +120,23 @@ patches from one to the other, but the two aren't truly compatible.
|
||||
<A NAME="tex2html763"
|
||||
HREF="node16.html">
|
||||
<IMG WIDTH="37" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="next"
|
||||
SRC="file:/usr/local/share/lib/latex2html/icons/next.png"></A>
|
||||
SRC="next.png"></A>
|
||||
<A NAME="tex2html757"
|
||||
HREF="node7.html">
|
||||
<IMG WIDTH="26" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="up"
|
||||
SRC="file:/usr/local/share/lib/latex2html/icons/up.png"></A>
|
||||
SRC="up.png"></A>
|
||||
<A NAME="tex2html751"
|
||||
HREF="node14.html">
|
||||
<IMG WIDTH="63" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="previous"
|
||||
SRC="file:/usr/local/share/lib/latex2html/icons/prev.png"></A>
|
||||
SRC="prev.png"></A>
|
||||
<A NAME="tex2html759"
|
||||
HREF="node4.html">
|
||||
<IMG WIDTH="65" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="contents"
|
||||
SRC="file:/usr/local/share/lib/latex2html/icons/contents.png"></A>
|
||||
SRC="contents.png"></A>
|
||||
<A NAME="tex2html761"
|
||||
HREF="node201.html">
|
||||
<IMG WIDTH="43" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="index"
|
||||
SRC="file:/usr/local/share/lib/latex2html/icons/index.png"></A>
|
||||
SRC="index.png"></A>
|
||||
<BR>
|
||||
<B> Next:</B> <A NAME="tex2html764"
|
||||
HREF="node16.html">Quick Introduction to Pd</A>
|
||||
|
||||
26
node150.html
26
node150.html
@@ -1,4 +1,4 @@
|
||||
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN">
|
||||
<!DOCTYPE html>
|
||||
|
||||
<!--Converted with LaTeX2HTML 2002-2-1 (1.71)
|
||||
original version by: Nikos Drakos, CBLU, University of Leeds
|
||||
@@ -7,6 +7,10 @@ original version by: Nikos Drakos, CBLU, University of Leeds
|
||||
Jens Lippmann, Marek Rouchal, Martin Wilck and others -->
|
||||
<HTML>
|
||||
<HEAD>
|
||||
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
|
||||
|
||||
<TITLE>All-pass filters</TITLE>
|
||||
<META NAME="description" CONTENT="All-pass filters">
|
||||
<META NAME="keywords" CONTENT="book">
|
||||
@@ -28,23 +32,23 @@ original version by: Nikos Drakos, CBLU, University of Leeds
|
||||
<A NAME="tex2html2812"
|
||||
HREF="node151.html">
|
||||
<IMG WIDTH="37" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="next"
|
||||
SRC="file:/usr/local/share/lib/latex2html/icons/next.png"></A>
|
||||
SRC="next.png"></A>
|
||||
<A NAME="tex2html2806"
|
||||
HREF="node139.html">
|
||||
<IMG WIDTH="26" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="up"
|
||||
SRC="file:/usr/local/share/lib/latex2html/icons/up.png"></A>
|
||||
SRC="up.png"></A>
|
||||
<A NAME="tex2html2802"
|
||||
HREF="node149.html">
|
||||
<IMG WIDTH="63" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="previous"
|
||||
SRC="file:/usr/local/share/lib/latex2html/icons/prev.png"></A>
|
||||
SRC="prev.png"></A>
|
||||
<A NAME="tex2html2808"
|
||||
HREF="node4.html">
|
||||
<IMG WIDTH="65" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="contents"
|
||||
SRC="file:/usr/local/share/lib/latex2html/icons/contents.png"></A>
|
||||
SRC="contents.png"></A>
|
||||
<A NAME="tex2html2810"
|
||||
HREF="node201.html">
|
||||
<IMG WIDTH="43" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="index"
|
||||
SRC="file:/usr/local/share/lib/latex2html/icons/index.png"></A>
|
||||
SRC="index.png"></A>
|
||||
<BR>
|
||||
<B> Next:</B> <A NAME="tex2html2813"
|
||||
HREF="node151.html">Applications</A>
|
||||
@@ -196,23 +200,23 @@ argument of the coefficient <IMG
|
||||
<A NAME="tex2html2812"
|
||||
HREF="node151.html">
|
||||
<IMG WIDTH="37" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="next"
|
||||
SRC="file:/usr/local/share/lib/latex2html/icons/next.png"></A>
|
||||
SRC="next.png"></A>
|
||||
<A NAME="tex2html2806"
|
||||
HREF="node139.html">
|
||||
<IMG WIDTH="26" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="up"
|
||||
SRC="file:/usr/local/share/lib/latex2html/icons/up.png"></A>
|
||||
SRC="up.png"></A>
|
||||
<A NAME="tex2html2802"
|
||||
HREF="node149.html">
|
||||
<IMG WIDTH="63" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="previous"
|
||||
SRC="file:/usr/local/share/lib/latex2html/icons/prev.png"></A>
|
||||
SRC="prev.png"></A>
|
||||
<A NAME="tex2html2808"
|
||||
HREF="node4.html">
|
||||
<IMG WIDTH="65" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="contents"
|
||||
SRC="file:/usr/local/share/lib/latex2html/icons/contents.png"></A>
|
||||
SRC="contents.png"></A>
|
||||
<A NAME="tex2html2810"
|
||||
HREF="node201.html">
|
||||
<IMG WIDTH="43" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="index"
|
||||
SRC="file:/usr/local/share/lib/latex2html/icons/index.png"></A>
|
||||
SRC="index.png"></A>
|
||||
<BR>
|
||||
<B> Next:</B> <A NAME="tex2html2813"
|
||||
HREF="node151.html">Applications</A>
|
||||
|
||||
16
node151.html
16
node151.html
@@ -1,4 +1,4 @@
|
||||
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN">
|
||||
<!DOCTYPE html>
|
||||
|
||||
<!--Converted with LaTeX2HTML 2002-2-1 (1.71)
|
||||
original version by: Nikos Drakos, CBLU, University of Leeds
|
||||
@@ -7,6 +7,10 @@ original version by: Nikos Drakos, CBLU, University of Leeds
|
||||
Jens Lippmann, Marek Rouchal, Martin Wilck and others -->
|
||||
<HTML>
|
||||
<HEAD>
|
||||
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
|
||||
|
||||
<TITLE>Applications</TITLE>
|
||||
<META NAME="description" CONTENT="Applications">
|
||||
<META NAME="keywords" CONTENT="book">
|
||||
@@ -29,23 +33,23 @@ original version by: Nikos Drakos, CBLU, University of Leeds
|
||||
<A NAME="tex2html2826"
|
||||
HREF="node152.html">
|
||||
<IMG WIDTH="37" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="next"
|
||||
SRC="file:/usr/local/share/lib/latex2html/icons/next.png"></A>
|
||||
SRC="next.png"></A>
|
||||
<A NAME="tex2html2820"
|
||||
HREF="node127.html">
|
||||
<IMG WIDTH="26" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="up"
|
||||
SRC="file:/usr/local/share/lib/latex2html/icons/up.png"></A>
|
||||
SRC="up.png"></A>
|
||||
<A NAME="tex2html2814"
|
||||
HREF="node150.html">
|
||||
<IMG WIDTH="63" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="previous"
|
||||
SRC="file:/usr/local/share/lib/latex2html/icons/prev.png"></A>
|
||||
SRC="prev.png"></A>
|
||||
<A NAME="tex2html2822"
|
||||
HREF="node4.html">
|
||||
<IMG WIDTH="65" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="contents"
|
||||
SRC="file:/usr/local/share/lib/latex2html/icons/contents.png"></A>
|
||||
SRC="contents.png"></A>
|
||||
<A NAME="tex2html2824"
|
||||
HREF="node201.html">
|
||||
<IMG WIDTH="43" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="index"
|
||||
SRC="file:/usr/local/share/lib/latex2html/icons/index.png"></A>
|
||||
SRC="index.png"></A>
|
||||
<BR>
|
||||
<B> Next:</B> <A NAME="tex2html2827"
|
||||
HREF="node152.html">Subtractive synthesis</A>
|
||||
|
||||
26
node152.html
26
node152.html
@@ -1,4 +1,4 @@
|
||||
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN">
|
||||
<!DOCTYPE html>
|
||||
|
||||
<!--Converted with LaTeX2HTML 2002-2-1 (1.71)
|
||||
original version by: Nikos Drakos, CBLU, University of Leeds
|
||||
@@ -7,6 +7,10 @@ original version by: Nikos Drakos, CBLU, University of Leeds
|
||||
Jens Lippmann, Marek Rouchal, Martin Wilck and others -->
|
||||
<HTML>
|
||||
<HEAD>
|
||||
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
|
||||
|
||||
<TITLE>Subtractive synthesis</TITLE>
|
||||
<META NAME="description" CONTENT="Subtractive synthesis">
|
||||
<META NAME="keywords" CONTENT="book">
|
||||
@@ -29,23 +33,23 @@ original version by: Nikos Drakos, CBLU, University of Leeds
|
||||
<A NAME="tex2html2843"
|
||||
HREF="node153.html">
|
||||
<IMG WIDTH="37" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="next"
|
||||
SRC="file:/usr/local/share/lib/latex2html/icons/next.png"></A>
|
||||
SRC="next.png"></A>
|
||||
<A NAME="tex2html2837"
|
||||
HREF="node151.html">
|
||||
<IMG WIDTH="26" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="up"
|
||||
SRC="file:/usr/local/share/lib/latex2html/icons/up.png"></A>
|
||||
SRC="up.png"></A>
|
||||
<A NAME="tex2html2831"
|
||||
HREF="node151.html">
|
||||
<IMG WIDTH="63" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="previous"
|
||||
SRC="file:/usr/local/share/lib/latex2html/icons/prev.png"></A>
|
||||
SRC="prev.png"></A>
|
||||
<A NAME="tex2html2839"
|
||||
HREF="node4.html">
|
||||
<IMG WIDTH="65" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="contents"
|
||||
SRC="file:/usr/local/share/lib/latex2html/icons/contents.png"></A>
|
||||
SRC="contents.png"></A>
|
||||
<A NAME="tex2html2841"
|
||||
HREF="node201.html">
|
||||
<IMG WIDTH="43" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="index"
|
||||
SRC="file:/usr/local/share/lib/latex2html/icons/index.png"></A>
|
||||
SRC="index.png"></A>
|
||||
<BR>
|
||||
<B> Next:</B> <A NAME="tex2html2844"
|
||||
HREF="node153.html">Envelope following</A>
|
||||
@@ -126,23 +130,23 @@ ADSR-controlled subtractive synthesis.</CAPTION>
|
||||
<A NAME="tex2html2843"
|
||||
HREF="node153.html">
|
||||
<IMG WIDTH="37" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="next"
|
||||
SRC="file:/usr/local/share/lib/latex2html/icons/next.png"></A>
|
||||
SRC="next.png"></A>
|
||||
<A NAME="tex2html2837"
|
||||
HREF="node151.html">
|
||||
<IMG WIDTH="26" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="up"
|
||||
SRC="file:/usr/local/share/lib/latex2html/icons/up.png"></A>
|
||||
SRC="up.png"></A>
|
||||
<A NAME="tex2html2831"
|
||||
HREF="node151.html">
|
||||
<IMG WIDTH="63" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="previous"
|
||||
SRC="file:/usr/local/share/lib/latex2html/icons/prev.png"></A>
|
||||
SRC="prev.png"></A>
|
||||
<A NAME="tex2html2839"
|
||||
HREF="node4.html">
|
||||
<IMG WIDTH="65" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="contents"
|
||||
SRC="file:/usr/local/share/lib/latex2html/icons/contents.png"></A>
|
||||
SRC="contents.png"></A>
|
||||
<A NAME="tex2html2841"
|
||||
HREF="node201.html">
|
||||
<IMG WIDTH="43" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="index"
|
||||
SRC="file:/usr/local/share/lib/latex2html/icons/index.png"></A>
|
||||
SRC="index.png"></A>
|
||||
<BR>
|
||||
<B> Next:</B> <A NAME="tex2html2844"
|
||||
HREF="node153.html">Envelope following</A>
|
||||
|
||||
26
node153.html
26
node153.html
@@ -1,4 +1,4 @@
|
||||
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN">
|
||||
<!DOCTYPE html>
|
||||
|
||||
<!--Converted with LaTeX2HTML 2002-2-1 (1.71)
|
||||
original version by: Nikos Drakos, CBLU, University of Leeds
|
||||
@@ -7,6 +7,10 @@ original version by: Nikos Drakos, CBLU, University of Leeds
|
||||
Jens Lippmann, Marek Rouchal, Martin Wilck and others -->
|
||||
<HTML>
|
||||
<HEAD>
|
||||
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
|
||||
|
||||
<TITLE>Envelope following</TITLE>
|
||||
<META NAME="description" CONTENT="Envelope following">
|
||||
<META NAME="keywords" CONTENT="book">
|
||||
@@ -29,23 +33,23 @@ original version by: Nikos Drakos, CBLU, University of Leeds
|
||||
<A NAME="tex2html2857"
|
||||
HREF="node154.html">
|
||||
<IMG WIDTH="37" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="next"
|
||||
SRC="file:/usr/local/share/lib/latex2html/icons/next.png"></A>
|
||||
SRC="next.png"></A>
|
||||
<A NAME="tex2html2851"
|
||||
HREF="node151.html">
|
||||
<IMG WIDTH="26" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="up"
|
||||
SRC="file:/usr/local/share/lib/latex2html/icons/up.png"></A>
|
||||
SRC="up.png"></A>
|
||||
<A NAME="tex2html2845"
|
||||
HREF="node152.html">
|
||||
<IMG WIDTH="63" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="previous"
|
||||
SRC="file:/usr/local/share/lib/latex2html/icons/prev.png"></A>
|
||||
SRC="prev.png"></A>
|
||||
<A NAME="tex2html2853"
|
||||
HREF="node4.html">
|
||||
<IMG WIDTH="65" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="contents"
|
||||
SRC="file:/usr/local/share/lib/latex2html/icons/contents.png"></A>
|
||||
SRC="contents.png"></A>
|
||||
<A NAME="tex2html2855"
|
||||
HREF="node201.html">
|
||||
<IMG WIDTH="43" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="index"
|
||||
SRC="file:/usr/local/share/lib/latex2html/icons/index.png"></A>
|
||||
SRC="index.png"></A>
|
||||
<BR>
|
||||
<B> Next:</B> <A NAME="tex2html2858"
|
||||
HREF="node154.html">Single Sideband Modulation</A>
|
||||
@@ -259,23 +263,23 @@ getting a quick response and a smooth result.
|
||||
<A NAME="tex2html2857"
|
||||
HREF="node154.html">
|
||||
<IMG WIDTH="37" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="next"
|
||||
SRC="file:/usr/local/share/lib/latex2html/icons/next.png"></A>
|
||||
SRC="next.png"></A>
|
||||
<A NAME="tex2html2851"
|
||||
HREF="node151.html">
|
||||
<IMG WIDTH="26" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="up"
|
||||
SRC="file:/usr/local/share/lib/latex2html/icons/up.png"></A>
|
||||
SRC="up.png"></A>
|
||||
<A NAME="tex2html2845"
|
||||
HREF="node152.html">
|
||||
<IMG WIDTH="63" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="previous"
|
||||
SRC="file:/usr/local/share/lib/latex2html/icons/prev.png"></A>
|
||||
SRC="prev.png"></A>
|
||||
<A NAME="tex2html2853"
|
||||
HREF="node4.html">
|
||||
<IMG WIDTH="65" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="contents"
|
||||
SRC="file:/usr/local/share/lib/latex2html/icons/contents.png"></A>
|
||||
SRC="contents.png"></A>
|
||||
<A NAME="tex2html2855"
|
||||
HREF="node201.html">
|
||||
<IMG WIDTH="43" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="index"
|
||||
SRC="file:/usr/local/share/lib/latex2html/icons/index.png"></A>
|
||||
SRC="index.png"></A>
|
||||
<BR>
|
||||
<B> Next:</B> <A NAME="tex2html2858"
|
||||
HREF="node154.html">Single Sideband Modulation</A>
|
||||
|
||||
26
node154.html
26
node154.html
@@ -1,4 +1,4 @@
|
||||
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN">
|
||||
<!DOCTYPE html>
|
||||
|
||||
<!--Converted with LaTeX2HTML 2002-2-1 (1.71)
|
||||
original version by: Nikos Drakos, CBLU, University of Leeds
|
||||
@@ -7,6 +7,10 @@ original version by: Nikos Drakos, CBLU, University of Leeds
|
||||
Jens Lippmann, Marek Rouchal, Martin Wilck and others -->
|
||||
<HTML>
|
||||
<HEAD>
|
||||
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
|
||||
|
||||
<TITLE>Single Sideband Modulation</TITLE>
|
||||
<META NAME="description" CONTENT="Single Sideband Modulation">
|
||||
<META NAME="keywords" CONTENT="book">
|
||||
@@ -28,23 +32,23 @@ original version by: Nikos Drakos, CBLU, University of Leeds
|
||||
<A NAME="tex2html2869"
|
||||
HREF="node155.html">
|
||||
<IMG WIDTH="37" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="next"
|
||||
SRC="file:/usr/local/share/lib/latex2html/icons/next.png"></A>
|
||||
SRC="next.png"></A>
|
||||
<A NAME="tex2html2863"
|
||||
HREF="node151.html">
|
||||
<IMG WIDTH="26" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="up"
|
||||
SRC="file:/usr/local/share/lib/latex2html/icons/up.png"></A>
|
||||
SRC="up.png"></A>
|
||||
<A NAME="tex2html2859"
|
||||
HREF="node153.html">
|
||||
<IMG WIDTH="63" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="previous"
|
||||
SRC="file:/usr/local/share/lib/latex2html/icons/prev.png"></A>
|
||||
SRC="prev.png"></A>
|
||||
<A NAME="tex2html2865"
|
||||
HREF="node4.html">
|
||||
<IMG WIDTH="65" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="contents"
|
||||
SRC="file:/usr/local/share/lib/latex2html/icons/contents.png"></A>
|
||||
SRC="contents.png"></A>
|
||||
<A NAME="tex2html2867"
|
||||
HREF="node201.html">
|
||||
<IMG WIDTH="43" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="index"
|
||||
SRC="file:/usr/local/share/lib/latex2html/icons/index.png"></A>
|
||||
SRC="index.png"></A>
|
||||
<BR>
|
||||
<B> Next:</B> <A NAME="tex2html2870"
|
||||
HREF="node155.html">Examples</A>
|
||||
@@ -361,23 +365,23 @@ only positive frequencies.
|
||||
<A NAME="tex2html2869"
|
||||
HREF="node155.html">
|
||||
<IMG WIDTH="37" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="next"
|
||||
SRC="file:/usr/local/share/lib/latex2html/icons/next.png"></A>
|
||||
SRC="next.png"></A>
|
||||
<A NAME="tex2html2863"
|
||||
HREF="node151.html">
|
||||
<IMG WIDTH="26" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="up"
|
||||
SRC="file:/usr/local/share/lib/latex2html/icons/up.png"></A>
|
||||
SRC="up.png"></A>
|
||||
<A NAME="tex2html2859"
|
||||
HREF="node153.html">
|
||||
<IMG WIDTH="63" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="previous"
|
||||
SRC="file:/usr/local/share/lib/latex2html/icons/prev.png"></A>
|
||||
SRC="prev.png"></A>
|
||||
<A NAME="tex2html2865"
|
||||
HREF="node4.html">
|
||||
<IMG WIDTH="65" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="contents"
|
||||
SRC="file:/usr/local/share/lib/latex2html/icons/contents.png"></A>
|
||||
SRC="contents.png"></A>
|
||||
<A NAME="tex2html2867"
|
||||
HREF="node201.html">
|
||||
<IMG WIDTH="43" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="index"
|
||||
SRC="file:/usr/local/share/lib/latex2html/icons/index.png"></A>
|
||||
SRC="index.png"></A>
|
||||
<BR>
|
||||
<B> Next:</B> <A NAME="tex2html2870"
|
||||
HREF="node155.html">Examples</A>
|
||||
|
||||
16
node155.html
16
node155.html
@@ -1,4 +1,4 @@
|
||||
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN">
|
||||
<!DOCTYPE html>
|
||||
|
||||
<!--Converted with LaTeX2HTML 2002-2-1 (1.71)
|
||||
original version by: Nikos Drakos, CBLU, University of Leeds
|
||||
@@ -7,6 +7,10 @@ original version by: Nikos Drakos, CBLU, University of Leeds
|
||||
Jens Lippmann, Marek Rouchal, Martin Wilck and others -->
|
||||
<HTML>
|
||||
<HEAD>
|
||||
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
|
||||
|
||||
<TITLE>Examples</TITLE>
|
||||
<META NAME="description" CONTENT="Examples">
|
||||
<META NAME="keywords" CONTENT="book">
|
||||
@@ -29,23 +33,23 @@ original version by: Nikos Drakos, CBLU, University of Leeds
|
||||
<A NAME="tex2html2883"
|
||||
HREF="node156.html">
|
||||
<IMG WIDTH="37" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="next"
|
||||
SRC="file:/usr/local/share/lib/latex2html/icons/next.png"></A>
|
||||
SRC="next.png"></A>
|
||||
<A NAME="tex2html2877"
|
||||
HREF="node127.html">
|
||||
<IMG WIDTH="26" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="up"
|
||||
SRC="file:/usr/local/share/lib/latex2html/icons/up.png"></A>
|
||||
SRC="up.png"></A>
|
||||
<A NAME="tex2html2871"
|
||||
HREF="node154.html">
|
||||
<IMG WIDTH="63" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="previous"
|
||||
SRC="file:/usr/local/share/lib/latex2html/icons/prev.png"></A>
|
||||
SRC="prev.png"></A>
|
||||
<A NAME="tex2html2879"
|
||||
HREF="node4.html">
|
||||
<IMG WIDTH="65" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="contents"
|
||||
SRC="file:/usr/local/share/lib/latex2html/icons/contents.png"></A>
|
||||
SRC="contents.png"></A>
|
||||
<A NAME="tex2html2881"
|
||||
HREF="node201.html">
|
||||
<IMG WIDTH="43" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="index"
|
||||
SRC="file:/usr/local/share/lib/latex2html/icons/index.png"></A>
|
||||
SRC="index.png"></A>
|
||||
<BR>
|
||||
<B> Next:</B> <A NAME="tex2html2884"
|
||||
HREF="node156.html">Prefabricated low-, high-, and</A>
|
||||
|
||||
26
node156.html
26
node156.html
@@ -1,4 +1,4 @@
|
||||
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN">
|
||||
<!DOCTYPE html>
|
||||
|
||||
<!--Converted with LaTeX2HTML 2002-2-1 (1.71)
|
||||
original version by: Nikos Drakos, CBLU, University of Leeds
|
||||
@@ -7,6 +7,10 @@ original version by: Nikos Drakos, CBLU, University of Leeds
|
||||
Jens Lippmann, Marek Rouchal, Martin Wilck and others -->
|
||||
<HTML>
|
||||
<HEAD>
|
||||
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
|
||||
|
||||
<TITLE>Prefabricated low-, high-, and band-pass filters</TITLE>
|
||||
<META NAME="description" CONTENT="Prefabricated low-, high-, and band-pass filters">
|
||||
<META NAME="keywords" CONTENT="book">
|
||||
@@ -29,23 +33,23 @@ original version by: Nikos Drakos, CBLU, University of Leeds
|
||||
<A NAME="tex2html2903"
|
||||
HREF="node157.html">
|
||||
<IMG WIDTH="37" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="next"
|
||||
SRC="file:/usr/local/share/lib/latex2html/icons/next.png"></A>
|
||||
SRC="next.png"></A>
|
||||
<A NAME="tex2html2897"
|
||||
HREF="node155.html">
|
||||
<IMG WIDTH="26" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="up"
|
||||
SRC="file:/usr/local/share/lib/latex2html/icons/up.png"></A>
|
||||
SRC="up.png"></A>
|
||||
<A NAME="tex2html2891"
|
||||
HREF="node155.html">
|
||||
<IMG WIDTH="63" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="previous"
|
||||
SRC="file:/usr/local/share/lib/latex2html/icons/prev.png"></A>
|
||||
SRC="prev.png"></A>
|
||||
<A NAME="tex2html2899"
|
||||
HREF="node4.html">
|
||||
<IMG WIDTH="65" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="contents"
|
||||
SRC="file:/usr/local/share/lib/latex2html/icons/contents.png"></A>
|
||||
SRC="contents.png"></A>
|
||||
<A NAME="tex2html2901"
|
||||
HREF="node201.html">
|
||||
<IMG WIDTH="43" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="index"
|
||||
SRC="file:/usr/local/share/lib/latex2html/icons/index.png"></A>
|
||||
SRC="index.png"></A>
|
||||
<BR>
|
||||
<B> Next:</B> <A NAME="tex2html2904"
|
||||
HREF="node157.html">Prefabricated time-varying band-pass filter</A>
|
||||
@@ -145,23 +149,23 @@ frequency) component of a signal.
|
||||
<A NAME="tex2html2903"
|
||||
HREF="node157.html">
|
||||
<IMG WIDTH="37" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="next"
|
||||
SRC="file:/usr/local/share/lib/latex2html/icons/next.png"></A>
|
||||
SRC="next.png"></A>
|
||||
<A NAME="tex2html2897"
|
||||
HREF="node155.html">
|
||||
<IMG WIDTH="26" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="up"
|
||||
SRC="file:/usr/local/share/lib/latex2html/icons/up.png"></A>
|
||||
SRC="up.png"></A>
|
||||
<A NAME="tex2html2891"
|
||||
HREF="node155.html">
|
||||
<IMG WIDTH="63" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="previous"
|
||||
SRC="file:/usr/local/share/lib/latex2html/icons/prev.png"></A>
|
||||
SRC="prev.png"></A>
|
||||
<A NAME="tex2html2899"
|
||||
HREF="node4.html">
|
||||
<IMG WIDTH="65" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="contents"
|
||||
SRC="file:/usr/local/share/lib/latex2html/icons/contents.png"></A>
|
||||
SRC="contents.png"></A>
|
||||
<A NAME="tex2html2901"
|
||||
HREF="node201.html">
|
||||
<IMG WIDTH="43" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="index"
|
||||
SRC="file:/usr/local/share/lib/latex2html/icons/index.png"></A>
|
||||
SRC="index.png"></A>
|
||||
<BR>
|
||||
<B> Next:</B> <A NAME="tex2html2904"
|
||||
HREF="node157.html">Prefabricated time-varying band-pass filter</A>
|
||||
|
||||
26
node157.html
26
node157.html
@@ -1,4 +1,4 @@
|
||||
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN">
|
||||
<!DOCTYPE html>
|
||||
|
||||
<!--Converted with LaTeX2HTML 2002-2-1 (1.71)
|
||||
original version by: Nikos Drakos, CBLU, University of Leeds
|
||||
@@ -7,6 +7,10 @@ original version by: Nikos Drakos, CBLU, University of Leeds
|
||||
Jens Lippmann, Marek Rouchal, Martin Wilck and others -->
|
||||
<HTML>
|
||||
<HEAD>
|
||||
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
|
||||
|
||||
<TITLE>Prefabricated time-varying band-pass filter</TITLE>
|
||||
<META NAME="description" CONTENT="Prefabricated time-varying band-pass filter">
|
||||
<META NAME="keywords" CONTENT="book">
|
||||
@@ -29,23 +33,23 @@ original version by: Nikos Drakos, CBLU, University of Leeds
|
||||
<A NAME="tex2html2917"
|
||||
HREF="node158.html">
|
||||
<IMG WIDTH="37" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="next"
|
||||
SRC="file:/usr/local/share/lib/latex2html/icons/next.png"></A>
|
||||
SRC="next.png"></A>
|
||||
<A NAME="tex2html2911"
|
||||
HREF="node155.html">
|
||||
<IMG WIDTH="26" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="up"
|
||||
SRC="file:/usr/local/share/lib/latex2html/icons/up.png"></A>
|
||||
SRC="up.png"></A>
|
||||
<A NAME="tex2html2905"
|
||||
HREF="node156.html">
|
||||
<IMG WIDTH="63" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="previous"
|
||||
SRC="file:/usr/local/share/lib/latex2html/icons/prev.png"></A>
|
||||
SRC="prev.png"></A>
|
||||
<A NAME="tex2html2913"
|
||||
HREF="node4.html">
|
||||
<IMG WIDTH="65" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="contents"
|
||||
SRC="file:/usr/local/share/lib/latex2html/icons/contents.png"></A>
|
||||
SRC="contents.png"></A>
|
||||
<A NAME="tex2html2915"
|
||||
HREF="node201.html">
|
||||
<IMG WIDTH="43" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="index"
|
||||
SRC="file:/usr/local/share/lib/latex2html/icons/index.png"></A>
|
||||
SRC="index.png"></A>
|
||||
<BR>
|
||||
<B> Next:</B> <A NAME="tex2html2918"
|
||||
HREF="node158.html">Envelope followers</A>
|
||||
@@ -118,23 +122,23 @@ subtractive synthesis is demonstrated in example H05.filter.floyd.pd.
|
||||
<A NAME="tex2html2917"
|
||||
HREF="node158.html">
|
||||
<IMG WIDTH="37" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="next"
|
||||
SRC="file:/usr/local/share/lib/latex2html/icons/next.png"></A>
|
||||
SRC="next.png"></A>
|
||||
<A NAME="tex2html2911"
|
||||
HREF="node155.html">
|
||||
<IMG WIDTH="26" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="up"
|
||||
SRC="file:/usr/local/share/lib/latex2html/icons/up.png"></A>
|
||||
SRC="up.png"></A>
|
||||
<A NAME="tex2html2905"
|
||||
HREF="node156.html">
|
||||
<IMG WIDTH="63" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="previous"
|
||||
SRC="file:/usr/local/share/lib/latex2html/icons/prev.png"></A>
|
||||
SRC="prev.png"></A>
|
||||
<A NAME="tex2html2913"
|
||||
HREF="node4.html">
|
||||
<IMG WIDTH="65" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="contents"
|
||||
SRC="file:/usr/local/share/lib/latex2html/icons/contents.png"></A>
|
||||
SRC="contents.png"></A>
|
||||
<A NAME="tex2html2915"
|
||||
HREF="node201.html">
|
||||
<IMG WIDTH="43" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="index"
|
||||
SRC="file:/usr/local/share/lib/latex2html/icons/index.png"></A>
|
||||
SRC="index.png"></A>
|
||||
<BR>
|
||||
<B> Next:</B> <A NAME="tex2html2918"
|
||||
HREF="node158.html">Envelope followers</A>
|
||||
|
||||
26
node158.html
26
node158.html
@@ -1,4 +1,4 @@
|
||||
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN">
|
||||
<!DOCTYPE html>
|
||||
|
||||
<!--Converted with LaTeX2HTML 2002-2-1 (1.71)
|
||||
original version by: Nikos Drakos, CBLU, University of Leeds
|
||||
@@ -7,6 +7,10 @@ original version by: Nikos Drakos, CBLU, University of Leeds
|
||||
Jens Lippmann, Marek Rouchal, Martin Wilck and others -->
|
||||
<HTML>
|
||||
<HEAD>
|
||||
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
|
||||
|
||||
<TITLE>Envelope followers</TITLE>
|
||||
<META NAME="description" CONTENT="Envelope followers">
|
||||
<META NAME="keywords" CONTENT="book">
|
||||
@@ -29,23 +33,23 @@ original version by: Nikos Drakos, CBLU, University of Leeds
|
||||
<A NAME="tex2html2931"
|
||||
HREF="node159.html">
|
||||
<IMG WIDTH="37" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="next"
|
||||
SRC="file:/usr/local/share/lib/latex2html/icons/next.png"></A>
|
||||
SRC="next.png"></A>
|
||||
<A NAME="tex2html2925"
|
||||
HREF="node155.html">
|
||||
<IMG WIDTH="26" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="up"
|
||||
SRC="file:/usr/local/share/lib/latex2html/icons/up.png"></A>
|
||||
SRC="up.png"></A>
|
||||
<A NAME="tex2html2919"
|
||||
HREF="node157.html">
|
||||
<IMG WIDTH="63" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="previous"
|
||||
SRC="file:/usr/local/share/lib/latex2html/icons/prev.png"></A>
|
||||
SRC="prev.png"></A>
|
||||
<A NAME="tex2html2927"
|
||||
HREF="node4.html">
|
||||
<IMG WIDTH="65" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="contents"
|
||||
SRC="file:/usr/local/share/lib/latex2html/icons/contents.png"></A>
|
||||
SRC="contents.png"></A>
|
||||
<A NAME="tex2html2929"
|
||||
HREF="node201.html">
|
||||
<IMG WIDTH="43" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="index"
|
||||
SRC="file:/usr/local/share/lib/latex2html/icons/index.png"></A>
|
||||
SRC="index.png"></A>
|
||||
<BR>
|
||||
<B> Next:</B> <A NAME="tex2html2932"
|
||||
HREF="node159.html">Single sideband modulation</A>
|
||||
@@ -112,23 +116,23 @@ analysis, the subject of Chapter 9.
|
||||
<A NAME="tex2html2931"
|
||||
HREF="node159.html">
|
||||
<IMG WIDTH="37" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="next"
|
||||
SRC="file:/usr/local/share/lib/latex2html/icons/next.png"></A>
|
||||
SRC="next.png"></A>
|
||||
<A NAME="tex2html2925"
|
||||
HREF="node155.html">
|
||||
<IMG WIDTH="26" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="up"
|
||||
SRC="file:/usr/local/share/lib/latex2html/icons/up.png"></A>
|
||||
SRC="up.png"></A>
|
||||
<A NAME="tex2html2919"
|
||||
HREF="node157.html">
|
||||
<IMG WIDTH="63" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="previous"
|
||||
SRC="file:/usr/local/share/lib/latex2html/icons/prev.png"></A>
|
||||
SRC="prev.png"></A>
|
||||
<A NAME="tex2html2927"
|
||||
HREF="node4.html">
|
||||
<IMG WIDTH="65" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="contents"
|
||||
SRC="file:/usr/local/share/lib/latex2html/icons/contents.png"></A>
|
||||
SRC="contents.png"></A>
|
||||
<A NAME="tex2html2929"
|
||||
HREF="node201.html">
|
||||
<IMG WIDTH="43" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="index"
|
||||
SRC="file:/usr/local/share/lib/latex2html/icons/index.png"></A>
|
||||
SRC="index.png"></A>
|
||||
<BR>
|
||||
<B> Next:</B> <A NAME="tex2html2932"
|
||||
HREF="node159.html">Single sideband modulation</A>
|
||||
|
||||
16
node159.html
16
node159.html
@@ -1,4 +1,4 @@
|
||||
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN">
|
||||
<!DOCTYPE html>
|
||||
|
||||
<!--Converted with LaTeX2HTML 2002-2-1 (1.71)
|
||||
original version by: Nikos Drakos, CBLU, University of Leeds
|
||||
@@ -7,6 +7,10 @@ original version by: Nikos Drakos, CBLU, University of Leeds
|
||||
Jens Lippmann, Marek Rouchal, Martin Wilck and others -->
|
||||
<HTML>
|
||||
<HEAD>
|
||||
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
|
||||
|
||||
<TITLE>Single sideband modulation</TITLE>
|
||||
<META NAME="description" CONTENT="Single sideband modulation">
|
||||
<META NAME="keywords" CONTENT="book">
|
||||
@@ -29,23 +33,23 @@ original version by: Nikos Drakos, CBLU, University of Leeds
|
||||
<A NAME="tex2html2945"
|
||||
HREF="node160.html">
|
||||
<IMG WIDTH="37" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="next"
|
||||
SRC="file:/usr/local/share/lib/latex2html/icons/next.png"></A>
|
||||
SRC="next.png"></A>
|
||||
<A NAME="tex2html2939"
|
||||
HREF="node155.html">
|
||||
<IMG WIDTH="26" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="up"
|
||||
SRC="file:/usr/local/share/lib/latex2html/icons/up.png"></A>
|
||||
SRC="up.png"></A>
|
||||
<A NAME="tex2html2933"
|
||||
HREF="node158.html">
|
||||
<IMG WIDTH="63" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="previous"
|
||||
SRC="file:/usr/local/share/lib/latex2html/icons/prev.png"></A>
|
||||
SRC="prev.png"></A>
|
||||
<A NAME="tex2html2941"
|
||||
HREF="node4.html">
|
||||
<IMG WIDTH="65" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="contents"
|
||||
SRC="file:/usr/local/share/lib/latex2html/icons/contents.png"></A>
|
||||
SRC="contents.png"></A>
|
||||
<A NAME="tex2html2943"
|
||||
HREF="node201.html">
|
||||
<IMG WIDTH="43" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="index"
|
||||
SRC="file:/usr/local/share/lib/latex2html/icons/index.png"></A>
|
||||
SRC="index.png"></A>
|
||||
<BR>
|
||||
<B> Next:</B> <A NAME="tex2html2946"
|
||||
HREF="node160.html">Using elementary filters directly:</A>
|
||||
|
||||
26
node16.html
26
node16.html
@@ -1,4 +1,4 @@
|
||||
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN">
|
||||
<!DOCTYPE html>
|
||||
|
||||
<!--Converted with LaTeX2HTML 2002-2-1 (1.71)
|
||||
original version by: Nikos Drakos, CBLU, University of Leeds
|
||||
@@ -7,6 +7,10 @@ original version by: Nikos Drakos, CBLU, University of Leeds
|
||||
Jens Lippmann, Marek Rouchal, Martin Wilck and others -->
|
||||
<HTML>
|
||||
<HEAD>
|
||||
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
|
||||
|
||||
<TITLE>Quick Introduction to Pd</TITLE>
|
||||
<META NAME="description" CONTENT="Quick Introduction to Pd">
|
||||
<META NAME="keywords" CONTENT="book">
|
||||
@@ -29,23 +33,23 @@ original version by: Nikos Drakos, CBLU, University of Leeds
|
||||
<A NAME="tex2html779"
|
||||
HREF="node17.html">
|
||||
<IMG WIDTH="37" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="next"
|
||||
SRC="file:/usr/local/share/lib/latex2html/icons/next.png"></A>
|
||||
SRC="next.png"></A>
|
||||
<A NAME="tex2html773"
|
||||
HREF="node15.html">
|
||||
<IMG WIDTH="26" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="up"
|
||||
SRC="file:/usr/local/share/lib/latex2html/icons/up.png"></A>
|
||||
SRC="up.png"></A>
|
||||
<A NAME="tex2html767"
|
||||
HREF="node15.html">
|
||||
<IMG WIDTH="63" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="previous"
|
||||
SRC="file:/usr/local/share/lib/latex2html/icons/prev.png"></A>
|
||||
SRC="prev.png"></A>
|
||||
<A NAME="tex2html775"
|
||||
HREF="node4.html">
|
||||
<IMG WIDTH="65" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="contents"
|
||||
SRC="file:/usr/local/share/lib/latex2html/icons/contents.png"></A>
|
||||
SRC="contents.png"></A>
|
||||
<A NAME="tex2html777"
|
||||
HREF="node201.html">
|
||||
<IMG WIDTH="43" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="index"
|
||||
SRC="file:/usr/local/share/lib/latex2html/icons/index.png"></A>
|
||||
SRC="index.png"></A>
|
||||
<BR>
|
||||
<B> Next:</B> <A NAME="tex2html780"
|
||||
HREF="node17.html">How to find and</A>
|
||||
@@ -172,23 +176,23 @@ and ``<TT>osc~</TT>".
|
||||
<A NAME="tex2html779"
|
||||
HREF="node17.html">
|
||||
<IMG WIDTH="37" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="next"
|
||||
SRC="file:/usr/local/share/lib/latex2html/icons/next.png"></A>
|
||||
SRC="next.png"></A>
|
||||
<A NAME="tex2html773"
|
||||
HREF="node15.html">
|
||||
<IMG WIDTH="26" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="up"
|
||||
SRC="file:/usr/local/share/lib/latex2html/icons/up.png"></A>
|
||||
SRC="up.png"></A>
|
||||
<A NAME="tex2html767"
|
||||
HREF="node15.html">
|
||||
<IMG WIDTH="63" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="previous"
|
||||
SRC="file:/usr/local/share/lib/latex2html/icons/prev.png"></A>
|
||||
SRC="prev.png"></A>
|
||||
<A NAME="tex2html775"
|
||||
HREF="node4.html">
|
||||
<IMG WIDTH="65" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="contents"
|
||||
SRC="file:/usr/local/share/lib/latex2html/icons/contents.png"></A>
|
||||
SRC="contents.png"></A>
|
||||
<A NAME="tex2html777"
|
||||
HREF="node201.html">
|
||||
<IMG WIDTH="43" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="index"
|
||||
SRC="file:/usr/local/share/lib/latex2html/icons/index.png"></A>
|
||||
SRC="index.png"></A>
|
||||
<BR>
|
||||
<B> Next:</B> <A NAME="tex2html780"
|
||||
HREF="node17.html">How to find and</A>
|
||||
|
||||
26
node160.html
26
node160.html
@@ -1,4 +1,4 @@
|
||||
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN">
|
||||
<!DOCTYPE html>
|
||||
|
||||
<!--Converted with LaTeX2HTML 2002-2-1 (1.71)
|
||||
original version by: Nikos Drakos, CBLU, University of Leeds
|
||||
@@ -7,6 +7,10 @@ original version by: Nikos Drakos, CBLU, University of Leeds
|
||||
Jens Lippmann, Marek Rouchal, Martin Wilck and others -->
|
||||
<HTML>
|
||||
<HEAD>
|
||||
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
|
||||
|
||||
<TITLE>Using elementary filters directly: shelving and peaking</TITLE>
|
||||
<META NAME="description" CONTENT="Using elementary filters directly: shelving and peaking">
|
||||
<META NAME="keywords" CONTENT="book">
|
||||
@@ -29,23 +33,23 @@ original version by: Nikos Drakos, CBLU, University of Leeds
|
||||
<A NAME="tex2html2959"
|
||||
HREF="node161.html">
|
||||
<IMG WIDTH="37" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="next"
|
||||
SRC="file:/usr/local/share/lib/latex2html/icons/next.png"></A>
|
||||
SRC="next.png"></A>
|
||||
<A NAME="tex2html2953"
|
||||
HREF="node155.html">
|
||||
<IMG WIDTH="26" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="up"
|
||||
SRC="file:/usr/local/share/lib/latex2html/icons/up.png"></A>
|
||||
SRC="up.png"></A>
|
||||
<A NAME="tex2html2947"
|
||||
HREF="node159.html">
|
||||
<IMG WIDTH="63" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="previous"
|
||||
SRC="file:/usr/local/share/lib/latex2html/icons/prev.png"></A>
|
||||
SRC="prev.png"></A>
|
||||
<A NAME="tex2html2955"
|
||||
HREF="node4.html">
|
||||
<IMG WIDTH="65" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="contents"
|
||||
SRC="file:/usr/local/share/lib/latex2html/icons/contents.png"></A>
|
||||
SRC="contents.png"></A>
|
||||
<A NAME="tex2html2957"
|
||||
HREF="node201.html">
|
||||
<IMG WIDTH="43" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="index"
|
||||
SRC="file:/usr/local/share/lib/latex2html/icons/index.png"></A>
|
||||
SRC="index.png"></A>
|
||||
<BR>
|
||||
<B> Next:</B> <A NAME="tex2html2960"
|
||||
HREF="node161.html">Making and using all-pass</A>
|
||||
@@ -174,23 +178,23 @@ easy reuse.
|
||||
<A NAME="tex2html2959"
|
||||
HREF="node161.html">
|
||||
<IMG WIDTH="37" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="next"
|
||||
SRC="file:/usr/local/share/lib/latex2html/icons/next.png"></A>
|
||||
SRC="next.png"></A>
|
||||
<A NAME="tex2html2953"
|
||||
HREF="node155.html">
|
||||
<IMG WIDTH="26" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="up"
|
||||
SRC="file:/usr/local/share/lib/latex2html/icons/up.png"></A>
|
||||
SRC="up.png"></A>
|
||||
<A NAME="tex2html2947"
|
||||
HREF="node159.html">
|
||||
<IMG WIDTH="63" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="previous"
|
||||
SRC="file:/usr/local/share/lib/latex2html/icons/prev.png"></A>
|
||||
SRC="prev.png"></A>
|
||||
<A NAME="tex2html2955"
|
||||
HREF="node4.html">
|
||||
<IMG WIDTH="65" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="contents"
|
||||
SRC="file:/usr/local/share/lib/latex2html/icons/contents.png"></A>
|
||||
SRC="contents.png"></A>
|
||||
<A NAME="tex2html2957"
|
||||
HREF="node201.html">
|
||||
<IMG WIDTH="43" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="index"
|
||||
SRC="file:/usr/local/share/lib/latex2html/icons/index.png"></A>
|
||||
SRC="index.png"></A>
|
||||
<BR>
|
||||
<B> Next:</B> <A NAME="tex2html2960"
|
||||
HREF="node161.html">Making and using all-pass</A>
|
||||
|
||||
16
node161.html
16
node161.html
@@ -1,4 +1,4 @@
|
||||
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN">
|
||||
<!DOCTYPE html>
|
||||
|
||||
<!--Converted with LaTeX2HTML 2002-2-1 (1.71)
|
||||
original version by: Nikos Drakos, CBLU, University of Leeds
|
||||
@@ -7,6 +7,10 @@ original version by: Nikos Drakos, CBLU, University of Leeds
|
||||
Jens Lippmann, Marek Rouchal, Martin Wilck and others -->
|
||||
<HTML>
|
||||
<HEAD>
|
||||
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
|
||||
|
||||
<TITLE>Making and using all-pass filters</TITLE>
|
||||
<META NAME="description" CONTENT="Making and using all-pass filters">
|
||||
<META NAME="keywords" CONTENT="book">
|
||||
@@ -28,23 +32,23 @@ original version by: Nikos Drakos, CBLU, University of Leeds
|
||||
<A NAME="tex2html2971"
|
||||
HREF="node162.html">
|
||||
<IMG WIDTH="37" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="next"
|
||||
SRC="file:/usr/local/share/lib/latex2html/icons/next.png"></A>
|
||||
SRC="next.png"></A>
|
||||
<A NAME="tex2html2965"
|
||||
HREF="node155.html">
|
||||
<IMG WIDTH="26" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="up"
|
||||
SRC="file:/usr/local/share/lib/latex2html/icons/up.png"></A>
|
||||
SRC="up.png"></A>
|
||||
<A NAME="tex2html2961"
|
||||
HREF="node160.html">
|
||||
<IMG WIDTH="63" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="previous"
|
||||
SRC="file:/usr/local/share/lib/latex2html/icons/prev.png"></A>
|
||||
SRC="prev.png"></A>
|
||||
<A NAME="tex2html2967"
|
||||
HREF="node4.html">
|
||||
<IMG WIDTH="65" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="contents"
|
||||
SRC="file:/usr/local/share/lib/latex2html/icons/contents.png"></A>
|
||||
SRC="contents.png"></A>
|
||||
<A NAME="tex2html2969"
|
||||
HREF="node201.html">
|
||||
<IMG WIDTH="43" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="index"
|
||||
SRC="file:/usr/local/share/lib/latex2html/icons/index.png"></A>
|
||||
SRC="index.png"></A>
|
||||
<BR>
|
||||
<B> Next:</B> <A NAME="tex2html2972"
|
||||
HREF="node162.html">Exercises</A>
|
||||
|
||||
26
node162.html
26
node162.html
@@ -1,4 +1,4 @@
|
||||
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN">
|
||||
<!DOCTYPE html>
|
||||
|
||||
<!--Converted with LaTeX2HTML 2002-2-1 (1.71)
|
||||
original version by: Nikos Drakos, CBLU, University of Leeds
|
||||
@@ -7,6 +7,10 @@ original version by: Nikos Drakos, CBLU, University of Leeds
|
||||
Jens Lippmann, Marek Rouchal, Martin Wilck and others -->
|
||||
<HTML>
|
||||
<HEAD>
|
||||
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
|
||||
|
||||
<TITLE>Exercises</TITLE>
|
||||
<META NAME="description" CONTENT="Exercises">
|
||||
<META NAME="keywords" CONTENT="book">
|
||||
@@ -28,23 +32,23 @@ original version by: Nikos Drakos, CBLU, University of Leeds
|
||||
<A NAME="tex2html2983"
|
||||
HREF="node163.html">
|
||||
<IMG WIDTH="37" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="next"
|
||||
SRC="file:/usr/local/share/lib/latex2html/icons/next.png"></A>
|
||||
SRC="next.png"></A>
|
||||
<A NAME="tex2html2977"
|
||||
HREF="node127.html">
|
||||
<IMG WIDTH="26" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="up"
|
||||
SRC="file:/usr/local/share/lib/latex2html/icons/up.png"></A>
|
||||
SRC="up.png"></A>
|
||||
<A NAME="tex2html2973"
|
||||
HREF="node161.html">
|
||||
<IMG WIDTH="63" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="previous"
|
||||
SRC="file:/usr/local/share/lib/latex2html/icons/prev.png"></A>
|
||||
SRC="prev.png"></A>
|
||||
<A NAME="tex2html2979"
|
||||
HREF="node4.html">
|
||||
<IMG WIDTH="65" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="contents"
|
||||
SRC="file:/usr/local/share/lib/latex2html/icons/contents.png"></A>
|
||||
SRC="contents.png"></A>
|
||||
<A NAME="tex2html2981"
|
||||
HREF="node201.html">
|
||||
<IMG WIDTH="43" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="index"
|
||||
SRC="file:/usr/local/share/lib/latex2html/icons/index.png"></A>
|
||||
SRC="index.png"></A>
|
||||
<BR>
|
||||
<B> Next:</B> <A NAME="tex2html2984"
|
||||
HREF="node163.html">Fourier analysis and resynthesis</A>
|
||||
@@ -121,23 +125,23 @@ Hertz). Where would you place the pole? What is the value of ``q"?
|
||||
<A NAME="tex2html2983"
|
||||
HREF="node163.html">
|
||||
<IMG WIDTH="37" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="next"
|
||||
SRC="file:/usr/local/share/lib/latex2html/icons/next.png"></A>
|
||||
SRC="next.png"></A>
|
||||
<A NAME="tex2html2977"
|
||||
HREF="node127.html">
|
||||
<IMG WIDTH="26" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="up"
|
||||
SRC="file:/usr/local/share/lib/latex2html/icons/up.png"></A>
|
||||
SRC="up.png"></A>
|
||||
<A NAME="tex2html2973"
|
||||
HREF="node161.html">
|
||||
<IMG WIDTH="63" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="previous"
|
||||
SRC="file:/usr/local/share/lib/latex2html/icons/prev.png"></A>
|
||||
SRC="prev.png"></A>
|
||||
<A NAME="tex2html2979"
|
||||
HREF="node4.html">
|
||||
<IMG WIDTH="65" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="contents"
|
||||
SRC="file:/usr/local/share/lib/latex2html/icons/contents.png"></A>
|
||||
SRC="contents.png"></A>
|
||||
<A NAME="tex2html2981"
|
||||
HREF="node201.html">
|
||||
<IMG WIDTH="43" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="index"
|
||||
SRC="file:/usr/local/share/lib/latex2html/icons/index.png"></A>
|
||||
SRC="index.png"></A>
|
||||
<BR>
|
||||
<B> Next:</B> <A NAME="tex2html2984"
|
||||
HREF="node163.html">Fourier analysis and resynthesis</A>
|
||||
|
||||
18
node163.html
18
node163.html
@@ -1,4 +1,4 @@
|
||||
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN">
|
||||
<!DOCTYPE html>
|
||||
|
||||
<!--Converted with LaTeX2HTML 2002-2-1 (1.71)
|
||||
original version by: Nikos Drakos, CBLU, University of Leeds
|
||||
@@ -7,6 +7,10 @@ original version by: Nikos Drakos, CBLU, University of Leeds
|
||||
Jens Lippmann, Marek Rouchal, Martin Wilck and others -->
|
||||
<HTML>
|
||||
<HEAD>
|
||||
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
|
||||
|
||||
<TITLE>Fourier analysis and resynthesis</TITLE>
|
||||
<META NAME="description" CONTENT="Fourier analysis and resynthesis">
|
||||
<META NAME="keywords" CONTENT="book">
|
||||
@@ -29,23 +33,23 @@ original version by: Nikos Drakos, CBLU, University of Leeds
|
||||
<A NAME="tex2html2997"
|
||||
HREF="node164.html">
|
||||
<IMG WIDTH="37" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="next"
|
||||
SRC="file:/usr/local/share/lib/latex2html/icons/next.png"></A>
|
||||
SRC="next.png"></A>
|
||||
<A NAME="tex2html2991"
|
||||
HREF="book.html">
|
||||
<IMG WIDTH="26" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="up"
|
||||
SRC="file:/usr/local/share/lib/latex2html/icons/up.png"></A>
|
||||
SRC="up.png"></A>
|
||||
<A NAME="tex2html2985"
|
||||
HREF="node162.html">
|
||||
<IMG WIDTH="63" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="previous"
|
||||
SRC="file:/usr/local/share/lib/latex2html/icons/prev.png"></A>
|
||||
SRC="prev.png"></A>
|
||||
<A NAME="tex2html2993"
|
||||
HREF="node4.html">
|
||||
<IMG WIDTH="65" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="contents"
|
||||
SRC="file:/usr/local/share/lib/latex2html/icons/contents.png"></A>
|
||||
SRC="contents.png"></A>
|
||||
<A NAME="tex2html2995"
|
||||
HREF="node201.html">
|
||||
<IMG WIDTH="43" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="index"
|
||||
SRC="file:/usr/local/share/lib/latex2html/icons/index.png"></A>
|
||||
SRC="index.png"></A>
|
||||
<BR>
|
||||
<B> Next:</B> <A NAME="tex2html2998"
|
||||
HREF="node164.html">Fourier analysis of periodic</A>
|
||||
@@ -72,7 +76,7 @@ Among the applications of filters discussed in Chapter <A HREF="node127.html#cha
|
||||
saw how to use heterodyning, combined with a low-pass filter, to find the
|
||||
amplitude and phase of a sinusoidal component of a signal (Page
|
||||
<A HREF="node158.html#sect8.heterodyning"><IMG ALIGN="BOTTOM" BORDER="1" ALT="[*]"
|
||||
SRC="file:/usr/local/share/lib/latex2html/icons/crossref.png"></A>). In this chapter we will refine this technique
|
||||
SRC="crossref.png"></A>). In this chapter we will refine this technique
|
||||
into what is called
|
||||
<A NAME="12298"></A><I>Fourier analysis</I>.
|
||||
In its simplest form, Fourier analysis takes as input any periodic
|
||||
|
||||
26
node164.html
26
node164.html
@@ -1,4 +1,4 @@
|
||||
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN">
|
||||
<!DOCTYPE html>
|
||||
|
||||
<!--Converted with LaTeX2HTML 2002-2-1 (1.71)
|
||||
original version by: Nikos Drakos, CBLU, University of Leeds
|
||||
@@ -7,6 +7,10 @@ original version by: Nikos Drakos, CBLU, University of Leeds
|
||||
Jens Lippmann, Marek Rouchal, Martin Wilck and others -->
|
||||
<HTML>
|
||||
<HEAD>
|
||||
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
|
||||
|
||||
<TITLE>Fourier analysis of periodic signals</TITLE>
|
||||
<META NAME="description" CONTENT="Fourier analysis of periodic signals">
|
||||
<META NAME="keywords" CONTENT="book">
|
||||
@@ -29,23 +33,23 @@ original version by: Nikos Drakos, CBLU, University of Leeds
|
||||
<A NAME="tex2html3031"
|
||||
HREF="node165.html">
|
||||
<IMG WIDTH="37" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="next"
|
||||
SRC="file:/usr/local/share/lib/latex2html/icons/next.png"></A>
|
||||
SRC="next.png"></A>
|
||||
<A NAME="tex2html3025"
|
||||
HREF="node163.html">
|
||||
<IMG WIDTH="26" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="up"
|
||||
SRC="file:/usr/local/share/lib/latex2html/icons/up.png"></A>
|
||||
SRC="up.png"></A>
|
||||
<A NAME="tex2html3019"
|
||||
HREF="node163.html">
|
||||
<IMG WIDTH="63" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="previous"
|
||||
SRC="file:/usr/local/share/lib/latex2html/icons/prev.png"></A>
|
||||
SRC="prev.png"></A>
|
||||
<A NAME="tex2html3027"
|
||||
HREF="node4.html">
|
||||
<IMG WIDTH="65" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="contents"
|
||||
SRC="file:/usr/local/share/lib/latex2html/icons/contents.png"></A>
|
||||
SRC="contents.png"></A>
|
||||
<A NAME="tex2html3029"
|
||||
HREF="node201.html">
|
||||
<IMG WIDTH="43" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="index"
|
||||
SRC="file:/usr/local/share/lib/latex2html/icons/index.png"></A>
|
||||
SRC="index.png"></A>
|
||||
<BR>
|
||||
<B> Next:</B> <A NAME="tex2html3032"
|
||||
HREF="node165.html">Periodicity of the Fourier</A>
|
||||
@@ -422,23 +426,23 @@ frequency associated with the period <IMG
|
||||
<A NAME="tex2html3031"
|
||||
HREF="node165.html">
|
||||
<IMG WIDTH="37" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="next"
|
||||
SRC="file:/usr/local/share/lib/latex2html/icons/next.png"></A>
|
||||
SRC="next.png"></A>
|
||||
<A NAME="tex2html3025"
|
||||
HREF="node163.html">
|
||||
<IMG WIDTH="26" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="up"
|
||||
SRC="file:/usr/local/share/lib/latex2html/icons/up.png"></A>
|
||||
SRC="up.png"></A>
|
||||
<A NAME="tex2html3019"
|
||||
HREF="node163.html">
|
||||
<IMG WIDTH="63" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="previous"
|
||||
SRC="file:/usr/local/share/lib/latex2html/icons/prev.png"></A>
|
||||
SRC="prev.png"></A>
|
||||
<A NAME="tex2html3027"
|
||||
HREF="node4.html">
|
||||
<IMG WIDTH="65" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="contents"
|
||||
SRC="file:/usr/local/share/lib/latex2html/icons/contents.png"></A>
|
||||
SRC="contents.png"></A>
|
||||
<A NAME="tex2html3029"
|
||||
HREF="node201.html">
|
||||
<IMG WIDTH="43" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="index"
|
||||
SRC="file:/usr/local/share/lib/latex2html/icons/index.png"></A>
|
||||
SRC="index.png"></A>
|
||||
<BR>
|
||||
<B> Next:</B> <A NAME="tex2html3032"
|
||||
HREF="node165.html">Periodicity of the Fourier</A>
|
||||
|
||||
16
node165.html
16
node165.html
@@ -1,4 +1,4 @@
|
||||
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN">
|
||||
<!DOCTYPE html>
|
||||
|
||||
<!--Converted with LaTeX2HTML 2002-2-1 (1.71)
|
||||
original version by: Nikos Drakos, CBLU, University of Leeds
|
||||
@@ -7,6 +7,10 @@ original version by: Nikos Drakos, CBLU, University of Leeds
|
||||
Jens Lippmann, Marek Rouchal, Martin Wilck and others -->
|
||||
<HTML>
|
||||
<HEAD>
|
||||
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
|
||||
|
||||
<TITLE>Periodicity of the Fourier transform</TITLE>
|
||||
<META NAME="description" CONTENT="Periodicity of the Fourier transform">
|
||||
<META NAME="keywords" CONTENT="book">
|
||||
@@ -29,23 +33,23 @@ original version by: Nikos Drakos, CBLU, University of Leeds
|
||||
<A NAME="tex2html3047"
|
||||
HREF="node166.html">
|
||||
<IMG WIDTH="37" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="next"
|
||||
SRC="file:/usr/local/share/lib/latex2html/icons/next.png"></A>
|
||||
SRC="next.png"></A>
|
||||
<A NAME="tex2html3041"
|
||||
HREF="node164.html">
|
||||
<IMG WIDTH="26" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="up"
|
||||
SRC="file:/usr/local/share/lib/latex2html/icons/up.png"></A>
|
||||
SRC="up.png"></A>
|
||||
<A NAME="tex2html3035"
|
||||
HREF="node164.html">
|
||||
<IMG WIDTH="63" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="previous"
|
||||
SRC="file:/usr/local/share/lib/latex2html/icons/prev.png"></A>
|
||||
SRC="prev.png"></A>
|
||||
<A NAME="tex2html3043"
|
||||
HREF="node4.html">
|
||||
<IMG WIDTH="65" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="contents"
|
||||
SRC="file:/usr/local/share/lib/latex2html/icons/contents.png"></A>
|
||||
SRC="contents.png"></A>
|
||||
<A NAME="tex2html3045"
|
||||
HREF="node201.html">
|
||||
<IMG WIDTH="43" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="index"
|
||||
SRC="file:/usr/local/share/lib/latex2html/icons/index.png"></A>
|
||||
SRC="index.png"></A>
|
||||
<BR>
|
||||
<B> Next:</B> <A NAME="tex2html3048"
|
||||
HREF="node166.html">Fourier transform as additive</A>
|
||||
|
||||
26
node166.html
26
node166.html
@@ -1,4 +1,4 @@
|
||||
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN">
|
||||
<!DOCTYPE html>
|
||||
|
||||
<!--Converted with LaTeX2HTML 2002-2-1 (1.71)
|
||||
original version by: Nikos Drakos, CBLU, University of Leeds
|
||||
@@ -7,6 +7,10 @@ original version by: Nikos Drakos, CBLU, University of Leeds
|
||||
Jens Lippmann, Marek Rouchal, Martin Wilck and others -->
|
||||
<HTML>
|
||||
<HEAD>
|
||||
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
|
||||
|
||||
<TITLE>Fourier transform as additive synthesis</TITLE>
|
||||
<META NAME="description" CONTENT="Fourier transform as additive synthesis">
|
||||
<META NAME="keywords" CONTENT="book">
|
||||
@@ -28,23 +32,23 @@ original version by: Nikos Drakos, CBLU, University of Leeds
|
||||
<A NAME="tex2html3059"
|
||||
HREF="node167.html">
|
||||
<IMG WIDTH="37" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="next"
|
||||
SRC="file:/usr/local/share/lib/latex2html/icons/next.png"></A>
|
||||
SRC="next.png"></A>
|
||||
<A NAME="tex2html3053"
|
||||
HREF="node164.html">
|
||||
<IMG WIDTH="26" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="up"
|
||||
SRC="file:/usr/local/share/lib/latex2html/icons/up.png"></A>
|
||||
SRC="up.png"></A>
|
||||
<A NAME="tex2html3049"
|
||||
HREF="node165.html">
|
||||
<IMG WIDTH="63" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="previous"
|
||||
SRC="file:/usr/local/share/lib/latex2html/icons/prev.png"></A>
|
||||
SRC="prev.png"></A>
|
||||
<A NAME="tex2html3055"
|
||||
HREF="node4.html">
|
||||
<IMG WIDTH="65" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="contents"
|
||||
SRC="file:/usr/local/share/lib/latex2html/icons/contents.png"></A>
|
||||
SRC="contents.png"></A>
|
||||
<A NAME="tex2html3057"
|
||||
HREF="node201.html">
|
||||
<IMG WIDTH="43" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="index"
|
||||
SRC="file:/usr/local/share/lib/latex2html/icons/index.png"></A>
|
||||
SRC="index.png"></A>
|
||||
<BR>
|
||||
<B> Next:</B> <A NAME="tex2html3060"
|
||||
HREF="node167.html">Properties of Fourier transforms</A>
|
||||
@@ -297,23 +301,23 @@ from its Fourier transform <IMG
|
||||
<A NAME="tex2html3059"
|
||||
HREF="node167.html">
|
||||
<IMG WIDTH="37" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="next"
|
||||
SRC="file:/usr/local/share/lib/latex2html/icons/next.png"></A>
|
||||
SRC="next.png"></A>
|
||||
<A NAME="tex2html3053"
|
||||
HREF="node164.html">
|
||||
<IMG WIDTH="26" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="up"
|
||||
SRC="file:/usr/local/share/lib/latex2html/icons/up.png"></A>
|
||||
SRC="up.png"></A>
|
||||
<A NAME="tex2html3049"
|
||||
HREF="node165.html">
|
||||
<IMG WIDTH="63" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="previous"
|
||||
SRC="file:/usr/local/share/lib/latex2html/icons/prev.png"></A>
|
||||
SRC="prev.png"></A>
|
||||
<A NAME="tex2html3055"
|
||||
HREF="node4.html">
|
||||
<IMG WIDTH="65" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="contents"
|
||||
SRC="file:/usr/local/share/lib/latex2html/icons/contents.png"></A>
|
||||
SRC="contents.png"></A>
|
||||
<A NAME="tex2html3057"
|
||||
HREF="node201.html">
|
||||
<IMG WIDTH="43" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="index"
|
||||
SRC="file:/usr/local/share/lib/latex2html/icons/index.png"></A>
|
||||
SRC="index.png"></A>
|
||||
<BR>
|
||||
<B> Next:</B> <A NAME="tex2html3060"
|
||||
HREF="node167.html">Properties of Fourier transforms</A>
|
||||
|
||||
16
node167.html
16
node167.html
@@ -1,4 +1,4 @@
|
||||
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN">
|
||||
<!DOCTYPE html>
|
||||
|
||||
<!--Converted with LaTeX2HTML 2002-2-1 (1.71)
|
||||
original version by: Nikos Drakos, CBLU, University of Leeds
|
||||
@@ -7,6 +7,10 @@ original version by: Nikos Drakos, CBLU, University of Leeds
|
||||
Jens Lippmann, Marek Rouchal, Martin Wilck and others -->
|
||||
<HTML>
|
||||
<HEAD>
|
||||
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
|
||||
|
||||
<TITLE>Properties of Fourier transforms</TITLE>
|
||||
<META NAME="description" CONTENT="Properties of Fourier transforms">
|
||||
<META NAME="keywords" CONTENT="book">
|
||||
@@ -29,23 +33,23 @@ original version by: Nikos Drakos, CBLU, University of Leeds
|
||||
<A NAME="tex2html3073"
|
||||
HREF="node168.html">
|
||||
<IMG WIDTH="37" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="next"
|
||||
SRC="file:/usr/local/share/lib/latex2html/icons/next.png"></A>
|
||||
SRC="next.png"></A>
|
||||
<A NAME="tex2html3067"
|
||||
HREF="node163.html">
|
||||
<IMG WIDTH="26" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="up"
|
||||
SRC="file:/usr/local/share/lib/latex2html/icons/up.png"></A>
|
||||
SRC="up.png"></A>
|
||||
<A NAME="tex2html3061"
|
||||
HREF="node166.html">
|
||||
<IMG WIDTH="63" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="previous"
|
||||
SRC="file:/usr/local/share/lib/latex2html/icons/prev.png"></A>
|
||||
SRC="prev.png"></A>
|
||||
<A NAME="tex2html3069"
|
||||
HREF="node4.html">
|
||||
<IMG WIDTH="65" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="contents"
|
||||
SRC="file:/usr/local/share/lib/latex2html/icons/contents.png"></A>
|
||||
SRC="contents.png"></A>
|
||||
<A NAME="tex2html3071"
|
||||
HREF="node201.html">
|
||||
<IMG WIDTH="43" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="index"
|
||||
SRC="file:/usr/local/share/lib/latex2html/icons/index.png"></A>
|
||||
SRC="index.png"></A>
|
||||
<BR>
|
||||
<B> Next:</B> <A NAME="tex2html3074"
|
||||
HREF="node168.html">Fourier transform of DC</A>
|
||||
|
||||
26
node168.html
26
node168.html
@@ -1,4 +1,4 @@
|
||||
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN">
|
||||
<!DOCTYPE html>
|
||||
|
||||
<!--Converted with LaTeX2HTML 2002-2-1 (1.71)
|
||||
original version by: Nikos Drakos, CBLU, University of Leeds
|
||||
@@ -7,6 +7,10 @@ original version by: Nikos Drakos, CBLU, University of Leeds
|
||||
Jens Lippmann, Marek Rouchal, Martin Wilck and others -->
|
||||
<HTML>
|
||||
<HEAD>
|
||||
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
|
||||
|
||||
<TITLE>Fourier transform of DC</TITLE>
|
||||
<META NAME="description" CONTENT="Fourier transform of DC">
|
||||
<META NAME="keywords" CONTENT="book">
|
||||
@@ -29,23 +33,23 @@ original version by: Nikos Drakos, CBLU, University of Leeds
|
||||
<A NAME="tex2html3090"
|
||||
HREF="node169.html">
|
||||
<IMG WIDTH="37" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="next"
|
||||
SRC="file:/usr/local/share/lib/latex2html/icons/next.png"></A>
|
||||
SRC="next.png"></A>
|
||||
<A NAME="tex2html3084"
|
||||
HREF="node167.html">
|
||||
<IMG WIDTH="26" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="up"
|
||||
SRC="file:/usr/local/share/lib/latex2html/icons/up.png"></A>
|
||||
SRC="up.png"></A>
|
||||
<A NAME="tex2html3078"
|
||||
HREF="node167.html">
|
||||
<IMG WIDTH="63" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="previous"
|
||||
SRC="file:/usr/local/share/lib/latex2html/icons/prev.png"></A>
|
||||
SRC="prev.png"></A>
|
||||
<A NAME="tex2html3086"
|
||||
HREF="node4.html">
|
||||
<IMG WIDTH="65" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="contents"
|
||||
SRC="file:/usr/local/share/lib/latex2html/icons/contents.png"></A>
|
||||
SRC="contents.png"></A>
|
||||
<A NAME="tex2html3088"
|
||||
HREF="node201.html">
|
||||
<IMG WIDTH="43" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="index"
|
||||
SRC="file:/usr/local/share/lib/latex2html/icons/index.png"></A>
|
||||
SRC="index.png"></A>
|
||||
<BR>
|
||||
<B> Next:</B> <A NAME="tex2html3091"
|
||||
HREF="node169.html">Shifts and phase changes</A>
|
||||
@@ -496,23 +500,23 @@ The Dirichlet kernel, for <IMG
|
||||
<A NAME="tex2html3090"
|
||||
HREF="node169.html">
|
||||
<IMG WIDTH="37" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="next"
|
||||
SRC="file:/usr/local/share/lib/latex2html/icons/next.png"></A>
|
||||
SRC="next.png"></A>
|
||||
<A NAME="tex2html3084"
|
||||
HREF="node167.html">
|
||||
<IMG WIDTH="26" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="up"
|
||||
SRC="file:/usr/local/share/lib/latex2html/icons/up.png"></A>
|
||||
SRC="up.png"></A>
|
||||
<A NAME="tex2html3078"
|
||||
HREF="node167.html">
|
||||
<IMG WIDTH="63" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="previous"
|
||||
SRC="file:/usr/local/share/lib/latex2html/icons/prev.png"></A>
|
||||
SRC="prev.png"></A>
|
||||
<A NAME="tex2html3086"
|
||||
HREF="node4.html">
|
||||
<IMG WIDTH="65" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="contents"
|
||||
SRC="file:/usr/local/share/lib/latex2html/icons/contents.png"></A>
|
||||
SRC="contents.png"></A>
|
||||
<A NAME="tex2html3088"
|
||||
HREF="node201.html">
|
||||
<IMG WIDTH="43" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="index"
|
||||
SRC="file:/usr/local/share/lib/latex2html/icons/index.png"></A>
|
||||
SRC="index.png"></A>
|
||||
<BR>
|
||||
<B> Next:</B> <A NAME="tex2html3091"
|
||||
HREF="node169.html">Shifts and phase changes</A>
|
||||
|
||||
26
node169.html
26
node169.html
@@ -1,4 +1,4 @@
|
||||
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN">
|
||||
<!DOCTYPE html>
|
||||
|
||||
<!--Converted with LaTeX2HTML 2002-2-1 (1.71)
|
||||
original version by: Nikos Drakos, CBLU, University of Leeds
|
||||
@@ -7,6 +7,10 @@ original version by: Nikos Drakos, CBLU, University of Leeds
|
||||
Jens Lippmann, Marek Rouchal, Martin Wilck and others -->
|
||||
<HTML>
|
||||
<HEAD>
|
||||
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
|
||||
|
||||
<TITLE>Shifts and phase changes</TITLE>
|
||||
<META NAME="description" CONTENT="Shifts and phase changes">
|
||||
<META NAME="keywords" CONTENT="book">
|
||||
@@ -29,23 +33,23 @@ original version by: Nikos Drakos, CBLU, University of Leeds
|
||||
<A NAME="tex2html3104"
|
||||
HREF="node170.html">
|
||||
<IMG WIDTH="37" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="next"
|
||||
SRC="file:/usr/local/share/lib/latex2html/icons/next.png"></A>
|
||||
SRC="next.png"></A>
|
||||
<A NAME="tex2html3098"
|
||||
HREF="node167.html">
|
||||
<IMG WIDTH="26" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="up"
|
||||
SRC="file:/usr/local/share/lib/latex2html/icons/up.png"></A>
|
||||
SRC="up.png"></A>
|
||||
<A NAME="tex2html3092"
|
||||
HREF="node168.html">
|
||||
<IMG WIDTH="63" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="previous"
|
||||
SRC="file:/usr/local/share/lib/latex2html/icons/prev.png"></A>
|
||||
SRC="prev.png"></A>
|
||||
<A NAME="tex2html3100"
|
||||
HREF="node4.html">
|
||||
<IMG WIDTH="65" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="contents"
|
||||
SRC="file:/usr/local/share/lib/latex2html/icons/contents.png"></A>
|
||||
SRC="contents.png"></A>
|
||||
<A NAME="tex2html3102"
|
||||
HREF="node201.html">
|
||||
<IMG WIDTH="43" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="index"
|
||||
SRC="file:/usr/local/share/lib/latex2html/icons/index.png"></A>
|
||||
SRC="index.png"></A>
|
||||
<BR>
|
||||
<B> Next:</B> <A NAME="tex2html3105"
|
||||
HREF="node170.html">Fourier transform of a</A>
|
||||
@@ -453,23 +457,23 @@ We therefore get the Phase Shift Formula for Fourier Transforms:
|
||||
<A NAME="tex2html3104"
|
||||
HREF="node170.html">
|
||||
<IMG WIDTH="37" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="next"
|
||||
SRC="file:/usr/local/share/lib/latex2html/icons/next.png"></A>
|
||||
SRC="next.png"></A>
|
||||
<A NAME="tex2html3098"
|
||||
HREF="node167.html">
|
||||
<IMG WIDTH="26" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="up"
|
||||
SRC="file:/usr/local/share/lib/latex2html/icons/up.png"></A>
|
||||
SRC="up.png"></A>
|
||||
<A NAME="tex2html3092"
|
||||
HREF="node168.html">
|
||||
<IMG WIDTH="63" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="previous"
|
||||
SRC="file:/usr/local/share/lib/latex2html/icons/prev.png"></A>
|
||||
SRC="prev.png"></A>
|
||||
<A NAME="tex2html3100"
|
||||
HREF="node4.html">
|
||||
<IMG WIDTH="65" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="contents"
|
||||
SRC="file:/usr/local/share/lib/latex2html/icons/contents.png"></A>
|
||||
SRC="contents.png"></A>
|
||||
<A NAME="tex2html3102"
|
||||
HREF="node201.html">
|
||||
<IMG WIDTH="43" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="index"
|
||||
SRC="file:/usr/local/share/lib/latex2html/icons/index.png"></A>
|
||||
SRC="index.png"></A>
|
||||
<BR>
|
||||
<B> Next:</B> <A NAME="tex2html3105"
|
||||
HREF="node170.html">Fourier transform of a</A>
|
||||
|
||||
26
node17.html
26
node17.html
@@ -1,4 +1,4 @@
|
||||
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN">
|
||||
<!DOCTYPE html>
|
||||
|
||||
<!--Converted with LaTeX2HTML 2002-2-1 (1.71)
|
||||
original version by: Nikos Drakos, CBLU, University of Leeds
|
||||
@@ -7,6 +7,10 @@ original version by: Nikos Drakos, CBLU, University of Leeds
|
||||
Jens Lippmann, Marek Rouchal, Martin Wilck and others -->
|
||||
<HTML>
|
||||
<HEAD>
|
||||
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
|
||||
|
||||
<TITLE>How to find and run the examples</TITLE>
|
||||
<META NAME="description" CONTENT="How to find and run the examples">
|
||||
<META NAME="keywords" CONTENT="book">
|
||||
@@ -28,23 +32,23 @@ original version by: Nikos Drakos, CBLU, University of Leeds
|
||||
<A NAME="tex2html791"
|
||||
HREF="node18.html">
|
||||
<IMG WIDTH="37" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="next"
|
||||
SRC="file:/usr/local/share/lib/latex2html/icons/next.png"></A>
|
||||
SRC="next.png"></A>
|
||||
<A NAME="tex2html785"
|
||||
HREF="node15.html">
|
||||
<IMG WIDTH="26" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="up"
|
||||
SRC="file:/usr/local/share/lib/latex2html/icons/up.png"></A>
|
||||
SRC="up.png"></A>
|
||||
<A NAME="tex2html781"
|
||||
HREF="node16.html">
|
||||
<IMG WIDTH="63" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="previous"
|
||||
SRC="file:/usr/local/share/lib/latex2html/icons/prev.png"></A>
|
||||
SRC="prev.png"></A>
|
||||
<A NAME="tex2html787"
|
||||
HREF="node4.html">
|
||||
<IMG WIDTH="65" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="contents"
|
||||
SRC="file:/usr/local/share/lib/latex2html/icons/contents.png"></A>
|
||||
SRC="contents.png"></A>
|
||||
<A NAME="tex2html789"
|
||||
HREF="node201.html">
|
||||
<IMG WIDTH="43" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="index"
|
||||
SRC="file:/usr/local/share/lib/latex2html/icons/index.png"></A>
|
||||
SRC="index.png"></A>
|
||||
<BR>
|
||||
<B> Next:</B> <A NAME="tex2html792"
|
||||
HREF="node18.html">Examples</A>
|
||||
@@ -108,23 +112,23 @@ you're reading.
|
||||
<A NAME="tex2html791"
|
||||
HREF="node18.html">
|
||||
<IMG WIDTH="37" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="next"
|
||||
SRC="file:/usr/local/share/lib/latex2html/icons/next.png"></A>
|
||||
SRC="next.png"></A>
|
||||
<A NAME="tex2html785"
|
||||
HREF="node15.html">
|
||||
<IMG WIDTH="26" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="up"
|
||||
SRC="file:/usr/local/share/lib/latex2html/icons/up.png"></A>
|
||||
SRC="up.png"></A>
|
||||
<A NAME="tex2html781"
|
||||
HREF="node16.html">
|
||||
<IMG WIDTH="63" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="previous"
|
||||
SRC="file:/usr/local/share/lib/latex2html/icons/prev.png"></A>
|
||||
SRC="prev.png"></A>
|
||||
<A NAME="tex2html787"
|
||||
HREF="node4.html">
|
||||
<IMG WIDTH="65" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="contents"
|
||||
SRC="file:/usr/local/share/lib/latex2html/icons/contents.png"></A>
|
||||
SRC="contents.png"></A>
|
||||
<A NAME="tex2html789"
|
||||
HREF="node201.html">
|
||||
<IMG WIDTH="43" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="index"
|
||||
SRC="file:/usr/local/share/lib/latex2html/icons/index.png"></A>
|
||||
SRC="index.png"></A>
|
||||
<BR>
|
||||
<B> Next:</B> <A NAME="tex2html792"
|
||||
HREF="node18.html">Examples</A>
|
||||
|
||||
26
node170.html
26
node170.html
@@ -1,4 +1,4 @@
|
||||
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN">
|
||||
<!DOCTYPE html>
|
||||
|
||||
<!--Converted with LaTeX2HTML 2002-2-1 (1.71)
|
||||
original version by: Nikos Drakos, CBLU, University of Leeds
|
||||
@@ -7,6 +7,10 @@ original version by: Nikos Drakos, CBLU, University of Leeds
|
||||
Jens Lippmann, Marek Rouchal, Martin Wilck and others -->
|
||||
<HTML>
|
||||
<HEAD>
|
||||
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
|
||||
|
||||
<TITLE>Fourier transform of a sinusoid</TITLE>
|
||||
<META NAME="description" CONTENT="Fourier transform of a sinusoid">
|
||||
<META NAME="keywords" CONTENT="book">
|
||||
@@ -28,23 +32,23 @@ original version by: Nikos Drakos, CBLU, University of Leeds
|
||||
<A NAME="tex2html3116"
|
||||
HREF="node171.html">
|
||||
<IMG WIDTH="37" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="next"
|
||||
SRC="file:/usr/local/share/lib/latex2html/icons/next.png"></A>
|
||||
SRC="next.png"></A>
|
||||
<A NAME="tex2html3110"
|
||||
HREF="node167.html">
|
||||
<IMG WIDTH="26" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="up"
|
||||
SRC="file:/usr/local/share/lib/latex2html/icons/up.png"></A>
|
||||
SRC="up.png"></A>
|
||||
<A NAME="tex2html3106"
|
||||
HREF="node169.html">
|
||||
<IMG WIDTH="63" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="previous"
|
||||
SRC="file:/usr/local/share/lib/latex2html/icons/prev.png"></A>
|
||||
SRC="prev.png"></A>
|
||||
<A NAME="tex2html3112"
|
||||
HREF="node4.html">
|
||||
<IMG WIDTH="65" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="contents"
|
||||
SRC="file:/usr/local/share/lib/latex2html/icons/contents.png"></A>
|
||||
SRC="contents.png"></A>
|
||||
<A NAME="tex2html3114"
|
||||
HREF="node201.html">
|
||||
<IMG WIDTH="43" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="index"
|
||||
SRC="file:/usr/local/share/lib/latex2html/icons/index.png"></A>
|
||||
SRC="index.png"></A>
|
||||
<BR>
|
||||
<B> Next:</B> <A NAME="tex2html3117"
|
||||
HREF="node171.html">Fourier analysis of non-periodic</A>
|
||||
@@ -238,23 +242,23 @@ of frequencies.
|
||||
<A NAME="tex2html3116"
|
||||
HREF="node171.html">
|
||||
<IMG WIDTH="37" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="next"
|
||||
SRC="file:/usr/local/share/lib/latex2html/icons/next.png"></A>
|
||||
SRC="next.png"></A>
|
||||
<A NAME="tex2html3110"
|
||||
HREF="node167.html">
|
||||
<IMG WIDTH="26" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="up"
|
||||
SRC="file:/usr/local/share/lib/latex2html/icons/up.png"></A>
|
||||
SRC="up.png"></A>
|
||||
<A NAME="tex2html3106"
|
||||
HREF="node169.html">
|
||||
<IMG WIDTH="63" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="previous"
|
||||
SRC="file:/usr/local/share/lib/latex2html/icons/prev.png"></A>
|
||||
SRC="prev.png"></A>
|
||||
<A NAME="tex2html3112"
|
||||
HREF="node4.html">
|
||||
<IMG WIDTH="65" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="contents"
|
||||
SRC="file:/usr/local/share/lib/latex2html/icons/contents.png"></A>
|
||||
SRC="contents.png"></A>
|
||||
<A NAME="tex2html3114"
|
||||
HREF="node201.html">
|
||||
<IMG WIDTH="43" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="index"
|
||||
SRC="file:/usr/local/share/lib/latex2html/icons/index.png"></A>
|
||||
SRC="index.png"></A>
|
||||
<BR>
|
||||
<B> Next:</B> <A NAME="tex2html3117"
|
||||
HREF="node171.html">Fourier analysis of non-periodic</A>
|
||||
|
||||
28
node171.html
28
node171.html
@@ -1,4 +1,4 @@
|
||||
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN">
|
||||
<!DOCTYPE html>
|
||||
|
||||
<!--Converted with LaTeX2HTML 2002-2-1 (1.71)
|
||||
original version by: Nikos Drakos, CBLU, University of Leeds
|
||||
@@ -7,6 +7,10 @@ original version by: Nikos Drakos, CBLU, University of Leeds
|
||||
Jens Lippmann, Marek Rouchal, Martin Wilck and others -->
|
||||
<HTML>
|
||||
<HEAD>
|
||||
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
|
||||
|
||||
<TITLE>Fourier analysis of non-periodic signals</TITLE>
|
||||
<META NAME="description" CONTENT="Fourier analysis of non-periodic signals">
|
||||
<META NAME="keywords" CONTENT="book">
|
||||
@@ -29,23 +33,23 @@ original version by: Nikos Drakos, CBLU, University of Leeds
|
||||
<A NAME="tex2html3130"
|
||||
HREF="node172.html">
|
||||
<IMG WIDTH="37" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="next"
|
||||
SRC="file:/usr/local/share/lib/latex2html/icons/next.png"></A>
|
||||
SRC="next.png"></A>
|
||||
<A NAME="tex2html3124"
|
||||
HREF="node163.html">
|
||||
<IMG WIDTH="26" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="up"
|
||||
SRC="file:/usr/local/share/lib/latex2html/icons/up.png"></A>
|
||||
SRC="up.png"></A>
|
||||
<A NAME="tex2html3118"
|
||||
HREF="node170.html">
|
||||
<IMG WIDTH="63" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="previous"
|
||||
SRC="file:/usr/local/share/lib/latex2html/icons/prev.png"></A>
|
||||
SRC="prev.png"></A>
|
||||
<A NAME="tex2html3126"
|
||||
HREF="node4.html">
|
||||
<IMG WIDTH="65" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="contents"
|
||||
SRC="file:/usr/local/share/lib/latex2html/icons/contents.png"></A>
|
||||
SRC="contents.png"></A>
|
||||
<A NAME="tex2html3128"
|
||||
HREF="node201.html">
|
||||
<IMG WIDTH="43" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="index"
|
||||
SRC="file:/usr/local/share/lib/latex2html/icons/index.png"></A>
|
||||
SRC="index.png"></A>
|
||||
<BR>
|
||||
<B> Next:</B> <A NAME="tex2html3131"
|
||||
HREF="node172.html">Fourier analysis and reconstruction</A>
|
||||
@@ -88,7 +92,7 @@ sinusoid were better localized around the corresponding value of <IMG
|
||||
ALT="$k$">. We
|
||||
can accomplish this using the enveloping technique first introduced in Figure
|
||||
<A HREF="node29.html#fig02.07">2.7</A> (Page <A HREF="node29.html#fig02.07"><IMG ALIGN="BOTTOM" BORDER="1" ALT="[*]"
|
||||
SRC="file:/usr/local/share/lib/latex2html/icons/crossref.png"></A>). Applying this technique to Fourier
|
||||
SRC="crossref.png"></A>). Applying this technique to Fourier
|
||||
analysis will not only improve our analyses, but will also shed new light on
|
||||
the enveloping looping sampler of Chapter 2.
|
||||
|
||||
@@ -506,23 +510,23 @@ four-period rule may be relaxed to three or even slightly less.
|
||||
<A NAME="tex2html3130"
|
||||
HREF="node172.html">
|
||||
<IMG WIDTH="37" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="next"
|
||||
SRC="file:/usr/local/share/lib/latex2html/icons/next.png"></A>
|
||||
SRC="next.png"></A>
|
||||
<A NAME="tex2html3124"
|
||||
HREF="node163.html">
|
||||
<IMG WIDTH="26" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="up"
|
||||
SRC="file:/usr/local/share/lib/latex2html/icons/up.png"></A>
|
||||
SRC="up.png"></A>
|
||||
<A NAME="tex2html3118"
|
||||
HREF="node170.html">
|
||||
<IMG WIDTH="63" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="previous"
|
||||
SRC="file:/usr/local/share/lib/latex2html/icons/prev.png"></A>
|
||||
SRC="prev.png"></A>
|
||||
<A NAME="tex2html3126"
|
||||
HREF="node4.html">
|
||||
<IMG WIDTH="65" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="contents"
|
||||
SRC="file:/usr/local/share/lib/latex2html/icons/contents.png"></A>
|
||||
SRC="contents.png"></A>
|
||||
<A NAME="tex2html3128"
|
||||
HREF="node201.html">
|
||||
<IMG WIDTH="43" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="index"
|
||||
SRC="file:/usr/local/share/lib/latex2html/icons/index.png"></A>
|
||||
SRC="index.png"></A>
|
||||
<BR>
|
||||
<B> Next:</B> <A NAME="tex2html3131"
|
||||
HREF="node172.html">Fourier analysis and reconstruction</A>
|
||||
|
||||
26
node172.html
26
node172.html
@@ -1,4 +1,4 @@
|
||||
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN">
|
||||
<!DOCTYPE html>
|
||||
|
||||
<!--Converted with LaTeX2HTML 2002-2-1 (1.71)
|
||||
original version by: Nikos Drakos, CBLU, University of Leeds
|
||||
@@ -7,6 +7,10 @@ original version by: Nikos Drakos, CBLU, University of Leeds
|
||||
Jens Lippmann, Marek Rouchal, Martin Wilck and others -->
|
||||
<HTML>
|
||||
<HEAD>
|
||||
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
|
||||
|
||||
<TITLE>Fourier analysis and reconstruction of audio signals</TITLE>
|
||||
<META NAME="description" CONTENT="Fourier analysis and reconstruction of audio signals">
|
||||
<META NAME="keywords" CONTENT="book">
|
||||
@@ -29,23 +33,23 @@ original version by: Nikos Drakos, CBLU, University of Leeds
|
||||
<A NAME="tex2html3144"
|
||||
HREF="node173.html">
|
||||
<IMG WIDTH="37" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="next"
|
||||
SRC="file:/usr/local/share/lib/latex2html/icons/next.png"></A>
|
||||
SRC="next.png"></A>
|
||||
<A NAME="tex2html3138"
|
||||
HREF="node163.html">
|
||||
<IMG WIDTH="26" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="up"
|
||||
SRC="file:/usr/local/share/lib/latex2html/icons/up.png"></A>
|
||||
SRC="up.png"></A>
|
||||
<A NAME="tex2html3132"
|
||||
HREF="node171.html">
|
||||
<IMG WIDTH="63" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="previous"
|
||||
SRC="file:/usr/local/share/lib/latex2html/icons/prev.png"></A>
|
||||
SRC="prev.png"></A>
|
||||
<A NAME="tex2html3140"
|
||||
HREF="node4.html">
|
||||
<IMG WIDTH="65" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="contents"
|
||||
SRC="file:/usr/local/share/lib/latex2html/icons/contents.png"></A>
|
||||
SRC="contents.png"></A>
|
||||
<A NAME="tex2html3142"
|
||||
HREF="node201.html">
|
||||
<IMG WIDTH="43" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="index"
|
||||
SRC="file:/usr/local/share/lib/latex2html/icons/index.png"></A>
|
||||
SRC="index.png"></A>
|
||||
<BR>
|
||||
<B> Next:</B> <A NAME="tex2html3145"
|
||||
HREF="node173.html">Narrow-band companding</A>
|
||||
@@ -320,23 +324,23 @@ to vary smoothly between the input and some transformed version of it.
|
||||
<A NAME="tex2html3144"
|
||||
HREF="node173.html">
|
||||
<IMG WIDTH="37" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="next"
|
||||
SRC="file:/usr/local/share/lib/latex2html/icons/next.png"></A>
|
||||
SRC="next.png"></A>
|
||||
<A NAME="tex2html3138"
|
||||
HREF="node163.html">
|
||||
<IMG WIDTH="26" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="up"
|
||||
SRC="file:/usr/local/share/lib/latex2html/icons/up.png"></A>
|
||||
SRC="up.png"></A>
|
||||
<A NAME="tex2html3132"
|
||||
HREF="node171.html">
|
||||
<IMG WIDTH="63" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="previous"
|
||||
SRC="file:/usr/local/share/lib/latex2html/icons/prev.png"></A>
|
||||
SRC="prev.png"></A>
|
||||
<A NAME="tex2html3140"
|
||||
HREF="node4.html">
|
||||
<IMG WIDTH="65" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="contents"
|
||||
SRC="file:/usr/local/share/lib/latex2html/icons/contents.png"></A>
|
||||
SRC="contents.png"></A>
|
||||
<A NAME="tex2html3142"
|
||||
HREF="node201.html">
|
||||
<IMG WIDTH="43" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="index"
|
||||
SRC="file:/usr/local/share/lib/latex2html/icons/index.png"></A>
|
||||
SRC="index.png"></A>
|
||||
<BR>
|
||||
<B> Next:</B> <A NAME="tex2html3145"
|
||||
HREF="node173.html">Narrow-band companding</A>
|
||||
|
||||
26
node173.html
26
node173.html
@@ -1,4 +1,4 @@
|
||||
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN">
|
||||
<!DOCTYPE html>
|
||||
|
||||
<!--Converted with LaTeX2HTML 2002-2-1 (1.71)
|
||||
original version by: Nikos Drakos, CBLU, University of Leeds
|
||||
@@ -7,6 +7,10 @@ original version by: Nikos Drakos, CBLU, University of Leeds
|
||||
Jens Lippmann, Marek Rouchal, Martin Wilck and others -->
|
||||
<HTML>
|
||||
<HEAD>
|
||||
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
|
||||
|
||||
<TITLE>Narrow-band companding</TITLE>
|
||||
<META NAME="description" CONTENT="Narrow-band companding">
|
||||
<META NAME="keywords" CONTENT="book">
|
||||
@@ -29,23 +33,23 @@ original version by: Nikos Drakos, CBLU, University of Leeds
|
||||
<A NAME="tex2html3160"
|
||||
HREF="node174.html">
|
||||
<IMG WIDTH="37" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="next"
|
||||
SRC="file:/usr/local/share/lib/latex2html/icons/next.png"></A>
|
||||
SRC="next.png"></A>
|
||||
<A NAME="tex2html3154"
|
||||
HREF="node172.html">
|
||||
<IMG WIDTH="26" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="up"
|
||||
SRC="file:/usr/local/share/lib/latex2html/icons/up.png"></A>
|
||||
SRC="up.png"></A>
|
||||
<A NAME="tex2html3148"
|
||||
HREF="node172.html">
|
||||
<IMG WIDTH="63" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="previous"
|
||||
SRC="file:/usr/local/share/lib/latex2html/icons/prev.png"></A>
|
||||
SRC="prev.png"></A>
|
||||
<A NAME="tex2html3156"
|
||||
HREF="node4.html">
|
||||
<IMG WIDTH="65" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="contents"
|
||||
SRC="file:/usr/local/share/lib/latex2html/icons/contents.png"></A>
|
||||
SRC="contents.png"></A>
|
||||
<A NAME="tex2html3158"
|
||||
HREF="node201.html">
|
||||
<IMG WIDTH="43" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="index"
|
||||
SRC="file:/usr/local/share/lib/latex2html/icons/index.png"></A>
|
||||
SRC="index.png"></A>
|
||||
<BR>
|
||||
<B> Next:</B> <A NAME="tex2html3161"
|
||||
HREF="node174.html">Timbre stamping (classical vocoder)</A>
|
||||
@@ -256,23 +260,23 @@ undistorted.
|
||||
<A NAME="tex2html3160"
|
||||
HREF="node174.html">
|
||||
<IMG WIDTH="37" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="next"
|
||||
SRC="file:/usr/local/share/lib/latex2html/icons/next.png"></A>
|
||||
SRC="next.png"></A>
|
||||
<A NAME="tex2html3154"
|
||||
HREF="node172.html">
|
||||
<IMG WIDTH="26" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="up"
|
||||
SRC="file:/usr/local/share/lib/latex2html/icons/up.png"></A>
|
||||
SRC="up.png"></A>
|
||||
<A NAME="tex2html3148"
|
||||
HREF="node172.html">
|
||||
<IMG WIDTH="63" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="previous"
|
||||
SRC="file:/usr/local/share/lib/latex2html/icons/prev.png"></A>
|
||||
SRC="prev.png"></A>
|
||||
<A NAME="tex2html3156"
|
||||
HREF="node4.html">
|
||||
<IMG WIDTH="65" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="contents"
|
||||
SRC="file:/usr/local/share/lib/latex2html/icons/contents.png"></A>
|
||||
SRC="contents.png"></A>
|
||||
<A NAME="tex2html3158"
|
||||
HREF="node201.html">
|
||||
<IMG WIDTH="43" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="index"
|
||||
SRC="file:/usr/local/share/lib/latex2html/icons/index.png"></A>
|
||||
SRC="index.png"></A>
|
||||
<BR>
|
||||
<B> Next:</B> <A NAME="tex2html3161"
|
||||
HREF="node174.html">Timbre stamping (classical vocoder)</A>
|
||||
|
||||
26
node174.html
26
node174.html
@@ -1,4 +1,4 @@
|
||||
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN">
|
||||
<!DOCTYPE html>
|
||||
|
||||
<!--Converted with LaTeX2HTML 2002-2-1 (1.71)
|
||||
original version by: Nikos Drakos, CBLU, University of Leeds
|
||||
@@ -7,6 +7,10 @@ original version by: Nikos Drakos, CBLU, University of Leeds
|
||||
Jens Lippmann, Marek Rouchal, Martin Wilck and others -->
|
||||
<HTML>
|
||||
<HEAD>
|
||||
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
|
||||
|
||||
<TITLE>Timbre stamping (classical vocoder)</TITLE>
|
||||
<META NAME="description" CONTENT="Timbre stamping (classical vocoder)">
|
||||
<META NAME="keywords" CONTENT="book">
|
||||
@@ -28,23 +32,23 @@ original version by: Nikos Drakos, CBLU, University of Leeds
|
||||
<A NAME="tex2html3172"
|
||||
HREF="node175.html">
|
||||
<IMG WIDTH="37" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="next"
|
||||
SRC="file:/usr/local/share/lib/latex2html/icons/next.png"></A>
|
||||
SRC="next.png"></A>
|
||||
<A NAME="tex2html3166"
|
||||
HREF="node172.html">
|
||||
<IMG WIDTH="26" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="up"
|
||||
SRC="file:/usr/local/share/lib/latex2html/icons/up.png"></A>
|
||||
SRC="up.png"></A>
|
||||
<A NAME="tex2html3162"
|
||||
HREF="node173.html">
|
||||
<IMG WIDTH="63" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="previous"
|
||||
SRC="file:/usr/local/share/lib/latex2html/icons/prev.png"></A>
|
||||
SRC="prev.png"></A>
|
||||
<A NAME="tex2html3168"
|
||||
HREF="node4.html">
|
||||
<IMG WIDTH="65" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="contents"
|
||||
SRC="file:/usr/local/share/lib/latex2html/icons/contents.png"></A>
|
||||
SRC="contents.png"></A>
|
||||
<A NAME="tex2html3170"
|
||||
HREF="node201.html">
|
||||
<IMG WIDTH="43" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="index"
|
||||
SRC="file:/usr/local/share/lib/latex2html/icons/index.png"></A>
|
||||
SRC="index.png"></A>
|
||||
<BR>
|
||||
<B> Next:</B> <A NAME="tex2html3173"
|
||||
HREF="node175.html">Phase</A>
|
||||
@@ -135,23 +139,23 @@ suitable limiting function is applied to the gain before using it.
|
||||
<A NAME="tex2html3172"
|
||||
HREF="node175.html">
|
||||
<IMG WIDTH="37" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="next"
|
||||
SRC="file:/usr/local/share/lib/latex2html/icons/next.png"></A>
|
||||
SRC="next.png"></A>
|
||||
<A NAME="tex2html3166"
|
||||
HREF="node172.html">
|
||||
<IMG WIDTH="26" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="up"
|
||||
SRC="file:/usr/local/share/lib/latex2html/icons/up.png"></A>
|
||||
SRC="up.png"></A>
|
||||
<A NAME="tex2html3162"
|
||||
HREF="node173.html">
|
||||
<IMG WIDTH="63" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="previous"
|
||||
SRC="file:/usr/local/share/lib/latex2html/icons/prev.png"></A>
|
||||
SRC="prev.png"></A>
|
||||
<A NAME="tex2html3168"
|
||||
HREF="node4.html">
|
||||
<IMG WIDTH="65" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="contents"
|
||||
SRC="file:/usr/local/share/lib/latex2html/icons/contents.png"></A>
|
||||
SRC="contents.png"></A>
|
||||
<A NAME="tex2html3170"
|
||||
HREF="node201.html">
|
||||
<IMG WIDTH="43" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="index"
|
||||
SRC="file:/usr/local/share/lib/latex2html/icons/index.png"></A>
|
||||
SRC="index.png"></A>
|
||||
<BR>
|
||||
<B> Next:</B> <A NAME="tex2html3173"
|
||||
HREF="node175.html">Phase</A>
|
||||
|
||||
26
node175.html
26
node175.html
@@ -1,4 +1,4 @@
|
||||
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN">
|
||||
<!DOCTYPE html>
|
||||
|
||||
<!--Converted with LaTeX2HTML 2002-2-1 (1.71)
|
||||
original version by: Nikos Drakos, CBLU, University of Leeds
|
||||
@@ -7,6 +7,10 @@ original version by: Nikos Drakos, CBLU, University of Leeds
|
||||
Jens Lippmann, Marek Rouchal, Martin Wilck and others -->
|
||||
<HTML>
|
||||
<HEAD>
|
||||
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
|
||||
|
||||
<TITLE>Phase</TITLE>
|
||||
<META NAME="description" CONTENT="Phase">
|
||||
<META NAME="keywords" CONTENT="book">
|
||||
@@ -29,23 +33,23 @@ original version by: Nikos Drakos, CBLU, University of Leeds
|
||||
<A NAME="tex2html3186"
|
||||
HREF="node176.html">
|
||||
<IMG WIDTH="37" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="next"
|
||||
SRC="file:/usr/local/share/lib/latex2html/icons/next.png"></A>
|
||||
SRC="next.png"></A>
|
||||
<A NAME="tex2html3180"
|
||||
HREF="node163.html">
|
||||
<IMG WIDTH="26" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="up"
|
||||
SRC="file:/usr/local/share/lib/latex2html/icons/up.png"></A>
|
||||
SRC="up.png"></A>
|
||||
<A NAME="tex2html3174"
|
||||
HREF="node174.html">
|
||||
<IMG WIDTH="63" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="previous"
|
||||
SRC="file:/usr/local/share/lib/latex2html/icons/prev.png"></A>
|
||||
SRC="prev.png"></A>
|
||||
<A NAME="tex2html3182"
|
||||
HREF="node4.html">
|
||||
<IMG WIDTH="65" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="contents"
|
||||
SRC="file:/usr/local/share/lib/latex2html/icons/contents.png"></A>
|
||||
SRC="contents.png"></A>
|
||||
<A NAME="tex2html3184"
|
||||
HREF="node201.html">
|
||||
<IMG WIDTH="43" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="index"
|
||||
SRC="file:/usr/local/share/lib/latex2html/icons/index.png"></A>
|
||||
SRC="index.png"></A>
|
||||
<BR>
|
||||
<B> Next:</B> <A NAME="tex2html3187"
|
||||
HREF="node176.html">Phase relationships between channels</A>
|
||||
@@ -530,23 +534,23 @@ S[m, k] \; = \;
|
||||
<A NAME="tex2html3186"
|
||||
HREF="node176.html">
|
||||
<IMG WIDTH="37" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="next"
|
||||
SRC="file:/usr/local/share/lib/latex2html/icons/next.png"></A>
|
||||
SRC="next.png"></A>
|
||||
<A NAME="tex2html3180"
|
||||
HREF="node163.html">
|
||||
<IMG WIDTH="26" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="up"
|
||||
SRC="file:/usr/local/share/lib/latex2html/icons/up.png"></A>
|
||||
SRC="up.png"></A>
|
||||
<A NAME="tex2html3174"
|
||||
HREF="node174.html">
|
||||
<IMG WIDTH="63" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="previous"
|
||||
SRC="file:/usr/local/share/lib/latex2html/icons/prev.png"></A>
|
||||
SRC="prev.png"></A>
|
||||
<A NAME="tex2html3182"
|
||||
HREF="node4.html">
|
||||
<IMG WIDTH="65" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="contents"
|
||||
SRC="file:/usr/local/share/lib/latex2html/icons/contents.png"></A>
|
||||
SRC="contents.png"></A>
|
||||
<A NAME="tex2html3184"
|
||||
HREF="node201.html">
|
||||
<IMG WIDTH="43" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="index"
|
||||
SRC="file:/usr/local/share/lib/latex2html/icons/index.png"></A>
|
||||
SRC="index.png"></A>
|
||||
<BR>
|
||||
<B> Next:</B> <A NAME="tex2html3187"
|
||||
HREF="node176.html">Phase relationships between channels</A>
|
||||
|
||||
26
node176.html
26
node176.html
@@ -1,4 +1,4 @@
|
||||
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN">
|
||||
<!DOCTYPE html>
|
||||
|
||||
<!--Converted with LaTeX2HTML 2002-2-1 (1.71)
|
||||
original version by: Nikos Drakos, CBLU, University of Leeds
|
||||
@@ -7,6 +7,10 @@ original version by: Nikos Drakos, CBLU, University of Leeds
|
||||
Jens Lippmann, Marek Rouchal, Martin Wilck and others -->
|
||||
<HTML>
|
||||
<HEAD>
|
||||
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
|
||||
|
||||
<TITLE>Phase relationships between channels</TITLE>
|
||||
<META NAME="description" CONTENT="Phase relationships between channels">
|
||||
<META NAME="keywords" CONTENT="book">
|
||||
@@ -28,23 +32,23 @@ original version by: Nikos Drakos, CBLU, University of Leeds
|
||||
<A NAME="tex2html3199"
|
||||
HREF="node177.html">
|
||||
<IMG WIDTH="37" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="next"
|
||||
SRC="file:/usr/local/share/lib/latex2html/icons/next.png"></A>
|
||||
SRC="next.png"></A>
|
||||
<A NAME="tex2html3193"
|
||||
HREF="node175.html">
|
||||
<IMG WIDTH="26" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="up"
|
||||
SRC="file:/usr/local/share/lib/latex2html/icons/up.png"></A>
|
||||
SRC="up.png"></A>
|
||||
<A NAME="tex2html3189"
|
||||
HREF="node175.html">
|
||||
<IMG WIDTH="63" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="previous"
|
||||
SRC="file:/usr/local/share/lib/latex2html/icons/prev.png"></A>
|
||||
SRC="prev.png"></A>
|
||||
<A NAME="tex2html3195"
|
||||
HREF="node4.html">
|
||||
<IMG WIDTH="65" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="contents"
|
||||
SRC="file:/usr/local/share/lib/latex2html/icons/contents.png"></A>
|
||||
SRC="contents.png"></A>
|
||||
<A NAME="tex2html3197"
|
||||
HREF="node201.html">
|
||||
<IMG WIDTH="43" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="index"
|
||||
SRC="file:/usr/local/share/lib/latex2html/icons/index.png"></A>
|
||||
SRC="index.png"></A>
|
||||
<BR>
|
||||
<B> Next:</B> <A NAME="tex2html3200"
|
||||
HREF="node177.html">Phase bashing</A>
|
||||
@@ -373,23 +377,23 @@ same phase, as long as the phase relationships between the measured spectra
|
||||
<A NAME="tex2html3199"
|
||||
HREF="node177.html">
|
||||
<IMG WIDTH="37" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="next"
|
||||
SRC="file:/usr/local/share/lib/latex2html/icons/next.png"></A>
|
||||
SRC="next.png"></A>
|
||||
<A NAME="tex2html3193"
|
||||
HREF="node175.html">
|
||||
<IMG WIDTH="26" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="up"
|
||||
SRC="file:/usr/local/share/lib/latex2html/icons/up.png"></A>
|
||||
SRC="up.png"></A>
|
||||
<A NAME="tex2html3189"
|
||||
HREF="node175.html">
|
||||
<IMG WIDTH="63" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="previous"
|
||||
SRC="file:/usr/local/share/lib/latex2html/icons/prev.png"></A>
|
||||
SRC="prev.png"></A>
|
||||
<A NAME="tex2html3195"
|
||||
HREF="node4.html">
|
||||
<IMG WIDTH="65" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="contents"
|
||||
SRC="file:/usr/local/share/lib/latex2html/icons/contents.png"></A>
|
||||
SRC="contents.png"></A>
|
||||
<A NAME="tex2html3197"
|
||||
HREF="node201.html">
|
||||
<IMG WIDTH="43" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="index"
|
||||
SRC="file:/usr/local/share/lib/latex2html/icons/index.png"></A>
|
||||
SRC="index.png"></A>
|
||||
<BR>
|
||||
<B> Next:</B> <A NAME="tex2html3200"
|
||||
HREF="node177.html">Phase bashing</A>
|
||||
|
||||
26
node177.html
26
node177.html
@@ -1,4 +1,4 @@
|
||||
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN">
|
||||
<!DOCTYPE html>
|
||||
|
||||
<!--Converted with LaTeX2HTML 2002-2-1 (1.71)
|
||||
original version by: Nikos Drakos, CBLU, University of Leeds
|
||||
@@ -7,6 +7,10 @@ original version by: Nikos Drakos, CBLU, University of Leeds
|
||||
Jens Lippmann, Marek Rouchal, Martin Wilck and others -->
|
||||
<HTML>
|
||||
<HEAD>
|
||||
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
|
||||
|
||||
<TITLE>Phase bashing</TITLE>
|
||||
<META NAME="description" CONTENT="Phase bashing">
|
||||
<META NAME="keywords" CONTENT="book">
|
||||
@@ -29,23 +33,23 @@ original version by: Nikos Drakos, CBLU, University of Leeds
|
||||
<A NAME="tex2html3213"
|
||||
HREF="node178.html">
|
||||
<IMG WIDTH="37" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="next"
|
||||
SRC="file:/usr/local/share/lib/latex2html/icons/next.png"></A>
|
||||
SRC="next.png"></A>
|
||||
<A NAME="tex2html3207"
|
||||
HREF="node163.html">
|
||||
<IMG WIDTH="26" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="up"
|
||||
SRC="file:/usr/local/share/lib/latex2html/icons/up.png"></A>
|
||||
SRC="up.png"></A>
|
||||
<A NAME="tex2html3201"
|
||||
HREF="node176.html">
|
||||
<IMG WIDTH="63" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="previous"
|
||||
SRC="file:/usr/local/share/lib/latex2html/icons/prev.png"></A>
|
||||
SRC="prev.png"></A>
|
||||
<A NAME="tex2html3209"
|
||||
HREF="node4.html">
|
||||
<IMG WIDTH="65" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="contents"
|
||||
SRC="file:/usr/local/share/lib/latex2html/icons/contents.png"></A>
|
||||
SRC="contents.png"></A>
|
||||
<A NAME="tex2html3211"
|
||||
HREF="node201.html">
|
||||
<IMG WIDTH="43" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="index"
|
||||
SRC="file:/usr/local/share/lib/latex2html/icons/index.png"></A>
|
||||
SRC="index.png"></A>
|
||||
<BR>
|
||||
<B> Next:</B> <A NAME="tex2html3214"
|
||||
HREF="node178.html">Examples</A>
|
||||
@@ -129,23 +133,23 @@ powerful tools for vocal and other imitative synthesis.
|
||||
<A NAME="tex2html3213"
|
||||
HREF="node178.html">
|
||||
<IMG WIDTH="37" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="next"
|
||||
SRC="file:/usr/local/share/lib/latex2html/icons/next.png"></A>
|
||||
SRC="next.png"></A>
|
||||
<A NAME="tex2html3207"
|
||||
HREF="node163.html">
|
||||
<IMG WIDTH="26" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="up"
|
||||
SRC="file:/usr/local/share/lib/latex2html/icons/up.png"></A>
|
||||
SRC="up.png"></A>
|
||||
<A NAME="tex2html3201"
|
||||
HREF="node176.html">
|
||||
<IMG WIDTH="63" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="previous"
|
||||
SRC="file:/usr/local/share/lib/latex2html/icons/prev.png"></A>
|
||||
SRC="prev.png"></A>
|
||||
<A NAME="tex2html3209"
|
||||
HREF="node4.html">
|
||||
<IMG WIDTH="65" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="contents"
|
||||
SRC="file:/usr/local/share/lib/latex2html/icons/contents.png"></A>
|
||||
SRC="contents.png"></A>
|
||||
<A NAME="tex2html3211"
|
||||
HREF="node201.html">
|
||||
<IMG WIDTH="43" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="index"
|
||||
SRC="file:/usr/local/share/lib/latex2html/icons/index.png"></A>
|
||||
SRC="index.png"></A>
|
||||
<BR>
|
||||
<B> Next:</B> <A NAME="tex2html3214"
|
||||
HREF="node178.html">Examples</A>
|
||||
|
||||
16
node178.html
16
node178.html
@@ -1,4 +1,4 @@
|
||||
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN">
|
||||
<!DOCTYPE html>
|
||||
|
||||
<!--Converted with LaTeX2HTML 2002-2-1 (1.71)
|
||||
original version by: Nikos Drakos, CBLU, University of Leeds
|
||||
@@ -7,6 +7,10 @@ original version by: Nikos Drakos, CBLU, University of Leeds
|
||||
Jens Lippmann, Marek Rouchal, Martin Wilck and others -->
|
||||
<HTML>
|
||||
<HEAD>
|
||||
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
|
||||
|
||||
<TITLE>Examples</TITLE>
|
||||
<META NAME="description" CONTENT="Examples">
|
||||
<META NAME="keywords" CONTENT="book">
|
||||
@@ -29,23 +33,23 @@ original version by: Nikos Drakos, CBLU, University of Leeds
|
||||
<A NAME="tex2html3227"
|
||||
HREF="node179.html">
|
||||
<IMG WIDTH="37" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="next"
|
||||
SRC="file:/usr/local/share/lib/latex2html/icons/next.png"></A>
|
||||
SRC="next.png"></A>
|
||||
<A NAME="tex2html3221"
|
||||
HREF="node163.html">
|
||||
<IMG WIDTH="26" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="up"
|
||||
SRC="file:/usr/local/share/lib/latex2html/icons/up.png"></A>
|
||||
SRC="up.png"></A>
|
||||
<A NAME="tex2html3215"
|
||||
HREF="node177.html">
|
||||
<IMG WIDTH="63" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="previous"
|
||||
SRC="file:/usr/local/share/lib/latex2html/icons/prev.png"></A>
|
||||
SRC="prev.png"></A>
|
||||
<A NAME="tex2html3223"
|
||||
HREF="node4.html">
|
||||
<IMG WIDTH="65" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="contents"
|
||||
SRC="file:/usr/local/share/lib/latex2html/icons/contents.png"></A>
|
||||
SRC="contents.png"></A>
|
||||
<A NAME="tex2html3225"
|
||||
HREF="node201.html">
|
||||
<IMG WIDTH="43" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="index"
|
||||
SRC="file:/usr/local/share/lib/latex2html/icons/index.png"></A>
|
||||
SRC="index.png"></A>
|
||||
<BR>
|
||||
<B> Next:</B> <A NAME="tex2html3228"
|
||||
HREF="node179.html">Fourier analysis and resynthesis</A>
|
||||
|
||||
26
node179.html
26
node179.html
@@ -1,4 +1,4 @@
|
||||
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN">
|
||||
<!DOCTYPE html>
|
||||
|
||||
<!--Converted with LaTeX2HTML 2002-2-1 (1.71)
|
||||
original version by: Nikos Drakos, CBLU, University of Leeds
|
||||
@@ -7,6 +7,10 @@ original version by: Nikos Drakos, CBLU, University of Leeds
|
||||
Jens Lippmann, Marek Rouchal, Martin Wilck and others -->
|
||||
<HTML>
|
||||
<HEAD>
|
||||
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
|
||||
|
||||
<TITLE>Fourier analysis and resynthesis in Pd</TITLE>
|
||||
<META NAME="description" CONTENT="Fourier analysis and resynthesis in Pd">
|
||||
<META NAME="keywords" CONTENT="book">
|
||||
@@ -29,23 +33,23 @@ original version by: Nikos Drakos, CBLU, University of Leeds
|
||||
<A NAME="tex2html3245"
|
||||
HREF="node180.html">
|
||||
<IMG WIDTH="37" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="next"
|
||||
SRC="file:/usr/local/share/lib/latex2html/icons/next.png"></A>
|
||||
SRC="next.png"></A>
|
||||
<A NAME="tex2html3239"
|
||||
HREF="node178.html">
|
||||
<IMG WIDTH="26" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="up"
|
||||
SRC="file:/usr/local/share/lib/latex2html/icons/up.png"></A>
|
||||
SRC="up.png"></A>
|
||||
<A NAME="tex2html3233"
|
||||
HREF="node178.html">
|
||||
<IMG WIDTH="63" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="previous"
|
||||
SRC="file:/usr/local/share/lib/latex2html/icons/prev.png"></A>
|
||||
SRC="prev.png"></A>
|
||||
<A NAME="tex2html3241"
|
||||
HREF="node4.html">
|
||||
<IMG WIDTH="65" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="contents"
|
||||
SRC="file:/usr/local/share/lib/latex2html/icons/contents.png"></A>
|
||||
SRC="contents.png"></A>
|
||||
<A NAME="tex2html3243"
|
||||
HREF="node201.html">
|
||||
<IMG WIDTH="43" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="index"
|
||||
SRC="file:/usr/local/share/lib/latex2html/icons/index.png"></A>
|
||||
SRC="index.png"></A>
|
||||
<BR>
|
||||
<B> Next:</B> <A NAME="tex2html3246"
|
||||
HREF="node180.html">Narrow-band companding: noise suppression</A>
|
||||
@@ -247,23 +251,23 @@ Blocking delay does not depend on overlap, only on block sizes.
|
||||
<A NAME="tex2html3245"
|
||||
HREF="node180.html">
|
||||
<IMG WIDTH="37" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="next"
|
||||
SRC="file:/usr/local/share/lib/latex2html/icons/next.png"></A>
|
||||
SRC="next.png"></A>
|
||||
<A NAME="tex2html3239"
|
||||
HREF="node178.html">
|
||||
<IMG WIDTH="26" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="up"
|
||||
SRC="file:/usr/local/share/lib/latex2html/icons/up.png"></A>
|
||||
SRC="up.png"></A>
|
||||
<A NAME="tex2html3233"
|
||||
HREF="node178.html">
|
||||
<IMG WIDTH="63" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="previous"
|
||||
SRC="file:/usr/local/share/lib/latex2html/icons/prev.png"></A>
|
||||
SRC="prev.png"></A>
|
||||
<A NAME="tex2html3241"
|
||||
HREF="node4.html">
|
||||
<IMG WIDTH="65" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="contents"
|
||||
SRC="file:/usr/local/share/lib/latex2html/icons/contents.png"></A>
|
||||
SRC="contents.png"></A>
|
||||
<A NAME="tex2html3243"
|
||||
HREF="node201.html">
|
||||
<IMG WIDTH="43" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="index"
|
||||
SRC="file:/usr/local/share/lib/latex2html/icons/index.png"></A>
|
||||
SRC="index.png"></A>
|
||||
<BR>
|
||||
<B> Next:</B> <A NAME="tex2html3246"
|
||||
HREF="node180.html">Narrow-band companding: noise suppression</A>
|
||||
|
||||
16
node18.html
16
node18.html
@@ -1,4 +1,4 @@
|
||||
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN">
|
||||
<!DOCTYPE html>
|
||||
|
||||
<!--Converted with LaTeX2HTML 2002-2-1 (1.71)
|
||||
original version by: Nikos Drakos, CBLU, University of Leeds
|
||||
@@ -7,6 +7,10 @@ original version by: Nikos Drakos, CBLU, University of Leeds
|
||||
Jens Lippmann, Marek Rouchal, Martin Wilck and others -->
|
||||
<HTML>
|
||||
<HEAD>
|
||||
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
|
||||
|
||||
<TITLE>Examples</TITLE>
|
||||
<META NAME="description" CONTENT="Examples">
|
||||
<META NAME="keywords" CONTENT="book">
|
||||
@@ -29,23 +33,23 @@ original version by: Nikos Drakos, CBLU, University of Leeds
|
||||
<A NAME="tex2html805"
|
||||
HREF="node19.html">
|
||||
<IMG WIDTH="37" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="next"
|
||||
SRC="file:/usr/local/share/lib/latex2html/icons/next.png"></A>
|
||||
SRC="next.png"></A>
|
||||
<A NAME="tex2html799"
|
||||
HREF="node7.html">
|
||||
<IMG WIDTH="26" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="up"
|
||||
SRC="file:/usr/local/share/lib/latex2html/icons/up.png"></A>
|
||||
SRC="up.png"></A>
|
||||
<A NAME="tex2html793"
|
||||
HREF="node17.html">
|
||||
<IMG WIDTH="63" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="previous"
|
||||
SRC="file:/usr/local/share/lib/latex2html/icons/prev.png"></A>
|
||||
SRC="prev.png"></A>
|
||||
<A NAME="tex2html801"
|
||||
HREF="node4.html">
|
||||
<IMG WIDTH="65" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="contents"
|
||||
SRC="file:/usr/local/share/lib/latex2html/icons/contents.png"></A>
|
||||
SRC="contents.png"></A>
|
||||
<A NAME="tex2html803"
|
||||
HREF="node201.html">
|
||||
<IMG WIDTH="43" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="index"
|
||||
SRC="file:/usr/local/share/lib/latex2html/icons/index.png"></A>
|
||||
SRC="index.png"></A>
|
||||
<BR>
|
||||
<B> Next:</B> <A NAME="tex2html806"
|
||||
HREF="node19.html">Constant amplitude scaler</A>
|
||||
|
||||
26
node180.html
26
node180.html
@@ -1,4 +1,4 @@
|
||||
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN">
|
||||
<!DOCTYPE html>
|
||||
|
||||
<!--Converted with LaTeX2HTML 2002-2-1 (1.71)
|
||||
original version by: Nikos Drakos, CBLU, University of Leeds
|
||||
@@ -7,6 +7,10 @@ original version by: Nikos Drakos, CBLU, University of Leeds
|
||||
Jens Lippmann, Marek Rouchal, Martin Wilck and others -->
|
||||
<HTML>
|
||||
<HEAD>
|
||||
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
|
||||
|
||||
<TITLE>Narrow-band companding: noise suppression</TITLE>
|
||||
<META NAME="description" CONTENT="Narrow-band companding: noise suppression">
|
||||
<META NAME="keywords" CONTENT="book">
|
||||
@@ -29,23 +33,23 @@ original version by: Nikos Drakos, CBLU, University of Leeds
|
||||
<A NAME="tex2html3259"
|
||||
HREF="node181.html">
|
||||
<IMG WIDTH="37" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="next"
|
||||
SRC="file:/usr/local/share/lib/latex2html/icons/next.png"></A>
|
||||
SRC="next.png"></A>
|
||||
<A NAME="tex2html3253"
|
||||
HREF="node178.html">
|
||||
<IMG WIDTH="26" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="up"
|
||||
SRC="file:/usr/local/share/lib/latex2html/icons/up.png"></A>
|
||||
SRC="up.png"></A>
|
||||
<A NAME="tex2html3247"
|
||||
HREF="node179.html">
|
||||
<IMG WIDTH="63" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="previous"
|
||||
SRC="file:/usr/local/share/lib/latex2html/icons/prev.png"></A>
|
||||
SRC="prev.png"></A>
|
||||
<A NAME="tex2html3255"
|
||||
HREF="node4.html">
|
||||
<IMG WIDTH="65" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="contents"
|
||||
SRC="file:/usr/local/share/lib/latex2html/icons/contents.png"></A>
|
||||
SRC="contents.png"></A>
|
||||
<A NAME="tex2html3257"
|
||||
HREF="node201.html">
|
||||
<IMG WIDTH="43" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="index"
|
||||
SRC="file:/usr/local/share/lib/latex2html/icons/index.png"></A>
|
||||
SRC="index.png"></A>
|
||||
<BR>
|
||||
<B> Next:</B> <A NAME="tex2html3260"
|
||||
HREF="node181.html">Timbre stamp (``vocoder")</A>
|
||||
@@ -228,23 +232,23 @@ from any other one.)
|
||||
<A NAME="tex2html3259"
|
||||
HREF="node181.html">
|
||||
<IMG WIDTH="37" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="next"
|
||||
SRC="file:/usr/local/share/lib/latex2html/icons/next.png"></A>
|
||||
SRC="next.png"></A>
|
||||
<A NAME="tex2html3253"
|
||||
HREF="node178.html">
|
||||
<IMG WIDTH="26" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="up"
|
||||
SRC="file:/usr/local/share/lib/latex2html/icons/up.png"></A>
|
||||
SRC="up.png"></A>
|
||||
<A NAME="tex2html3247"
|
||||
HREF="node179.html">
|
||||
<IMG WIDTH="63" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="previous"
|
||||
SRC="file:/usr/local/share/lib/latex2html/icons/prev.png"></A>
|
||||
SRC="prev.png"></A>
|
||||
<A NAME="tex2html3255"
|
||||
HREF="node4.html">
|
||||
<IMG WIDTH="65" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="contents"
|
||||
SRC="file:/usr/local/share/lib/latex2html/icons/contents.png"></A>
|
||||
SRC="contents.png"></A>
|
||||
<A NAME="tex2html3257"
|
||||
HREF="node201.html">
|
||||
<IMG WIDTH="43" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="index"
|
||||
SRC="file:/usr/local/share/lib/latex2html/icons/index.png"></A>
|
||||
SRC="index.png"></A>
|
||||
<BR>
|
||||
<B> Next:</B> <A NAME="tex2html3260"
|
||||
HREF="node181.html">Timbre stamp (``vocoder")</A>
|
||||
|
||||
26
node181.html
26
node181.html
@@ -1,4 +1,4 @@
|
||||
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN">
|
||||
<!DOCTYPE html>
|
||||
|
||||
<!--Converted with LaTeX2HTML 2002-2-1 (1.71)
|
||||
original version by: Nikos Drakos, CBLU, University of Leeds
|
||||
@@ -7,6 +7,10 @@ original version by: Nikos Drakos, CBLU, University of Leeds
|
||||
Jens Lippmann, Marek Rouchal, Martin Wilck and others -->
|
||||
<HTML>
|
||||
<HEAD>
|
||||
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
|
||||
|
||||
<TITLE>Timbre stamp (``vocoder")</TITLE>
|
||||
<META NAME="description" CONTENT="Timbre stamp (``vocoder")">
|
||||
<META NAME="keywords" CONTENT="book">
|
||||
@@ -29,23 +33,23 @@ original version by: Nikos Drakos, CBLU, University of Leeds
|
||||
<A NAME="tex2html3273"
|
||||
HREF="node182.html">
|
||||
<IMG WIDTH="37" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="next"
|
||||
SRC="file:/usr/local/share/lib/latex2html/icons/next.png"></A>
|
||||
SRC="next.png"></A>
|
||||
<A NAME="tex2html3267"
|
||||
HREF="node178.html">
|
||||
<IMG WIDTH="26" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="up"
|
||||
SRC="file:/usr/local/share/lib/latex2html/icons/up.png"></A>
|
||||
SRC="up.png"></A>
|
||||
<A NAME="tex2html3261"
|
||||
HREF="node180.html">
|
||||
<IMG WIDTH="63" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="previous"
|
||||
SRC="file:/usr/local/share/lib/latex2html/icons/prev.png"></A>
|
||||
SRC="prev.png"></A>
|
||||
<A NAME="tex2html3269"
|
||||
HREF="node4.html">
|
||||
<IMG WIDTH="65" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="contents"
|
||||
SRC="file:/usr/local/share/lib/latex2html/icons/contents.png"></A>
|
||||
SRC="contents.png"></A>
|
||||
<A NAME="tex2html3271"
|
||||
HREF="node201.html">
|
||||
<IMG WIDTH="43" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="index"
|
||||
SRC="file:/usr/local/share/lib/latex2html/icons/index.png"></A>
|
||||
SRC="index.png"></A>
|
||||
<BR>
|
||||
<B> Next:</B> <A NAME="tex2html3274"
|
||||
HREF="node182.html">Phase vocoder time bender</A>
|
||||
@@ -131,23 +135,23 @@ unchanged, and values in between give a smooth interpolation between the two.
|
||||
<A NAME="tex2html3273"
|
||||
HREF="node182.html">
|
||||
<IMG WIDTH="37" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="next"
|
||||
SRC="file:/usr/local/share/lib/latex2html/icons/next.png"></A>
|
||||
SRC="next.png"></A>
|
||||
<A NAME="tex2html3267"
|
||||
HREF="node178.html">
|
||||
<IMG WIDTH="26" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="up"
|
||||
SRC="file:/usr/local/share/lib/latex2html/icons/up.png"></A>
|
||||
SRC="up.png"></A>
|
||||
<A NAME="tex2html3261"
|
||||
HREF="node180.html">
|
||||
<IMG WIDTH="63" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="previous"
|
||||
SRC="file:/usr/local/share/lib/latex2html/icons/prev.png"></A>
|
||||
SRC="prev.png"></A>
|
||||
<A NAME="tex2html3269"
|
||||
HREF="node4.html">
|
||||
<IMG WIDTH="65" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="contents"
|
||||
SRC="file:/usr/local/share/lib/latex2html/icons/contents.png"></A>
|
||||
SRC="contents.png"></A>
|
||||
<A NAME="tex2html3271"
|
||||
HREF="node201.html">
|
||||
<IMG WIDTH="43" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="index"
|
||||
SRC="file:/usr/local/share/lib/latex2html/icons/index.png"></A>
|
||||
SRC="index.png"></A>
|
||||
<BR>
|
||||
<B> Next:</B> <A NAME="tex2html3274"
|
||||
HREF="node182.html">Phase vocoder time bender</A>
|
||||
|
||||
Some files were not shown because too many files have changed in this diff Show More
Reference in New Issue
Block a user