Technick.nethttps://technick.net/Recent content on Technick.netHugoen-usTue, 09 May 2017 00:00:00 +0000- Searchhttps://technick.net/search/Sun, 01 Mar 1998 00:00:00 +0000https://technick.net/search/
- Abouthttps://technick.net/about/Sun, 01 Mar 1998 00:00:00 +0000https://technick.net/about/<p>Technick.net is an original site created by <a href="proxy.php?url=https://nicola.asuni.xyz" title="Nicola Asuni">Nicola Asuni</a>, previously called Nick Homepage, online since:Sun, 1 March 1998 03:17:30 - 0800(PST).</p>
<h2>DISCLAIMER</h2>
<p><strong>PLEASE BE AWARE THAT ANY INFORMATION YOU MAY FIND IN THIS WEBSITE MAY BE INACCURATE, MISLEADING OR DANGEROUS.</strong></p>
<p>Some information on Technick.net may create an unreasonable risk for those readers who choose to apply or use the information in their own activities or to promote the information for use by third parties.</p>
- JSON Editorhttps://technick.net/tools/json-editor/Tue, 09 May 2017 00:00:00 +0000https://technick.net/tools/json-editor/<link href="proxy.php?url=https://technick.net/css/jsoneditor.css" rel="stylesheet" type="text/css" />
<link href="proxy.php?url=https://netdna.bootstrapcdn.com/bootstrap/3.0.3/css/bootstrap.min.css" rel="stylesheet" type="text/css" />
<link href="proxy.php?url=https://cdnjs.cloudflare.com/ajax/libs/font-awesome/3.2.1/css/font-awesome.css" rel="stylesheet" type="text/css" />
<script type="text/javascript" src="proxy.php?url=https://technick.net/js/jsoneditor.js"></script>
<div>
<div class="row">
<div class="span8 col-md-8 columns eight large-8">
<h1>JSON Editor</h1>
<div>
<div class="fileUpload btn btn-primary">
<span>Load JSON Schema</span>
<input id="schemaFile" type="file" class="upload" title="Load the JSON schema file" />
</div>
<textarea id="schema" style="display:none;"></textarea>
</div>
<div id="editor"></div>
</div>
<div id="result" class="span4 col-md-4 columns four large-4">
<h2>Validation</h2>
<p>This will update whenever the form changes to show validation errors if there are any.</p>
<div><pre id="validate"></pre></div>
<h2>JSON Output</h2>
<p>You can also make changes directly to the JSON here.</p>
<div>
<div class="fileUpload btn btn-primary">
<span>Load</span>
<input id="jsonFile" type="file" class="upload" title="Load the configuration file" />
</div>
<button id="save" type="button" value="save" class="btn btn-primary" title="Save the configuration file">Save</button>
</div>
<textarea id="output"></textarea>
</div>
</div>
</div>
<script type="text/javascript" src="proxy.php?url=https://technick.net/js/jsedit.js"></script>
- AWG to Metric Converterhttps://technick.net/tools/awg-to-metric-converter/Sun, 01 Mar 1998 00:00:00 +0000https://technick.net/tools/awg-to-metric-converter/<form action="proxy.php?url=" method="get" name="awgform" id="awgform">
<table class="toolform" border="0" cellspacing="1" cellpadding="1">
<tr>
<td align="right">AWG</td>
<td><input type="text" name="awg" size="20" /></td>
</tr>
<tr>
<td align="right">Temperature</td>
<td><input type="text" name="temperature" value="20" size="20" /> [ºC]</td>
</tr>
<tr>
<td align="right">Material</td>
<td>
<select name="material" id="material" size="1">
<option value="Aluminium">Aluminium</option>
<option value="Carbon">Carbon</option>
<option value="Constantan">Constantan</option>
<option value="Copper" selected="selected">Copper</option>
<option value="Germanium">Germanium</option>
<option value="Gold">Gold</option>
<option value="Iron">Iron</option>
<option value="Lead">Lead</option>
<option value="Manganin">Manganin</option>
<option value="Mercury">Mercury</option>
<option value="Nichrome">Nichrome</option>
<option value="Platinum">Platinum</option>
<option value="Silicon">Silicon</option>
<option value="Silver">Silver</option>
<option value="Tin">Tin</option>
<option value="Tungsten">Tungsten</option>
</select>
</td>
</tr>
<tr>
<td> </td>
<td><br /><b>OUTPUT</b></td>
</tr>
<tr>
<td align="right">Copper Diameter</td>
<td><input type="text" name="diameter" size="20" readonly="readonly" /> [mm]</td>
</tr>
<tr>
<td align="right">Copper Area</td>
<td><input type="text" name="area" size="20" readonly="readonly" /> [mm²]</td>
</tr>
<tr>
<td align="right">Resistance</td>
<td><input type="text" name="resistance" size="20" readonly="readonly" /> [Ohm/m]</td>
</tr>
<tr>
<td> </td>
<td colspan="3">
<input name="Calculate" type="button" value="Calculate" onclick="CalculateAWG()" />
<input name="Reset" type="reset" value="Clear" />
</td>
</tr>
</table>
</form>
<p><b>Reference and sources:</b></p>
<ul class="sources">
<li><a href="proxy.php?url=http://www.geocities.com/CapeCanaveral/Lab/9643" target="_blank">Wire Parameter Calculator by Brad Suppanz</a></li>
<li><a href="proxy.php?url=http://library.thinkquest.org/10784/tempcoeffs_resistivity.html" target="_blank">Temperature Coefficients of Resistivity</a></li>
<li><a href="proxy.php?url=http://en.wikipedia.org/wiki/Electrical_resistivity" target="_blank">Wikipedia: Resistivity</a></li>
<li><a href="proxy.php?url=http://en.wikipedia.org/wiki/American_wire_gauge">Wikipedia: American wire gauge</a></li>
<li><a href="proxy.php?url=http://online.physics.uiuc.edu/courses/phys436/spring06/Lecture_Notes/P436_Supp_HO_01/American_Wire_Gauge.pdf">American Wire Gauge (AWG) & Metric Wire Gauge Wire Sizes</a></li>
<li><a href="proxy.php?url=http://www.vandenhul.com/artpap/awg.htm" target="_blank">Van den Hul: AWG to Metric Conversion Chart</a></li>
</ul>
<script src="proxy.php?url=https://technick.net/js/awgcalc.js" type="text/javascript"></script>
- Electronicshttps://technick.net/guides/electronics/Sun, 01 Mar 1998 00:00:00 +0000https://technick.net/guides/electronics/
- Hardwarehttps://technick.net/guides/hardware/Sun, 01 Mar 1998 00:00:00 +0000https://technick.net/guides/hardware/
- Inductance Calculatorhttps://technick.net/tools/inductance-calculator/Sun, 01 Mar 1998 00:00:00 +0000https://technick.net/tools/inductance-calculator/<p><b>Select the box with the geometry that you would like to calculate.</b></p>
<p><table class="toolform" border="1" cellspacing="1" cellpadding="4"><tr><th colspan="5" bgcolor="#dbe7ff">Round-Wire geometries (loops of wire with various shapes)</th></tr><tr>
<td width="110px" align="center" valign="top"><a href="proxy.php?url=https://technick.net/tools/inductance-calculator/circular-loop/"><font size="1">Circular Loop</font><br />
<br />
<img src="proxy.php?url=https://technick.net/img/util_inductance/util_inductance_circle.gif" width="100" height="100" border="0" alt="Circular Loop" /></a></td>
<td width="110px" align="center" valign="top"><a href="proxy.php?url=https://technick.net/tools/inductance-calculator/rectangular-loop"><font size="1">Rectangular Loop</font><br />
<br />
<img src="proxy.php?url=https://technick.net/img/util_inductance/util_inductance_rectangle.gif" width="100" height="67" border="0" alt="Rectangular Loop" /></a></td>
<td width="110px" align="center" valign="top"><a href="proxy.php?url=https://technick.net/tools/inductance-calculator/square-loop"><font size="1">Square Loop</font><br />
<br />
<img src="proxy.php?url=https://technick.net/img/util_inductance/util_inductance_square.gif" width="100" height="100" border="0" alt="Square Loop" /></a></td>
<td width="110px" align="center" valign="top"><a href="proxy.php?url=https://technick.net/tools/inductance-calculator/triangle-eq-loop"><font size="1">Equilateral Triangle Loop</font><br />
<br />
<img src="proxy.php?url=https://technick.net/img/util_inductance/util_inductance_triangle_eq.gif" width="100" height="92" border="0" alt="Equilateral Triangle Loop" /></a></td>
<td width="110px" align="center" valign="top"><a href="proxy.php?url=https://technick.net/tools/inductance-calculator/triangle-is-loop"><font size="1">Isosceles Triangle Loop</font><br />
<br />
<img src="proxy.php?url=https://technick.net/img/util_inductance/util_inductance_triangle_is.gif" width="70" height="100" border="0" alt="Isosceles Triangle Loop" /></a></td></tr></table></p>
<p><table class="toolform" border="1" cellspacing="1" cellpadding="4"><tr><th colspan="5" bgcolor="#dbe7ff">Transmission Line geometries (cross sections)<br />
<small>the values calculated are the inductance per unit length</small></th></tr><tr>
<td width="110px" align="center" valign="top"><a href="proxy.php?url=https://technick.net/tools/inductance-calculator/twin-lead"><font size="1">Twin Lead</font><br />
<br />
<img src="proxy.php?url=https://technick.net/img/util_inductance/util_inductance_wire_2.gif" width="100" height="46" border="0" alt="Twin Lead" /></a></td>
<td width="110px" align="center" valign="top"><a href="proxy.php?url=https://technick.net/tools/inductance-calculator/round-wire-over-ground-plane"><font size="1">Round Wire over<br />
a Ground Plane </font><br />
<br />
<img src="proxy.php?url=https://technick.net/img/util_inductance/util_inductance_wire_g.gif" width="100" height="100" border="0" alt="Round Wire over a Ground Plane " /></a></td>
<td width="110px" align="center" valign="top"><a href="proxy.php?url=https://technick.net/tools/inductance-calculator/vertically-spaced-traces"><font size="1">Vertically Spaced Traces </font><br />
<br />
<img src="proxy.php?url=https://technick.net/img/util_inductance/util_inductance_trace_v.gif" width="100" height="60" border="0" alt="Two Vertically Spaced Traces " /></a></td>
<td width="110px" align="center" valign="top"><a href="proxy.php?url=https://technick.net/tools/inductance-calculator/wide-trace-over-ground-plane"><font size="1">Wide Trace over<br />
a Ground Plane </font><br />
<br />
<img src="proxy.php?url=https://technick.net/img/util_inductance/util_inductance_trace_g.gif" width="100" height="75" border="0" alt="Wide Trace over Ground Plane " /></a></td>
<td width="110px" align="center" valign="top"><a href="proxy.php?url=https://technick.net/tools/inductance-calculator/coplanar-traces"><font size="1">Coplanar Traces </font><br />
<br />
<img src="proxy.php?url=https://technick.net/img/util_inductance/util_inductance_trace_h.gif" width="100" height="42" border="0" alt="Coplanar Traces " /></a></td></tr></table></p>
- Morse Code Converterhttps://technick.net/tools/morse-code-converter/Sun, 01 Mar 1998 00:00:00 +0000https://technick.net/tools/morse-code-converter/<form name="morseform" id="morseform" method="GET"><table class="toolform" border="0" cellspacing="0" cellpadding="0"><tr><th>Alphanumeric</th><th>Morse Code</th></tr><tr align="center"><td><textarea rows="5" cols="20" name="alphanumtxt" wrap="virtual"></textarea></td><td><textarea rows="5" cols="20" name="morsetxt" wrap="virtual"></textarea></td></tr><tr align="center"><td colspan="2"><input name="Convert" type="button" value="Convert to Morse ->" onclick="Alpha2Morse()" /><input name="Reset" type="Reset" value="Clear" /><input name="Convert" type="button" value="<- Convert to Alpha" onclick="Morse2Alpha()" /></td></tr><tr align="center"><th colspan="2"><br />Spelling</th></tr><tr align="center"><td colspan="2"><textarea rows="4" cols="40" name="spelltxt" wrap="virtual"></textarea></td></tr></table></form>
<script language="JavaScript" src="proxy.php?url=https://technick.net/js/morseconv.js" type="text/javascript"></script>
- PCB Impedance and Capacitance Calculatorhttps://technick.net/tools/impedance-calculator/Sun, 01 Mar 1998 00:00:00 +0000https://technick.net/tools/impedance-calculator/<p><table class="toolform" border="1" cellspacing="1" cellpadding="4">
<tr>
<th colspan="5" bgcolor="#dbe7ff">Select the box with the geometry that you would like to calculate.</th></tr>
<tr>
<td width="110px" align="center" valign="top"><a href="proxy.php?url=https://technick.net/tools/impedance-calculator/microstrip"><font size="1">Microstrip</font><br />
<br />
<img src="proxy.php?url=https://technick.net/img/util_pcb_imp/util_pcb_imp_microstrip.gif" width="100" height="63" border="0" alt="Microstrip" /></a></td>
<td width="110px" align="center" valign="top"><a href="proxy.php?url=https://technick.net/tools/impedance-calculator/microstrip-embed"><font size="1">Embedded Microstrip</font><br />
<br />
<img src="proxy.php?url=https://technick.net/img/util_pcb_imp/util_pcb_imp_microstrip_embed.gif" width="100" height="73" border="0" alt="Embedded Microstrip" /></a></td>
<td width="110px" align="center" valign="top"><a href="proxy.php?url=https://technick.net/tools/impedance-calculator/stripline"><font size="1">Stripline</font><br />
<br />
<img src="proxy.php?url=https://technick.net/img/util_pcb_imp/util_pcb_imp_stripline.gif" width="100" height="78" border="0" alt="Stripline" /></a></td>
<td width="110px" align="center" valign="top"><a href="proxy.php?url=https://technick.net/tools/impedance-calculator/stripline-dual"><font size="1">Dual Stripline</font><br />
<br />
<img src="proxy.php?url=https://technick.net/img/util_pcb_imp/util_pcb_imp_stripline_dual.gif" width="100" height="100" border="0" alt="Dual Stripline" /></a></td></tr>
<tr>
<td width="110px" align="center" valign="top"><a href="proxy.php?url=https://technick.net/tools/impedance-calculator/stripline-asym"><font size="1">Asymmetric Stripline</font><br />
<br />
<img src="proxy.php?url=https://technick.net/img/util_pcb_imp/util_pcb_imp_stripline_asym.gif" width="100" height="100" border="0" alt="Asymmetric Stripline" /></a></td>
<td width="110px" align="center" valign="top"><a href="proxy.php?url=https://technick.net/tools/impedance-calculator/microstrip-diff"><font size="1">Differential Impedance of Microstrip</font><br />
<br />
<img src="proxy.php?url=https://technick.net/img/util_pcb_imp/util_pcb_imp_microstrip_diff.gif" width="100" height="63" border="0" alt="Differential Impedance of Microstrip" /></a></td>
<td width="110px" align="center" valign="top"><a href="proxy.php?url=https://technick.net/tools/impedance-calculator/stripline-diff"><font size="1">Differential Impedance of Stripline</font><br />
<br />
<img src="proxy.php?url=https://technick.net/img/util_pcb_imp/util_pcb_imp_stripline_diff.gif" width="100" height="63" border="0" alt="Differential Impedance of Stripline" /></a></td>
<td> </td></tr></table></p><p>THESE FORMULAS ARE APPROXIMATIONS!<br />
They should not be used when a high degree of accuracy is required.<br />
The approximate formulas are provided along with restrictions on the relative size of the various parameters.<br />
<br />
All the units are in SI (Iternational System):<ul><li>[m] = meter</li><li>[s] = second</li><li>[H] = Henry</li><li>[F] = Farad</li></ul></p>
- Softwarehttps://technick.net/guides/software/Sun, 01 Mar 1998 00:00:00 +0000https://technick.net/guides/software/
- Theoryhttps://technick.net/guides/theory/Sun, 01 Mar 1998 00:00:00 +0000https://technick.net/guides/theory/
- Software Metricshttps://technick.net/guides/software/software_metrics/Tue, 23 Dec 2014 00:00:00 +0000https://technick.net/guides/software/software_metrics/<h2 id="introduction">Introduction</h2>
<p>Quantitative measurements are essential in all sciences, including computer science, as we can’t optimise what we can’t measure.</p>
<p>In this context the term “metric” and “measure” will be often used as synonymous, even if by definition metrics are functions, while measurements are the numbers obtained by the application of metrics.</p>
<p>Software metrics are used to record events taking place in the execution of a software program in order to obtain objective, reproducible and quantifiable measurements. These measures provide an audit trail that have numerous valuable applications, including understanding the activity, quality assurance testing, software debugging, software performance optimisation, cost estimation, budget planning, etc.</p>
- Software Naminghttps://technick.net/guides/software/software_naming/Wed, 19 Nov 2014 00:00:00 +0000https://technick.net/guides/software/software_naming/<h2 id="introduction">Introduction</h2>
<p>Choosing a good name for a software project is a critical task, as it will be referenced multiple times in building pipelines, configurations, logs, documentation, deployment packages, software dependencies, emails, discussions, and early morning support calls.</p>
<p>To avoid common issues related to software names it is important to follow a convention that minimise incompatibilities between technologies, platforms and usage case scenarios.</p>
<p>Here is proposed a convention that works well in the aforementioned multiple situations.</p>
- Simple API JSON Response Formathttps://technick.net/guides/software/software_json_api_format/Fri, 17 Oct 2014 00:00:00 +0000https://technick.net/guides/software/software_json_api_format/<h2 id="introduction">Introduction</h2>
<p>The <em>JavaScript Object Notation</em> (<a href="proxy.php?url=http://www.json.org">JSON</a>) format is a widely adopted standard to deliver HTTP RESTful API responses. This mostly because of the following properties:</p>
<ul>
<li>It is a standard <a href="proxy.php?url=https://en.wikipedia.org/wiki/Open_format">open</a> lightweight data-interchange format;</li>
<li>Along with XML is the main format for data interchange used on the modern web;</li>
<li>It is easy for humans to read and write;</li>
<li>It is easy for machines to parse and generate;</li>
<li>Supports all the basic data types (numbers, strings, boolean, arrays and hashes);</li>
<li>It is developer-friendly, as it can be generated and parsed from almost any programming languages;</li>
<li>Popular databases (e.g. <a href="proxy.php?url=https://www.mongodb.com/json-and-bson">MongoDB</a>, <a href="proxy.php?url=https://dev.mysql.com/doc/refman/5.7/en/json.html">MySQL</a>, <a href="proxy.php?url=https://www.postgresql.org/docs/9.5/static/datatype-json.html">PostgreSQL</a>) can store the JSON format natively.</li>
</ul>
<p>Following a shared convention promotes reuse and helps increasing the productivity by leaving more time to focus on the actual development task. However, while there are many common patterns for structuring JSON-based HTTP/REST API responses, there is no consistency in things like naming or types of responses.</p>
- Software Configurationhttps://technick.net/guides/software/software_configuration/Sat, 13 Sep 2014 00:00:00 +0000https://technick.net/guides/software/software_configuration/<h2 id="introduction">Introduction</h2>
<p>In this context for “configuration” we consider the set of initial parameter settings that are read at run-time by computer programs.</p>
<p>Traditionally the configuration data has been provided mostly in plain-text format but in recent years structured standards have gained more traction. This mostly because in modern distributed environments the configurations are often provided via a <em>Configuration Management System (CMS)</em>, transmitted via network and consumed by multiple applications, or multiple instances of the same application. Additionally, some of the configuration parameters are often automatically determined by the CMS instead of being manually entered by humans.</p>
- Software Logging Formathttps://technick.net/guides/software/software_logging_format/Mon, 11 Aug 2014 00:00:00 +0000https://technick.net/guides/software/software_logging_format/<h2 id="introduction">Introduction</h2>
<p>Logs are used to record events taking place in the execution of a software program in order to provide an audit trail that can be used to understand the activity and diagnose problems.</p>
<p>In modern distributed environments the logs produced by multiple applications, or multiple instances of the same application, are often collected and processed in a single place. A typical stack involves the use of <em>Elasticsearch</em>, <em>Logstash</em> and <em>Kibana</em> (<em>ELK</em>).
In this environments the first level consumer of the log messages is not anymore a human but a machine. This mostly because humans cannot process information in the massive flows that are created by concurrent and distributed systems.
This poses new challenges when using traditional plain-text log formats designed for human consumption:</p>
- Build Software with Dockerhttps://technick.net/guides/software/software_docker_build/Mon, 07 Jul 2014 00:00:00 +0000https://technick.net/guides/software/software_docker_build/<h2 id="introduction">Introduction</h2>
<p>Two of the major requirements for a Continuous Integration/Delivery system (CI/CD) are:</p>
<ul>
<li><strong>Isolation</strong>: the ability to run a well isolated environment from other builds executed on the same infrastructure;</li>
<li><strong>Reproducibility</strong> : the ability to reproduce the build environment from a pre-defined setup.</li>
</ul>
<p>These requirements also apply to local development environments, ensuring developers the ability of consistently reproduce building and testing processes.</p>
<p>A great way to bootstrap reproducible and isolated environments is using <strong><a href="proxy.php?url=https://www.docker.com/">Docker</a> containers</strong>.</p>
- Software Automationhttps://technick.net/guides/software/software_automation/Thu, 05 Jun 2014 00:00:00 +0000https://technick.net/guides/software/software_automation/<h2 id="introduction">Introduction</h2>
<p>The software <em>development and deployment cycle</em> usually involves numerous and tedious steps other than just “coding”. These steps often includes: <em>download dependencies, build with different options, run various static analysis tools to check if the project meets the minimum predefined set of quality metrics, execute unit tests and check code coverage, execute functional and other types of tests, generate documentation, packaging, etc.</em></p>
<p>The ability to run all the development steps easily and frequently in a consistent and automatic way is important to minimize human errors, improve the software quality and speeds up the whole development cycle.</p>
- Software Structurehttps://technick.net/guides/software/software_structure/Sat, 03 May 2014 00:00:00 +0000https://technick.net/guides/software/software_structure/<p>This document illustrates a portable directory structure for software projects to promote reusability and simplify the development cycle.</p>
<p>The software development and deployment cycle usually involves numerous and tedious steps other than just "coding". Some steps can be automated by <em>Integration</em> or <em>Continuous Delivery</em> systems (<em>CI/CD</em>), others needs to be performed frequently on the development machine before committing the code. Common development steps often includes: download dependencies, run various static analysis tools to check if the project meets the minimum predefined set of quality metrics, execute unit tests and check code coverage, execute functional and integration tests, check or generate documentation, etc.</p>
- Software Versioninghttps://technick.net/guides/software/software_versioning/Wed, 02 Apr 2014 00:00:00 +0000https://technick.net/guides/software/software_versioning/<p>This document illustrates a strategy used for versioning software projects that is portable across different languages and technologies.</p>
<p>Having a universal way of versioning software development projects is a good thing to help us keep track of what's going on.</p>
<p>From Wikipedia (<a href="proxy.php?url=https://en.wikipedia.org/wiki/Software_versioning">https://en.wikipedia.org/wiki/Software_versioning</a>): "<em>Software versioning is the process of assigning either unique version names or unique version numbers to unique states of computer software. [...] Modern computer software is often tracked using two different software versioning schemes: an internal version number that may be incremented many times in a single day, such as a revision control number, and a released version that typically changes far less often, such as semantic versioning or a project code name.</em>"</p>
- Formatting bytes in a spreadsheet cellhttps://technick.net/guides/software/spreadsheet_byte_format/Sat, 01 Mar 2014 00:00:00 +0000https://technick.net/guides/software/spreadsheet_byte_format/<p>The following is a cell function that can be used with a spreadsheet application (e.g. <em>MS Excel<em> or <em>LibreOffice Calc</em>) to format a cell number using byte multiples.</p>
<p>The example below uses the content of the cell <strong>A1</strong> as input.</p>
<p>For an explanation of IEC Prefixes for binary multiples please consult the guide: <a href="proxy.php?url=https://technick.net/guides/theory/tables_prefix/">Multiples and Submultiples Prefixes Tables</a>.</p>
<p><code><pre>
=IF((A1>=POWER(2,80)),
CONCATENATE(TEXT((A1/POWER(2,80)),"##0.00"), " YiB"),
IF((A1>=POWER(2,70)),
CONCATENATE(TEXT((A1/POWER(2,70)),"##0.00"), " ZiB"),
IF((A1>=POWER(2,60)),
CONCATENATE(TEXT((A1/POWER(2,60)),"##0.00"), " EiB"),
IF((A1>=POWER(2,50)),
CONCATENATE(TEXT((A1/POWER(2,50)),"##0.00"), " PiB"),
IF((A1>=POWER(2,40)),
CONCATENATE(TEXT((A1/POWER(2,40)),"##0.00"), " TiB"),
IF((A1>=POWER(2,30)),
CONCATENATE(TEXT((A1/POWER(2,30)),"##0.00"), " GiB"),
IF((A1>=POWER(2,20)),
CONCATENATE(TEXT((A1/POWER(2,20)),"##0.00"), " MiB"),
IF((A1>=POWER(2,10)),
CONCATENATE(TEXT((A1/POWER(2,10)),"##0.00"), " KiB"),
CONCATENATE(TEXT((A1),"##0.00"), " B")
)
)
)
)
)
)
)
)
</pre></code></p>
- Ammonium Persulfate: Etchant for copper-plated PC Boardshttps://technick.net/guides/electronics/ammonium_persulfate/Sun, 01 Mar 1998 00:00:00 +0000https://technick.net/guides/electronics/ammonium_persulfate/<hr /><p><b>AMMONIUM PERSULFATE – (NH<sub>4</sub>)<sub>2</sub>S<sub>2</sub>O<sub>8</sub><br />(ammonium peroxydisulfate; peroxydisulfuric acid, diammonium salt)</b></p><p><b>Description:</b></p> <ul> <li>Colorless to light straw crystals or powder. Odorless.
</li><li>Strong oxidizer.
</li><li>Hazard classes: 5.1 oxidizer; 6.3 acute health hazard.
</li><li>CAS No.: 7727-54-0
</li><li>UN-NA No.: 1444 </li> </ul><p><b>NFPA 704 Placarding Information:</b></p> <ul> <li>Health – 2
</li><li>Flammability – 0
</li><li>Reactivity – 1
</li><li>Special Notice – OX </li> </ul><p><b>Uses:</b></p> <ul> <li>Oxidizer and bleaching agent.
</li><li>Used in photography; electroplating; preserving food; depolorizing batteries; and washing infected yeast.
</li><li>Etchant for printed circuit boards and copper.
</li><li>In the manufacture of other persulfates, deodorizing and bleaching oils, and aniline dyes. </li> </ul> <p><b>Reactivity and Fire Risk:</b></p>
- ASCII Tablehttps://technick.net/guides/software/ascii_table/Sun, 01 Mar 1998 00:00:00 +0000https://technick.net/guides/software/ascii_table/<hr /><p><b>ASCII = American Standard Code for Information Interchange</b></p><table border="1" cellpadding="1" cellspacing="1"><tr align="middle" bgcolor="#0080C0" style="color: #FFFFFF"><th>Dec</th><th>Hex</th><th>Char</th><th>Description</th><th bgcolor="#FFFFC0"> </th><th>Dec</th><th>Hex</th><th>Char</th><th bgcolor="#FFFFC0"> </th><th>Dec</th><th>Hex</th><th>Char</th><th bgcolor="#FFFFC0"> </th><th>Dec</th><th>Hex</th><th>Char</th></tr><tr bgcolor="#FFFFC0"><td>0</td><td>0</td><td>NUL</td><td>null</td><td></td><td>32</td><td>20</td><td></td><td></td><td>64</td><td>40</td><td>@</td><td></td><td>96</td><td>60</td><td>`</td></tr><tr bgcolor="#FFFFC0"><td>1</td><td>1</td><td>SOH</td><td>start of heading</td><td></td><td>33</td><td>21</td><td>!</td><td></td><td>65</td><td>41</td><td>A</td><td></td><td>97</td><td>61</td><td>a</td></tr><tr bgcolor="#FFFFC0"><td>2</td><td>2</td><td>STX</td><td>start of text</td><td></td><td>34</td><td>22</td><td>"</td><td></td><td>66</td><td>42</td><td>B</td><td></td><td>98</td><td>62</td><td>b</td></tr><tr bgcolor="#FFFFC0"><td>3</td><td>3</td><td>ETX</td><td>end of text</td><td></td><td>35</td><td>23</td><td>#</td><td></td><td>67</td><td>43</td><td>C</td><td></td><td>99</td><td>63</td><td>c</td></tr><tr bgcolor="#FFFFC0"><td>4</td><td>4</td><td>EOT</td><td>end of transmission</td><td></td><td>36</td><td>24</td><td>$</td><td></td><td>68</td><td>44</td><td>D</td><td></td><td>100</td><td>64</td><td>d</td></tr><tr bgcolor="#FFFFC0"><td>5</td><td>5</td><td>ENQ</td><td>enquiry</td><td></td><td>37</td><td>25</td><td>%</td><td></td><td>69</td><td>45</td><td>E</td><td></td><td>101</td><td>65</td><td>e</td></tr><tr bgcolor="#FFFFC0"><td>6</td><td>6</td><td>ACK</td><td>acknowledge</td><td></td><td>38</td><td>26</td><td>&</td><td></td><td>70</td><td>46</td><td>F</td><td></td><td>102</td><td>66</td><td>f</td></tr><tr bgcolor="#FFFFC0"><td>7</td><td>7</td><td>BEL</td><td>bell</td><td></td><td>39</td><td>27</td><td>'</td><td></td><td>71</td><td>47</td><td>G</td><td></td><td>103</td><td>67</td><td>g</td></tr><tr bgcolor="#FFFFC0"><td>8</td><td>8</td><td>BS</td><td>backspace</td><td></td><td>40</td><td>28</td><td>(</td><td></td><td>72</td><td>48</td><td>H</td><td></td><td>104</td><td>68</td><td>h</td></tr><tr bgcolor="#FFFFC0"><td>9</td><td>9</td><td>TAB</td><td>horizontal tab</td><td></td><td>41</td><td>29</td><td>)</td><td></td><td>73</td><td>49</td><td>I</td><td></td><td>105</td><td>69</td><td>i</td></tr><tr bgcolor="#FFFFC0"><td>10</td><td>A</td><td>LF</td><td>NL line feed, new line</td><td></td><td>42</td><td>2A</td><td>*</td><td></td><td>74</td><td>4A</td><td>J</td><td></td><td>106</td><td>6A</td><td>j</td></tr><tr bgcolor="#FFFFC0"><td>11</td><td>B</td><td>VT</td><td>vertical tab</td><td></td><td>43</td><td>2B</td><td>+</td><td></td><td>75</td><td>4B</td><td>K</td><td></td><td>107</td><td>6B</td><td>k</td></tr><tr bgcolor="#FFFFC0"><td>12</td><td>C</td><td>FF</td><td>NP form feed, new page</td><td></td><td>44</td><td>2C</td><td>,</td><td></td><td>76</td><td>4C</td><td>L</td><td></td><td>108</td><td>6C</td><td>l</td></tr><tr bgcolor="#FFFFC0"><td>13</td><td>D</td><td>CR</td><td>carriage return</td><td></td><td>45</td><td>2D</td><td>-</td><td></td><td>77</td><td>4D</td><td>M</td><td></td><td>109</td><td>6D</td><td>m</td></tr><tr bgcolor="#FFFFC0"><td>14</td><td>E</td><td>SO</td><td>shift out</td><td></td><td>46</td><td>2E</td><td>.</td><td></td><td>78</td><td>4E</td><td>N</td><td></td><td>110</td><td>6E</td><td>n</td></tr><tr bgcolor="#FFFFC0"><td>15</td><td>F</td><td>SI</td><td>shift in</td><td></td><td>47</td><td>2F</td><td>/</td><td></td><td>79</td><td>4F</td><td>O</td><td></td><td>111</td><td>6F</td><td>o</td></tr><tr bgcolor="#FFFFC0"><td>16</td><td>10</td><td>DLE</td><td>data link escape</td><td></td><td>48</td><td>30</td><td>0</td><td></td><td>80</td><td>50</td><td>P</td><td></td><td>112</td><td>70</td><td>p</td></tr><tr bgcolor="#FFFFC0"><td>17</td><td>11</td><td>DC1</td><td>device control 1</td><td></td><td>49</td><td>31</td><td>1</td><td></td><td>81</td><td>51</td><td>Q</td><td></td><td>113</td><td>71</td><td>q</td></tr><tr bgcolor="#FFFFC0"><td>18</td><td>12</td><td>DC2</td><td>device control 2</td><td></td><td>50</td><td>32</td><td>2</td><td></td><td>82</td><td>52</td><td>R</td><td></td><td>114</td><td>72</td><td>r</td></tr><tr bgcolor="#FFFFC0"><td>19</td><td>13</td><td>DC3</td><td>device control 3</td><td></td><td>51</td><td>33</td><td>3</td><td></td><td>83</td><td>53</td><td>S</td><td></td><td>115</td><td>73</td><td>s</td></tr><tr bgcolor="#FFFFC0"><td>20</td><td>14</td><td>DC4</td><td>device control 4</td><td></td><td>52</td><td>34</td><td>4</td><td></td><td>84</td><td>54</td><td>T</td><td></td><td>116</td><td>74</td><td>t</td></tr><tr bgcolor="#FFFFC0"><td>21</td><td>15</td><td>NAK</td><td>negative acknowledge</td><td></td><td>53</td><td>35</td><td>5</td><td></td><td>85</td><td>55</td><td>U</td><td></td><td>117</td><td>75</td><td>u</td></tr><tr bgcolor="#FFFFC0"><td>22</td><td>16</td><td>SYN</td><td>synchronous idle</td><td></td><td>54</td><td>36</td><td>6</td><td></td><td>86</td><td>56</td><td>V</td><td></td><td>118</td><td>76</td><td>v</td></tr><tr bgcolor="#FFFFC0"><td>23</td><td>17</td><td>ETB</td><td>end of transmission block</td><td></td><td>55</td><td>37</td><td>7</td><td></td><td>87</td><td>57</td><td>W</td><td></td><td>119</td><td>77</td><td>w</td></tr><tr bgcolor="#FFFFC0"><td>24</td><td>18</td><td>CAN</td><td>cancel</td><td></td><td>56</td><td>38</td><td>8</td><td></td><td>88</td><td>58</td><td>X</td><td></td><td>120</td><td>78</td><td>x</td></tr><tr bgcolor="#FFFFC0"><td>25</td><td>19</td><td>EM</td><td>end of medium</td><td></td><td>57</td><td>39</td><td>9</td><td></td><td>89</td><td>59</td><td>Y</td><td></td><td>121</td><td>79</td><td>y</td></tr><tr bgcolor="#FFFFC0"><td>26</td><td>1A</td><td>SUB</td><td>substitute</td><td></td><td>58</td><td>3A</td><td>:</td><td></td><td>90</td><td>5A</td><td>Z</td><td></td><td>122</td><td>7A</td><td>z</td></tr><tr bgcolor="#FFFFC0"><td>27</td><td>1B</td><td>ESC</td><td>escape</td><td></td><td>59</td><td>3B</td><td>;</td><td></td><td>91</td><td>5B</td><td>[</td><td></td><td>123</td><td>7B</td><td>{</td></tr><tr bgcolor="#FFFFC0"><td>28</td><td>1C</td><td>FS</td><td>file separator</td><td></td><td>60</td><td>3C</td><td><</td><td></td><td>92</td><td>5C</td><td>\</td><td></td><td>124</td><td>7C</td><td>|</td></tr><tr bgcolor="#FFFFC0"><td>29</td><td>1D</td><td>GS</td><td>group separator</td><td></td><td>61</td><td>3D</td><td>=</td><td></td><td>93</td><td>5D</td><td>]</td><td></td><td>125</td><td>7D</td><td>}</td></tr><tr bgcolor="#FFFFC0"><td>30</td><td>1E</td><td>RS</td><td>record separator</td><td></td><td>62</td><td>3E</td><td>></td><td></td><td>94</td><td>5E</td><td>^</td><td></td><td>126</td><td>7E</td><td>~</td></tr><tr bgcolor="#FFFFC0"><td>31</td><td>1F</td><td>US</td><td>unit separator</td><td></td><td>63</td><td>3F</td><td>?</td><td></td><td>95</td><td>5F</td><td>_</td><td></td><td>127</td><td>7F</td><td>DEL</td></tr></table><br /><br />
- AWG to Metric Conversion Charthttps://technick.net/guides/electronics/awg_to_metric/Sun, 01 Mar 1998 00:00:00 +0000https://technick.net/guides/electronics/awg_to_metric/<hr /><blockquote><p><b>Reference and Sources:</b><ul class="sources">
<li><a href="proxy.php?url=http://en.wikipedia.org/wiki/American_wire_gauge">Wikipedia: American wire gauge</a></li>
<li><a href="proxy.php?url=http://online.physics.uiuc.edu/courses/phys436/spring06/Lecture_Notes/P436_Supp_HO_01/American_Wire_Gauge.pdf">American Wire Gauge (AWG) & Metric Wire Gauge Wire Sizes</a></li>
<li><a href="proxy.php?url=http://www.vandenhul.com/artpap/awg.htm" target="_blank">Van den Hul: AWG to Metric Conversion Chart</a></li>
</ul></p><p>This table gives closest equivalent size cross references between metric and
American wire sizes. In Europe, wire sizes are expressed in cross sectional
area in mm² and also as the number of strands of wires of a diameter
expressed in mm. For example 7/0.2 means 7 strands of wire each 0.2mm diameter.
This example has a cross sectional area of 0.22mm². In America, the
commonest system is the AWG numbering scheme, where the numbers are applied not
only to individual strands but also to equivalent size bunches of smaller
strands. For example 24AWG could be made of 1 strands of 24AWG wire (1/24) or 7
strands of 32 AWG wire (7/32).<br />
<br />
See also: <a href="proxy.php?url=https://technick.net/tools/awg-to-metric-converter">AWG to metric Parameter Calculator</a>.</p>
- Basic Soldering Guidehttps://technick.net/guides/electronics/how_to_solder/Sun, 01 Mar 1998 00:00:00 +0000https://technick.net/guides/electronics/how_to_solder/<table border="0" width="600"> <tr> <td colspan="3" height="10" width="596"> <p align="center"><font face="Arial" size="2"> <a href="proxy.php?url=#types">Types of Iron</a> |
<a href="proxy.php?url=#howsol">How to Solder</a> |
<a href="proxy.php?url=#howdesol">How to Desolder</a> |
<a href="proxy.php?url=#suma">Summary</a> |
<a href="proxy.php?url=#trouble">Trouble Shooting Guide</a> |
<a href="proxy.php?url=#firstaid">First Aid</a><br /> <a href="proxy.php?url=#pictures">Photo Gallery</a> |
<a href="proxy.php?url=#contact">Contacting the Author</a> |
<a href="proxy.php?url=#copyrite">Copyright & Disclaimer</a> |
</font></p></td> </tr> <tr> <td colspan="3" height="10" width="596"></td></tr> <tr> <td height="10"><font color="#000080" face="Arial" size="2">This written
guide will help beginners and novices to obtain effective results when
soldering electronic components. If you have little or no experience of
using a soldering iron, then we recommend that you practice your soldering
technique on some fresh surplus components and clean stripboard
(protoboard), before experimenting with a proper constructional project.
This will help you to avoid the risk of disappointment when you start to
assemble your first prototypes. If you've never soldered before, then read
on!</font></td> </tr> <tr> <td colspan="3" height="10" width="596"> <hr /> </td></tr> <tr> <td colspan="3" height="10" width="596"><a name="types"></a><font size="+2"><b> Types of Iron</b></font></td></tr> <tr> <td colspan="3" height="10" width="596"><font color="#008080" face="Arial" size="2">Topics in this section include: Voltage, Wattage, Temperature
Control, Soldering Stations, Anti-Static Protection, Bits (Tips), Spare
Parts, and Gas-Powered Irons.</font> <p><font color="#800000" face="Arial" size="2">The most fundamental skill needed
to assemble any electronic project is that of soldering. It takes some
practice to make the perfect joint, but, like riding a bicycle, once
learned is never forgotten! The idea is simple: to join electrical parts
together to form an electrical connection, using a molten mixture of lead
and tin (solder) with a soldering iron. A large range of soldering irons
is available -- which one is suitable for you depends on your budget and
how serious your interest in electronics is.<br /><br />Electronics catalogues
often include a selection of well-known brands of soldering iron.
Excellent British-made ones include the universally popular Antex, Adcola
and Litesold makes. Other popular brands include those made by Weller and
Ungar. A very basic mains electric soldering iron can cost from under 5 UK
Pounds (8 US Dollars), but you can expect a reasonable model to be
approximately 10 to 12 UKP (16 to 20 US Dollars), and it's quite possible
to spend into three figures on a "soldering station" if you're really
serious! You can check suppliers' catalogues for some typical types of
iron. Certain factors you need to bear in mind
include:<br /><br /></font><font color="#000000" face="Arial" size="2"><strong>Voltage:</strong></font><font color="#800000" face="Arial" size="2"> Most irons run from the mains at 240V (110V in the US). However,
low voltage types (e.g.<br />12V or 24V) generally form part of a "soldering
station," and are designed to be used with a special controller made by
the same manufacturer.<br /><br /></font><font color="#000000" face="Arial" size="2"><strong>Wattage:</strong></font><font color="#800000" face="Arial" size="2"> Typically, soldering irons may have a power rating of between
15-25 watts or so, which is fine for most work. A higher wattage does not
mean that the iron runs hotter -- it simply means that there is more power
in reserve for coping with larger joints. This also depends partly on the
design of the "bit" (the tip of the iron). Consider a higher wattage iron
simply as being more "unstoppable" when it comes to heavier-duty work,
because it won't cool down so quickly.<br /><br /></font><font color="#000000" face="Arial" size="2"><strong>Temperature Control:</strong></font><font color="#800000" face="Arial" size="2"> The simplest and cheapest types don't
have any form of temperature regulation. Simply plug them in and switch
them on! Thermal regulation is "designed in" (by physics, not
electronics!). These irons may be described as "thermally balanced" so
that they have some degree of temperature "matching," but their output
will otherwise not be controlled. Unregulated irons form an ideal general
purpose iron for most users, and they generally cope well with printed
circuit board soldering and general interwiring. Most of these "miniature"
types of iron will be of little use when attempting to solder large joints
(e.g. very large terminals or very thick wires) because the component
being soldered will "sink" heat away from the tip of the iron, cooling it
down too much. (This is where a higher wattage comes in useful.)<br /><br />A
proper temperature-controlled iron will be quite a lot more expensive --
retailing at say 40 UKP (60 USD) or more. This type of iron will have some
form of built-in thermostatic control, to ensure that the temperature of
the bit (the tip of the iron) is maintained at a fixed level (within
limits). This is desirable, especially during more frequent use, since it
helps to ensure that the temperature does not "overshoot" in between
times, and also guarantees that the output will be relatively stable. Some
irons have a bimetallic strip thermostat built into the handle which gives
an audible "click" in use: other types use all-electronic controllers, and
some may be adjustable using a screwdriver.<br /><br />Yet more expensive
still, soldering stations cost from 70 UKP (115 USD) upwards (the iron
may<br />be sold separately, so you can pick the type you prefer). Soldering
stations consist of a complete bench-top control unit into which a special
low-voltage soldering iron is plugged. Some versions might have a built-in
digital temperature readout, and will have a control knob to enable you to
vary the setting. The temperature could be boosted for soldering larger
joints, for example, or for using higher melting-point solders (e.g.
silver solder). These are designed for the most discerning users, or for
continuous production line and professional use. The best stations have
irons which are well balanced, with comfort-grip handles which remain cool
all day. A thermocouple will be built into the tip or shaft, which
monitors temperature.<br /><br /></font><font color="#000000" face="Arial" size="2"><strong>Anti-Static Protection:</strong></font><font color="#800000" face="Arial" size="2"> If you're interested in soldering a lot of
static-sensitive parts (e.g. CMOS chips or MOSFET transistors), more
advanced and expensive soldering iron stations use
static-dissipative<br />materials in their construction to ensure that
static does not build up on the iron itself. You may see these listed as
"ESD safe" (electrostatic discharge proof). The cheapest irons won't
necessarily be ESD-safe but never the less will still probably perform
perfectly well in most hobby or educational applications if you take the
usual anti-static precautions when handling the components. The tip would
need to be well earthed (grounded) in these
circumstances.<br /><br /></font><font color="#000000" face="Arial" size="2"><strong>Bits:</strong></font><font color="#800000" face="Arial" size="2">
It's useful to have a small selection of manufacturer's bits (soldering
iron tips) available with different diameters or shapes, which can be
changed depending on the type of work in hand. You'll probably find that
you become accustomed to, and work best with, a particular shape of tip.
Often, tips are iron-coated to preserve their life, or they may be
bright-plated instead. Copper tips are seldom seen these
days.<br /><br /></font><font color="#000000" face="Arial" size="2"><strong>Spare
Parts:</strong></font><font color="#800000" face="Arial" size="2"> it's nice to
know that spare parts may be available, so if the element blows, you don't
need to replace the entire iron. This is especially so with expensive
irons. Check through some of the larger mail-order
catalogues.<br /><br /></font><font color="#000000" face="Arial" size="2"><strong>Gas-Powered Irons:</strong></font><font color="#800000" face="Arial" size="2"> You will occasionally see gas-powered soldering irons
which use butane rather than the mains electrical supply to operate. They
have a catalytic element which, once warmed up, continues to glow hot when
gas passes over them. Service engineers use them for working on repairs
where there may be no power available, or where a joint is tricky to reach
with a normal iron, so they are really for occasional "on the spot" use
for quick repairs, rather than for mainstream construction or assembly
work. </font></p>
- Basics of Electrostatic Discharge (ESD)https://technick.net/guides/electronics/esd/Sun, 01 Mar 1998 00:00:00 +0000https://technick.net/guides/electronics/esd/
- Batteries in a Portable World 2nd Ed.https://technick.net/guides/electronics/bpw/Sun, 01 Mar 1998 00:00:00 +0000https://technick.net/guides/electronics/bpw/
- Controlling Electrical Hazardshttps://technick.net/guides/electronics/electric_hazards/Sun, 01 Mar 1998 00:00:00 +0000https://technick.net/guides/electronics/electric_hazards/<hr /> <p>This article provides an overview of basic electrical safety for
individuals with little or limited training or familiarity with electrical
hazards. The concepts and principles presented will help further an
understanding of OSHA's electrical safety standards for general industry, Title
29 Code of Federal Regulations (CFR), Part 1910.302, Sub-part S-Design Safety
Standards for Electrical Systems, and 1910.331 Electrical Safety-Related Work
Practices Standard (1990).</p><br />
<!-- -------------------------------------------------------- --><a name="menu"></a><font size="+1"><u><b>Contents / Menu</b></u> </font><p><b><nobr><a href="proxy.php?url=#intro"> Introduction</a></nobr><br />
<nobr><a href="proxy.php?url=#acts"> How Electricity Acts?</a></nobr><br />
<nobr><a href="proxy.php?url=#occur"> How Shocks Occur?</a></nobr><br />
<nobr><a href="proxy.php?url=#shock"> Severity of the Shock</a></nobr><br />
<nobr><a href="proxy.php?url=#burns"> Burns and Other Injuries</a></nobr><br />
<nobr><a href="proxy.php?url=#prevent"> Preventing Electrical Hazards</a></nobr><br />
<font size="1">(<nobr><a href="proxy.php?url=#prev_insul"> Insulation,</a></nobr> <nobr><a href="proxy.php?url=#prev_guard"> Guarding,</a></nobr> <nobr><a href="proxy.php?url=#prev_ground"> Grounding,</a></nobr> <nobr><a href="proxy.php?url=#prev_cpd"> Circuit Protection Devices,</a></nobr> <nobr><a href="proxy.php?url=#prev_swp"> Safe Work Practices,</a></nobr> <nobr><a href="proxy.php?url=#prev_training"> Training,</a></nobr> <nobr><a href="proxy.php?url=#prev_ol"> Overhead Lines</a> )</nobr> </font><br />
<nobr><a href="proxy.php?url=#concl"> Conclusion</a></nobr><br />
</b></p>
- Definitions of the SI base and derived unitshttps://technick.net/guides/theory/si_units/Sun, 01 Mar 1998 00:00:00 +0000https://technick.net/guides/theory/si_units/<hr />(<a href="proxy.php?url=#SIbase">Definitions of the SI base units</a>, <a href="proxy.php?url=#SIderived">SI derived units</a>, <a href="proxy.php?url=#otherunits">Other not SI units</a>)<br /><p>The International System of Units, universally abbreviated SI (from the French Le Système International d'Unités), is the modern metric system of measurement. The SI was established in 1960 by the 11th General Conference on Weights and Measures (CGPM, Conférence Générale des Poids et Mesures). The CGPM is the international authority that ensures wide dissemination of the SI and modifies the SI as necessary to reflect the latest advances in science and technology. </p>
- Dielectric Constants of Materialhttps://technick.net/guides/electronics/dielectric_constants/Sun, 01 Mar 1998 00:00:00 +0000https://technick.net/guides/electronics/dielectric_constants/<blockquote><p><b>Reference and Sources:</b><ul class="sources"><li><a href="proxy.php?url=http://www4.ncsu.edu/~zchang" target="_blank">Zed Z. Chang</a></li></ul></p><table border="2" cellspacing="1" cellpadding="1"><tr><th>Material</th><th>Min.</th><th>Max.</th></tr><tr><td>Air</td><td>1</td><td>1</td></tr><tr><td>Amber</td><td>2.6</td><td>2.7</td></tr><tr><td>Asbestos fiber</td><td>3.1</td><td>4.8</td></tr><tr><td>Bakelite</td><td>5</td><td>22</td></tr><tr><td>Barium Titanate</td><td>100</td><td>1250</td></tr><tr><td>Beeswax</td><td>2.4</td><td>2.8</td></tr><tr><td>Cambric</td><td>4</td><td>4</td></tr><tr><td>Carbon Tetrachloride</td><td>2.17</td><td>2.17</td></tr><tr><td>Celluloid</td><td>4</td><td>4</td></tr><tr><td>Cellulose Acetate</td><td>2.9</td><td>4.5</td></tr><tr><td>Durite</td><td>4.7</td><td>5.1</td></tr><tr><td>Ebonite</td><td>2.7</td><td>2.7</td></tr><tr><td>Epoxy Resin</td><td>3.4</td><td>3.7</td></tr><tr><td>Ethyl Alcohol</td><td>6.5</td><td>25</td></tr><tr><td>Fiber</td><td>5</td><td>5</td></tr><tr><td>Formica</td><td>3.6</td><td>6</td></tr><tr><td>Glass</td><td>3.8</td><td>14.5</td></tr><tr><td>Glass Pyrex</td><td>4.6</td><td>5</td></tr><tr><td>Gutta Percha</td><td>2.4</td><td>2.6</td></tr><tr><td>Isolantite</td><td>6.1</td><td>6.1</td></tr><tr><td>Kevlar</td><td>3.5</td><td>4.5</td></tr><tr><td>Lucite</td><td>2.5</td><td>2.5</td></tr><tr><td>Mica</td><td>4</td><td>9</td></tr><tr><td>Micarta</td><td>3.2</td><td>5.5</td></tr><tr><td>Mycalex</td><td>7.3</td><td>9.3</td></tr><tr><td>Neoprene</td><td>4</td><td>6.7</td></tr><tr><td>Nylon</td><td>3.4</td><td>22.4</td></tr><tr><td>Paper</td><td>1.5</td><td>3</td></tr><tr><td>Paraffin</td><td>2</td><td>3</td></tr><tr><td>Plexiglass</td><td>2.6</td><td>3.5</td></tr><tr><td>Polycarbonate</td><td>2.9</td><td>3.2</td></tr><tr><td>Polyethylene</td><td>2.5</td><td>2.5</td></tr><tr><td>Polyimide</td><td>3.4</td><td>3.5</td></tr><tr><td>Polystyrene</td><td>2.4</td><td>3</td></tr><tr><td>Porcelain</td><td>5</td><td>6.5</td></tr><tr><td>Quartz</td><td>5</td><td>5</td></tr><tr><td>Rubber</td><td>2</td><td>4</td></tr><tr><td>Ruby Mica</td><td>5.4</td><td>5.4</td></tr><tr><td>Selenium</td><td>6</td><td>6</td></tr><tr><td>Shellac</td><td>2.9</td><td>3.9</td></tr><tr><td>Silicone</td><td>3.2</td><td>4.7</td></tr><tr><td>Slate</td><td>7</td><td>7</td></tr><tr><td>Soil dry</td><td>2.4</td><td>2.9</td></tr><tr><td>Steatite</td><td>5.2</td><td>6.3</td></tr><tr><td>Styrofoam</td><td>1.03</td><td>1.03</td></tr><tr><td>Teflon</td><td>2.1</td><td> 2.1</td></tr><tr><td>Titanium Dioxide</td><td>100</td><td>100</td></tr><tr><td>Vaseline</td><td>2.16</td><td>2.16</td></tr><tr><td>Vinylite</td><td>2.7</td><td>7.5</td></tr><tr><td>Water distilled</td><td>34</td><td>78</td></tr><tr><td>Waxes, Mineral</td><td>2.2</td><td>2.3</td></tr><tr><td>Wood dry</td><td>1.4</td><td>2.9</td></tr></table></blockquote><br /><br />
- Digital Audio Resamplinghttps://technick.net/guides/theory/dar/Sun, 01 Mar 1998 00:00:00 +0000https://technick.net/guides/theory/dar/<p style="background-color:#FFFFAA;border:1px solid red;padding:0.5em;"><strong>NOTE: THIS DOCUMENT IS OBSOLETE, PLEASE CHECK THE NEW VERSION:</strong> "<a href="proxy.php?url=http://ccrma.stanford.edu/~jos/resample/">The Digital Audio Resampling Home Page</a>", by <a href="proxy.php?url=http://ccrma.stanford.edu/~jos/"> Julius O. Smith III</a>, Copyright © <i>2016-05-17</i> by <a href="proxy.php?url=http://ccrma.stanford.edu/~jos/"> Julius O. Smith III</a> - <a href="proxy.php?url=http://ccrma.stanford.edu/">Center for Computer Research in Music and Acoustics (CCRMA),</a> <a href="proxy.php?url=http://www.stanford.edu/"> Stanford University</a></p>
- Elementary Digital Filter Theoryhttps://technick.net/guides/theory/edft/Sun, 01 Mar 1998 00:00:00 +0000https://technick.net/guides/theory/edft/<p style="background-color:#FFFFAA;border:1px solid red;padding:0.5em;"><strong>NOTE: THIS DOCUMENT IS OBSOLETE, PLEASE CHECK THE NEW VERSION:</strong> "<a href="proxy.php?url=http://ccrma.stanford.edu/~jos/filters/">Introduction to Digital Filters with Audio Applications</a>", by <a href="proxy.php?url=http://ccrma.stanford.edu/~jos/"> Julius O. Smith III</a>, Copyright © <i>2017-11-26</i> by <a href="proxy.php?url=http://ccrma.stanford.edu/~jos/"> Julius O. Smith III</a> - <a href="proxy.php?url=http://ccrma.stanford.edu/">Center for Computer Research in Music and Acoustics (CCRMA),</a> <a href="proxy.php?url=http://www.stanford.edu/"> Stanford University</a></p>
- Ferric Chloride Solution: Etchant for copper-plated PC Boardshttps://technick.net/guides/electronics/fecl/Sun, 01 Mar 1998 00:00:00 +0000https://technick.net/guides/electronics/fecl/<hr /><pre>
Ferric Chloride CAS #7705-08-0
Green-black solution in water with a mild acid-like odor.
May cause eye and skin burns. May be harmful if swallowed. Ingestion
may cause rapid heartbeat, low blood pressure, shock, and possible coma.
May cause kidney and liver damage. Inhalation of vapor may cause severe
respiratory tract irritation. Substance has caused adverse reproductive
effects in animals.
Target Organs: Kidneys, liver, cardiovascular system.
Adverse Health Effects
If in Eyes: May cause eye burns. Contact produces irritation, tearing,
and burning pain.
If on Skin: May be absorbed through the skin. May cause severe
irritation and possible burns.
If Swallowed: May cause irritation of the digestive tract. May cause
liver and kidney damage. Causes severe pain, nausea, vomiting,
diarrhea, and shock. May cause severe irritation of the mouth and
throat. May cause low blood pressure, rapid heartbeat, skin
discoloration, and possible coma.
If Inhaled: Vapor may cause severe respiratory tract irritation.
Prolonged or repeated exposure may cause adverse reproductive effects.
Repeated exposure may increase an increased body load of iron.
FIRST AID MEASURES:
Eyes: Immediately flush eyes with plenty of water for at least 15
minutes, occasionally lifting the upper and lower lids. Get medical
aid immediately. Do NOT allow victim to rub or keep eyes closed.
Skin: Immediately flush skin with plenty of soap and water for at
least 15 minutes while removing contaminated clothing and shoes.
Get medical aid if irritation develops or persists.
Ingestion: If victim is conscious and alert, give 2-4 cupfuls of milk
or water. Get medical aid immediately.
Inhalation: Remove from exposure to fresh air immediately. If not breathing,
give artificial respiration. If breathing is difficult, give oxygen.
Get medical aid.
Notes to Physician:
Treat symptomatically and supportively.
The use of an iron chelator should be determined only by qualified
medical personnel.
Handling:
Wash thoroughly after handling.
Remove contaminated clothing and wash before reuse.
Use with adequate ventilation.
Do not get in eyes, on skin, or on clothing.
Do not ingest or inhale.
Storage:
Do not store in direct sunlight.
Store in a cool, dry, well-ventilated area away from incompatible
substances.
OSHA Vacated PELs:
Ferric Chloride: No OSHA Vacated PELs are listed for this chemical.
<p>Physical State: Liquid
Appearance: Green-black solution.
Odor: Mild acid-like.
pH: 2.0 (0.1M sol.)
Vapor Pressure: Not available.
Vapor Density: Not available.
Evaporation Rate: Not available.
Viscosity: Not available.
Boiling Point: 212 degrees F
Freezing/Melting Point: Not available.
Decomposition Temperature: Not available.
Solubility: Soluble in water.
Specific Gravity/Density: 1.4 (water=1)
Molecular Formula: FeCl3
Molecular Weight: 162.206
Chemical Stability: Stable under normal temperatures and pressures.
Incompatible with Alkalis, allyl chloride, ethylene oxide, nylon,
oxidizers, potassium, sodium. Corrosive to most metals.
Hazardous Decomposition Products: Hydrogen chloride, chlorine.
Hazardous Polymerization: None reported.
LD50/LC50:
CAS# 7732-18-5: Oral, rat: LD50 = >90 mL/kg.
CAS# 7732-18-5: Oral, rat: LD50 = >90 mL/kg.
Carcinogenicity: Not listed by ACGIH, IARC, NIOSH, NTP, or OSHA.
Epidemiology: No information available.
Teratogenicity: No information available.
Reproductive Effects: Fertility: Pre-implantation mortality,
intravaginal-rat TDLo=29mg/kg.
Paternal Effects: Spermatogenesis and Testes/sperm duct/epididymis,
intratesticular-rat TDLo=12976ug/kg.
Neurotoxicity: No information available.
Mutagenicity: No information available.
Other Studies: None.
Ecotoxicity:
Daphnia (fresh water) TLm=15ppm/96H
Mosquito fish TLm=74ppm/96H
Minnow TLm=540ppm/1.5H
Environmental Fate: No information available.
Dispose of in a manner consistent with federal, state, and local regulations.
RCRA D-Series Maximum Concentration of Contaminants: Not listed.
RCRA D-Series Chronic Toxicity Reference Levels: Not listed.
RCRA F-Series: Not listed.
RCRA P-Series: Not listed.
RCRA U-Series: Not listed.
Not listed as a material banned from land disposal according to RCRA.
Transportation Information:
Shipping Name: FERRIC CHLORIDE SOLUTION
Hazard Class: 8(9.2)
UN Number: UN2582
TSCA: CAS# 7705-08-0 is listed on the TSCA inventory.
Not listed on the Health & Safety Reporting List.
Not listed under TSCA Section 12b.
Does not have a SNUR under TSCA.
CERCLA/SARA: Section 302 (RQ) NONE
Section 302 (TPQ) NONE
Section 313 Not reportable under Section 313.
Clean Air Act:
This material does not contain any hazardous air pollutants.
This material does not contain any Class 1 Ozone depletors.
This material does not contain any Class 2 Ozone depletors.
Clean Water Act:
CAS# 7705-08-0 is listed as a Hazardous Substance under the CWA.
Not are listed as Priority Pollutants under the CWA.
Not listed as Toxic Pollutants under the CWA.
OSHA: Not are considered highly hazardous by OSHA.
Ferric Chloride can be found on the following state right to know
lists: New Jersey, Pennsylvania, Massachusetts.
Not present on state lists from CA, PA, MN, MA, FL, or NJ.
California No Significant Risk Level: Not listed.
Canada
CAS# 7705-08-0 is listed on Canada’s DSL/NDSL List.
CAS# 7705-08-0 is not listed on Canada’s Ingredient Disclosure List.
European Labeling in Accordance with EC Directives
Hazard Symbols: Not available.
Risk Phrases: Not available.
Safety Phrases: Not available.
Exposure Limits:
OEL-DENMARK:TWA 1 mg(Fe)/m3 JANUARY 1993. OEL-FINLAND:TWA 1
mg(Fe)/m3 JANUARY 1993. OEL-THE NETHERLANDS:TWA 1 mg(Fe)/m3
JANUARY 1993. OEL-SWITZERLAND:TWA 1 mg(Fe)/m3 JANUARY 1993.
OEL-UNITED KINGDOM:TWA 1 mg(Fe)/m3;STEL 2 mg(Fe)/m3 JANUARY
1993. OEL IN BULGARIA, COLOMBIA, JORDAN, KOREA check ACGIH TLV.
OEL IN NEW ZEALAND, SINGAPORE, VIETNAM check ACGI TLV</pre><br /><br /><a href="proxy.php?url=https://technick.net/guides/electronics/pcb"><img src="proxy.php?url=https://technick.net/img/back.jpg" width="30" height="24" border="0" align="middle" alt="" /><b> Back to PCBs Fabrication Methods Guide</b></a><br /></p>
- Inductance of Circular Loophttps://technick.net/tools/inductance-calculator/circular-loop/Sun, 01 Mar 1998 00:00:00 +0000https://technick.net/tools/inductance-calculator/circular-loop/<blockquote>Loop of wire with circular shape<br /><table class="toolform" border="0" cellspacing="10" cellpadding="2"><tr><td align="left" valign="top"><img src="proxy.php?url=https://technick.net/img/util_inductance/util_inductance_circle.gif" width="100" height="100" border="0" alt="Circular Loop" /></td><td align="left" valign="top"><form action="proxy.php?url=" method="get" name="inductanceform" id="inductanceform"><table class="toolform" border="0" cellspacing="0" cellpadding="0"><tr><td><b>N</b></td><td><input type="text" name="A" size="20" /></td><td><b>[ ]</b> </td><td>number of turns</td></tr><tr><td><b>R</b></td><td><input type="text" name="B" size="20" /></td><td><b>[m]</b> </td><td>radius of the circle</td></tr><tr><td><b>a</b></td><td><input type="text" name="C" size="20" /></td><td><b>[m]</b> </td><td>wire radius</td></tr><tr><td><b>µ<sub>r</sub></b></td><td><input type="text" name="D" size="20" /></td><td><b>[ ]</b> </td><td>relative permeability of the medium</td></tr><tr><td><font color="#800000"><b>L</b></font></td><td><input type="text" name="L" size="20" readonly="readonly" /></td><td><font color="#800000"><b>[H]</b></font> </td><td>Inductance</td></tr><tr><td> </td><td colspan="3"><input name="Calculate" type="button" value="Calculate" onclick="LCircularLoop()" /> <input name="Reset" type="Reset" value="Clear" /></td></tr></table></form></td></tr></table><p><b>NOTE:</b> numbers are in scientific notation (e.g.: 1.427e-9 H = 1.1427·10<sup>-9</sup> H = 1.427 nH)</p><p><img src="proxy.php?url=https://technick.net/img/util_inductance/util_inductance_circle_formula.gif" border="0" alt="Formula" /></p></blockquote>
<script language="JavaScript" src="proxy.php?url=https://technick.net/js/inductancecalc.js" type="text/javascript"></script>
- Inductance of Coplanar Traceshttps://technick.net/tools/inductance-calculator/coplanar-traces/Sun, 01 Mar 1998 00:00:00 +0000https://technick.net/tools/inductance-calculator/coplanar-traces/<blockquote>Cross section of Coplanar Traces transmission line<br /><table class="toolform" border="0" cellspacing="10" cellpadding="2"><tr><td align="left" valign="top"><img src="proxy.php?url=https://technick.net/img/util_inductance/util_inductance_trace_h.gif" width="100" height="42" border="0" alt="Coplanar Traces" /></td><td align="left" valign="top"><form action="proxy.php?url=" method="get" name="inductanceform" id="inductanceform"><table class="toolform" border="0" cellspacing="0" cellpadding="0"><tr><td><b>w</b></td><td><input type="text" name="A" size="20" /></td><td><b>[m]</b> </td><td>width of the traces</td></tr><tr><td><b>d</b></td><td><input type="text" name="B" size="20" /></td><td><b>[m]</b> </td><td>center-to-center distance</td></tr><tr><td><b>t</b></td><td><input type="text" name="C" size="20" /></td><td><b>[m]</b> </td><td>thickness of the traces</td></tr><tr><td><b>µ<sub>r</sub></b></td><td><input type="text" name="D" size="20" /></td><td><b>[ ]</b> </td><td>relative permeability of the medium</td></tr><tr><td><font color="#800000"><b>L/l</b></font></td><td><input type="text" name="L" size="20" readonly="readonly" /></td><td><font color="#800000"><b>[H/m]</b></font> </td><td>Inductance per unit length</td></tr><tr><td> </td><td colspan="3"><input name="Calculate" type="button" value="Calculate" onclick="LTraceH()" /> <input name="Reset" type="Reset" value="Clear" /></td></tr></table></form></td></tr></table><p><b>NOTE:</b> numbers are in scientific notation (e.g.: 1.427e-9 H = 1.1427·10<sup>-9</sup> H = 1.427 nH)</p><p><img src="proxy.php?url=https://technick.net/img/util_inductance/util_inductance_trace_h_formula.gif" width="392" height="52" border="0" alt="Formula" /><br /><br /><font size="1">See also notes on <a href="proxy.php?url=https://technick.net/tools/inductance-calculator">Inductance Calculations</a> page.</font></p></blockquote>
<script language="JavaScript" src="proxy.php?url=https://technick.net/js/inductancecalc.js" type="text/javascript"></script>
- Inductance of Equilateral Triangle Loophttps://technick.net/tools/inductance-calculator/triangle-eq-loop/Sun, 01 Mar 1998 00:00:00 +0000https://technick.net/tools/inductance-calculator/triangle-eq-loop/<blockquote>Loop of wire with Equilateral Triangle shape<br /><table class="toolform" border="0" cellspacing="10" cellpadding="2"><tr><td align="left" valign="top"><img src="proxy.php?url=https://technick.net/img/util_inductance/util_inductance_triangle_eq.gif" width="100" height="92" border="0" alt="Equilateral Triangle Loop" /></td><td align="left" valign="top"><form action="proxy.php?url=" method="get" name="inductanceform" id="inductanceform"><table class="toolform" border="0" cellspacing="0" cellpadding="0"><tr><td><b>N</b></td><td><input type="text" name="A" size="20" /></td><td><b>[ ]</b> </td><td>number of turns</td></tr><tr><td><b>s</b></td><td><input type="text" name="B" size="20" /></td><td><b>[m]</b> </td><td>length of one side</td></tr><tr><td><b>a</b></td><td><input type="text" name="C" size="20" /></td><td><b>[m]</b> </td><td>wire radius</td></tr><tr><td><b>µ<sub>r</sub></b></td><td><input type="text" name="D" size="20" /></td><td><b>[ ]</b> </td><td>relative permeability of the medium</td></tr><tr><td><font color="#800000"><b>L</b></font></td><td><input type="text" name="L" size="20" readonly="readonly" /></td><td><font color="#800000"><b>[H]</b></font> </td><td>Inductance</td></tr><tr><td> </td><td colspan="3"><input name="Calculate" type="button" value="Calculate" onclick="LTriangleEqLoop()" /> <input name="Reset" type="Reset" value="Clear" /></td></tr></table></form></td></tr></table><p><b>NOTE:</b> numbers are in scientific notation (e.g.: 1.427e-9 H = 1.1427·10<sup>-9</sup> H = 1.427 nH)</p><p><img src="proxy.php?url=https://technick.net/img/util_inductance/util_inductance_triangle_eq_formula.gif" border="0" alt="Formula" /><br /><br /><font size="1">See also notes on <a href="proxy.php?url=https://technick.net/tools/inductance-calculator">Inductance Calculations</a> page.</font></p></blockquote>
<script language="JavaScript" src="proxy.php?url=https://technick.net/js/inductancecalc.js" type="text/javascript">
</script>
- Inductance of Isosceles Triangle Loophttps://technick.net/tools/inductance-calculator/triangle-is-loop/Sun, 01 Mar 1998 00:00:00 +0000https://technick.net/tools/inductance-calculator/triangle-is-loop/<blockquote>Loop of wire with Isosceles Triangle shape<br /><table class="toolform" border="0" cellspacing="10" cellpadding="2"><tr><td align="left" valign="top"><img src="proxy.php?url=https://technick.net/img/util_inductance/util_inductance_triangle_is.gif" width="70" height="100" border="0" alt="Isosceles Triangle Loop" /></td><td align="left" valign="top"><form action="proxy.php?url=" method="get" name="inductanceform" id="inductanceform"><table class="toolform" border="0" cellspacing="0" cellpadding="0"><tr><td><b>N</b></td><td><input type="text" name="A" size="20" /></td><td><b>[ ]</b> </td><td>number of turns</td></tr><tr><td><b>b</b></td><td><input type="text" name="B" size="20" /></td><td><b>[m]</b> </td><td>length of the base</td></tr><tr><td><b>c</b></td><td><input type="text" name="C" size="20" /></td><td><b>[m]</b> </td><td>length of the equal sides</td></tr><tr><td><b>a</b></td><td><input type="text" name="D" size="20" /></td><td><b>[m]</b> </td><td>wire radius</td></tr><tr><td><b>µ<sub>r</sub></b></td><td><input type="text" name="E" size="20" /></td><td><b>[ ]</b> </td><td>relative permeability of the medium</td></tr><tr><td><font color="#800000"><b>L</b></font></td><td><input type="text" name="L" size="20" readonly="readonly" /></td><td><font color="#800000"><b>[H]</b></font> </td><td>Inductance</td></tr><tr><td> </td><td colspan="3"><input name="Calculate" type="button" value="Calculate" onclick="LTriangleIsLoop()" /> <input name="reset" type="reset" value="Clear" /></td></tr></table></form></td></tr></table><p><b>NOTE:</b> numbers are in scientific notation (e.g.: 1.427e-9 H = 1.1427·10<sup>-9</sup> H = 1.427 nH)</p><p><img src="proxy.php?url=https://technick.net/img/util_inductance/util_inductance_triangle_is_formula.gif" border="0" alt="Formula" /><br /><br /><font size="1">See also notes on <a href="proxy.php?url=https://technick.net/tools/inductance-calculator">Inductance Calculations</a> page.</font></p></blockquote>
<script language="JavaScript" src="proxy.php?url=https://technick.net/js/inductancecalc.js" type="text/javascript"></script>
- Inductance of Rectangular Loophttps://technick.net/tools/inductance-calculator/rectangular-loop/Sun, 01 Mar 1998 00:00:00 +0000https://technick.net/tools/inductance-calculator/rectangular-loop/<blockquote>Loop of wire with rectangular shape<br /><table class="toolform" border="0" cellspacing="10" cellpadding="2"><tr><td align="left" valign="top"><img src="proxy.php?url=https://technick.net/img/util_inductance/util_inductance_rectangle.gif" width="100" height="67" border="0" alt="Rectangular Loop" /></td><td align="left" valign="top"><form action="proxy.php?url=" method="get" name="inductanceform" id="inductanceform"><table class="toolform" border="0" cellspacing="0" cellpadding="0"><tr><td><b>N</b></td><td><input type="text" name="A" size="20" /></td><td><b>[ ]</b> </td><td>number of turns</td></tr><tr><td><b>w</b></td><td><input type="text" name="B" size="20" /></td><td><b>[m]</b> </td><td>width of the rectangle</td></tr><tr><td><b>h</b></td><td><input type="text" name="C" size="20" /></td><td><b>[m]</b> </td><td>height of the rectangle</td></tr><tr><td><b>a</b></td><td><input type="text" name="D" size="20" /></td><td><b>[m]</b> </td><td>wire radius</td></tr><tr><td><b>µ<sub>r</sub></b></td><td><input type="text" name="E" size="20" /></td><td><b>[ ]</b> </td><td>relative permeability of the medium</td></tr><tr><td><font color="#800000"><b>L</b></font></td><td><input type="text" name="L" size="20" readonly="readonly" /></td><td><font color="#800000"><b>[H]</b></font> </td><td>Inductance</td></tr><tr><td> </td><td colspan="3"><input name="Calculate" type="button" value="Calculate" onclick="LRectangularLoop()" /> <input name="Reset" type="Reset" value="Clear" /></td></tr></table></form></td></tr></table><p><b>NOTE:</b> numbers are in scientific notation (e.g.: 1.427e-9 H = 1.1427·10<sup>-9</sup> H = 1.427 nH)</p><p><img src="proxy.php?url=https://technick.net/img/util_inductance/util_inductance_rectangle_formula.gif" border="0" alt="Formula" /><br /><br /><font size="1">See also notes on <a href="proxy.php?url=https://technick.net/tools/inductance-calculator">Inductance Calculations</a> page.</font></p></blockquote>
<script language="JavaScript" src="proxy.php?url=https://technick.net/js/inductancecalc.js" type="text/javascript"></script>
- Inductance of Round Wire over a Ground Planehttps://technick.net/tools/inductance-calculator/round-wire-over-ground-plane/Sun, 01 Mar 1998 00:00:00 +0000https://technick.net/tools/inductance-calculator/round-wire-over-ground-plane/<blockquote>Cross section of Round Wire transmission line over a Ground Plane<br /><table class="toolform" border="0" cellspacing="10" cellpadding="2"><tr><td align="left" valign="top"><img src="proxy.php?url=https://technick.net/img/util_inductance/util_inductance_wire_g.gif" width="100" height="100" border="0" alt="Round Wire over a Ground Plane" /></td><td align="left" valign="top"><form action="proxy.php?url=" method="get" name="inductanceform" id="inductanceform"><table class="toolform" border="0" cellspacing="0" cellpadding="0"><tr><td><b>h</b></td><td><input type="text" name="A" size="20" /></td><td><b>[m]</b> </td><td>height of center from ground plane</td></tr><tr><td><b>a</b></td><td><input type="text" name="B" size="20" /></td><td><b>[m]</b> </td><td>wire radius</td></tr><tr><td><b>µ<sub>r</sub></b></td><td><input type="text" name="C" size="20" /></td><td><b>[ ]</b> </td><td>relative permeability of the medium</td></tr><tr><td><font color="#800000"><b>L/l</b></font></td><td><input type="text" name="L" size="20" readonly="readonly" /></td><td><font color="#800000"><b>[H/m]</b></font> </td><td>Inductance per unit length</td></tr><tr><td> </td><td colspan="3"><input name="Calculate" type="button" value="Calculate" onclick="LWireG()" /> <input name="Reset" type="Reset" value="Clear" /></td></tr></table></form></td></tr></table><p><b>NOTE:</b> numbers are in scientific notation (e.g.: 1.427e-9 H = 1.1427·10<sup>-9</sup> H = 1.427 nH)</p><p><img src="proxy.php?url=https://technick.net/img/util_inductance/util_inductance_wire_g_formula.gif" width="342" height="52" border="0" alt="Formula" /><br /><br /><font size="1">See also notes on <a href="proxy.php?url=https://technick.net/tools/inductance-calculator">Inductance Calculations</a> page.</font></p></blockquote>
<script language="JavaScript" src="proxy.php?url=https://technick.net/js/inductancecalc.js" type="text/javascript"></script>
- Inductance of Square Loophttps://technick.net/tools/inductance-calculator/square-loop/Sun, 01 Mar 1998 00:00:00 +0000https://technick.net/tools/inductance-calculator/square-loop/<blockquote>Loop of wire with square shape<br /><table class="toolform" border="0" cellspacing="10" cellpadding="2"><tr><td align="left" valign="top"><img src="proxy.php?url=https://technick.net/img/util_inductance/util_inductance_square.gif" width="100" height="100" border="0" alt="Square Loop" /></td><td align="left" valign="top"><form action="proxy.php?url=" method="get" name="inductanceform" id="inductanceform"><table class="toolform" border="0" cellspacing="0" cellpadding="0"><tr><td><b>N</b></td><td><input type="text" name="A" size="20" /></td><td><b>[ ]</b> </td><td>number of turns</td></tr><tr><td><b>w</b></td><td><input type="text" name="B" size="20" /></td><td><b>[m]</b> </td><td>width of the rectangle</td></tr><tr><td><b>a</b></td><td><input type="text" name="C" size="20" /></td><td><b>[m]</b> </td><td>wire radius</td></tr><tr><td><b>µ<sub>r</sub></b></td><td><input type="text" name="D" size="20" /></td><td><b>[ ]</b> </td><td>relative permeability of the medium</td></tr><tr><td><font color="#800000"><b>L</b></font></td><td><input type="text" name="L" size="20" readonly="readonly" /></td><td><font color="#800000"><b>[H]</b></font> </td><td>Inductance</td></tr><tr><td> </td><td colspan="3"><input name="Calculate" type="button" value="Calculate" onclick="LSquareLoop()" /> <input name="Reset" type="Reset" value="Clear" /></td></tr></table></form></td></tr></table><p><b>NOTE:</b> numbers are in scientific notation (e.g.: 1.427e-9 H = 1.1427·10<sup>-9</sup> H = 1.427 nH)</p><p><img src="proxy.php?url=https://technick.net/img/util_inductance/util_inductance_square_formula.gif" border="0" alt="Formula" /><br /><br /><font size="1">See also notes on <a href="proxy.php?url=https://technick.net/tools/inductance-calculator">Inductance Calculations</a> page.</font></p></blockquote>
<script language="JavaScript" src="proxy.php?url=https://technick.net/js/inductancecalc.js" type="text/javascript"></script>
- Inductance of Twin Leadhttps://technick.net/tools/inductance-calculator/twin-lead/Sun, 01 Mar 1998 00:00:00 +0000https://technick.net/tools/inductance-calculator/twin-lead/<blockquote>Cross section of Twin Lead transmission line<br /><table class="toolform" border="0" cellspacing="10" cellpadding="2"><tr><td align="left" valign="top"><img src="proxy.php?url=https://technick.net/img/util_inductance/util_inductance_wire_2.gif" width="100" height="46" border="0" alt="Twin Lead" /></td><td align="left" valign="top"><form action="proxy.php?url=" method="get" name="inductanceform" id="inductanceform"><table class="toolform" border="0" cellspacing="0" cellpadding="0"><tr><td><b>d</b></td><td><input type="text" name="A" size="20" /></td><td><b>[m]</b> </td><td>distance from center to center</td></tr><tr><td><b>a</b></td><td><input type="text" name="B" size="20" /></td><td><b>[m]</b> </td><td>wire radius</td></tr><tr><td><b>µ<sub>r</sub></b></td><td><input type="text" name="C" size="20" /></td><td><b>[ ]</b> </td><td>relative permeability of the medium</td></tr><tr><td><font color="#800000"><b>L/l</b></font></td><td><input type="text" name="L" size="20" readonly="readonly" /></td><td><font color="#800000"><b>[H/m]</b></font> </td><td>Inductance per unit length</td></tr><tr><td> </td><td colspan="3"><input name="Calculate" type="button" value="Calculate" onclick="LTwinLead()" /> <input name="Reset" type="Reset" value="Clear" /></td></tr></table></form></td></tr></table><p><b>NOTE:</b> numbers are in scientific notation (e.g.: 1.427e-9 H = 1.1427·10<sup>-9</sup> H = 1.427 nH)</p><p><img src="proxy.php?url=https://technick.net/img/util_inductance/util_inductance_wire_2_formula.gif" width="342" height="52" border="0" alt="Formula" /><br /><br /><font size="1">See also notes on <a href="proxy.php?url=https://technick.net/tools/inductance-calculator">Inductance Calculations</a> page.</font></p></blockquote>
<script language="JavaScript" src="proxy.php?url=https://technick.net/js/inductancecalc.js" type="text/javascript"></script>
- Inductance of Vertically Spaced Traceshttps://technick.net/tools/inductance-calculator/vertically-spaced-traces/Sun, 01 Mar 1998 00:00:00 +0000https://technick.net/tools/inductance-calculator/vertically-spaced-traces/<blockquote>Cross section of Vertically Spaced Traces transmission line<br /><table class="toolform" border="0" cellspacing="10" cellpadding="2"><tr><td align="left" valign="top"><img src="proxy.php?url=https://technick.net/img/util_inductance/util_inductance_trace_v.gif" width="100" height="60" border="0" alt="Vertically Spaced Traces" /></td><td align="left" valign="top"><form action="proxy.php?url=" method="get" name="inductanceform" id="inductanceform"><table class="toolform" border="0" cellspacing="0" cellpadding="0"><tr><td><b>w</b></td><td><input type="text" name="A" size="20" /></td><td><b>[m]</b> </td><td>width of the traces</td></tr><tr><td><b>h</b></td><td><input type="text" name="B" size="20" /></td><td><b>[m]</b> </td><td>center-to-center spacing of traces</td></tr><tr><td><b>t</b></td><td><input type="text" name="C" size="20" /></td><td><b>[m]</b> </td><td>thickness of the traces</td></tr><tr><td><b>µ<sub>r</sub></b></td><td><input type="text" name="D" size="20" /></td><td><b>[ ]</b> </td><td>relative permeability of the medium</td></tr><tr><td><font color="#800000"><b>L/l</b></font></td><td><input type="text" name="L" size="20" readonly="readonly" /></td><td><font color="#800000"><b>[H/m]</b></font> </td><td>Inductance per unit length</td></tr><tr><td> </td><td colspan="3"><input name="Calculate" type="button" value="Calculate" onclick="LTraceV()" /> <input name="Reset" type="Reset" value="Clear" /></td></tr></table></form></td></tr></table><p><b>NOTE:</b> numbers are in scientific notation (e.g.: 1.427e-9 H = 1.1427·10<sup>-9</sup> H = 1.427 nH)</p><p><img src="proxy.php?url=https://technick.net/img/util_inductance/util_inductance_trace_v_formula.gif" width="316" height="51" border="0" alt="Formula" /><br /><br /><font size="1">See also notes on <a href="proxy.php?url=https://technick.net/tools/inductance-calculator">Inductance Calculations</a> page.</font></p></blockquote>
<script language="JavaScript" src="proxy.php?url=https://technick.net/js/inductancecalc.js" type="text/javascript"></script>
- Inductance of Wide Trace over a Ground Planehttps://technick.net/tools/inductance-calculator/wide-trace-over-ground-plane/Sun, 01 Mar 1998 00:00:00 +0000https://technick.net/tools/inductance-calculator/wide-trace-over-ground-plane/<blockquote>Cross section of Wide Trace transmission line over a Ground Plane<br /><table class="toolform" border="0" cellspacing="10" cellpadding="2"><tr><td align="left" valign="top"><img src="proxy.php?url=https://technick.net/img/util_inductance/util_inductance_trace_g.gif" width="100" height="75" border="0" alt="Cross section of Wide Trace transmission line over a Ground Plane" /></td><td align="left" valign="top"><form action="proxy.php?url=" method="get" name="inductanceform" id="inductanceform"><table class="toolform" border="0" cellspacing="0" cellpadding="0"><tr><td><b>w</b></td><td><input type="text" name="A" size="20" /></td><td><b>[m]</b> </td><td>width of the trace</td></tr><tr><td><b>h</b></td><td><input type="text" name="B" size="20" /></td><td><b>[m]</b> </td><td>height of the trace above ground</td></tr><tr><td><b>t</b></td><td><input type="text" name="C" size="20" /></td><td><b>[m]</b> </td><td>thickness of the trace</td></tr><tr><td><b>µ<sub>r</sub></b></td><td><input type="text" name="D" size="20" /></td><td><b>[ ]</b> </td><td>relative permeability of the medium</td></tr><tr><td><font color="#800000"><b>L/l</b></font></td><td><input type="text" name="L" size="20" readonly="readonly" /></td><td><font color="#800000"><b>[H/m]</b></font> </td><td>Inductance per unit length</td></tr><tr><td> </td><td colspan="3"><input name="Calculate" type="button" value="Calculate" onclick="LTraceG()" /> <input name="Reset" type="Reset" value="Clear" /></td></tr></table></form></td></tr></table><p><b>NOTE:</b> numbers are in scientific notation (e.g.: 1.427e-9 H = 1.1427·10<sup>-9</sup> H = 1.427 nH)</p><p><img src="proxy.php?url=https://technick.net/img/util_inductance/util_inductance_trace_g_formula.gif" width="316" height="51" border="0" alt="Formula" /><br /><br /><font size="1">See also notes on <a href="proxy.php?url=https://technick.net/tools/inductance-calculator">Inductance Calculations</a> page.</font></p>
- Mathematics of the Discrete Fourier Transform (DFT)https://technick.net/guides/theory/dft/Sun, 01 Mar 1998 00:00:00 +0000https://technick.net/guides/theory/dft/<p style="background-color:#FFFFAA;border:1px solid red;padding:0.5em;"><strong>NOTE: THIS DOCUMENT IS OBSOLETE, PLEASE CHECK THE NEW VERSION:</strong> "<a href="proxy.php?url=http://ccrma.stanford.edu/~jos/mdft/">Mathematics of the Discrete Fourier Transform (DFT), with Audio Applications --- Second Edition</a>", by <a href="proxy.php?url=http://ccrma.stanford.edu/~jos/"> Julius O. Smith III</a>, <a href="proxy.php?url=http://www.w3k.org/books/">W3K Publishing</a>, 2007, ISBN 978-0-9745607-4-8. - Copyright © <i>2017-09-28</i> by <a href="proxy.php?url=http://ccrma.stanford.edu/~jos/"> Julius O. Smith III</a> - <a href="proxy.php?url=http://ccrma.stanford.edu/">Center for Computer Research in Music and Acoustics (CCRMA),</a> <a href="proxy.php?url=http://www.stanford.edu/"> Stanford University</a></p>
- Mouse Cleaninghttps://technick.net/guides/hardware/mouse_cleaning/Sun, 01 Mar 1998 00:00:00 +0000https://technick.net/guides/hardware/mouse_cleaning/<p style="float:right;">
<img src="proxy.php?url=https://technick.net/img/guide_mc/guide_mc_001.jpg" width="150" height="121" border="0" alt="" />
<img src="proxy.php?url=https://technick.net/img/guide_mc/guide_mc_003.jpg" width="100" height="72" border="0" alt="" />
<img src="proxy.php?url=https://technick.net/img/guide_mc/guide_mc_002.jpg" width="50" height="139" border="0" alt="" />
<img src="proxy.php?url=https://technick.net/img/guide_mc/guide_mc_004.jpg" width="100" height="67" border="0" alt="" />
<img src="proxy.php?url=https://technick.net/img/guide_mc/guide_mc_005.jpg" width="150" height="100" border="0" alt="" />
<img src="proxy.php?url=https://technick.net/img/guide_mc/guide_mc_006.jpg" width="150" height="100" border="0" alt="" />
<img src="proxy.php?url=https://technick.net/img/guide_mc/guide_mc_007.jpg" width="150" height="100" border="0" alt="" />
<img src="proxy.php?url=https://technick.net/img/guide_mc/guide_mc_010.jpg" width="150" height="100" border="0" alt="" />
<img src="proxy.php?url=https://technick.net/img/guide_mc/guide_mc_011.jpg" width="150" height="100" border="0" alt="" />
<img src="proxy.php?url=https://technick.net/img/guide_mc/guide_mc_012.jpg" width="150" height="100" border="0" alt="" />
<img src="proxy.php?url=https://technick.net/img/guide_mc/guide_mc_015.jpg" width="150" height="100" border="0" alt="" />
<img src="proxy.php?url=https://technick.net/img/guide_mc/guide_mc_013.jpg" width="150" height="100" border="0" alt="" />
<img src="proxy.php?url=https://technick.net/img/guide_mc/guide_mc_008.jpg" width="150" height="100" border="0" alt="" />
<img src="proxy.php?url=https://technick.net/img/guide_mc/guide_mc_009.jpg" width="150" height="100" border="0" alt="" />
<img src="proxy.php?url=https://technick.net/img/guide_mc/guide_mc_014.jpg" width="150" height="100" border="0" alt="" />
</p>
<p>When you run your mouse over the desktop it picks up all kinds of debris, gunk, and goo that can get drawn up into the insides of the mouse and cause it to stop working well.<br />
If you find that the pointer on the screen doesn't move smoothly or that the trackball inside the mouse doesn't move freely, you should clean the mouse.<br />
<br />
You could go to a computer store and buy one of those fancy mouse-cleaning kits, but, in my opinion, there really isn't any need. You're going to be able to clean it as well as anything using these inexpensive items:<br />
<br />
<ul><li>Few clean cotton swabs.</li><li>Denatured alcohol. (I recommend denatured alcohol over rubbing alcohol, which has glycerine in it and can leave some slippery residue behind).</li><li>Water.</li><li>Mild soap.</li><li>A clean, soft, lint-free cloth (100% cotton works best).</li><li>An old toothbrush.</li></ul><font size="+1"><b>To clean your mouse, follow these steps:</b></font><br />
<br />
<b>1.</b> Shut down and turn off your computer.<br />
<br />
<b>2.</b> Disconnect the mouse cable from the computer.<br />
<br />
<b>3.</b> Remove the trackball<br />
<br />
<ul><b>3.1</b> Turn your mouse upside down.<br />
<b>3.2</b> Unlock the disk that's holding the trackball in place by either rotate counter-clockwise or slide in one direction.<br />
<b>3.3</b> Turn the mouse right side up with one hand and catch the ring and trackball with your other hand. Give it a shake if they don't dislodge themselves.<br />
</ul><b>4.</b> Wash the trackball and the retainer ring with warm soapy water using an old toothbrush. Rub the trackball thoroughly to remove any oily build-up.<br />
<br />
<b>5.</b> Dry the trackball and the retainer ring thoroughly with a clean lint-free cloth.<br />
<br />
<b>6.</b> Set the trackball and the retainer ring aside.<br />
<br />
<b>7.</b> Moisten a lint-free cloth with denatured alcohol and gently rub the mouse back surface and trackball compartment. Blow into the trackball compartment to remove any dust or lint from inside.<br />
<br />
<b>8.</b> Take a close look at the three rollers inside the mouse. You'll probably see lines of dirt that have accumulated over many months or even years of usage. These lines of dirt build up and cause jerky or erratic mouse movements. Clean the three small rollers inside the mouse with a cotton swab moistened with denatured alcohol. The cotton should be just a little damp. Rotate the rollers to clean all around them. Work the tip along each roller side to side until the line of dirt disappears. If there is a build-up of material on the rollers which the cotton swab does not remove, you can use your fingernail or a tweezer to gently remove the material.<br />
<b>WARNING:</b> The rollers must remain smooth so be very careful not to gouge them with anything!<br />
<br />
<b>9.</b> When it's clean, let it dry out for a moment or two.<br />
<br />
<b>10.</b> Put the trackball back into the mouse and close the mouse trackball cover with a clockwise motion.<br />
<br />
<b>11.</b> Reconnect the mouse cable to the computer.<br />
<br />
<b>12.</b> Restart your computer and test mouse's movement.<br />
<br />
<b>13.</b> Your mouse should be as good as new.<br />
<br />
<br />
<b>NOTE:</b> Always use a clean mouse pad, free from dust, when moving your mouse.</p>
- Multiples and Submultiples Prefixes Tableshttps://technick.net/guides/theory/tables_prefix/Sun, 01 Mar 1998 00:00:00 +0000https://technick.net/guides/theory/tables_prefix/<hr /><b>(<a href="proxy.php?url=#Siprefix">SI Prefixes Table</a>, <a href="proxy.php?url=#IECprefix">IEC Prefixes for binary multiples</a>)</b><a name="SIprefix"></a> <p></p><font size="+2"><b> SI Prefixes Table</b></font><br />The International System of Units, universally abbreviated SI (from the French Le Système International d'Unités), is the modern metric system of measurement.<br />The 20 SI prefixes used to form decimal multiples and submultiples of SI units are:<br /><p></p><table border="4" cellpadding="3" cellspacing="1"><tr align="middle" bgcolor="#0080C0" style="color: #FFFFFF"><th>Symbol</th><th>Name</th><th>Factor</th><th bgcolor="#FFFFC0"></th><th>Symbol</th><th>Name</th><th>Factor</th></tr><tr align="middle" bgcolor="#FFFFC0"><td>Y</td><td>yotta</td><td>10<sup>24</sup></td><td></td><td>y</td><td>yokto</td><td>10<sup>-24</sup></td></tr><tr align="middle" bgcolor="#FFFFC0"><td>Z</td><td>zetta</td><td>10<sup>21</sup></td><td></td><td>z</td><td>zepto</td><td>10<sup>-21</sup></td></tr><tr align="middle" bgcolor="#FFFFC0"><td>E</td><td>exa</td><td>10<sup>18</sup></td><td></td><td>a</td><td>atto</td><td>10<sup>-18</sup></td></tr><tr align="middle" bgcolor="#FFFFC0"><td>P</td><td>peta</td><td>10<sup>15</sup></td><td></td><td>f</td><td>femto</td><td>10<sup>-15</sup></td></tr><tr align="middle" bgcolor="#FFFFC0"><td>T</td><td>tera</td><td>10<sup>12</sup></td><td></td><td>p</td><td>pico</td><td>10<sup>-12</sup></td></tr><tr align="middle" bgcolor="#FFFFC0"><td>G</td><td>giga</td><td>10<sup>9</sup></td><td></td><td>n</td><td>nano</td><td>10<sup>-9</sup></td></tr><tr align="middle" bgcolor="#FFFFC0"><td>M</td><td>mega</td><td>10<sup>6</sup></td><td></td><td>µ </td><td>micro</td><td>10<sup>-6</sup></td></tr><tr align="middle" bgcolor="#FFFFC0"><td>k</td><td>kilo</td><td>10<sup>3</sup></td><td></td><td>m</td><td>milli</td><td>10<sup>-3</sup></td></tr><tr align="middle" bgcolor="#FFFFC0"><td>h</td><td>hecto</td><td>10<sup>2</sup></td><td></td><td>c</td><td>centi</td><td>10<sup>-2</sup></td></tr><tr align="middle" bgcolor="#FFFFC0"><td>da</td><td>deka</td><td>10<sup>1</sup></td><td></td><td>d</td><td>deci</td><td>10<sup>-1</sup></td></tr></table><p></p><p>It is important to note that the kilogram is the only SI unit with a prefix as part of its name and symbol. Because multiple prefixes may not be used, in the case of the kilogram the prefix names of Table are used with the unit name "gram" and the prefix symbols are used with the unit symbol "g." With this exception, any SI prefix may be used with any SI unit, including the degree Celsius and its symbol °C.</p>
- Networkinghttps://technick.net/guides/hardware/net/Sun, 01 Mar 1998 00:00:00 +0000https://technick.net/guides/hardware/net/
- On Cables and Connectionshttps://technick.net/guides/electronics/cabling/Sun, 01 Mar 1998 00:00:00 +0000https://technick.net/guides/electronics/cabling/<blockquote><table align="center"><tr><td bgcolor="#ffffcc"><font size="1">The original <i>On Cables and Connections - A discussion by Dr. J. Kramer</i> is Copyright © <a href="proxy.php?url=http://www.kramerelectronics.com" target="_blank">KRAMER ELECTRONICS LTD. (www.kramerelectronics.com)</a>.
All rights reserved. No part of this publication may be reproduced, transmitted, transcribed, stored in a retrieval system or translated into any language or computer language in any form or by any means without written permission of <a href="proxy.php?url=http://www.kramerelectronics.com" target="_blank">KRAMER ELECTRONICS LTD.</a> Sapir Center, Building 5, Jerusalem 95461, Israel - TEL:(972-2)-6524715, FAX:(972-2)-6535369 - Email: <a href="proxy.php?url=mailto:[email protected]">[email protected]</a>
This is a personalized version reproduced by permission.</font></td></tr></table><p><ul><li><a href="proxy.php?url=#intro">Introduction</a></li><li><a href="proxy.php?url=#rules">Rules-of-thumb to prevent cable problems</a></li><li><a href="proxy.php?url=#lengthquality">Cable length and quality</a></li><li><a href="proxy.php?url=#solvingproblems">Solving cable related problems</a></li><li><a href="proxy.php?url=#longdistance">When longer distances are needed</a><ul><li><a href="proxy.php?url=#lineamplifiers">Line Amplifiers</a></li><li><a href="proxy.php?url=#twistedpair">The twisted-pair solution</a></li><li><a href="proxy.php?url=#fiberoptic">The fiber-optic solution</a></li><li><a href="proxy.php?url=#rf">The RF solution</a></li></ul></li><li><a href="proxy.php?url=#audiowiresproblems">Problems related to audio wires</a><ul><li><a href="proxy.php?url=#highcapacitance">Dealing with high capacitance audio wires</a></li><li><a href="proxy.php?url=#noisepickup">Dealing with noise pickup</a></li><li><a href="proxy.php?url=#signalloss">Signal loss and deterioration due to cable impedance</a></li><li><a href="proxy.php?url=#qualitydegradation">Dealing with amplifier output quality degradation due to cable resistance</a></li></ul></li><li><a href="proxy.php?url=#finalword">A final word</a></li></ul></p>
- Passive Components Codes Guidehttps://technick.net/guides/electronics/res_cap_codes/Sun, 01 Mar 1998 00:00:00 +0000https://technick.net/guides/electronics/res_cap_codes/<p><a name="rc_codes"></a> <small><b>Codes for Resistors, Capacitors, Inductors, Termistors NTC and PTC, Varistors VDR.</b></small><br /><hr />
<a href="proxy.php?url=#pictures"> Pictures</a><br /> <a href="proxy.php?url=#color"> Color Code</a><br /> <a href="proxy.php?url=#alphanumeric"> Alpha-Numeric Code</a><br /> <a href="proxy.php?url=#oneletter"> One Letter Code</a><br /><a name="pictures"></a><p></p><font size="+2"><b> Pictures</b></font><br /><p><b> Resistors</b><br /><img src="proxy.php?url=https://technick.net/img/guide_rcc/guide_rcc_resistor_color.gif" width="163" height="50" border="0" alt="Resistor" /><br /><br /><b> 5 Band Ceramic Capacitors</b><br /><img src="proxy.php?url=https://technick.net/img/guide_rcc/guide_rcc_cap_5ban.gif" alt="5 Band Ceramic Capacitors" width="252" height="50" /><br /><br /><b> Radial or Ayial Lead Ceramic Capacitors (6 Dot or Band System)</b><br /><img src="proxy.php?url=https://technick.net/img/guide_rcc/guide_rcc_cap_6d0b.gif" alt="Radial or Ayial Lead Ceramic Capacitors (6 Dot or Band System)" width="250" height="100" /><br /><br /><b> Ceramic Disk Capacitors</b><br /><img src="proxy.php?url=https://technick.net/img/guide_rcc/guide_rcc_cap_cdc.gif" alt="Ceramic Disk Capacitors" width="270" height="150" /><br /><br /><b> Ceramic Feed Through Capacitors</b><br /><img src="proxy.php?url=https://technick.net/img/guide_rcc/guide_rcc_cap_cftc.gif" alt="Ceramic Feed Through Capacitors" width="147" height="150" /><br /><br /><b> Dipped Tantalum Capacitors</b><br /><img src="proxy.php?url=https://technick.net/img/guide_rcc/guide_rcc_cap_dtc.gif" alt="Dipped Tantalum Capacitors" width="119" height="150" /><br /><br /><b> Film Type Capacitors</b><br /><img src="proxy.php?url=https://technick.net/img/guide_rcc/guide_rcc_cap_ftc.gif" alt="Film Type Capacitors" width="205" height="150" /><br /><br /><b> 5 Dot or Band Ceramic Capacitors (one wide band)</b><br /><img src="proxy.php?url=https://technick.net/img/guide_rcc/guide_rcc_cap_owb.gif" alt="5 Dot or Band Ceramic Capacitors (one wide band)" width="190" height="70" /><br /><br /><b> Postage Stamp Mica Capacitors</b><br /><img src="proxy.php?url=https://technick.net/img/guide_rcc/guide_rcc_cap_psmc.gif" alt="Postage Stamp Mica Capacitors" width="188" height="300" /><br /><br /><b> Standard Button Mica Capacitors</b><br /><img src="proxy.php?url=https://technick.net/img/guide_rcc/guide_rcc_cap_sbm.gif" alt="Standard Button Mica Capacitors" width="132" height="150" /><br /><br /><b> Polistirene Capacitors</b><br /><img src="proxy.php?url=https://technick.net/img/guide_rcc/guide_rcc_cap_pol.gif" alt="Polistirene Capacitors" width="78" height="150" /><br /><br /><b> Electrolitic Tantalum Capacitors (4 colors code)</b><br /><img src="proxy.php?url=https://technick.net/img/guide_rcc/guide_rcc_cap_elta.gif" alt="Electrolitic Tantalum Capacitors (4 colors code)" width="69" height="130" /><br /><br /><b> Electrolitic Tantalum Capacitors (3 colors code)</b><br /><img src="proxy.php?url=https://technick.net/img/guide_rcc/guide_rcc_cap_et3.gif" alt="Electrolitic Tantalum Capacitors (3 colors code)" width="69" height="130" /><br /><br /><b> Ceramic Capacitors Class II</b><br /><img src="proxy.php?url=https://technick.net/img/guide_rcc/guide_rcc_cap_cc2.gif" alt="Ceramic Capacitors Class II" width="74" height="91" /><br /><br /><b> Ceramic Capacitors Class I</b><br /><img src="proxy.php?url=https://technick.net/img/guide_rcc/guide_rcc_cap_cc1.gif" alt="Ceramic Capacitors Class I" width="71" height="124" /><br /><br /><b> Ceramic Capacitors Pin-up</b><br /><img src="proxy.php?url=https://technick.net/img/guide_rcc/guide_rcc_cap_cpu.gif" alt="Ceramic Capacitors Pin-up" width="55" height="133" /><br /><br /></p>
- PCB Impedance and Capacitance of Asymmetric Striplinehttps://technick.net/tools/impedance-calculator/stripline-asym/Sun, 01 Mar 1998 00:00:00 +0000https://technick.net/tools/impedance-calculator/stripline-asym/<blockquote><br /><img src="proxy.php?url=https://technick.net/img/util_pcb_imp/util_pcb_imp_stripline_asym.gif" width="100" height="100" border="0" alt="Asymmetric Stripline" /><form action="proxy.php?url=" method="get" name="pcbimpform" id="pcbimpform"><table class="toolform" border="0" cellspacing="0" cellpadding="0"><tr><td><b>W</b></td><td><input type="text" name="W" size="20" /></td><td><b>[m]</b> </td><td>width of the trace</td></tr><tr><td><b>H</b></td><td><input type="text" name="H" size="20" /></td><td><b>[m]</b> </td><td>height of trace above return plane</td></tr><tr><td><b>H1</b></td><td><input type="text" name="H1" size="20" /></td><td><b>[m]</b> </td><td>height of trace above return plane</td></tr><tr><td><b>T</b></td><td><input type="text" name="T" size="20" /></td><td><b>[m]</b> </td><td>trace thickness</td></tr><tr><td><b>E<sub>r</sub></b></td><td><input type="text" name="ER" size="20" /></td><td><b>[ ]</b> </td><td><a href="proxy.php?url=https://technick.net/guides/dielectric_constants">relative permittivity of the dielectric</a></td></tr><tr><td> </td><td colspan="3"><br />Are there distributed capacitive loads on this trace?<br /><input type="radio" name="cload" value="No" checked="checked" /><b>No</b><input type="radio" name="cload" value="Yes" /><b>Yes</b></td></tr><tr><td><b>L<sub>a</sub></b></td><td><input type="text" name="La" size="20" /></td><td><b>[m]</b> </td><td>average length of the traces attaching the loads</td></tr><tr><td><b>C<sub>a</sub></b></td><td><input type="text" name="Ca" size="20" /></td><td><b>[pF]</b> </td><td>average load capacitance</td></tr><tr><td> </td><th><br />OUTPUT</th><td> </td><td> </td></tr><tr><td><b>Z<sub>0</sub></b></td><td><input type="text" name="Z0" size="20" readonly="readonly" /></td><td><b>[Ohm]</b> </td><td>characteristic impedance</td></tr><tr><td><b>C<sub>0</sub></b></td><td><input type="text" name="C0" size="20" readonly="readonly" /></td><td><b>[F/m]</b> </td><td>capacitance per unit length</td></tr><tr><td><b>t<sub>pd</sub></b></td><td><input type="text" name="TPD" size="20" readonly="readonly" /></td><td><b>[s/m]</b> </td><td>propagation delay</td></tr><tr><td><b>L<sub>0</sub></b></td><td><input type="text" name="L0" size="20" readonly="readonly" /></td><td><b>[H/m]</b> </td><td>inductance per unit length</td></tr><tr><td><b>Z<sub>c</sub></b></td><td><input type="text" name="ZC" size="20" readonly="readonly" /></td><td><b>[Ohm]</b> </td><td>effective characteristic impedance</td></tr><tr><td><b>t'<sub>pd</sub></b></td><td><input type="text" name="TPD1" size="20" readonly="readonly" /></td><td><b>[s/m]</b> </td><td>effective propagation delay</td></tr><tr><td> </td><td colspan="3"><input name="Calculate" type="button" value="Calculate" onclick="AsymStripline()" /> <input name="Reset" type="Reset" value="Clear" /></td></tr></table></form><p><b>NOTE:</b> numbers are in scientific notation (e.g.: 1.427e-9 s/m = 1.1427·10<sup>-9</sup> s/m = 1.427 ns/m)<br /><br /><b>CONDITIONS:</b> (0.1 < W/H < 2.0); ( T/H < 0.25);</p>
- PCB Impedance and Capacitance of Differential Microstriphttps://technick.net/tools/impedance-calculator/microstrip-diff/Sun, 01 Mar 1998 00:00:00 +0000https://technick.net/tools/impedance-calculator/microstrip-diff/<blockquote><br /><img src="proxy.php?url=https://technick.net/img/util_pcb_imp/util_pcb_imp_microstrip_diff.gif" width="100" height="63" border="0" alt="Differential Microstrip" /><form action="proxy.php?url=" method="get" name="pcbimpform" id="pcbimpform"><table class="toolform" border="0" cellspacing="0" cellpadding="0"><tr><td><b>Z<sub>0</sub></b></td><td><input type="text" name="Z0" size="20" /></td><td><b>[Ohm]</b> </td><td>characteristic impedance</td></tr><tr><td><b>H</b></td><td><input type="text" name="H" size="20" /></td><td><b>[m]</b> </td><td>height of trace above return plane</td></tr><tr><td><b>S</b></td><td><input type="text" name="S" size="20" /></td><td><b>[m]</b> </td><td>space between traces</td></tr><tr><td> </td><th><br />OUTPUT</th><td> </td><td> </td></tr><tr><td><b>Z<sub>d</sub></b></td><td><input type="text" name="ZD" size="20" readonly="readonly" /></td><td><b>[Ohm]</b> </td><td>differential impedance</td></tr><tr><td> </td><td colspan="3"><input name="Calculate" type="button" value="Calculate" onclick="DiffMicrostrip()" /> <input name="Reset" type="Reset" value="Clear" /></td></tr></table></form><p><b>NOTE:</b> numbers are in scientific notation (e.g.: 1.427e-9 s/m = 1.1427·10<sup>-9</sup> s/m = 1.427 ns/m)</p><p><h3>Formulas:</h3><img src="proxy.php?url=https://technick.net/img/util_pcb_imp/util_pcb_imp_microstrip_diff_formula.gif" width="243" height="50" border="0" alt="Formula" /><br /><br /><font size="1">See also notes on <a href="proxy.php?url=https://technick.net/tools/impedance-calculator">PCB Impedance and Capacitance Calculator</a> page.</font></p></blockquote>
<script language="JavaScript" src="proxy.php?url=https://technick.net/js/pcbimpcalc.js" type="text/javascript"></script>
- PCB Impedance and Capacitance of Differential Striplinehttps://technick.net/tools/impedance-calculator/stripline-diff/Sun, 01 Mar 1998 00:00:00 +0000https://technick.net/tools/impedance-calculator/stripline-diff/<blockquote><br /><img src="proxy.php?url=https://technick.net/img/util_pcb_imp/util_pcb_imp_stripline_diff.gif" width="100" height="63" border="0" alt="Differential Stipline" /><form action="proxy.php?url=" method="get" name="pcbimpform" id="pcbimpform"><table class="toolform" border="0" cellspacing="0" cellpadding="0"><tr><td><b>Z<sub>0</sub></b></td><td><input type="text" name="Z0" size="20" /></td><td><b>[Ohm]</b> </td><td>characteristic impedance</td></tr><tr><td><b>H</b></td><td><input type="text" name="H" size="20" /></td><td><b>[m]</b> </td><td>height of trace above return plane</td></tr><tr><td><b>S</b></td><td><input type="text" name="S" size="20" /></td><td><b>[m]</b> </td><td>space between traces</td></tr><tr><td> </td><th><br />OUTPUT</th><td> </td><td> </td></tr><tr><td><b>Z<sub>d</sub></b></td><td><input type="text" name="ZD" size="20" readonly="readonly" /></td><td><b>[Ohm]</b> </td><td>differential impedance</td></tr><tr><td> </td><td colspan="3"><input name="Calculate" type="button" value="Calculate" onclick="DiffStripline()" /> <input name="Reset" type="Reset" value="Clear" /></td></tr></table></form><p><b>NOTE:</b> numbers are in scientific notation (e.g.: 1.427e-9 s/m = 1.1427·10<sup>-9</sup> s/m = 1.427 ns/m)</p><p><h3>Formulas:</h3><img src="proxy.php?url=https://technick.net/img/util_pcb_imp/util_pcb_imp_stripline_diff_formula.gif" width="245" height="50" border="0" alt="Formula" /><br /><br /><font size="1">See also notes on <a href="proxy.php?url=https://technick.net/tools/impedance-calculator">PCB Impedance and Capacitance Calculator</a> page.</font></p></blockquote>
<script language="JavaScript" src="proxy.php?url=https://technick.net/js/pcbimpcalc.js" type="text/javascript"></script>
- PCB Impedance and Capacitance of Dual Striplinehttps://technick.net/tools/impedance-calculator/stripline-dual/Sun, 01 Mar 1998 00:00:00 +0000https://technick.net/tools/impedance-calculator/stripline-dual/<blockquote><br /><img src="proxy.php?url=https://technick.net/img/util_pcb_imp/util_pcb_imp_stripline_dual.gif" width="100" height="100" border="0" alt="Dual Stripline" /><form action="proxy.php?url=" method="get" name="pcbimpform" id="pcbimpform"><table class="toolform" border="0" cellspacing="0" cellpadding="0"><tr><td><b>W</b></td><td><input type="text" name="W" size="20" /></td><td><b>[m]</b> </td><td>width of the trace</td></tr><tr><td><b>H</b></td><td><input type="text" name="H" size="20" /></td><td><b>[m]</b> </td><td>height of trace above return plane</td></tr><tr><td><b>T</b></td><td><input type="text" name="T" size="20" /></td><td><b>[m]</b> </td><td>trace thickness</td></tr><tr><td><b>C</b></td><td><input type="text" name="C" size="20" /></td><td><b>[m]</b> </td><td>distance between the differential stripline pair</td></tr><tr><td><b>E<sub>r</sub></b></td><td><input type="text" name="ER" size="20" /></td><td><b>[ ]</b> </td><td><a href="proxy.php?url=https://technick.net/guides/dielectric_constants">relative permittivity of the dielectric</a></td></tr><tr><td> </td><td colspan="3"><br />Are there distributed capacitive loads on this trace?<br /><input type="radio" name="cload" value="No" checked="checked" /><b>No</b><input type="radio" name="cload" value="Yes" /><b>Yes</b></td></tr><tr><td><b>L<sub>a</sub></b></td><td><input type="text" name="La" size="20" /></td><td><b>[m]</b> </td><td>average length of the traces attaching the loads</td></tr><tr><td><b>C<sub>a</sub></b></td><td><input type="text" name="Ca" size="20" /></td><td><b>[pF]</b> </td><td>average load capacitance</td></tr><tr><td> </td><th><br />OUTPUT</th><td> </td><td> </td></tr><tr><td><b>Z<sub>0</sub></b></td><td><input type="text" name="Z0" size="20" readonly="readonly" /></td><td><b>[Ohm]</b> </td><td>characteristic impedance</td></tr><tr><td><b>C<sub>0</sub></b></td><td><input type="text" name="C0" size="20" readonly="readonly" /></td><td><b>[F/m]</b> </td><td>capacitance per unit length</td></tr><tr><td><b>t<sub>pd</sub></b></td><td><input type="text" name="TPD" size="20" readonly="readonly" /></td><td><b>[s/m]</b> </td><td>propagation delay</td></tr><tr><td><b>L<sub>0</sub></b></td><td><input type="text" name="L0" size="20" readonly="readonly" /></td><td><b>[H/m]</b> </td><td>inductance per unit length</td></tr><tr><td><b>Z<sub>c</sub></b></td><td><input type="text" name="ZC" size="20" readonly="readonly" /></td><td><b>[Ohm]</b> </td><td>effective characteristic impedance</td></tr><tr><td><b>t'<sub>pd</sub></b></td><td><input type="text" name="TPD1" size="20" readonly="readonly" /></td><td><b>[s/m]</b> </td><td>effective propagation delay</td></tr><tr><td> </td><td colspan="3"><input name="Calculate" type="button" value="Calculate" onclick="DualStripline()" /> <input name="Reset" type="Reset" value="Clear" /></td></tr></table></form><p><b>NOTE:</b> numbers are in scientific notation (e.g.: 1.427e-9 s/m = 1.1427·10<sup>-9</sup> s/m = 1.427 ns/m)<br /><br /><b>CONDITIONS:</b> (0.1 < W/H < 2.0); ( T/H < 0.25);</p>
- PCB Impedance and Capacitance of Embedded Microstriphttps://technick.net/tools/impedance-calculator/microstrip-embed/Sun, 01 Mar 1998 00:00:00 +0000https://technick.net/tools/impedance-calculator/microstrip-embed/<blockquote><br /><img src="proxy.php?url=https://technick.net/img/util_pcb_imp/util_pcb_imp_microstrip_embed.gif" width="100" height="73" border="0" alt="Embedded Microstrip" /><form action="proxy.php?url=" method="get" name="pcbimpform" id="pcbimpform"><table class="toolform" border="0" cellspacing="0" cellpadding="0"><tr><td><b>W</b></td><td><input type="text" name="W" size="20" /></td><td><b>[m]</b> </td><td>width of the trace</td></tr><tr><td><b>H</b></td><td><input type="text" name="H" size="20" /></td><td><b>[m]</b> </td><td>height of trace above return plane</td></tr><tr><td><b>H1</b></td><td><input type="text" name="H1" size="20" /></td><td><b>[m]</b> </td><td>height of dielectric above return plane</td></tr><tr><td><b>T</b></td><td><input type="text" name="T" size="20" /></td><td><b>[m]</b> </td><td>trace thickness</td></tr><tr><td><b>E<sub>r</sub></b></td><td><input type="text" name="ER" size="20" /></td><td><b>[ ]</b> </td><td><a href="proxy.php?url=https://technick.net/guides/electronics/dielectric_constants">relative permittivity of the dielectric</a></td></tr><tr><td> </td><td colspan="3"><br />Are there distributed capacitive loads on this trace?<br /><input type="radio" name="cload" value="No" checked="checked" /><b>No</b><input type="radio" name="cload" value="Yes" /><b>Yes</b></td></tr><tr><td><b>L<sub>a</sub></b></td><td><input type="text" name="La" size="20" /></td><td><b>[m]</b> </td><td>average length of the traces attaching the loads</td></tr><tr><td><b>C<sub>a</sub></b></td><td><input type="text" name="Ca" size="20" /></td><td><b>[pF]</b> </td><td>average load capacitance</td></tr><tr><td> </td><th><br />OUTPUT</th><td> </td><td> </td></tr><tr><td><b>Z<sub>0</sub></b></td><td><input type="text" name="Z0" size="20" readonly="readonly" /></td><td><b>[Ohm]</b> </td><td>characteristic impedance</td></tr><tr><td><b>C<sub>0</sub></b></td><td><input type="text" name="C0" size="20" readonly="readonly" /></td><td><b>[F/m]</b> </td><td>capacitance per unit length</td></tr><tr><td><b>t<sub>pd</sub></b></td><td><input type="text" name="TPD" size="20" readonly="readonly" /></td><td><b>[s/m]</b> </td><td>propagation delay</td></tr><tr><td><b>L<sub>0</sub></b></td><td><input type="text" name="L0" size="20" readonly="readonly" /></td><td><b>[H/m]</b> </td><td>inductance per unit length</td></tr><tr><td><b>Z<sub>c</sub></b></td><td><input type="text" name="ZC" size="20" readonly="readonly" /></td><td><b>[Ohm]</b> </td><td>effective characteristic impedance</td></tr><tr><td><b>t'<sub>pd</sub></b></td><td><input type="text" name="TPD1" size="20" readonly="readonly" /></td><td><b>[s/m]</b> </td><td>effective propagation delay</td></tr><tr><td> </td><td colspan="3"><input name="Calculate" type="button" value="Calculate" onclick="EmbeddedMicrostrip()" /> <input name="Reset" type="Reset" value="Clear" /></td></tr></table></form><p><b>NOTE:</b> numbers are in scientific notation (e.g.: 1.427e-9 s/m = 1.1427·10<sup>-9</sup> s/m = 1.427 ns/m)<br /><br /><b>CONDITIONS:</b> ( H1 > 1.2 H);</p>
- PCB Impedance and Capacitance of Microstriphttps://technick.net/tools/impedance-calculator/microstrip/Sun, 01 Mar 1998 00:00:00 +0000https://technick.net/tools/impedance-calculator/microstrip/<blockquote><br /><img src="proxy.php?url=https://technick.net/img/util_pcb_imp/util_pcb_imp_microstrip.gif" width="100" height="63" border="0" alt="Microstrip" /><form action="proxy.php?url=" method="get" name="pcbimpform" id="pcbimpform"><table class="toolform" border="0" cellspacing="0" cellpadding="0"><tr><td><b>W</b></td><td><input type="text" name="W" size="20" /></td><td><b>[m]</b> </td><td>width of the trace</td></tr><tr><td><b>H</b></td><td><input type="text" name="H" size="20" /></td><td><b>[m]</b> </td><td>height of dielectric above return plane</td></tr><tr><td><b>T</b></td><td><input type="text" name="T" size="20" /></td><td><b>[m]</b> </td><td>trace thickness</td></tr><tr><td><b>E<sub>r</sub></b></td><td><input type="text" name="ER" size="20" /></td><td><b>[ ]</b> </td><td><a href="proxy.php?url=https://technick.net/guides/electronics/dielectric_constants">relative permittivity of the dielectric</a></td></tr><tr><td> </td><td colspan="3"><br />Are there distributed capacitive loads on this trace?<br /><input type="radio" name="cload" value="No" checked="checked" /><b>No</b><input type="radio" name="cload" value="Yes" /><b>Yes</b></td></tr><tr><td><b>L<sub>a</sub></b></td><td><input type="text" name="La" size="20" /></td><td><b>[m]</b> </td><td>average length of the traces attaching the loads</td></tr><tr><td><b>C<sub>a</sub></b></td><td><input type="text" name="Ca" size="20" /></td><td><b>[pF]</b> </td><td>average load capacitance</td></tr><tr><td> </td><th><br />OUTPUT</th><td> </td><td> </td></tr><tr><td><b>Z<sub>0</sub></b></td><td><input type="text" name="Z0" size="20" readonly="readonly" /></td><td><b>[Ohm]</b> </td><td>characteristic impedance</td></tr><tr><td><b>C<sub>0</sub></b></td><td><input type="text" name="C0" size="20" readonly="readonly" /></td><td><b>[F/m]</b> </td><td>capacitance per unit length</td></tr><tr><td><b>t<sub>pd</sub></b></td><td><input type="text" name="TPD" size="20" readonly="readonly" /></td><td><b>[s/m]</b> </td><td>propagation delay</td></tr><tr><td><b>L<sub>0</sub></b></td><td><input type="text" name="L0" size="20" readonly="readonly" /></td><td><b>[H/m]</b> </td><td>inductance per unit length</td></tr><tr><td><b>Z<sub>c</sub></b></td><td><input type="text" name="ZC" size="20" readonly="readonly" /></td><td><b>[Ohm]</b> </td><td>effective characteristic impedance</td></tr><tr><td><b>t'<sub>pd</sub></b></td><td><input type="text" name="TPD1" size="20" readonly="readonly" /></td><td><b>[s/m]</b> </td><td>effective propagation delay</td></tr><tr><td> </td><td colspan="3"><input name="Calculate" type="button" value="Calculate" onclick="Microstrip()" /> <input name="Reset" type="Reset" value="Clear" /></td></tr></table></form><p><b>NOTE:</b> numbers are in scientific notation (e.g.: 1.427e-9 s/m = 1.1427·10<sup>-9</sup> s/m = 1.427 ns/m)<br /><br /><b>CONDITIONS:</b> ( 0.1 < W/H < 3.0);</p>
- PCB Impedance and Capacitance of Striplinehttps://technick.net/tools/impedance-calculator/stripline/Sun, 01 Mar 1998 00:00:00 +0000https://technick.net/tools/impedance-calculator/stripline/<blockquote><br /><img src="proxy.php?url=https://technick.net/img/util_pcb_imp/util_pcb_imp_stripline.gif" width="100" height="78" border="0" alt="Stripline" /><form action="proxy.php?url=" method="get" name="pcbimpform" id="pcbimpform"><table class="toolform" border="0" cellspacing="0" cellpadding="0"><tr><td><b>W</b></td><td><input type="text" name="W" size="20" /></td><td><b>[m]</b> </td><td>width of the trace</td></tr><tr><td><b>H</b></td><td><input type="text" name="H" size="20" /></td><td><b>[m]</b> </td><td>height of trace above return plane</td></tr><tr><td><b>T</b></td><td><input type="text" name="T" size="20" /></td><td><b>[m]</b> </td><td>trace thickness</td></tr><tr><td><b>E<sub>r</sub></b></td><td><input type="text" name="ER" size="20" /></td><td><b>[ ]</b> </td><td><a href="proxy.php?url=https://technick.net/guides/dielectric_constants">relative permittivity of the dielectric</a></td></tr><tr><td> </td><td colspan="3"><br />Are there distributed capacitive loads on this trace?<br /><input type="radio" name="cload" value="No" checked="checked" /><b>No</b><input type="radio" name="cload" value="Yes" /><b>Yes</b></td></tr><tr><td><b>L<sub>a</sub></b></td><td><input type="text" name="La" size="20" /></td><td><b>[m]</b> </td><td>average length of the traces attaching the loads</td></tr><tr><td><b>C<sub>a</sub></b></td><td><input type="text" name="Ca" size="20" /></td><td><b>[pF]</b> </td><td>average load capacitance</td></tr><tr><td> </td><th><br />OUTPUT</th><td> </td><td> </td></tr><tr><td><b>Z<sub>0</sub></b></td><td><input type="text" name="Z0" size="20" readonly="readonly" /></td><td><b>[Ohm]</b> </td><td>characteristic impedance</td></tr><tr><td><b>C<sub>0</sub></b></td><td><input type="text" name="C0" size="20" readonly="readonly" /></td><td><b>[F/m]</b> </td><td>capacitance per unit length</td></tr><tr><td><b>t<sub>pd</sub></b></td><td><input type="text" name="TPD" size="20" readonly="readonly" /></td><td><b>[s/m]</b> </td><td>propagation delay</td></tr><tr><td><b>L<sub>0</sub></b></td><td><input type="text" name="L0" size="20" readonly="readonly" /></td><td><b>[H/m]</b> </td><td>inductance per unit length</td></tr><tr><td><b>Z<sub>c</sub></b></td><td><input type="text" name="ZC" size="20" readonly="readonly" /></td><td><b>[Ohm]</b> </td><td>effective characteristic impedance</td></tr><tr><td><b>t'<sub>pd</sub></b></td><td><input type="text" name="TPD1" size="20" readonly="readonly" /></td><td><b>[s/m]</b> </td><td>effective propagation delay</td></tr><tr><td> </td><td colspan="3"><input name="Calculate" type="button" value="Calculate" onclick="Stripline()" /> <input name="Reset" type="Reset" value="Clear" /></td></tr></table></form><p><b>NOTE:</b> numbers are in scientific notation (e.g.: 1.427e-9 s/m = 1.1427·10<sup>-9</sup> s/m = 1.427 ns/m)<br /><br /><b>CONDITIONS:</b> (0.1 < W/H < 2.0); ( T/H < 0.25);</p>
- PCBs Fabrication Methodshttps://technick.net/guides/electronics/pcb/Sun, 01 Mar 1998 00:00:00 +0000https://technick.net/guides/electronics/pcb/<p><a name="toppcb"></a><hr /><p></p>
<p><img src="proxy.php?url=https://technick.net/img/guide_pcb/guide_pcb_pcb.jpg" alt="PCB (Printed Circuit Board)" width="188" height="155" border="0" /><br />
<b>Printed Circuit Board</b> (PCB) is a mechanical assembly consisting of layers of fiberglass sheet laminated with etched copper patterns. It is used to mount electronic parts in a rigid manner suitable for packaging. Also known as a Printed Wiring Board (PWB).<br /></p><p><center><font size="3"><b><nobr><a href="proxy.php?url=#1"> [Project]</a></nobr> <nobr><a href="proxy.php?url=#2"> [Different methods to make PCBs]</a></nobr> <nobr><a href="proxy.php?url=#3"> [Final work]</a></nobr> <nobr><a href="proxy.php?url=#4"> [Bibliography/Reference]</a></nobr> </b></font></center></p><br /><!-- -------------------------------------------------------- --><p></p><a name="1"></a><font size="+2"><u><b>Project</b></u> </font><br /><font size="1"><nobr><a href="proxy.php?url=#1.1"> [Electric Scheme]</a></nobr><nobr><a href="proxy.php?url=#1.2"> [Part List - Bill of Materials]</a></nobr><nobr><a href="proxy.php?url=#1.3"> [Choose components from Data Sheets]</a></nobr><nobr><a href="proxy.php?url=#1.4"> [Choose Board type and dimension]</a></nobr><nobr><a href="proxy.php?url=#1.5"> [Draw the PCB layout]</a></nobr><nobr><a href="proxy.php?url=#1.6"> [Draw Fabrication scheme]</a></nobr><nobr><a href="proxy.php?url=#1.7"> [Draw Assembly scheme]</a></nobr></font><!-- -------------------------------------------------------- --></p>
- POST Beep Codeshttps://technick.net/guides/hardware/beep_codes/Sun, 01 Mar 1998 00:00:00 +0000https://technick.net/guides/hardware/beep_codes/<hr /><p>When you turn the computer on, it performs <b>Power On System Test (POST)</b>, during which it checks and initializes the system's internal components.<br />If a serious error occurs, the computer does not display a message but emits a series of long and short beeps instead.<br />Beeps are your computer's way of letting you know what's going on when the video signal is not working.<br />These codes are built in to the BIOS of the PC.<br />There is no official standard for these codes due to the many brands of BIOS that are out there.<br /><br />To decode the meaning of your computer POST beep codes you must consult the manual of your motherboard.<br />If you don't have a motherboard manual or if it's incomplete you must search on the site of your computer manufacturer.<br />Another way is take off the computer case and look for BIOS manufacturer (just see if it says "AMI" or "Phoenix" ...).<br />For more information about BIOS and how to identify it please check this site: <a href="proxy.php?url=http://www.ping.be/bios" target="_blank">Wim's BIOS Page - Everything you want to know about BIOS</a>.<br />Once you have determined your BIOS make, consult the following tables to see what's wrong with your computer.<br /></p>
- RAID Technologyhttps://technick.net/guides/hardware/raid/Sun, 01 Mar 1998 00:00:00 +0000https://technick.net/guides/hardware/raid/<p><b>Reference and Sources:</b><ul class="sources"><li>The most part of text in this guide has been taken from copyrighted document of <a href="proxy.php?url=http://www.adaptec.com" target="_blank">Adaptec, Inc.</a> on site (<a href="proxy.php?url=http://www.adaptec.com" target="_blank">www.adaptec.com</a>)</li><li><a href="proxy.php?url=http://www.psidisk.com" target="_blank">Perceptive Solutions, Inc.</a></li></ul></p><p><b>RAID</b> stands for <b>R</b>edundant <b>A</b>rray of <b>I</b>nexpensive (or sometimes "Independent") <b>D</b>isks.<br /><br />RAID is a method of combining several hard disk drives into one logical unit (two or more disks grouped together to appear as a single device to the host system).
RAID technology was developed to address the fault-tolerance and performance limitations of conventional disk storage. It can offer fault tolerance and higher throughput levels than a single hard drive or group of independent hard drives.
While arrays were once considered complex and relatively specialized storage solutions, today they are easy to use and essential for a broad spectrum of client/server applications.</p>
- SCSI Technologyhttps://technick.net/guides/hardware/scsi/Sun, 01 Mar 1998 00:00:00 +0000https://technick.net/guides/hardware/scsi/<blockquote><p><b>SCSI</b> stands for <b>S</b>mall <b>C</b>omputer <b>S</b>ystem <b>I</b>nterface.<br />A standard for high-speed connections to peripherals.<br /></p><p><font size="1"><nobr><a href="proxy.php?url=#reference">[Source and Reference]</a></nobr> <nobr><a href="proxy.php?url=#history">[History]</a></nobr> <nobr><a href="proxy.php?url=#usage">[Usage]</a></nobr> <nobr><a href="proxy.php?url=#harddrives">[SCSI Hard Drives]</a></nobr> <nobr><a href="proxy.php?url=#applescsi">[APPLE SCSI]</a></nobr> <nobr><a href="proxy.php?url=#hardware">[Hardware]</a></nobr> <nobr><a href="proxy.php?url=#singledifferential">[Single Ended or Differential]</a></nobr> <nobr><a href="proxy.php?url=#cabling">[Cabling]</a></nobr> <nobr><a href="proxy.php?url=#termination">[SCSI Termination]</a></nobr><nobr><a href="proxy.php?url=#scsiconnectors">[SCSI Connectors]</a></nobr> </font></p><p><a name="referrence"></a><br /><br /><h3>Source and Reference</h3><ul><li><a href="proxy.php?url=http://www.scsifaq.org" target="_blank">comp.periphs.scsi FAQ</a></li><li><a href="proxy.php?url=http://www.t10.org" target="_blank">ANSI T10 Technical Commitee Archive (SCSI draft spec's)</a></li><li><a href="proxy.php?url=http://www.scsita.org" target="_blank">SCSI Trade Association</a></li><li><a href="proxy.php?url=http://www.adaptec.com" target="_blank">Adaptec, Inc.</a></li><li><a href="proxy.php?url=http://www.scsi.org" target="_blank">Gary Field's SCSI Info Central</a></li></ul></p><a name="history"></a><br /><br /><h3>History</h3><p>SCSI has it's roots in the mainframe world, but it's first implementation in the
PC world came soon after the first PC. Shugart Associates devised an interface
that they designated the SASI, or "Shugart Associates Standard Interface" They
proposed that SASI be adopted by ANSI for small computers, but during the work
required for ratification, they discovered the process would take too much
effort, and that the IPI groups were already well into their effort. (which had
many features the same as SASI) A decision was made to take features of both
interfaces, and put forth a new specification for a new interface, SCSI was
born, and ratified in 1986 by ANSI. Since then, many have said that the
original spec. was not tight enough, and that it allowed Manufacturers to make
drives that met the ANSI spec., but would not talk to each other. Recently, the
ANSI SCSI committee has proposed newer, tighter, more extended specs., for
SCSI-2, and now SCSI-3. </p>
- SODIUM METASILICATE, PENTAHYDRATEhttps://technick.net/guides/electronics/sodium_metasilicate/Sun, 01 Mar 1998 00:00:00 +0000https://technick.net/guides/electronics/sodium_metasilicate/<blockquote><p><b>Reference and Sources:</b><ul class="sources"><li><a href="proxy.php?url=http://www.us.rhodia.com" target="_blank">Rhodia</a></li></ul></p><p><br /><h3>1. PRODUCT DESCRIPTION</h3><b>Chemical Name or Synonym:</b> DISODIUM TRIOXOSILICATE, PENTAHYDRATE ; CRYSTAMET<br /><b>Molecular Formula:</b> Na<sub>2</sub>SiO<sub>3<sup>.</sup></sub>nH<sub>2</sub>O n=5 <br /></p><p><br /><h3>2. COMPOSITION/INFORMATION ON INGREDIENTS</h3><table border="1" cellspacing="2" cellpadding="2"> <tr> <td align="left"><b>Component</b></td> <td align="middle"><b>CAS
Reg Number</b></td> <td align="middle"><b>OSHA<br />Hazard</b></td> <td align="middle"><b>Percentage</b></td></tr> <tr> <td align="left">SODIUM
METASILICATE </td> <td align="middle">6834-92-0 </td> <td align="middle">Y
</td> <td align="middle">100
</td></tr></table></p><p><br /><h3>3. HAZARDS IDENTIFICATION</h3><b>A.
EMERGENCY OVERVIEW: </b><br /><b>Physical
Appearance and Odor: </b><br />white granules
solid, odorless. <br /><b>Warning Statements: </b><br />DANGER! CAUSES SEVERE BURNS. <br /><br /><b>B. POTENTIAL HEALTH EFFECTS: </b><br /><b>Acute Eye: </b><br />Corrosive. Causes burns, irritation. <br /><b>Acute Skin: </b><br />Corrosive. Causes burns. <br /><b>Acute Inhalation: </b><br />May cause
upper respiratory tract irritation, dizziness, headache, shortness of breath,
chest pain, muscle weakness, nausea, vomiting, serious damage to lung tissue and
respiratory tract. <br /><b>Acute Ingestion: </b><br />Causes nausea, vomiting, abdominal pain,
chest pain, burns to mouth and esophagus. <br /><b>Chronic Effects: </b><br />This product
does not contain any ingredient designated by IARC, NTP, ACGIH or OSHA as
probable or suspected human carcinogens.</p>
- Standard Certification Markshttps://technick.net/guides/electronics/safetymarks/Sun, 01 Mar 1998 00:00:00 +0000https://technick.net/guides/electronics/safetymarks/<blockquote><p></p><p><font size="1"><nobr><a href="proxy.php?url=#vde">[VDE Testing and Certification Institute]</a></nobr> <nobr><a href="proxy.php?url=#ul">[Underwriters Laboratories Inc.]</a></nobr> <nobr><a href="proxy.php?url=#csa">[CSA International]</a></nobr> <nobr><a href="proxy.php?url=#nemko">[NEMKO]</a></nobr> <nobr><a href="proxy.php?url=#demko">[DEMKO]</a></nobr> <nobr><a href="proxy.php?url=#fimko">[FIMKO]</a></nobr> <nobr><a href="proxy.php?url=#semko">[SEMKO]</a></nobr> <nobr><a href="proxy.php?url=#various">[VARIOUS]</a></nobr> </font></p><a name="vde"></a><p><table border="2" cellspacing="2" cellpadding="2"><tr bgcolor="#FFFF80"><th colspan="2"><font size="4"><a href="proxy.php?url=http://www.vde.de" target="_blank">VDE Testing and Certification Institute</a></font></th></tr><tr><th>Mark</th><th>Description</th></tr><tr><td align="center"><img src="proxy.php?url=https://technick.net/img/guide_safetymarks/vde_drei.gif" width="59" height="47" border="0" alt="" /></td><td><b>VDE Mark for appliances as technical equipment according to the Appliance Safety Law (GSG), for Medical Device Law (MPG), components and installation materials.</b>The VDE Mark indicates conformity with the VDE standards or European or internationally harmonized standards resp. and confirms compliance with protective requirements of the applicable EC Directive(s). The VDE Mark is a symbol for electrical, mechanical, thermal, toxic, radiological and other hazards.</td></tr><tr><td align="center"><img src="proxy.php?url=https://technick.net/img/guide_safetymarks/vde_gs.gif" width="116" height="47" border="0" alt="" /></td><td><b>For appliances as technical equipment according to the GSG.</b>For ready-to-use equipment, the licence holder may chose to affix the VDE Mark or the VDE GS Mark.</td></tr><tr><td align="center"><img src="proxy.php?url=https://technick.net/img/guide_safetymarks/vde_enec.gif" width="141" height="47" border="0" alt="" /></td><td><b>For products certified on the basis of harmonized certification agreements.</b>Testing is based on harmonized European standards listed in the <a href="proxy.php?url=http://www.enec.com" target="_blank">ENEC</a> Agreement. Products (at present luminaires and related components, energy saving lamps, IT equipment, transformers, switches for appliances, electrical controls, certain types of capacitors and EMI suppression components) tested to tested to the listed standards may be marked with the ENEC Mark of the VDE. The approval of any other body participating in the ENEC Agreement is not required. </td></tr><tr><td align="center"><img src="proxy.php?url=https://technick.net/img/guide_safetymarks/vde_emv.gif" width="50" height="57" border="0" alt="" /></td><td><b>For appliances in compliance with standards for electromagnetic compatibility.</b>The VDE EMC Mark expresses the conformity of a product with applicable standards for electromagnetic compatibility. The reliable function of the product in its electromagnetic environment is also included. The requirements for granting this mark comprise automatically and without restriction the compliance with applicable standards. </td></tr><tr><td align="center"><img src="proxy.php?url=https://technick.net/img/guide_safetymarks/vde_kab.gif" width="109" height="20" border="0" alt="" /></td><td><b>For cables, insulated cords, installation conduits and ducts, the VDE Cable Mark is applicable.</b><br /><br /><img src="proxy.php?url=https://technick.net/img/guide_safetymarks/vde_kabel1.gif" width="210" height="8" border="0" alt="" /><br />For cables and cords, the VDE Identification Thread may be used. </td></tr><tr><td align="center"><img src="proxy.php?url=https://technick.net/img/guide_safetymarks/vde_har.gif" width="230" height="20" border="0" alt="" /></td><td><b>VDE-HARmonization Marking</b><br /><br /><img src="proxy.php?url=https://technick.net/img/guide_safetymarks/vde_kabel2.gif" width="300" height="10" border="0" alt="" /><br /><b>The VDE HARmonization Marking or VDE HARmonization Thread resp. for cables and insulated cords according to harmonized certification procedures.</b>Testing is based on the Harmonization Documents (HD) listed in the HAR Agreement. Products (harmonized power cables) tested and found in compliance with with the requirements of the mentioned standards may be marked with the VDE HARmonization Marking. Further information is available from the Laboratory for Cables and Cords, Materials and Special Tests. </td></tr><tr><td align="center"><img src="proxy.php?url=https://technick.net/img/guide_safetymarks/vde_kom.gif" width="63" height="41" border="0" alt="" /></td><td>The <b>VDE Component Mark</b> may be used for electronic components.</td></tr><tr><td align="center"><img src="proxy.php?url=https://technick.net/img/guide_safetymarks/vde_cecc.gif" width="46" height="45" border="0" alt="" /></td><td><b>The CECC Mark for electronic components according to CECC Specifications.</b>For electronic components according to CECC Specifications (CECC: CENELEC Electronic Components Committee) the CECC Mark may be used. </td></tr><tr><td align="center"><img src="proxy.php?url=https://technick.net/img/guide_safetymarks/vde_reg.gif" width="104" height="41" border="0" alt="" /></td><td><b>VDE-Reg.-Nr. XXXXX</b><br /><b>VDE-Reg.-Nr. (VDE Certificate of Conformity in conjunction with factory surveillance)</b>This mark is used in two cases: firstly, for products in compliance with applicable clauses of VDE standards in the absence of a fully applicable VDE standard, and secondly, if a product, e.g. a sub-assembly, requires the fulfillment of additional conditions when incorporated into complete equipment. For cables and insulated cords, the VDE-Reg.-Nr. or the relevant mark resp. is applicable in absence of special regulations for products which were tested on the basis other standards. Special constructions and all variations of non-harmonized cables and insulated cords belong to this category of products. </td></tr></table></p>
- Standard Resistors Valueshttps://technick.net/guides/electronics/standard_resistors_table/Sun, 01 Mar 1998 00:00:00 +0000https://technick.net/guides/electronics/standard_resistors_table/<hr /><blockquote><p><b>Reference and Sources:</b><ul class="sources"><li>Manuale di elettronica e telecomunicazioni - Giuseppe Biondo, Enrico Sacchi. Vol.II - IX-40</li><li><a href="proxy.php?url=http://users.eecs.ukans.edu/~kuku/Standard_Resistors.html" target="_blank">http://users.eecs.ukans.edu/~kuku/Standard_Resistors.php</a></li></ul></p><p>The technical specifications for a resistor are:<ul><li>nominal resistance value [Ohm]</li><li>tolerance [%] (indicate the maximum difference (+/-) between nominal and real resistance value)</li><li>nominal dissipable power [W]</li><li>power-temperature diagrams</li><li>temperature coefficient</li><li>nominal maximum voltage [V]</li><li>noise tension</li><li>tension coefficient</li><li>resistance-frequency characteristic</li></ul>the first three are always indicated.</p><p>The succession of nominal resistance values fit a geometric progression:<br /><b>N = 10<sup>((n-1)/k)</sup></b><br />where: <b>N</b> is the nominal resistance value at <b>n</b> position;<br /><b>k</b> is a coefficient related to tolerance in this way:<table border="1" cellpadding="1" cellspacing="1"><tr><th>Tolerance [%]</th><th>k</th><th>Series Name</th></tr><tr align="center"><td>20</td><td>6</td><td>E6</td></tr><tr align="center"><td>10</td><td>12</td><td>E12</td></tr><tr align="center"><td>5</td><td>24</td><td>E24</td></tr><tr align="center"><td>2</td><td>48</td><td>E48</td></tr><tr align="center"><td>1</td><td>96</td><td>E96</td></tr><tr align="center"><td>0.5</td><td>192</td><td>E192</td></tr><tr align="center"><td>0.25</td><td>192</td><td>E192</td></tr><tr align="center"><td>0.1</td><td>192</td><td>E192</td></tr></table></p>
- Stripline Impedancehttps://technick.net/guides/electronics/stripline_impedances/Sun, 01 Mar 1998 00:00:00 +0000https://technick.net/guides/electronics/stripline_impedances/<p>This guide was written by Nathan Towne (2009-09)<br /><img src="proxy.php?url=https://technick.net/img/guide_stripimp/email.png" /><br /></p>
<h3>Introduction</h3>
<p>There are quite a few calculators for microstrip and stripline, and commercial products that do the same. But I was looking for a method of constructing a balun of controlled and fairly low impedances, which requires broadside-coupled stripline, where the widths of the traces mostly control the even (common-mode) impedance, and the spacing the odd (differential) impedance. I had in mind using copper tape for the traces and ground planes, polystyrene sheets for dielectric between the traces and the ground plane, and polyethylene or polystyrene sheets setting the spacing between the traces. The problem I encountered is the apparent dearth of information on the impedances of broadside-coupled stripline.</p>
- The Ultimate Memory Guide v.6https://technick.net/guides/hardware/umg/Sun, 01 Mar 1998 00:00:00 +0000https://technick.net/guides/hardware/umg/
- 0. Introduction to Static Electricityhttps://technick.net/guides/electronics/esd/000/Sun, 01 Mar 1998 00:00:00 +0000https://technick.net/guides/electronics/esd/000/<p align="center"><font size="2"><b><a href="proxy.php?url=https://technick.net/guides/electronics/esd/001">Next page >></a></b></font></p><blockquote><h3>Introduction to Static Electricity</h3><p>In ordinary
circumstances, static electricity and ESD are little more than an annoyance.
However, in an increasingly technological age, the familiar static shock we
receive when walking across a carpet can be costly or dangerous.</p><p>This same static discharge can ignite flammable mixtures and damage
electronic components. Static electricity can attract contaminants in clean
environments or cause products to stick together.</p><p>The cost of ESD-damaged electronic devices alone ranges from only a few cents
for a simple diode to several hundred dollars for complex hybrids. Loss of
production time in web processing industries due to static attraction is
significant. When associated costs of repair and rework, shipping, labor, and
overhead are included, clearly the opportunities exist for significant
improvements in reducing losses to ESD and static electricity.</p>
- 0. Table of Contentshttps://technick.net/guides/hardware/umg/00_toc/Sun, 01 Mar 1998 00:00:00 +0000https://technick.net/guides/hardware/umg/00_toc/<table border="0" cellspacing="4" cellpadding="4"><tr valign="top"><td><a href="proxy.php?url=http://www.kingston.com" target="_blank"><img src="proxy.php?url=https://technick.net/img/guide_umg/guide_umg_logo_01.jpg" width="200" height="78" border="0" alt="www.kingston.com" /></a></td><td bgcolor="#DBE7FF">This is an original HTML version of THE ULTIMATE MEMORY GUIDE<sup><font size="-1">TM</font></sup> reproduced by permission.
©2000 <a href="proxy.php?url=http://www.kingston.com" target="_blank">Kingston Technology Company</a>, Inc. All rights reserved.
All trademarks and registered trademarks are the property of their respective owners.
PowerPC is a trademark of <a href="proxy.php?url=http://www.ibm.com" target="_blank">International Business Machines Corporation</a>, used under license therefrom.
Windows is a trademark of <a href="proxy.php?url=http://www.microsoft.com" target="_blank">Microsoft Corporation</a>.
All other trademarks and registered trademarks are the property of their respective owners.
This publication may contain typographical errors or technical inaccuracies.
Any errors will be periodically corrected in future updates of this publication. <a href="proxy.php?url=http://www.kingston.com" target="_blank">Kingston Technology</a> reserves the right to make changes to text and/or illustrations in this document at any time.
This publication is the sole property of <a href="proxy.php?url=http://www.kingston.com" target="_blank">Kingston Technology</a> and may not be copied or modified in part or in whole without the express permission of <a href="proxy.php?url=http://www.kingston.com" target="_blank">Kingston Technology</a>.</td></tr></table><p align="center"><font size="2"><a href="proxy.php?url=#TOC">TOC</a> <a href="proxy.php?url=https://technick.net/guides/hardware/umg/01_000">Next page >></a></font></p>
- 00. About the Authorhttps://technick.net/guides/electronics/bpw/00_aboutauthor/Sun, 01 Mar 1998 00:00:00 +0000https://technick.net/guides/electronics/bpw/00_aboutauthor/<p align="center"><font size="2"><a href="proxy.php?url=https://technick.net/guides/electronics/bpw/00_toc">INDEX</a> </font></p><blockquote><h3>About the Author</h3><p> <h1><font face="Arial, Helvetica, sans-serif"><img src="proxy.php?url=https://technick.net/img/guide_bpw2/Isidor-pic2.jpg" width="155" height="302" align="right" alt="Isidor Buchmann, founder and CEO of Cadex Electronics Inc." border="0" /></font></h1> </p><p><font face="Arial, Helvetica, sans-serif" size="2">A versatile
inventor, researcher and writer, Mr. Isidor Buchmann is the
president, founder and CEO of Cadex Electronics Inc., located
in Richmond (Vancouver), Canada.</font></p> <p><font face="Arial, Helvetica, sans-serif" size="2">Fascinated
by electronics during his high school years, Mr. Buchmann
took to inventing at an early age, designing a fuel-powered
engine that was based on continuous combustion. His drawings
and theory of operation were reviewed by Felix Wankel, inventor
of the Wankel Rotary Engine, who kindly replied that while
the design was indeed unique and original, manufacturing would
be too expensive to be commercially viable. Further to his
credit, Mr. Buchmann invented a broadcast radio that ran on
no power — it required only an antenna and a ground connection
(it didn’t even use a battery). Mr. Buchmann sold several
of these radio receivers to his family and colleagues and
later set up a workshop in the attic where he restored and
resold old radios. After high school, a four-year apprenticeship
as a Radio Technician brought him practical experience in
a workshop environment as well as academic theory. Finally,
his experience with radio communications in the Swiss army
led to his decision to make electronics his life's work.</font></p>
- 00. Author's Notehttps://technick.net/guides/electronics/bpw/00_authorsnote/Sun, 01 Mar 1998 00:00:00 +0000https://technick.net/guides/electronics/bpw/00_authorsnote/<p align="center"><font size="2"><a href="proxy.php?url=https://technick.net/guides/electronics/bpw/00_part1"><< Previous page</a> <a href="proxy.php?url=https://technick.net/guides/electronics/bpw/00_toc">INDEX</a> <a href="proxy.php?url=https://technick.net/guides/electronics/bpw/00_intro">Next page >></a></font></p><blockquote><h3>Author's Note</h3><p> </p><p>Battery user groups have asked me to write an edited version
of <i>Batteries in a Portable World</i>. The first edition
was published in 1997. Much has changed since then. </p> <p>My very first publication in book form was entitled
<i>Strengthening the Weakest Link</i>. It was, in part, a
collection of battery articles which I had written. These
articles had been published in various trade magazines and
gained the interest of many readers. This goes back to the
late 1980s and the material covered topics such as the memory
effect of NiCd batteries and how to restore them.</p>
- 00. Frequently Asked Questions about Batteries (FAQ)https://technick.net/guides/electronics/bpw/00_faq/Sun, 01 Mar 1998 00:00:00 +0000https://technick.net/guides/electronics/bpw/00_faq/<p align="center"><font size="2"><a href="proxy.php?url=https://technick.net/guides/electronics/bpw/00_toc">INDEX</a> </font></p><blockquote><h3>Frequently Asked Questions about Batteries (FAQ)</h3><p> <!-- #EndEditable --> <td width="100%" valign="top"> <!-- #BeginEditable "maintextarea" -->
<table width="100%" border="0" cellspacing="0" cellpadding="15"> <tr>
<td>
<p><font face="Arial, Helvetica, sans-serif" size="2"><b>Which
battery chemistry is best suited for my application?</b></font><br /> <table width="100%" border="0" cellspacing="0" cellpadding="0"> <tr>
<td><b><font face="Arial, Helvetica, sans-serif" size="2"><a href="proxy.php?url=https://technick.net/guides/electronics/bpw/c02_01">Chapter
2:</a></font></b><font face="Arial, Helvetica, sans-serif" size="2">
Battery Chemistries<br /> <b><a href="proxy.php?url=https://technick.net/guides/electronics/bpw/c06_01">Chapter 6:</a> </b>The Secrets
of Battery Runtime, Increasing Internal Resistance<br /> <b><a href="proxy.php?url=https://technick.net/guides/electronics/bpw/c08_01">Chapter 8:</a></b><a href="proxy.php?url=11.pdf">
</a>Choosing the Right Battery<br /> <b><a href="proxy.php?url=https://technick.net/guides/electronics/bpw/c09_01">Chapter 9:</a></b> Internal
Battery Resistance<br /> <b><a href="proxy.php?url=https://technick.net/guides/electronics/bpw/c15_01">Chapter 15:</a></b> Caring
for Your Batteries from Birth to Retirement </font></td> </tr> </table> </p><p><font face="Arial, Helvetica, sans-serif" size="2"><b>Is
the lithium polymer superior to other systems?<br /> </b></font>
<table width="100%" border="0" cellspacing="0" cellpadding="0"> <tr>
<td><b><font face="Arial, Helvetica, sans-serif" size="2"><a href="proxy.php?url=https://technick.net/guides/electronics/bpw/c02_01">Chapter
2:</a></font></b><font face="Arial, Helvetica, sans-serif" size="2">
Battery Chemistries, The Lithium Polymer Battery</font></td> </tr> </table> </p>
- 00. Introductionhttps://technick.net/guides/electronics/bpw/00_intro/Sun, 01 Mar 1998 00:00:00 +0000https://technick.net/guides/electronics/bpw/00_intro/<p align="center"><font size="2"><a href="proxy.php?url=https://technick.net/guides/electronics/bpw/00_authorsnote"><< Previous page</a> <a href="proxy.php?url=https://technick.net/guides/electronics/bpw/00_toc">INDEX</a> <a href="proxy.php?url=https://technick.net/guides/electronics/bpw/c01_01">Next page >></a></font></p><blockquote><h3>Introduction</h3><p> </p><p>During the last few decades, rechargeable batteries have
made only moderate improvements in terms of higher capacity
and smaller size. Compared with the vast advancements in areas
such as microelectronics, the lack of progress in battery
technology is apparent. Consider a computer memory core of
the sixties and compare it with a modern microchip of the
same byte count. What once measured a cubic foot now sits
in a tiny chip. A comparable size reduction would literally
shrink a heavy-duty car battery to the size of a coin. Since
batteries are still based on an electrochemical process, a
car battery the size of a coin may not be possible using our
current techniques. </p>
- 00. Linkshttps://technick.net/guides/electronics/bpw/00_links/Sun, 01 Mar 1998 00:00:00 +0000https://technick.net/guides/electronics/bpw/00_links/<p align="center"><font size="2"><a href="proxy.php?url=https://technick.net/guides/electronics/bpw/00_toc">INDEX</a> </font></p><blockquote><h3>Links</h3><p> <!-- #EndEditable --> <td width="100%" valign="top"> <!-- #BeginEditable "maintextarea" -->
<table width="100%" border="0" cellspacing="0" cellpadding="15"> <tr>
<td>
<h4>General Links </h4> <ul> <li><a href="proxy.php?url=http://www.elsevier.com/inca/publications/store/5/0/4/0/9/3/" target="_blank">Elsevier
Science, Journal of Power Sources</a></li> <li><a href="proxy.php?url=http://data.energizer.com/batteryinfo/application_manual_table_of_contents.html" target="_blank">Energizer
Battery Home Page</a></li> <li><a href="proxy.php?url=http://www.bath.ac.uk/%7Echsacf/solartron/electro/html/int.html" target="_blank">Electrochemistry
Refresher</a></li> <li><a href="proxy.php?url=http://mtrl1.me.psu.edu/Simulation/Description.html" target="_blank">Online
battery simulator</a></li> <li><a href="proxy.php?url=http://www.cpt.ca/cpt5.html" target="_blank">Canadian
power technologies VRLA information</a></li> <li><a href="proxy.php?url=http://www.thermoanalytics.com/hev/batterymodelsdoc.html" target="_blank">ThermoAnalystics
Inc.</a></li> <li><a href="proxy.php?url=http://vectorsite.tripod.com/ttfuelc.html" target="_blank">Battery
Review</a> </li> <li><a href="proxy.php?url=http://www.huret.com">Huret Associates, Inc.</a></li> </ul> <h4>Manufacturers</h4> <ul> <li><a href="proxy.php?url=http://www.cadex.com" target="_blank" class="table-larger">www.cadex.com</a></li> <li><a href="proxy.php?url=http://www.polystor.com/technology.html" target="_blank">www.polystor.com/technology.php</a></li> <li><a href="proxy.php?url=http://www.molienergy.com/products.html" target="_blank">www.molienergy.com/products.php</a></li> <li><a href="proxy.php?url=http://www.sanyobatteries.net/NEWprodsIND.html" target="_blank">www.sanyobatteries.net/NEWprodsIND.html</a></li> </ul> </td> </tr> </table></td></p></blockquote><p align="center"><font size="2"><a href="proxy.php?url=https://technick.net/guides/electronics/bpw/00_toc">INDEX</a> </font></p>
- 00. Order Batteries in a Portable Worldhttps://technick.net/guides/electronics/bpw/00_orderbook/Sun, 01 Mar 1998 00:00:00 +0000https://technick.net/guides/electronics/bpw/00_orderbook/<p align="center"><font size="2"><a href="proxy.php?url=https://technick.net/guides/electronics/bpw/00_toc">INDEX</a> </font></p><blockquote><h3>Order Batteries in a Portable World</h3><p> <h1><font face="Arial, Helvetica, sans-serif"><img src="proxy.php?url=https://technick.net/img/guide_bpw2/book-cover.jpg" width="200" height="188" align="right" vspace="5" hspace="5" border="0" alt="" /></font></h1> </p><p>A paperback book of Batteries in a Portable World can be
purchased on this site.</p> <p>The 300-page book is easy and entertaining to read; it makes
minimal use of technical jargon. </p> <p>The well-organized layout helps you find information quickly.
The book is<br /> especially helpful to the busy professional who needs a crash
course in<br /> understanding this marvelous power source, the battery.</p>
- 00. Part Four – Beyond Batterieshttps://technick.net/guides/electronics/bpw/00_part4/Sun, 01 Mar 1998 00:00:00 +0000https://technick.net/guides/electronics/bpw/00_part4/<p align="center"><font size="2"><a href="proxy.php?url=https://technick.net/guides/electronics/bpw/c17_06"><< Previous page</a> <a href="proxy.php?url=https://technick.net/guides/electronics/bpw/00_toc">INDEX</a> <a href="proxy.php?url=https://technick.net/guides/electronics/bpw/c18_01">Next page >></a></font></p><blockquote><h3>Part Four – Beyond Batteries</h3><p><blockquote><b><a href="proxy.php?url=https://technick.net/guides/electronics/bpw/c18_01">Chapter 18: Beginnings and Horizons</a></b><br /><a href="proxy.php?url=https://technick.net/guides/electronics/bpw/c18_01">18.1 About the Author</a><br /><a href="proxy.php?url=https://technick.net/guides/electronics/bpw/c18_02">18.2 About Cadex</a><br /><a href="proxy.php?url=https://technick.net/guides/electronics/bpw/c18_03">18.3 Working with Natural Beauty</a><br /><a href="proxy.php?url=https://technick.net/guides/electronics/bpw/c18_03">18.4 Customer Comments</a><br /><a href="proxy.php?url=https://technick.net/guides/electronics/bpw/c18_04">18.5 Cadex Products</a><br /></blockquote></p></blockquote><p align="center"><font size="2"><a href="proxy.php?url=https://technick.net/guides/electronics/bpw/c17_06"><< Previous page</a> <a href="proxy.php?url=https://technick.net/guides/electronics/bpw/00_toc">INDEX</a> <a href="proxy.php?url=https://technick.net/guides/electronics/bpw/c18_01">Next page >></a></font></p>
- 00. Part One - Battery Basics Everyone Should Knowhttps://technick.net/guides/electronics/bpw/00_part1/Sun, 01 Mar 1998 00:00:00 +0000https://technick.net/guides/electronics/bpw/00_part1/<p align="center"><font size="2"><a href="proxy.php?url=https://technick.net/guides/electronics/bpw/00_toc"><< Previous page</a> <a href="proxy.php?url=https://technick.net/guides/electronics/bpw/00_toc">INDEX</a> <a href="proxy.php?url=https://technick.net/guides/electronics/bpw/00_authorsnote">Next page >></a></font></p><blockquote><h3>Part One - Battery Basics Everyone Should Know</h3><p><blockquote><b><a href="proxy.php?url=https://technick.net/guides/electronics/bpw/00_authorsnote">Author's Note</a></b><br /><br /><b><a href="proxy.php?url=https://technick.net/guides/electronics/bpw/00_intro">Introduction</a></b><br /><br /><b><a href="proxy.php?url=https://technick.net/guides/electronics/bpw/c01_01">Chapter 1: When was the battery invented?</a></b><br /><br /><b><a href="proxy.php?url=https://technick.net/guides/electronics/bpw/c02_01">Chapter 2: Battery Chemistries</a></b><br /><a href="proxy.php?url=https://technick.net/guides/electronics/bpw/c02_02">2.1 Chemistry Comparison</a><br /><a href="proxy.php?url=https://technick.net/guides/electronics/bpw/c02_03">2.2 The Nickel Cadmium (NiCd) Battery</a><br /><a href="proxy.php?url=https://technick.net/guides/electronics/bpw/c02_04">2.3 The Nickel-Metal Hydride (NiMH) Battery</a><br /><a href="proxy.php?url=https://technick.net/guides/electronics/bpw/c02_05">2.4 The Lead Acid Battery</a><br /><a href="proxy.php?url=https://technick.net/guides/electronics/bpw/c02_06">2.5 The Lithium Ion Battery</a><br /><a href="proxy.php?url=https://technick.net/guides/electronics/bpw/c02_08">2.6 The Lithium Polymer Battery</a><br /><a href="proxy.php?url=https://technick.net/guides/electronics/bpw/c02_09">2.7 Reusable Alkaline Batteries</a><br /><a href="proxy.php?url=https://technick.net/guides/electronics/bpw/c02_09">2.8 The Supercapacitor</a><br /><br /><b><a href="proxy.php?url=https://technick.net/guides/electronics/bpw/c03_01">Chapter 3: The Battery Pack</a></b><br /><a href="proxy.php?url=https://technick.net/guides/electronics/bpw/c03_01">3.1 The Cylindrical Cell</a><br /><a href="proxy.php?url=https://technick.net/guides/electronics/bpw/c03_02">3.2 The Button Cell</a><br /><a href="proxy.php?url=https://technick.net/guides/electronics/bpw/c03_02">3.3 The prismatic Cell</a><br /><a href="proxy.php?url=https://technick.net/guides/electronics/bpw/c03_03">3.4 The Pouch Cell</a><br /><a href="proxy.php?url=https://technick.net/guides/electronics/bpw/c03_04">3.5 Series and Parallel Configurations</a><br /><a href="proxy.php?url=https://technick.net/guides/electronics/bpw/c03_05">3.6 Protection Circuits</a><br /><br /><b><a href="proxy.php?url=https://technick.net/guides/electronics/bpw/c04_01">Chapter 4: Proper Charge Methods</a></b><br /><a href="proxy.php?url=https://technick.net/guides/electronics/bpw/c04_01">4.1 All About Chargers</a><br /><a href="proxy.php?url=https://technick.net/guides/electronics/bpw/c04_03">4.2 Charging the Nickel Cadmium Battery</a><br /><a href="proxy.php?url=https://technick.net/guides/electronics/bpw/c04_05">4.3 Charging the Nickel-Metal Hydride Battery</a><br /><a href="proxy.php?url=https://technick.net/guides/electronics/bpw/c04_06">4.4 Charging the Lead Acid Battery</a><br /><a href="proxy.php?url=https://technick.net/guides/electronics/bpw/c04_08">4.5 Charging the Lithium Ion Battery</a><br /><a href="proxy.php?url=https://technick.net/guides/electronics/bpw/c04_09">4.6 Charging the Lithium Polymer Battery</a><br /><a href="proxy.php?url=https://technick.net/guides/electronics/bpw/c04_09">4.7 Charging at High and Low Temperatures</a><br /><a href="proxy.php?url=https://technick.net/guides/electronics/bpw/c04_10">4.8 Ultra-fast Chargers</a><br /><a href="proxy.php?url=https://technick.net/guides/electronics/bpw/c04_10">4.9 Charge IC Chips</a><br /><br /><b><a href="proxy.php?url=https://technick.net/guides/electronics/bpw/c05_01">Chapter 5: Discharge Methods</a></b><br /><a href="proxy.php?url=https://technick.net/guides/electronics/bpw/c05_01">5.1 C-rate</a><br /><a href="proxy.php?url=https://technick.net/guides/electronics/bpw/c05_02">5.2 Depth of Discharge</a><br /><a href="proxy.php?url=https://technick.net/guides/electronics/bpw/c05_05">5.3 Pulse Discharge</a><br /><a href="proxy.php?url=https://technick.net/guides/electronics/bpw/c05_06">5.4 Discharging at High and Low Temperature</a><br /></blockquote></p>
- 00. Part Three – Knowing Your Batteryhttps://technick.net/guides/electronics/bpw/00_part3/Sun, 01 Mar 1998 00:00:00 +0000https://technick.net/guides/electronics/bpw/00_part3/<p align="center"><font size="2"><a href="proxy.php?url=https://technick.net/guides/electronics/bpw/c13_05"><< Previous page</a> <a href="proxy.php?url=https://technick.net/guides/electronics/bpw/00_toc">INDEX</a> <a href="proxy.php?url=https://technick.net/guides/electronics/bpw/c14_01">Next page >></a></font></p><blockquote><h3>Part Three – Knowing Your Battery</h3><p><blockquote><b><a href="proxy.php?url=https://technick.net/guides/electronics/bpw/c14_01">Chapter 14: Non-Correctable Battery Problems</a></b><br /><a href="proxy.php?url=https://technick.net/guides/electronics/bpw/c14_02">14.1 High Self-discharge</a><br /><a href="proxy.php?url=https://technick.net/guides/electronics/bpw/c14_02">14.2 Low Capacity Cells</a><br /><a href="proxy.php?url=https://technick.net/guides/electronics/bpw/c14_03">14.3 Cell Mismatch</a><br /><a href="proxy.php?url=https://technick.net/guides/electronics/bpw/c14_03">14.4 Shorted Cells Loss of Electrolyte</a><br /><br /><b><a href="proxy.php?url=https://technick.net/guides/electronics/bpw/c15_01">Chapter 15: Caring for Your Batteries from Birth to Retirement</a></b><br /><a href="proxy.php?url=https://technick.net/guides/electronics/bpw/c15_02">15.1 Storage</a><br /><a href="proxy.php?url=https://technick.net/guides/electronics/bpw/c15_03">15.2 Priming</a><br /><a href="proxy.php?url=https://technick.net/guides/electronics/bpw/c15_04">15.3 The Million Dollar Battery Problem</a><br /><a href="proxy.php?url=https://technick.net/guides/electronics/bpw/c15_05">15.4 To the Service Counter, and No Further</a><br /><a href="proxy.php?url=https://technick.net/guides/electronics/bpw/c15_06">15.5 The Quick Fix</a><br /><a href="proxy.php?url=https://technick.net/guides/electronics/bpw/c15_07">15.6 Battery Warranty</a><br /><a href="proxy.php?url=https://technick.net/guides/electronics/bpw/c15_08">15.7 Battery Recycling</a><br /><br /><b><a href="proxy.php?url=https://technick.net/guides/electronics/bpw/c16_01">Chapter 16: Practical Battery Tips</a></b><br /><a href="proxy.php?url=https://technick.net/guides/electronics/bpw/c16_01">16.1 Personal Field Observations</a><br /><a href="proxy.php?url=https://technick.net/guides/electronics/bpw/c16_02">16.2 The Correct Battery for the Job</a><br /><a href="proxy.php?url=https://technick.net/guides/electronics/bpw/c16_03">16.3 Battery Analyzers for Critical Missions</a><br /><br /><b><a href="proxy.php?url=https://technick.net/guides/electronics/bpw/c17_01">Chapter 17: Did you know . . . ?</a></b><br /><a href="proxy.php?url=https://technick.net/guides/electronics/bpw/c17_02">17.1 The Cost of Mobile Power</a><br /><a href="proxy.php?url=https://technick.net/guides/electronics/bpw/c17_03">17.2 The Fuel Cell</a><br /><a href="proxy.php?url=https://technick.net/guides/electronics/bpw/c17_06">17.3 The Electric Vehicle</a><br /><a href="proxy.php?url=https://technick.net/guides/electronics/bpw/c17_06">17.4 Strengthening the Weakest Link</a><br /></blockquote></p>
- 00. Part Two – You and the Batteryhttps://technick.net/guides/electronics/bpw/00_part2/Sun, 01 Mar 1998 00:00:00 +0000https://technick.net/guides/electronics/bpw/00_part2/<p align="center"><font size="2"><a href="proxy.php?url=https://technick.net/guides/electronics/bpw/c05_06"><< Previous page</a> <a href="proxy.php?url=https://technick.net/guides/electronics/bpw/00_toc">INDEX</a> <a href="proxy.php?url=https://technick.net/guides/electronics/bpw/c06_01">Next page >></a></font></p><blockquote><h3>Part Two – You and the Battery</h3><p><blockquote><b><a href="proxy.php?url=https://technick.net/guides/electronics/bpw/c06_01">Chapter 6: The Secrets of Battery Runtime</a></b><br /><a href="proxy.php?url=https://technick.net/guides/electronics/bpw/c06_01">6.1 Declining Capacity</a><br /><a href="proxy.php?url=https://technick.net/guides/electronics/bpw/c06_03">6.2 Increasing Internal Resistance</a><br /><a href="proxy.php?url=https://technick.net/guides/electronics/bpw/c06_04">6.3 Elevated Self-Discharge</a><br /><a href="proxy.php?url=https://technick.net/guides/electronics/bpw/c06_04">6.4 Premature Voltage Cut-off</a><br /><br /><b><a href="proxy.php?url=https://technick.net/guides/electronics/bpw/c07_01">Chapter 7: The ‘Smart’ Battery</a></b><br /><a href="proxy.php?url=https://technick.net/guides/electronics/bpw/c07_01">7.1 The Single Wire Bus</a><br /><a href="proxy.php?url=https://technick.net/guides/electronics/bpw/c07_02">7.2 The SMBus</a><br /><a href="proxy.php?url=https://technick.net/guides/electronics/bpw/c07_05">7.3 The State-of-Charge Indicator</a><br /><a href="proxy.php?url=https://technick.net/guides/electronics/bpw/c07_05">7.4 The Tri-State Fuel Gauge</a><br /><a href="proxy.php?url=https://technick.net/guides/electronics/bpw/c07_06">7.5 The Target Capacity Selector</a><br /><a href="proxy.php?url=https://technick.net/guides/electronics/bpw/c07_07">7.6 Fuel Gauges for Large Batteries</a><br /><br /><b><a href="proxy.php?url=https://technick.net/guides/electronics/bpw/c08_01">Chapter 8: Choosing the Right Battery</a></b><br /><a href="proxy.php?url=https://technick.net/guides/electronics/bpw/c08_01">8.1 What’s the best battery for mobile phones?</a><br /><a href="proxy.php?url=https://technick.net/guides/electronics/bpw/c08_02">8.2 What’s the best battery for two-way radios?</a><br /><a href="proxy.php?url=https://technick.net/guides/electronics/bpw/c08_02">8.3 What’s the best battery forlaptops?</a><br /><a href="proxy.php?url=https://technick.net/guides/electronics/bpw/c08_03">8.4 Selecting a Lasting Battery</a><br /><br /><b><a href="proxy.php?url=https://technick.net/guides/electronics/bpw/c09_01">Chapter 9: Internal Battery Resistance</a></b><br /><a href="proxy.php?url=https://technick.net/guides/electronics/bpw/c09_01">9.1 Why do seemingly good batteries fail on digital equipment?</a><br /><a href="proxy.php?url=https://technick.net/guides/electronics/bpw/c09_02">9.2 How is the internal battery resistance measured?</a><br /><a href="proxy.php?url=https://technick.net/guides/electronics/bpw/c09_03">9.3 What’s the difference between internal resistance and impedance?</a><br /><br /><b><a href="proxy.php?url=https://technick.net/guides/electronics/bpw/c10_01">Chapter 10: Getting the Most from your Batteries</a></b><br /><a href="proxy.php?url=https://technick.net/guides/electronics/bpw/c10_01">10.1 Memory: myth or fact?</a><br /><a href="proxy.php?url=https://technick.net/guides/electronics/bpw/c10_02">10.2 How to Restore and Prolong Nickel-based Batteries</a><br /><a href="proxy.php?url=https://technick.net/guides/electronics/bpw/c10_04">10.3 The Effect of Zapping</a><br /><a href="proxy.php?url=https://technick.net/guides/electronics/bpw/c10_05">10.4 How to Restore and Prolong Sealed Lead Acid Batteries</a><br /><a href="proxy.php?url=https://technick.net/guides/electronics/bpw/c10_06">10.5 How to Prolong Lithium-based Batteries</a><br /><a href="proxy.php?url=https://technick.net/guides/electronics/bpw/c10_07">10.6 Battery Recovery Rate</a><br /><br /><b><a href="proxy.php?url=https://technick.net/guides/electronics/bpw/c11_01">Chapter 11: Maintaining Fleet Batteries</a></b><br /><a href="proxy.php?url=https://technick.net/guides/electronics/bpw/c11_02">11.1 The ‘Green Light’ Lies</a><br /><a href="proxy.php?url=https://technick.net/guides/electronics/bpw/c11_03">11.2 Battery Maintenance, a Function of Quality Control</a><br /><a href="proxy.php?url=https://technick.net/guides/electronics/bpw/c11_03">11.3 Battery Maintenance Made Simple</a><br /><a href="proxy.php?url=https://technick.net/guides/electronics/bpw/c11_03">11.4 Battery Maintenance as a Business</a><br /><br /><b><a href="proxy.php?url=https://technick.net/guides/electronics/bpw/c12_01">Chapter 12: Battery Maintenance Equipment</a></b><br /><a href="proxy.php?url=https://technick.net/guides/electronics/bpw/c12_01">12.1 Conditioning Chargers</a><br /><a href="proxy.php?url=https://technick.net/guides/electronics/bpw/c12_02">12.2 Battery Analyzers</a><br /><a href="proxy.php?url=https://technick.net/guides/electronics/bpw/c12_04">12.3 Battery Analyzers for Maintenance-Free Batteries</a><br /><a href="proxy.php?url=https://technick.net/guides/electronics/bpw/c12_04">12.4 Battery throughput</a><br /><a href="proxy.php?url=https://technick.net/guides/electronics/bpw/c12_05">12.5 Battery Maintenance Software</a><br /><br /><b><a href="proxy.php?url=https://technick.net/guides/electronics/bpw/c13_01">Chapter 13: Making Battery Quick-Test Feasible</a></b><br /><a href="proxy.php?url=https://technick.net/guides/electronics/bpw/c13_01">13.1 Battery Specific Quick Testing</a><br /><a href="proxy.php?url=https://technick.net/guides/electronics/bpw/c13_02">13.2 Three-Point Quick Test</a><br /><a href="proxy.php?url=https://technick.net/guides/electronics/bpw/c13_03">13.3 The Evolving Battery</a><br /><a href="proxy.php?url=https://technick.net/guides/electronics/bpw/c13_03">13.4 The Cadex Quicktest Method</a><br /><a href="proxy.php?url=https://technick.net/guides/electronics/bpw/c13_04">13.5 How does the Cadex Quicktest work?</a><br /><a href="proxy.php?url=https://technick.net/guides/electronics/bpw/c13_04">13.6 Battery Testing and the Internet</a><br /><a href="proxy.php?url=https://technick.net/guides/electronics/bpw/c13_05">13.7 Electrochemical Impedance Spectroscopy</a><br /></blockquote></p>
- 00. Table Of Contenthttps://technick.net/guides/theory/dar/000/Sun, 01 Mar 1998 00:00:00 +0000https://technick.net/guides/theory/dar/000/<p style="background-color:#FFFFAA;border:1px solid red;padding:0.5em;"><strong>NOTE: THIS DOCUMENT IS OBSOLETE, PLEASE CHECK THE NEW VERSION:</strong> "<a href="proxy.php?url=http://ccrma.stanford.edu/~jos/resample/">The Digital Audio Resampling Home Page</a>", by <a href="proxy.php?url=http://ccrma.stanford.edu/~jos/"> Julius O. Smith III</a>, Copyright © <i>2016-05-17</i> by <a href="proxy.php?url=http://ccrma.stanford.edu/~jos/"> Julius O. Smith III</a> - <a href="proxy.php?url=http://ccrma.stanford.edu/">Center for Computer Research in Music and Acoustics (CCRMA),</a> <a href="proxy.php?url=http://www.stanford.edu/"> Stanford University</a></p>
<p align="center"><font size="2"><b><a href="proxy.php?url=https://technick.net/guides/theory/dar/001">Next page >></a></b></font></p><blockquote><p align="center"><img width="211" height="80" align="BOTTOM" border="0" src="proxy.php?url=https://technick.net/img/guide_dar/guide_dar_img3.gif" alt="\" esizebox="" n="" ncludegraphics="" ps="" incsum="" ps="" /></p> <h3>Table Of Content</h3><p><!--Table of Child-Links--><a name="CHILD_LINKS"></a><ul><li><a name="tex2html24" href="proxy.php?url=https://technick.net/guides/theory/dar/001">What is Bandlimited Interpolation?</a></li><li><a name="tex2html25" href="proxy.php?url=https://technick.net/guides/theory/dar/002">Available Software</a></li><li><a name="tex2html26" href="proxy.php?url=https://technick.net/guides/theory/dar/003">Theory of Operation</a><ul><li><a name="tex2html27" href="proxy.php?url=https://technick.net/guides/theory/dar/004">Abstract</a></li><li><a name="tex2html28" href="proxy.php?url=https://technick.net/guides/theory/dar/005">Introduction</a></li><li><a name="tex2html29" href="proxy.php?url=https://technick.net/guides/theory/dar/006">Theory of Ideal Bandlimited Interpolation</a></li><li><a name="tex2html30" href="proxy.php?url=https://technick.net/guides/theory/dar/007">From Theory to Practice</a></li><li><a name="tex2html31" href="proxy.php?url=https://technick.net/guides/theory/dar/008">Implementation</a></li><li><a name="tex2html32" href="proxy.php?url=https://technick.net/guides/theory/dar/009">Quantization Issues</a><ul><li><a name="tex2html33" href="proxy.php?url=https://technick.net/guides/theory/dar/010">Choice of Table Size</a></li><li><a name="tex2html34" href="proxy.php?url=https://technick.net/guides/theory/dar/011">Choice of Interpolation Resolution</a></li></ul></li><li><a name="tex2html35" href="proxy.php?url=https://technick.net/guides/theory/dar/012">Conclusions</a></li><li><a name="tex2html36" href="proxy.php?url=https://technick.net/guides/theory/dar/013">Appendix A: Exact Sinc-Interpolation of Sampled Periodic Signals</a></li><li><a name="tex2html37" href="proxy.php?url=https://technick.net/guides/theory/dar/014">Appendix B: Relation between Sinc and Lagrange Interpolation</a></li></ul></li><li><a name="tex2html38" href="proxy.php?url=https://technick.net/guides/theory/dar/015">Bibliography</a></li><li><a name="tex2html39" href="proxy.php?url=https://technick.net/guides/theory/dar/016">About this document ...</a></li></ul><!--End of Table of Child-Links--></p>
- 00. Table Of Contenthttps://technick.net/guides/theory/dft/r320/Sun, 01 Mar 1998 00:00:00 +0000https://technick.net/guides/theory/dft/r320/<p style="background-color:#FFFFAA;border:1px solid red;padding:0.5em;"><strong>NOTE: THIS DOCUMENT IS OBSOLETE, PLEASE CHECK THE NEW VERSION:</strong> "<a href="proxy.php?url=http://ccrma.stanford.edu/~jos/mdft/">Mathematics of the Discrete Fourier Transform (DFT), with Audio Applications --- Second Edition</a>", by <a href="proxy.php?url=http://ccrma.stanford.edu/~jos/"> Julius O. Smith III</a>, <a href="proxy.php?url=http://www.w3k.org/books/">W3K Publishing</a>, 2007, ISBN 978-0-9745607-4-8. - Copyright © <i>2017-09-28</i> by <a href="proxy.php?url=http://ccrma.stanford.edu/~jos/"> Julius O. Smith III</a> - <a href="proxy.php?url=http://ccrma.stanford.edu/">Center for Computer Research in Music and Acoustics (CCRMA),</a> <a href="proxy.php?url=http://www.stanford.edu/"> Stanford University</a></p>
<p align="center"><font size="2"><b><a href="proxy.php?url=https://technick.net/guides/theory/dft/dft_index">INDEX</a> <a href="proxy.php?url=https://technick.net/guides/theory/dft/preface">Next page >></a></b></font></p><blockquote><h3>Table Of Content</h3><p><!--Table of Child-Links--><a name="CHILD_LINKS"></a><ul>
<li><a name="tex2html128" href="proxy.php?url=https://technick.net/guides/theory/dft/preface">Preface</a><ul>
<li><a name="tex2html129" href="proxy.php?url=https://technick.net/guides/theory/dft/outline">Outline</a></li></ul></li>
<li><a name="tex2html130" href="proxy.php?url=https://technick.net/guides/theory/dft/introduction_dft">Introduction to the DFT</a><ul>
<li><a name="tex2html131" href="proxy.php?url=https://technick.net/guides/theory/dft/dft">The DFT</a></li>
<li><a name="tex2html132" href="proxy.php?url=https://technick.net/guides/theory/dft/mathematics_dft">Mathematics of the DFT</a></li>
<li><a name="tex2html133" href="proxy.php?url=https://technick.net/guides/theory/dft/dft_math_outline">DFT Math Outline</a></li></ul></li>
<li><a name="tex2html134" href="proxy.php?url=https://technick.net/guides/theory/dft/introduction_complex_number">Introduction to Complex Numbers</a><ul>
<li><a name="tex2html135" href="proxy.php?url=https://technick.net/guides/theory/dft/factoring_polynomial_with">Factoring a Polynomial with Real Roots</a></li>
<li><a name="tex2html136" href="proxy.php?url=https://technick.net/guides/theory/dft/quadratic_formula">The Quadratic Formula</a></li>
<li><a name="tex2html137" href="proxy.php?url=https://technick.net/guides/theory/dft/complex_roots">Complex Roots</a></li>
<li><a name="tex2html138" href="proxy.php?url=https://technick.net/guides/theory/dft/fundamental_theorem_algebra">The Fundamental Theorem of Algebra</a></li>
<li><a name="tex2html139" href="proxy.php?url=https://technick.net/guides/theory/dft/complex_numbers">Complex Numbers</a><ul>
<li><a name="tex2html140" href="proxy.php?url=https://technick.net/guides/theory/dft/complex_plane">The Complex Plane</a></li>
<li><a name="tex2html141" href="proxy.php?url=https://technick.net/guides/theory/dft/more_notation_terminology">More Notation and Terminology</a></li>
<li><a name="tex2html142" href="proxy.php?url=https://technick.net/guides/theory/dft/elementary_relationships">Elementary Relationships</a></li>
<li><a name="tex2html143" href="proxy.php?url=https://technick.net/guides/theory/dft/euler_s_formula">Euler's Formula</a></li>
<li><a name="tex2html144" href="proxy.php?url=https://technick.net/guides/theory/dft/de_moivre_s_theorem">De Moivre's Theorem</a></li></ul></li>
<li><a name="tex2html145" href="proxy.php?url=https://technick.net/guides/theory/dft/numerical_tools_matlab">Numerical Tools in Matlab</a></li>
<li><a name="tex2html146" href="proxy.php?url=https://technick.net/guides/theory/dft/numerical_tools_mathematica">Numerical Tools in Mathematica</a></li></ul></li>
<li><a name="tex2html147" href="proxy.php?url=https://technick.net/guides/theory/dft/proof_euler_s_identity">Proof of Euler's Identity</a><ul>
<li><a name="tex2html148" href="proxy.php?url=https://technick.net/guides/theory/dft/euler_s_theorem">Euler's Theorem</a><ul>
<li><a name="tex2html149" href="proxy.php?url=https://technick.net/guides/theory/dft/positive_integer_exponents">Positive Integer Exponents</a></li>
<li><a name="tex2html150" href="proxy.php?url=https://technick.net/guides/theory/dft/properties_exponents">Properties of Exponents</a></li>
<li><a name="tex2html151" href="proxy.php?url=https://technick.net/guides/theory/dft/exponent_zero">The Exponent Zero</a></li>
<li><a name="tex2html152" href="proxy.php?url=https://technick.net/guides/theory/dft/negative_exponents">Negative Exponents</a></li>
<li><a name="tex2html153" href="proxy.php?url=https://technick.net/guides/theory/dft/rational_exponents">Rational Exponents</a><ul>
<li><a name="tex2html154" href="proxy.php?url=https://technick.net/guides/theory/dft/special_case_mth">Special Case: The Mth Roots of Unity</a></li></ul></li>
<li><a name="tex2html155" href="proxy.php?url=https://technick.net/guides/theory/dft/real_exponents">Real Exponents</a></li>
<li><a name="tex2html156" href="proxy.php?url=https://technick.net/guides/theory/dft/first_look_at">A First Look at Taylor Series</a></li>
<li><a name="tex2html157" href="proxy.php?url=https://technick.net/guides/theory/dft/imaginary_exponents">Imaginary Exponents</a></li>
<li><a name="tex2html158" href="proxy.php?url=https://technick.net/guides/theory/dft/derivatives_f_x_a_x">Derivatives of f(x)=a^x</a></li>
<li><a name="tex2html159" href="proxy.php?url=https://technick.net/guides/theory/dft/back_e">Back to <i>e</i></a></li>
<li><a name="tex2html160" href="proxy.php?url=https://technick.net/guides/theory/dft/sidebar_mathematica">Sidebar on Mathematica</a></li>
<li><a name="tex2html161" href="proxy.php?url=https://technick.net/guides/theory/dft/back_e_j_theta">Back to e^(j theta)</a></li></ul></li>
<li><a name="tex2html162" href="proxy.php?url=https://technick.net/guides/theory/dft/informal_derivation_taylor">Informal Derivation of <i>Taylor Series Expansion</i></a></li>
<li><a name="tex2html163" href="proxy.php?url=https://technick.net/guides/theory/dft/derivation_taylor_series">Derivation of Taylor Series Expansion with Remainder</a></li>
<li><a name="tex2html164" href="proxy.php?url=https://technick.net/guides/theory/dft/formal_statement_taylor_s">Formal Statement of Taylor's Theorem</a></li>
<li><a name="tex2html165" href="proxy.php?url=https://technick.net/guides/theory/dft/weierstrass_polynomial_appr">The Weierstrass (Polynomial) Approximation Theorem</a></li>
<li><a name="tex2html166" href="proxy.php?url=https://technick.net/guides/theory/dft/further_notes_differentiabi">Further Notes on Differentiability of Audio Signals</a></li></ul></li>
<li><a name="tex2html167" href="proxy.php?url=https://technick.net/guides/theory/dft/logarithms_decibels_number">Logarithms, Decibels, and Number Systems</a><ul>
<li><a name="tex2html168" href="proxy.php?url=https://technick.net/guides/theory/dft/logarithms">Logarithms</a><ul>
<li><a name="tex2html169" href="proxy.php?url=https://technick.net/guides/theory/dft/changing_base">Changing the Base</a></li>
<li><a name="tex2html170" href="proxy.php?url=https://technick.net/guides/theory/dft/logarithms_negative_imagina">Logarithms of Negative and Imaginary Numbers</a></li></ul></li>
<li><a name="tex2html171" href="proxy.php?url=https://technick.net/guides/theory/dft/decibels">Decibels</a><ul>
<li><a name="tex2html172" href="proxy.php?url=https://technick.net/guides/theory/dft/properties_db_scales">Properties of DB Scales</a></li>
<li><a name="tex2html173" href="proxy.php?url=https://technick.net/guides/theory/dft/specific_db_scales">Specific DB Scales</a><ul>
<li><a name="tex2html174" href="proxy.php?url=https://technick.net/guides/theory/dft/dbm_scale">DBm Scale</a></li>
<li><a name="tex2html175" href="proxy.php?url=https://technick.net/guides/theory/dft/dbv_scale">DBV Scale</a></li>
<li><a name="tex2html176" href="proxy.php?url=https://technick.net/guides/theory/dft/db_spl">DB SPL</a></li>
<li><a name="tex2html177" href="proxy.php?url=https://technick.net/guides/theory/dft/db_display">DB for Display</a></li></ul></li>
<li><a name="tex2html178" href="proxy.php?url=https://technick.net/guides/theory/dft/dynamic_range">Dynamic Range</a></li></ul></li>
<li><a name="tex2html179" href="proxy.php?url=https://technick.net/guides/theory/dft/linear_number_systems">Linear Number Systems for Digital Audio</a><ul>
<li><a name="tex2html180" href="proxy.php?url=https://technick.net/guides/theory/dft/pulse_code_modulation">Pulse Code Modulation (PCM)</a></li>
<li><a name="tex2html181" href="proxy.php?url=https://technick.net/guides/theory/dft/binary_integer_fixed_point">Binary Integer Fixed-Point Numbers</a><ul>
<li><a name="tex2html182" href="proxy.php?url=https://technick.net/guides/theory/dft/one_s_complement_fixed_poin">One's Complement Fixed-Point Format</a></li>
<li><a name="tex2html183" href="proxy.php?url=https://technick.net/guides/theory/dft/two_s_complement_fixed_poin">Two's Complement Fixed-Point Format</a></li>
<li><a name="tex2html184" href="proxy.php?url=https://technick.net/guides/theory/dft/general_formula_two_s_compl">General Formula for Two's-Complement, Integer Fixed-Point Numbers</a></li>
<li><a name="tex2html185" href="proxy.php?url=https://technick.net/guides/theory/dft/little_endian_formula">''Little Endian'' Formula for Two's-Complement,
Integer Fixed-Point Numbers</a></li></ul></li>
<li><a name="tex2html186" href="proxy.php?url=https://technick.net/guides/theory/dft/fractional_binary_fixed_poi">Fractional Binary Fixed-Point Numbers</a></li>
<li><a name="tex2html187" href="proxy.php?url=https://technick.net/guides/theory/dft/how_many_bits">How Many Bits are Enough for Digital Audio?</a></li>
<li><a name="tex2html188" href="proxy.php?url=https://technick.net/guides/theory/dft/when_do_we">When Do We Have to Swap Bytes When Changing Computers?</a></li></ul></li>
<li><a name="tex2html189" href="proxy.php?url=https://technick.net/guides/theory/dft/logarithmic_number_systems">Logarithmic Number Systems for Digital Audio</a><ul>
<li><a name="tex2html190" href="proxy.php?url=https://technick.net/guides/theory/dft/floating_point_numbers">Floating-Point Numbers</a></li>
<li><a name="tex2html191" href="proxy.php?url=https://technick.net/guides/theory/dft/logarithmic_fixed_point_num">Logarithmic Fixed-Point Numbers</a></li>
<li><a name="tex2html192" href="proxy.php?url=https://technick.net/guides/theory/dft/law_companding"><img width="14" height="28" align="MIDDLE" border="0" src="proxy.php?url=https://technick.net/img/guide_dft/img5.png" alt="$\" u="u" />-Law Companding</a></li></ul></li>
<li><a name="tex2html193" href="proxy.php?url=https://technick.net/guides/theory/dft/appendix_a_round_off">Appendix A: Round-Off Error Variance</a></li>
<li><a name="tex2html194" href="proxy.php?url=https://technick.net/guides/theory/dft/appendix_b_electrical">Appendix B: Electrical Engineering 101</a></li></ul></li>
<li><a name="tex2html195" href="proxy.php?url=https://technick.net/guides/theory/dft/sinusoids_exponentials">Sinusoids and Exponentials</a><ul>
<li><a name="tex2html196" href="proxy.php?url=https://technick.net/guides/theory/dft/sinusoids">Sinusoids</a><ul>
<li><a name="tex2html197" href="proxy.php?url=https://technick.net/guides/theory/dft/example_sinusoids">Example Sinusoids</a></li>
<li><a name="tex2html198" href="proxy.php?url=https://technick.net/guides/theory/dft/why_sinusoids_are">Why Sinusoids are Important</a></li>
<li><a name="tex2html199" href="proxy.php?url=https://technick.net/guides/theory/dft/in_phase_quadrature_sinusoi">In-Phase and Quadrature Sinusoidal Components</a></li>
<li><a name="tex2html200" href="proxy.php?url=https://technick.net/guides/theory/dft/sinusoids_at_same">Sinusoids at the Same Frequency</a></li>
<li><a name="tex2html201" href="proxy.php?url=https://technick.net/guides/theory/dft/constructive_destructive_in">Constructive and Destructive Interference of Sinusoids</a></li></ul></li>
<li><a name="tex2html202" href="proxy.php?url=https://technick.net/guides/theory/dft/exponentials">Exponentials</a><ul>
<li><a name="tex2html203" href="proxy.php?url=https://technick.net/guides/theory/dft/why_exponentials_are">Why Exponentials are Important</a></li>
<li><a name="tex2html204" href="proxy.php?url=https://technick.net/guides/theory/dft/audio_decay_time">Audio Decay Time (<img width="23" height="28" align="MIDDLE" border="0" src="proxy.php?url=https://technick.net/img/guide_dft/img8.png" alt="$t_{60}$" />)</a></li></ul></li>
<li><a name="tex2html205" href="proxy.php?url=https://technick.net/guides/theory/dft/complex_sinusoids">Complex Sinusoids</a><ul>
<li><a name="tex2html206" href="proxy.php?url=https://technick.net/guides/theory/dft/circular_motion">Circular Motion</a></li>
<li><a name="tex2html207" href="proxy.php?url=https://technick.net/guides/theory/dft/projection_circular_motion">Projection of Circular Motion</a></li>
<li><a name="tex2html208" href="proxy.php?url=https://technick.net/guides/theory/dft/positive_negative_frequenci">Positive and Negative Frequencies</a></li>
<li><a name="tex2html209" href="proxy.php?url=https://technick.net/guides/theory/dft/analytic_signal_hilbert">The Analytic Signal and Hilbert Transform Filters</a></li>
<li><a name="tex2html210" href="proxy.php?url=https://technick.net/guides/theory/dft/generalized_complex_sinusoi">Generalized Complex Sinusoids</a></li>
<li><a name="tex2html211" href="proxy.php?url=https://technick.net/guides/theory/dft/sampled_sinusoids">Sampled Sinusoids</a></li>
<li><a name="tex2html212" href="proxy.php?url=https://technick.net/guides/theory/dft/powers">Powers of <img width="12" height="14" align="BOTTOM" border="0" src="proxy.php?url=https://technick.net/img/guide_dft/img16.png" alt="$z$" /></a></li>
<li><a name="tex2html213" href="proxy.php?url=https://technick.net/guides/theory/dft/why_generalized_complex">Why (Generalized) Complex Sinusoids are Important</a></li>
<li><a name="tex2html214" href="proxy.php?url=https://technick.net/guides/theory/dft/comparing_analog_digital">Comparing Analog and Digital Complex Planes</a></li></ul></li>
<li><a name="tex2html215" href="proxy.php?url=https://technick.net/guides/theory/dft/mathematica_selected_plots">Mathematica for Selected Plots</a></li>
<li><a name="tex2html216" href="proxy.php?url=https://technick.net/guides/theory/dft/acknowledgement">Acknowledgement</a></li></ul></li>
<li><a name="tex2html217" href="proxy.php?url=https://technick.net/guides/theory/dft/geometric_signal_theory">Geometric Signal Theory</a><ul>
<li><a name="tex2html218" href="proxy.php?url=https://technick.net/guides/theory/dft/dft">The DFT</a></li>
<li><a name="tex2html219" href="proxy.php?url=https://technick.net/guides/theory/dft/signals_vectors">Signals as Vectors</a><ul>
<li><a name="tex2html220" href="proxy.php?url=https://technick.net/guides/theory/dft/example_vector_view">An Example Vector View: <img width="48" height="14" align="BOTTOM" border="0" src="proxy.php?url=https://technick.net/img/guide_dft/img19.png" alt="$N=2$" /></a></li></ul></li>
<li><a name="tex2html221" href="proxy.php?url=https://technick.net/guides/theory/dft/vector_addition">Vector Addition</a></li>
<li><a name="tex2html222" href="proxy.php?url=https://technick.net/guides/theory/dft/vector_subtraction">Vector Subtraction</a></li>
<li><a name="tex2html223" href="proxy.php?url=https://technick.net/guides/theory/dft/signal_metrics">Signal Metrics</a><ul>
<li><a name="tex2html224" href="proxy.php?url=https://technick.net/guides/theory/dft/other_norms">Other Norms</a></li></ul></li>
<li><a name="tex2html225" href="proxy.php?url=https://technick.net/guides/theory/dft/inner_product">The Inner Product</a><ul>
<li><a name="tex2html226" href="proxy.php?url=https://technick.net/guides/theory/dft/linearity_inner_product">Linearity of the Inner Product</a></li>
<li><a name="tex2html227" href="proxy.php?url=https://technick.net/guides/theory/dft/norm_induced_inner">Norm Induced by the Inner Product</a></li>
<li><a name="tex2html228" href="proxy.php?url=https://technick.net/guides/theory/dft/cauchy_schwarz_inequality">Cauchy-Schwarz Inequality</a></li>
<li><a name="tex2html229" href="proxy.php?url=https://technick.net/guides/theory/dft/triangle_inequality">Triangle Inequality</a></li>
<li><a name="tex2html230" href="proxy.php?url=https://technick.net/guides/theory/dft/triangle_difference_inequal">Triangle Difference Inequality</a></li>
<li><a name="tex2html231" href="proxy.php?url=https://technick.net/guides/theory/dft/vector_cosine">Vector Cosine</a></li>
<li><a name="tex2html232" href="proxy.php?url=https://technick.net/guides/theory/dft/orthogonality">Orthogonality</a></li>
<li><a name="tex2html233" href="proxy.php?url=https://technick.net/guides/theory/dft/pythagorean_theorem_n_space">The Pythagorean Theorem in N-Space</a></li>
<li><a name="tex2html234" href="proxy.php?url=https://technick.net/guides/theory/dft/projection">Projection</a></li></ul></li>
<li><a name="tex2html235" href="proxy.php?url=https://technick.net/guides/theory/dft/signal_reconstruction_proje">Signal Reconstruction from Projections</a><ul>
<li><a name="tex2html236" href="proxy.php?url=https://technick.net/guides/theory/dft/example_changing_coordinate">An Example of Changing Coordinates in 2D</a></li>
<li><a name="tex2html237" href="proxy.php?url=https://technick.net/guides/theory/dft/general_conditions">General Conditions</a></li>
<li><a name="tex2html238" href="proxy.php?url=https://technick.net/guides/theory/dft/gram_schmidt_orthogonalizat">Gram-Schmidt Orthogonalization</a></li></ul></li>
<li><a name="tex2html239" href="proxy.php?url=https://technick.net/guides/theory/dft/appendix_matlab_examples">Appendix: Matlab Examples</a></li></ul></li>
<li><a name="tex2html240" href="proxy.php?url=https://technick.net/guides/theory/dft/discrete_fourier_transform">The Discrete Fourier Transform (DFT) Derived</a><ul>
<li><a name="tex2html241" href="proxy.php?url=https://technick.net/guides/theory/dft/dft_derived">The DFT Derived</a><ul>
<li><a name="tex2html242" href="proxy.php?url=https://technick.net/guides/theory/dft/geometric_series">Geometric Series</a></li>
<li><a name="tex2html243" href="proxy.php?url=https://technick.net/guides/theory/dft/orthogonality_sinusoids">Orthogonality of Sinusoids</a></li>
<li><a name="tex2html244" href="proxy.php?url=https://technick.net/guides/theory/dft/orthogonality_dft_sinusoids">Orthogonality of the DFT Sinusoids</a></li>
<li><a name="tex2html245" href="proxy.php?url=https://technick.net/guides/theory/dft/norm_dft_sinusoids">Norm of the DFT Sinusoids</a></li>
<li><a name="tex2html246" href="proxy.php?url=https://technick.net/guides/theory/dft/orthonormal_sinusoidal_set">An Orthonormal Sinusoidal Set</a></li>
<li><a name="tex2html247" href="proxy.php?url=https://technick.net/guides/theory/dft/discrete_fourier_transform">The Discrete Fourier Transform (DFT)</a></li>
<li><a name="tex2html248" href="proxy.php?url=https://technick.net/guides/theory/dft/frequencies_cracks">Frequencies in the ''Cracks''</a></li>
<li><a name="tex2html249" href="proxy.php?url=https://technick.net/guides/theory/dft/normalized_dft">Normalized DFT</a></li></ul></li>
<li><a name="tex2html250" href="proxy.php?url=https://technick.net/guides/theory/dft/length_2_dft">The Length 2 DFT</a></li>
<li><a name="tex2html251" href="proxy.php?url=https://technick.net/guides/theory/dft/matrix_formulation_dft">Matrix Formulation of the DFT</a><ul>
<li><a name="tex2html252" href="proxy.php?url=https://technick.net/guides/theory/dft/matrices">Matrices</a></li>
<li><a name="tex2html253" href="proxy.php?url=https://technick.net/guides/theory/dft/matrix_multiplication">Matrix Multiplication</a></li>
<li><a name="tex2html254" href="proxy.php?url=https://technick.net/guides/theory/dft/dft_matrix">The DFT Matrix</a></li></ul></li>
<li><a name="tex2html255" href="proxy.php?url=https://technick.net/guides/theory/dft/matlab_examples">Matlab Examples</a><ul>
<li><a name="tex2html256" href="proxy.php?url=https://technick.net/guides/theory/dft/figure_7_2">Figure 7.2</a></li>
<li><a name="tex2html257" href="proxy.php?url=https://technick.net/guides/theory/dft/figure_7_3">Figure 7.3</a></li>
<li><a name="tex2html258" href="proxy.php?url=https://technick.net/guides/theory/dft/dft_matrix">DFT Matrix</a></li></ul></li></ul></li>
<li><a name="tex2html259" href="proxy.php?url=https://technick.net/guides/theory/dft/fourier_theorems_dft">Fourier Theorems for the DFT</a><ul>
<li><a name="tex2html260" href="proxy.php?url=https://technick.net/guides/theory/dft/dft_its_inverse">The DFT and its Inverse</a><ul>
<li><a name="tex2html261" href="proxy.php?url=https://technick.net/guides/theory/dft/notation_terminology">Notation and Terminology</a></li>
<li><a name="tex2html262" href="proxy.php?url=https://technick.net/guides/theory/dft/modulo_indexing_periodic">Modulo Indexing, Periodic Extension</a></li></ul></li>
<li><a name="tex2html263" href="proxy.php?url=https://technick.net/guides/theory/dft/signal_operators">Signal Operators</a><ul>
<li><a name="tex2html264" href="proxy.php?url=https://technick.net/guides/theory/dft/flip_operator">Flip Operator</a></li>
<li><a name="tex2html265" href="proxy.php?url=https://technick.net/guides/theory/dft/shift_operator">Shift Operator</a></li>
<li><a name="tex2html266" href="proxy.php?url=https://technick.net/guides/theory/dft/convolution">Convolution</a><ul>
<li><a name="tex2html267" href="proxy.php?url=https://technick.net/guides/theory/dft/graphical_convolution">Graphical Convolution</a></li>
<li><a name="tex2html268" href="proxy.php?url=https://technick.net/guides/theory/dft/polynomial_multiplication">Polynomial Multiplication</a></li>
<li><a name="tex2html269" href="proxy.php?url=https://technick.net/guides/theory/dft/multiplication_decimal_numb">Multiplication of Decimal Numbers</a></li></ul></li>
<li><a name="tex2html270" href="proxy.php?url=https://technick.net/guides/theory/dft/correlation">Correlation</a></li>
<li><a name="tex2html271" href="proxy.php?url=https://technick.net/guides/theory/dft/stretch_operator">Stretch Operator</a></li>
<li><a name="tex2html272" href="proxy.php?url=https://technick.net/guides/theory/dft/zero_padding">Zero Padding</a></li>
<li><a name="tex2html273" href="proxy.php?url=https://technick.net/guides/theory/dft/repeat_operator">Repeat Operator</a></li>
<li><a name="tex2html274" href="proxy.php?url=https://technick.net/guides/theory/dft/decimation_operator">Decimation Operator</a></li>
<li><a name="tex2html275" href="proxy.php?url=https://technick.net/guides/theory/dft/alias_operator">Alias Operator</a></li></ul></li>
<li><a name="tex2html276" href="proxy.php?url=https://technick.net/guides/theory/dft/even_odd_functions">Even and Odd Functions</a></li>
<li><a name="tex2html277" href="proxy.php?url=https://technick.net/guides/theory/dft/fourier_theorems">The Fourier Theorems</a><ul>
<li><a name="tex2html278" href="proxy.php?url=https://technick.net/guides/theory/dft/linearity">Linearity</a></li>
<li><a name="tex2html279" href="proxy.php?url=https://technick.net/guides/theory/dft/conjugation_reversal">Conjugation and Reversal</a></li>
<li><a name="tex2html280" href="proxy.php?url=https://technick.net/guides/theory/dft/symmetry">Symmetry</a></li>
<li><a name="tex2html281" href="proxy.php?url=https://technick.net/guides/theory/dft/shift_theorem">Shift Theorem</a><ul>
<li><a name="tex2html282" href="proxy.php?url=https://technick.net/guides/theory/dft/linear_phase_terms">Linear Phase Terms</a></li>
<li><a name="tex2html283" href="proxy.php?url=https://technick.net/guides/theory/dft/application_shift_theorem">Application of the Shift Theorem to FFT Windows</a></li></ul></li>
<li><a name="tex2html284" href="proxy.php?url=https://technick.net/guides/theory/dft/convolution_theorem">Convolution Theorem</a></li>
<li><a name="tex2html285" href="proxy.php?url=https://technick.net/guides/theory/dft/dual_convolution_theorem">Dual of the Convolution Theorem</a></li>
<li><a name="tex2html286" href="proxy.php?url=https://technick.net/guides/theory/dft/correlation_theorem">Correlation Theorem</a></li>
<li><a name="tex2html287" href="proxy.php?url=https://technick.net/guides/theory/dft/power_theorem">Power Theorem</a></li>
<li><a name="tex2html288" href="proxy.php?url=https://technick.net/guides/theory/dft/rayleigh_energy_theorem">Rayleigh Energy Theorem (Parseval's Theorem)</a></li>
<li><a name="tex2html289" href="proxy.php?url=https://technick.net/guides/theory/dft/stretch_theorem_repeat">Stretch Theorem (Repeat Theorem)</a></li>
<li><a name="tex2html290" href="proxy.php?url=https://technick.net/guides/theory/dft/decimation_theorem_aliasing">Decimation Theorem (Aliasing Theorem)</a></li>
<li><a name="tex2html291" href="proxy.php?url=https://technick.net/guides/theory/dft/zero_padding_theorem">Zero Padding Theorem</a></li>
<li><a name="tex2html292" href="proxy.php?url=https://technick.net/guides/theory/dft/bandlimited_interpolation_t">Bandlimited Interpolation in Time</a></li></ul></li>
<li><a name="tex2html293" href="proxy.php?url=https://technick.net/guides/theory/dft/conclusions">Conclusions</a></li>
<li><a name="tex2html294" href="proxy.php?url=https://technick.net/guides/theory/dft/acknowledgement">Acknowledgement</a></li>
<li><a name="tex2html295" href="proxy.php?url=https://technick.net/guides/theory/dft/appendix_a_linear">Appendix A: Linear Time-Invariant Filters and Convolution</a><ul>
<li><a name="tex2html296" href="proxy.php?url=https://technick.net/guides/theory/dft/lti_filters_convolution">LTI Filters and the Convolution Theorem</a></li></ul></li>
<li><a name="tex2html297" href="proxy.php?url=https://technick.net/guides/theory/dft/appendix_b_introductory">Appendix B: Introductory Statistical Signal Processing</a><ul>
<li><a name="tex2html298" href="proxy.php?url=https://technick.net/guides/theory/dft/cross_correlation">Cross-Correlation</a></li>
<li><a name="tex2html299" href="proxy.php?url=https://technick.net/guides/theory/dft/applications_cross_correlat">Applications of Cross-Correlation</a></li>
<li><a name="tex2html300" href="proxy.php?url=https://technick.net/guides/theory/dft/autocorrelation">Autocorrelation</a></li>
<li><a name="tex2html301" href="proxy.php?url=https://technick.net/guides/theory/dft/coherence">Coherence</a></li></ul></li>
<li><a name="tex2html302" href="proxy.php?url=https://technick.net/guides/theory/dft/appendix_c_mathematica_matl">Appendix C: Mathematica/Matlab Examples</a></li>
<li><a name="tex2html303" href="proxy.php?url=https://technick.net/guides/theory/dft/appendix_d_similarity">Appendix D: The Similarity Theorem</a></li></ul></li>
<li><a name="tex2html304" href="proxy.php?url=https://technick.net/guides/theory/dft/example_applications_dft">Example Applications of the DFT</a><ul>
<li><a name="tex2html305" href="proxy.php?url=https://technick.net/guides/theory/dft/spectrum_analysis_sinusoid">Spectrum Analysis of a Sinusoid: Windowing, Zero-Padding, and the FFT</a><ul>
<li><a name="tex2html306" href="proxy.php?url=https://technick.net/guides/theory/dft/example_1_fft">Example 1: FFT of a Simple Sinusoid</a></li>
<li><a name="tex2html307" href="proxy.php?url=https://technick.net/guides/theory/dft/example_2_fft">Example 2: FFT of a Not-So-Simple Sinusoid</a></li>
<li><a name="tex2html308" href="proxy.php?url=https://technick.net/guides/theory/dft/example_3_fft">Example 3: FFT of a Zero-Padded Sinusoid</a></li>
<li><a name="tex2html309" href="proxy.php?url=https://technick.net/guides/theory/dft/example_4_blackman">Example 4: Blackman Window</a></li>
<li><a name="tex2html310" href="proxy.php?url=https://technick.net/guides/theory/dft/example_5_use">Example 5: Use of the Blackman Window</a></li>
<li><a name="tex2html311" href="proxy.php?url=https://technick.net/guides/theory/dft/example_6_hanning_windowed">Example 6: Hanning-Windowed Complex Sinusoid</a><ul>
<li><a name="tex2html312" href="proxy.php?url=https://technick.net/guides/theory/dft/spectral_phase">Spectral Phase</a></li></ul></li></ul></li></ul></li>
<li><a name="tex2html313" href="proxy.php?url=https://technick.net/guides/theory/dft/basic_tutorial_sampling">A Basic Tutorial on Sampling Theory</a><ul>
<li><a name="tex2html314" href="proxy.php?url=https://technick.net/guides/theory/dft/introduction">Introduction</a><ul>
<li><a name="tex2html315" href="proxy.php?url=https://technick.net/guides/theory/dft/reconstruction_samples_pict">Reconstruction from Samples--Pictorial Version</a></li>
<li><a name="tex2html316" href="proxy.php?url=https://technick.net/guides/theory/dft/reconstruction_samples_the">Reconstruction from Samples--The Math</a></li></ul></li>
<li><a name="tex2html317" href="proxy.php?url=https://technick.net/guides/theory/dft/aliasing_sampled_continuous">Aliasing of Sampled Continuous-Time Signals</a></li>
<li><a name="tex2html318" href="proxy.php?url=https://technick.net/guides/theory/dft/shannon_s_sampling_theorem">Shannon's Sampling Theorem</a></li>
<li><a name="tex2html319" href="proxy.php?url=https://technick.net/guides/theory/dft/figuring_out_sampling">Figuring Out Sampling Theory by Playing Around with Complex Sinusoids</a><ul>
<li><a name="tex2html320" href="proxy.php?url=https://technick.net/guides/theory/dft/what_frequencies_are">What frequencies are representable by a geometric sequence?</a></li>
<li><a name="tex2html321" href="proxy.php?url=https://technick.net/guides/theory/dft/recovering_continuous_time_">Recovering a Continuous-Time Signal from its Samples</a><ul>
<li><a name="tex2html322" href="proxy.php?url=https://technick.net/guides/theory/dft/method_1_additive">Method 1: Additive Synthesis</a></li>
<li><a name="tex2html323" href="proxy.php?url=https://technick.net/guides/theory/dft/does_it_work">Does it Work?</a></li></ul></li></ul></li></ul></li>
<li><a name="tex2html324" href="proxy.php?url=https://technick.net/guides/theory/dft/introduction_digital_filter">Introduction to Digital Filter Analysis</a><ul>
<li><a name="tex2html325" href="proxy.php?url=https://technick.net/guides/theory/dft/motivating_example_overview">Motivating Example and Overview</a></li>
<li><a name="tex2html326" href="proxy.php?url=https://technick.net/guides/theory/dft/fir_filters">FIR Filters</a><ul>
<li><a name="tex2html327" href="proxy.php?url=https://technick.net/guides/theory/dft/convolution_representation">Convolution Representation</a></li>
<li><a name="tex2html328" href="proxy.php?url=https://technick.net/guides/theory/dft/finiteness">Finiteness</a></li>
<li><a name="tex2html329" href="proxy.php?url=https://technick.net/guides/theory/dft/causal_fir_filters">Causal FIR Filters</a></li>
<li><a name="tex2html330" href="proxy.php?url=https://technick.net/guides/theory/dft/transfer_function">Transfer Function</a></li>
<li><a name="tex2html331" href="proxy.php?url=https://technick.net/guides/theory/dft/order">Order</a></li></ul></li>
<li><a name="tex2html332" href="proxy.php?url=https://technick.net/guides/theory/dft/biquad_section">The BiQuad Section</a></li>
<li><a name="tex2html333" href="proxy.php?url=https://technick.net/guides/theory/dft/digital_filter_theory">Digital Filter Theory Summary</a><ul>
<li><a name="tex2html334" href="proxy.php?url=https://technick.net/guides/theory/dft/linearity_time_invariance">Linearity and Time-Invariance</a></li>
<li><a name="tex2html335" href="proxy.php?url=https://technick.net/guides/theory/dft/difference_equation">Difference Equation</a></li>
<li><a name="tex2html336" href="proxy.php?url=https://technick.net/guides/theory/dft/convolution_representation_">Convolution Representation of LTI Filters</a></li>
<li><a name="tex2html337" href="proxy.php?url=https://technick.net/guides/theory/dft/frequency_response">Frequency Response</a></li>
<li><a name="tex2html338" href="proxy.php?url=https://technick.net/guides/theory/dft/phase_delay_group">Phase Delay and Group Delay</a></li></ul></li></ul></li>
<li><a name="tex2html339" href="proxy.php?url=https://technick.net/guides/theory/dft/bibliography">Bibliography</a></li>
<li><a name="tex2html340" href="proxy.php?url=https://technick.net/guides/theory/dft/dft_index">Index</a></li>
<li><a name="tex2html341" href="proxy.php?url=https://technick.net/guides/theory/dft/about_this_document">About this document ...</a></li></ul><!--End of Table of Child-Links-->
</p>
- 00. Table Of Contenthttps://technick.net/guides/theory/edft/000/Sun, 01 Mar 1998 00:00:00 +0000https://technick.net/guides/theory/edft/000/<p style="background-color:#FFFFAA;border:1px solid red;padding:0.5em;"><strong>NOTE: THIS DOCUMENT IS OBSOLETE, PLEASE CHECK THE NEW VERSION:</strong> "<a href="proxy.php?url=http://ccrma.stanford.edu/~jos/filters/">Introduction to Digital Filters with Audio Applications</a>", by <a href="proxy.php?url=http://ccrma.stanford.edu/~jos/"> Julius O. Smith III</a>, Copyright © <i>2017-11-26</i> by <a href="proxy.php?url=http://ccrma.stanford.edu/~jos/"> Julius O. Smith III</a> - <a href="proxy.php?url=http://ccrma.stanford.edu/">Center for Computer Research in Music and Acoustics (CCRMA),</a> <a href="proxy.php?url=http://www.stanford.edu/"> Stanford University</a></p>
<p align="center"><font size="2"><b><a href="proxy.php?url=https://technick.net/guides/theory/edft/022">INDEX</a> <a href="proxy.php?url=https://technick.net/guides/theory/edft/001">Next page >></a></b></font></p><blockquote><h3>Table Of Content</h3><!--Table of Child-Links--><a name="CHILD_LINKS"></a><ul><li><a name="tex2html14" href="proxy.php?url=https://technick.net/guides/theory/edft/001">Positive Real Functions</a><ul><li><a name="tex2html15" href="proxy.php?url=https://technick.net/guides/theory/edft/002">Relation to Stochastic Processes</a></li><li><a name="tex2html16" href="proxy.php?url=https://technick.net/guides/theory/edft/003">Relation to Schur Functions</a></li><li><a name="tex2html17" href="proxy.php?url=https://technick.net/guides/theory/edft/004">Relation to functions positive real in the right-half plane</a></li><li><a name="tex2html18" href="proxy.php?url=https://technick.net/guides/theory/edft/005">Special cases and examples</a><ul><li><a name="tex2html19" href="proxy.php?url=https://technick.net/guides/theory/edft/006">Minimum Phase (MP) polynomials in <img width="14" height="17" align="BOTTOM" border="0" src="proxy.php?url=https://technick.net/img/guide_edft/guide_edft_img1.gif" alt="$z$" /></a></li></ul></li><li><a name="tex2html20" href="proxy.php?url=https://technick.net/guides/theory/edft/007">Conjectured Properties</a></li></ul></li><li><a name="tex2html21" href="proxy.php?url=https://technick.net/guides/theory/edft/008">Introduction to Digital Filter Theory</a><ul><li><a name="tex2html22" href="proxy.php?url=https://technick.net/guides/theory/edft/009">Linearity and Time-Invariance</a></li><li><a name="tex2html23" href="proxy.php?url=https://technick.net/guides/theory/edft/010">Difference Equation</a><ul><li><a name="tex2html24" href="proxy.php?url=https://technick.net/guides/theory/edft/011">Convolution Representation</a></li></ul></li><li><a name="tex2html25" href="proxy.php?url=https://technick.net/guides/theory/edft/012">Frequency Response</a></li><li><a name="tex2html26" href="proxy.php?url=https://technick.net/guides/theory/edft/013">Phase Delay and Group Delay</a></li></ul></li><li><a name="tex2html27" href="proxy.php?url=https://technick.net/guides/theory/edft/014">Vector Space Concepts</a><ul><li><a name="tex2html28" href="proxy.php?url=https://technick.net/guides/theory/edft/015">Specific Norms</a></li></ul></li><li><a name="tex2html29" href="proxy.php?url=https://technick.net/guides/theory/edft/016">Concavity (Convexity)</a><ul><li><a name="tex2html30" href="proxy.php?url=https://technick.net/guides/theory/edft/017">Concave Norms</a></li></ul></li><li><a name="tex2html31" href="proxy.php?url=https://technick.net/guides/theory/edft/018">Gradient Descent</a></li><li><a name="tex2html32" href="proxy.php?url=https://technick.net/guides/theory/edft/019">Taylor's Theorem</a></li><li><a name="tex2html33" href="proxy.php?url=https://technick.net/guides/theory/edft/020">Newton's Method</a></li><li><a name="tex2html34" href="proxy.php?url=https://technick.net/guides/theory/edft/021">Maxims of Signal Processing</a></li><li><a name="tex2html35" href="proxy.php?url=https://technick.net/guides/theory/edft/022">Index</a></li><li><a name="tex2html36" href="proxy.php?url=https://technick.net/guides/theory/edft/023">Bibliography</a></li><li><a name="tex2html37" href="proxy.php?url=https://technick.net/guides/theory/edft/024">About this document ...</a></li></ul><!--End of Table of Child-Links--></blockquote><p align="center"><font size="2"><b><a href="proxy.php?url=https://technick.net/guides/theory/edft/022">INDEX</a> <a href="proxy.php?url=https://technick.net/guides/theory/edft/001">Next page >></a></b></font></p>
- 00. TOChttps://technick.net/guides/electronics/bpw/00_toc/Sun, 01 Mar 1998 00:00:00 +0000https://technick.net/guides/electronics/bpw/00_toc/<table border="0" cellspacing="4" cellpadding="4"><tr valign="top"><td><img src="proxy.php?url=https://technick.net/img/guide_bpw2/ad1.gif" width="115" height="115" border="0" alt="" /></td><td><b><a href="proxy.php?url=#TOC">Table of Contents</a></b><br /><b><a href="proxy.php?url=https://technick.net/guides/electronics/bpw/00_faq">Battery FAQ</a></b><br /><b><a href="proxy.php?url=http://www.buchmann.ca/newarticles.asp" target="_blank">New Articles</a></b><br /><b><a href="proxy.php?url=https://technick.net/guides/electronics/bpw/00_aboutauthor">About the Author</a></b><br /><b><a href="proxy.php?url=https://technick.net/guides/electronics/bpw/00_orderbook">Order Book</a></b><br /><b><a href="proxy.php?url=https://technick.net/guides/electronics/bpw/00_links">Links</a></b><br /><br /><b><a href="proxy.php?url=https://technick.net/guides/electronics/bpw/00_part1">Next page >></a></b></td><td>The battery has become our steady travel companion - it helps call a friend; it expands our workplace beyond four walls; and it supports critical missions for people in need.<br /><br />Performance specifications for batteries and chargers are often based on ideal conditions.<br /><br />Manufacturers carry out battery tests on brand new equipment within protected environments. In Batteries in a Portable World, Mr. Buchmann observes the battery as used by consumers in everyday life.<br /><br />The battery handbook addresses the strengths and limitations of the modern battery. It illustrates which battery chemistry is most appropriate for each application. You will learn about charger technology, battery maintenance to prolong battery life and methods to restore weak batteries with a battery analyzer. </td></tr></table><br /><br /><blockquote><p><a name="TOC"></a><h3>Table of Contents</h3></p>
- 01. Positive Real Functionshttps://technick.net/guides/theory/edft/001/Sun, 01 Mar 1998 00:00:00 +0000https://technick.net/guides/theory/edft/001/<p style="background-color:#FFFFAA;border:1px solid red;padding:0.5em;"><strong>NOTE: THIS DOCUMENT IS OBSOLETE, PLEASE CHECK THE NEW VERSION:</strong> "<a href="proxy.php?url=http://ccrma.stanford.edu/~jos/filters/">Introduction to Digital Filters with Audio Applications</a>", by <a href="proxy.php?url=http://ccrma.stanford.edu/~jos/"> Julius O. Smith III</a>, Copyright © <i>2017-11-26</i> by <a href="proxy.php?url=http://ccrma.stanford.edu/~jos/"> Julius O. Smith III</a> - <a href="proxy.php?url=http://ccrma.stanford.edu/">Center for Computer Research in Music and Acoustics (CCRMA),</a> <a href="proxy.php?url=http://www.stanford.edu/"> Stanford University</a></p>
<p align="center"><font size="2"><b><a href="proxy.php?url=https://technick.net/guides/theory/edft/000"><< Previous page</a> <a href="proxy.php?url=https://technick.net/guides/theory/edft/000">TOC</a> <a href="proxy.php?url=https://technick.net/guides/theory/edft/022">INDEX</a> <a href="proxy.php?url=https://technick.net/guides/theory/edft/002">Next page >></a></b></font></p><blockquote><h3>Positive Real Functions</h3><p>Any passive driving-point <a href="proxy.php?url=https://ccrma.stanford.edu/~jos//book2000/Impedance.html" target="_blank">impedance</a>, such as the impedance of a violin
bridge, is <a href="proxy.php?url=https://technick.net/guides/theory/edft/001">positive real</a>. <a href="proxy.php?url=https://technick.net/guides/theory/edft/001">Positive real functions</a> have been studied
extensively in the continuous-time case in the context of<i>network synthesis</i> [<a href="proxy.php?url=https://technick.net/guides/theory/edft/023#Brune">Brune 1931</a>,<a href="proxy.php?url=https://technick.net/guides/theory/edft/023#VV">Van Valkenburg 1960</a>]. Very little, however, seems
to be available in the discrete time case. The purpose of this
home page is to collect some facts about positive real transfer
functions for discrete-time linear systems.</p>
- 01. What is Bandlimited Interpolation?https://technick.net/guides/theory/dar/001/Sun, 01 Mar 1998 00:00:00 +0000https://technick.net/guides/theory/dar/001/<p style="background-color:#FFFFAA;border:1px solid red;padding:0.5em;"><strong>NOTE: THIS DOCUMENT IS OBSOLETE, PLEASE CHECK THE NEW VERSION:</strong> "<a href="proxy.php?url=http://ccrma.stanford.edu/~jos/resample/">The Digital Audio Resampling Home Page</a>", by <a href="proxy.php?url=http://ccrma.stanford.edu/~jos/"> Julius O. Smith III</a>, Copyright © <i>2016-05-17</i> by <a href="proxy.php?url=http://ccrma.stanford.edu/~jos/"> Julius O. Smith III</a> - <a href="proxy.php?url=http://ccrma.stanford.edu/">Center for Computer Research in Music and Acoustics (CCRMA),</a> <a href="proxy.php?url=http://www.stanford.edu/"> Stanford University</a></p>
<p align="center"><font size="2"><b><a href="proxy.php?url=https://technick.net/guides/theory/dar/000"><< Previous page</a> <a href="proxy.php?url=https://technick.net/guides/theory/dar/000">TOC</a> <a href="proxy.php?url=https://technick.net/guides/theory/dar/002">Next page >></a></b></font></p><blockquote><h3>What is Bandlimited Interpolation?</h3><p><i><a href="proxy.php?url=https://technick.net/guides/theory/dar/000">Bandlimited interpolation</a></i> of discrete-time signals is a basic
tool having extensive application in <a href="proxy.php?url=http://www.dsptutor.freeuk.com/" target="_blank">digital signal processing</a>. In
general, the problem is to correctly compute signal values at
arbitrary continuous times from a set of discrete-time samples of the
signal <a href="proxy.php?url=https://ccrma.stanford.edu/~jos//log/Logarithms.html" target="_blank">amplitude</a>. In other words, we must be able to interpolate the
signal between samples. Since the original signal is always assumed
to be <i>bandlimited </i>to half the <a href="proxy.php?url=https://ccrma.stanford.edu/~jos//st/Shannon_s_Sampling_Theorem.html" target="_blank">sampling rate</a>, (otherwise<a href="proxy.php?url=https://ccrma.stanford.edu/~jos//thms/Decimation_Theorem_Aliasing.htm" target="_blank">aliasing</a> distortion would occur upon sampling), <i><a href="proxy.php?url=https://ccrma.stanford.edu/~jos//st/Shannon_s_Sampling_Theorem.html" target="_blank">Shannon's
sampling theorem</a></i> tells us the signal can be exactly and uniquely
reconstructed for all time from its samples by bandlimited
interpolation.</p>
- 01. When was the battery invented?https://technick.net/guides/electronics/bpw/c01_01/Sun, 01 Mar 1998 00:00:00 +0000https://technick.net/guides/electronics/bpw/c01_01/<p align="center"><font size="2"><a href="proxy.php?url=https://technick.net/guides/electronics/bpw/00_intro"><< Previous page</a> <a href="proxy.php?url=https://technick.net/guides/electronics/bpw/00_toc">INDEX</a> <a href="proxy.php?url=https://technick.net/guides/electronics/bpw/c01_02">Next page >></a></font></p><blockquote><h3>1. When was the battery invented?</h3><p> </p><p>One of the most remarkable and novel discoveries in the last
400 years has been electricity. One may ask, “Has electricity
been around that long?” The answer is yes, and perhaps much
longer. But the practical use of electricity has only been
at our disposal since the mid-to late 1800s, and in a limited
way at first. At the world exposition in Paris in 1900, for
example, one of the main attractions was an electrically lit
bridge over the river Seine. </p>
- 01. When was the battery invented? 2https://technick.net/guides/electronics/bpw/c01_02/Sun, 01 Mar 1998 00:00:00 +0000https://technick.net/guides/electronics/bpw/c01_02/<p align="center"><font size="2"><a href="proxy.php?url=https://technick.net/guides/electronics/bpw/c01_01"><< Previous page</a> <a href="proxy.php?url=https://technick.net/guides/electronics/bpw/00_toc">INDEX</a> <a href="proxy.php?url=https://technick.net/guides/electronics/bpw/c01_03">Next page >></a></font></p><blockquote><p> </p><p>In the same year, Volta released his discovery of a continuous
source of electricity to the Royal Society of London. No longer
were experiments limited to a brief display of sparks that
lasted a fraction of a second. A seemingly endless stream
of electric current was now available. </p> <p>France was one of the first nations to officially recognize
Volta’s discoveries. At the time, France was approaching the
height of scientific advancements and new ideas were welcomed
with open arms to support the political agenda. By invitation,
Volta addressed the Institute of France in a series of lectures
at which Napoleon Bonaparte was present as a member of the
Institute.</p>
- 01. When was the battery invented? 3https://technick.net/guides/electronics/bpw/c01_03/Sun, 01 Mar 1998 00:00:00 +0000https://technick.net/guides/electronics/bpw/c01_03/<p align="center"><font size="2"><a href="proxy.php?url=https://technick.net/guides/electronics/bpw/c01_02"><< Previous page</a> <a href="proxy.php?url=https://technick.net/guides/electronics/bpw/00_toc">INDEX</a> <a href="proxy.php?url=https://technick.net/guides/electronics/bpw/c02_01">Next page >></a></font></p><blockquote><p> </p><p><font face="Arial, Helvetica, sans-serif" size="2">Toward
the end of the 1800s, giant generators and transformers were
built. Transmission lines were installed and electricity was
made available to humanity to produce light, heat and movement.
In the early twentieth century, the use of electricity was
further refined. The invention of the vacuum tube enabled
generating controlled signals, amplifications and sound. Soon
thereafter, radio was invented, which made wireless communication
possible.</font></p>
- 02. Available Softwarehttps://technick.net/guides/theory/dar/002/Sun, 01 Mar 1998 00:00:00 +0000https://technick.net/guides/theory/dar/002/<p style="background-color:#FFFFAA;border:1px solid red;padding:0.5em;"><strong>NOTE: THIS DOCUMENT IS OBSOLETE, PLEASE CHECK THE NEW VERSION:</strong> "<a href="proxy.php?url=http://ccrma.stanford.edu/~jos/resample/">The Digital Audio Resampling Home Page</a>", by <a href="proxy.php?url=http://ccrma.stanford.edu/~jos/"> Julius O. Smith III</a>, Copyright © <i>2016-05-17</i> by <a href="proxy.php?url=http://ccrma.stanford.edu/~jos/"> Julius O. Smith III</a> - <a href="proxy.php?url=http://ccrma.stanford.edu/">Center for Computer Research in Music and Acoustics (CCRMA),</a> <a href="proxy.php?url=http://www.stanford.edu/"> Stanford University</a></p>
<p align="center"><font size="2"><b><a href="proxy.php?url=https://technick.net/guides/theory/dar/001"><< Previous page</a> <a href="proxy.php?url=https://technick.net/guides/theory/dar/000">TOC</a> <a href="proxy.php?url=https://technick.net/guides/theory/dar/003">Next page >></a></b></font></p><blockquote><h3>Available Software</h3><ul><li><a name="tex2html4" href="proxy.php?url=https://ccrma.stanford.edu/~jos//resample/resample-1.5.tar.gz">resample-1.5.tar.gz</a>(51 Kbytes) (v1.5 released on 10/07/99) <br />The <a href="proxy.php?url=https://technick.net/guides/theory/dar/000">resample</a> software package contains free <a href="proxy.php?url=https://technick.net/guides/theory/dar/000">sampling-rate conversion</a> and <a href="proxy.php?url=https://ccrma.stanford.edu/~jos//WinFlt/Problem_Statement.html" target="_blank">filter design</a> utilities written in C, including a stand-alone
command-line sampling-rate conversion utility called
resample. The package compiles readily under <a href="proxy.php?url=http://www.linuxhq.com" target="_blank">Linux</a> and most other
UNIX operating systems.<ul><li><a name="tex2html5" href="proxy.php?url=https://ccrma.stanford.edu/~jos//resample/resample-n.m.README" target="_blank">README file for resample software
package</a></li><li><a name="tex2html6" href="proxy.php?url=ftp://ccrma-ftp.stanford.edu/pub/Lisp/sndlib.tar.gz">sndlib-7
(required)</a></li><li><a name="tex2html7" href="proxy.php?url=https://ccrma.stanford.edu/~jos//resample/resample-1.2.tar.gz">Older Version for NeXT Computers
(49 Kbytes)</a></li></ul></li><li><a name="tex2html8" href="proxy.php?url=http://osalp.sourceforge.net/" target="_blank">Open Source
Audio Library Project (OSALP)</a><br />OSALP contains a C++ class (GNU LGPL) based on the above resample software. <p></p>
- 02. Battery Chemistrieshttps://technick.net/guides/electronics/bpw/c02_01/Sun, 01 Mar 1998 00:00:00 +0000https://technick.net/guides/electronics/bpw/c02_01/<p align="center"><font size="2"><a href="proxy.php?url=https://technick.net/guides/electronics/bpw/c01_03"><< Previous page</a> <a href="proxy.php?url=https://technick.net/guides/electronics/bpw/00_toc">INDEX</a> <a href="proxy.php?url=https://technick.net/guides/electronics/bpw/c02_02">Next page >></a></font></p><blockquote><h3>2. Battery Chemistries</h3><p> </p><p> </p><p>Battery novices often argue that advanced battery systems
are now available that offer very high energy densities, deliver
1000 charge/discharge cycles and are paper thin. These
attributes are indeed achievable — unfortunately not in the
same battery pack. A given battery may be designed for small
size and long runtime, but this pack would have a limited
cycle life. Another battery may be built for durability, but
it would be big and bulky. A third pack may have high energy
density and long durability, but would be too expensive for
the commercial consumer.</p>
- 02. Battery Chemistrieshttps://technick.net/guides/electronics/bpw/c02_10/Sun, 01 Mar 1998 00:00:00 +0000https://technick.net/guides/electronics/bpw/c02_10/<p align="center"><font size="2"><a href="proxy.php?url=https://technick.net/guides/electronics/bpw/c02_09"><< Previous page</a> <a href="proxy.php?url=https://technick.net/guides/electronics/bpw/00_toc">INDEX</a> <a href="proxy.php?url=https://technick.net/guides/electronics/bpw/c03_01">Next page >></a></font></p><blockquote><h4>2.8 The Supercapacitor</h4><p> </p><p>The supercapacitor resembles a regular capacitor with the
exception that it offers very high capacitance in a small
size. Energy storage is by means of static charge. Applying a
voltage differential on the positive and negative plates
charges the supercapacitor. This concept is similar to an
electrical charge that builds up when walking on a carpet.
Touching an object at ground potential releases the energy.
The supercapacitor concept has been around for a number of
years and has found many niche applications.<br /></p>
- 02. Battery Chemistries 2https://technick.net/guides/electronics/bpw/c02_02/Sun, 01 Mar 1998 00:00:00 +0000https://technick.net/guides/electronics/bpw/c02_02/<p align="center"><font size="2"><a href="proxy.php?url=https://technick.net/guides/electronics/bpw/c02_01"><< Previous page</a> <a href="proxy.php?url=https://technick.net/guides/electronics/bpw/00_toc">INDEX</a> <a href="proxy.php?url=https://technick.net/guides/electronics/bpw/c02_03">Next page >></a></font></p><blockquote><h4>2.1 Chemistry Comparison</h4><p> </p><p>Let's examine the advantages and limitations of today’s popular
battery systems. Batteries are scrutinized not only in terms
of energy density but service life, load characteristics,
maintenance requirements, self-discharge and operational costs.
Since NiCd remains a standard against which other batteries
are compared, let’s evaluate alternative chemistries against
this classic battery type.</p> <p><b>Nickel Cadmium</b> (NiCd) — mature and well understood
but relatively low in energy density. The NiCd is used where
long life, high discharge rate and economical price are important.
Main applications are two-way radios, biomedical equipment,
professional video cameras and power tools. The NiCd contains
toxic metals and is not environmentally friendly.</p>
- 02. Battery Chemistries 3https://technick.net/guides/electronics/bpw/c02_03/Sun, 01 Mar 1998 00:00:00 +0000https://technick.net/guides/electronics/bpw/c02_03/<p align="center"><font size="2"><a href="proxy.php?url=https://technick.net/guides/electronics/bpw/c02_02"><< Previous page</a> <a href="proxy.php?url=https://technick.net/guides/electronics/bpw/00_toc">INDEX</a> <a href="proxy.php?url=https://technick.net/guides/electronics/bpw/c02_04">Next page >></a></font></p><blockquote><h4>2.2 The Nickel Cadmium (NiCd) Battery</h4><p> </p><p><a name="_Toc366986275"></a><a name="_Toc366986326"></a><a name="_Toc366986403"></a><a name="_Toc366986469"></a><a name="_Toc366987100"></a><a name="_Toc366987145"></a><a name="_Toc366987186"></a><a name="_Toc387644045"></a>Alkaline nickel battery technology
originated in 1899, when Waldmar Jungner invented the NiCd
battery. The materials were expensive compared to other battery
types available at the time and its use was limited to special
applications. In 1932, the active materials were deposited
inside a porous nickel-plated electrode and in 1947, research
began on a sealed NiCd battery, which recombined the internal
gases generated during charge rather than venting them. These
advances led to the modern sealed NiCd battery, which is in
use today.</p>
- 02. Battery Chemistries 4https://technick.net/guides/electronics/bpw/c02_04/Sun, 01 Mar 1998 00:00:00 +0000https://technick.net/guides/electronics/bpw/c02_04/<p align="center"><font size="2"><a href="proxy.php?url=https://technick.net/guides/electronics/bpw/c02_03"><< Previous page</a> <a href="proxy.php?url=https://technick.net/guides/electronics/bpw/00_toc">INDEX</a> <a href="proxy.php?url=https://technick.net/guides/electronics/bpw/c02_05">Next page >></a></font></p><blockquote><h4>2.3 The Nickel-Metal Hydride (NiMH) Battery</h4><p><a name="_Toc507909149"></a>
<pre><code> </p><p>Research of the NiMH system started in the 1970s as a means
of discovering how to store hydrogen for the nickel hydrogen
battery. Today, nickel hydrogen batteries&nbsp;are mainly used
for satellite applications. They are bulky, contain high-pressure
steel canisters and cost thousands of dollars&nbsp;each.</p> <p>In the early experimental days of the NiMH battery, the metal
hydride alloys were unstable in the cell environment and the
desired performance characteristics could not be achieved.
As a result, the development of the NiMH slowed down. New
hydride alloys were developed in the 1980s that were stable
enough for use in a cell. Since the late 1980s, NiMH has steadily
improved, mainly in terms of energy density.</p> <p>The success of the NiMH has been driven by its high energy
density and the use of environmentally friendly metals. The
modern NiMH offers up to 40&nbsp;percent higher energy density
compared to NiCd. There is potential for yet higher capacities,
but not without some negative side effects.</p> <p>Both NiMH&nbsp;and NiCd&nbsp;are affected by high self-discharge. The
NiCd loses about 10&nbsp;percent of its capacity&nbsp;within the
first 24&nbsp;hours, after which the self-discharge&nbsp;settles
to about 10&nbsp;percent per month. The self-discharge of
the NiMH is about one-and-a-half to two times greater compared
to NiCd. Selection of hydride materials that improve hydrogen
bonding and reduce corrosion of the alloy constituents reduces
the rate of self-discharge, but at the cost of lower energy
density.</p> <p>The NiMH has been replacing the NiCd in markets such as wireless
communications and mobile computing. In many parts of the
world, the buyer is encouraged to use NiMH rather than NiCd
batteries. This is due to environmental concerns about careless
disposal of the spent battery.</p> <p>The question is often asked, “Has NiMH improved over the
last few years?” Experts agree that considerable improvements
have been achieved, but the limitations remain. Most of the
shortcomings are native to the nickel-based technology and
are shared with the NiCd battery. It is widely accepted that
NiMH is an interim step to lithium battery technology.</p> <p>Initially more expensive than the NiCd, the price of the
NiMH has dropped and is now almost at par value. This was
made possible with high volume production. With a lower demand
for NiCd, there will be a tendency for the price to increase.<br /> <br /> </p> <table border="0" cellspacing="0" cellpadding="3"> <tr>
<td width="482" colspan="2" valign="top"> <table width="100%" border="0" cellspacing="0" cellpadding="0" bgcolor="#000000"> <tr>
<td></td> </tr> </table> </td> </tr> <tr>
<td width="482" colspan="2" valign="top" bgcolor="#E6E6E6">
<p align="center"><b>Advantages
and Limitations of NiMH Batteries</b></p> </td> </tr> <tr>
<td width="482" colspan="2" valign="top"> <table width="100%" border="0" cellspacing="0" cellpadding="0" bgcolor="#000000"> <tr>
<td></td> </tr> </table> </td> </tr> <tr>
<td width="65" valign="top">
<p><b>Advantages</b></p> </td> <td width="417" valign="top">
<p>30 – 40&nbsp;percent higher capacity over a standard
NiCd. The NiMH has potential for yet higher energy densities.</p> <p>Less prone to memory than the NiCd. Periodic exercise
cycles are required less often.</p> <p>Simple storage and transportation — transportation
conditions are not subject to regulatory control.</p> <p>Environmentally friendly — contains only mild toxins;
profitable for recycling.</p> </td> </tr> <tr>
<td width="65" valign="top" bgcolor="#F3F3F3">
<p><b>Limitations</b></p> </td> <td width="417" valign="top" bgcolor="#F3F3F3">
<p>Limited service life — if repeatedly deep cycled, especially
at high load currents, the performance starts to deteriorate
after 200 to 300 cycles. Shallow rather than deep discharge
cycles are preferred.</p> <p>Limited discharge current — although a NiMH battery
is capable of delivering high discharge currents, repeated
discharges with high load currents reduces the battery’s
cycle life. Best results are achieved with load currents
of 0.2C to 0.5C (one-fifth to one-half of the rated
capacity).</p> <p>More complex charge algorithm needed — the NiMH generates
more heat during charge and requires a longer charge
time than the NiCd. The trickle charge is critical and
must be controlled carefully.</p> <p>High self-discharge — the NiMH has about 50&nbsp;percent
higher self-discharge compared to the NiCd. New chemical
additives improve the self-discharge but at the expense
of lower energy density.</p> <p>Performance degrades if stored at elevated temperatures
— the NiMH should be stored in a cool place and at a
state-of-charge of about 40&nbsp;percent.</p> <p>High maintenance — battery requires regular full discharge
to prevent crystalline formation.</p> <p>About 20&nbsp;percent more expensive than NiCd — NiMH
batteries designed for high current draw are more expensive
than the regular version.</p> </td> </tr> <tr valign="middle">
<td colspan="2" height="18">
<table width="100%" border="0" cellspacing="0" cellpadding="0" bgcolor="#000000"> <tr>
<td></td> </tr> </table> </td> </tr> </table> <p><a name="_Toc507815236"><span class="caption">Figure&nbsp;2-</span></a><span class="caption">3:&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
Advantages and limitations of NiMH batteries</span></p></blockquote><p align="center"><font size="2"><a href="/guides/electronics/bpw/c02_03">&lt;&lt; Previous page</a>&nbsp;&nbsp;<a href="/guides/electronics/bpw/00_toc">INDEX</a>&nbsp;&nbsp;<a href="/guides/electronics/bpw/c02_05">Next page &gt;&gt;</a></font></p>
</code></pre>
- 02. Battery Chemistries 5https://technick.net/guides/electronics/bpw/c02_05/Sun, 01 Mar 1998 00:00:00 +0000https://technick.net/guides/electronics/bpw/c02_05/<p align="center"><font size="2"><a href="proxy.php?url=https://technick.net/guides/electronics/bpw/c02_04"><< Previous page</a> <a href="proxy.php?url=https://technick.net/guides/electronics/bpw/00_toc">INDEX</a> <a href="proxy.php?url=https://technick.net/guides/electronics/bpw/c02_06">Next page >></a></font></p><blockquote><h4>2.4 The Lead Acid Battery</h4><p><a name="_Toc507909150"></a> </p><p>Invented by the French physician Gaston Planté in 1859, lead
acid was the first rechargeable battery for commercial use.
Today, the flooded lead acid battery is used in automobiles,
forklifts and large uninterruptible power supply (UPS) systems.</p> <p>During the mid 1970s, researchers developed a maintenance-free
lead acid battery, which could operate in any position. The
liquid electrolyte was transformed into moistened separators
and the enclosure was sealed. Safety valves were added to
allow venting of gas during charge and discharge.</p>
- 02. Battery Chemistries 6https://technick.net/guides/electronics/bpw/c02_06/Sun, 01 Mar 1998 00:00:00 +0000https://technick.net/guides/electronics/bpw/c02_06/<p align="center"><font size="2"><a href="proxy.php?url=https://technick.net/guides/electronics/bpw/c02_05"><< Previous page</a> <a href="proxy.php?url=https://technick.net/guides/electronics/bpw/00_toc">INDEX</a> <a href="proxy.php?url=https://technick.net/guides/electronics/bpw/c02_07">Next page >></a></font></p><blockquote><h4>2.5 The Lithium Ion Battery</h4><p><a name="_Toc507909151"></a> </p><p>Pioneer work with the lithium battery began in 1912 under
G.N. Lewis but it was not until the early 1970s that
the first non-rechargeable lithium batteries became commercially
available. Attempts to develop rechargeable lithium batteries
followed in the 1980s, but failed due to safety problems.</p> <p>Lithium is the lightest of all metals, has the greatest electrochemical
potential and provides the largest energy density per weight.
Rechargeable batteries using lithium metal anodes (negative
electrodes) are capable of providing both high voltage and
excellent capacity, resulting in an extraordinary high energy
density.</p>
- 02. Battery Chemistries 7https://technick.net/guides/electronics/bpw/c02_07/Sun, 01 Mar 1998 00:00:00 +0000https://technick.net/guides/electronics/bpw/c02_07/<p align="center"><font size="2"><a href="proxy.php?url=https://technick.net/guides/electronics/bpw/c02_06"><< Previous page</a> <a href="proxy.php?url=https://technick.net/guides/electronics/bpw/00_toc">INDEX</a> <a href="proxy.php?url=https://technick.net/guides/electronics/bpw/c02_08">Next page >></a></font></p><blockquote><p> </p><p>As a trade-off, spinel offers a slightly lower energy density,
suffers capacity loss at temperatures above 40°C and ages
quicker than cobalt. Figure 2-6 compares the advantages
and disadvantages of the two chemistries.</p> <table border="0" cellspacing="0" cellpadding="3" width="98%"> <tr>
<td colspan="3" valign="top"> <table width="100%" border="0" cellspacing="0" cellpadding="0" bgcolor="#000000"> <tr>
<td></td> </tr> </table> </td> </tr> <tr>
<td width="18%" valign="top" bgcolor="#E6E6E6"> </td> <td width="40%" valign="top" bgcolor="#E6E6E6"> <b class="table-bolder">Cobalt</b></td> <td width="40%" valign="top" bgcolor="#E6E6E6"> <b class="table-bolder">Manganese
(Spinel)</b></td> </tr> <tr>
<td colspan="3" valign="top"> <table width="100%" border="0" cellspacing="0" cellpadding="0" bgcolor="#000000"> <tr>
<td></td> </tr> </table> </td> </tr> <tr>
<td width="18%" valign="top"> <b class="table-bolder">Energy
density</b> (Wh/kg)</td> <td width="40%" valign="top"> 140 <sup>1</sup></td> <td width="40%" valign="top"> 120 <sup>1</sup></td> </tr> <tr>
<td width="18%" valign="top" bgcolor="#F3F3F3"> <b class="table-bolder">Safety</b></td> <td width="40%" valign="top" bgcolor="#F3F3F3"> On overcharge,
the cobalt electrode provides extra lithium, which can
form into metallic lithium, causing a potential safety
risk if not protected by a safety circuit.</td> <td width="40%" valign="top" bgcolor="#F3F3F3"> On overcharge,
the manganese electrode runs out of lithium causing the
cell only to get warm. Safety circuits can be eliminated
for small 1 and 2 cell packs.</td> </tr> <tr>
<td width="18%" valign="top"> <b class="table-bolder">Temperature</b></td> <td width="40%" valign="top"> Wide temperature range. Best
suited for operation at elevated temperature.</td> <td width="40%" valign="top"> Capacity loss above +40°C.
Not as durable at higher temperatures.</td> </tr> <tr>
<td width="18%" valign="top" bgcolor="#F3F3F3"> <b class="table-bolder">Aging</b></td> <td width="40%" valign="top" bgcolor="#F3F3F3"> Short-term
storage possible. Impedance increases with age. Newer
versions offer longer storage.</td> <td width="40%" valign="top" bgcolor="#F3F3F3"> Slightly
less than cobalt. Impedance changes little over the life
of the cell. Due to continuous improvements, storage time
is difficult to predict.</td> </tr> <tr>
<td width="18%" valign="top"> <b class="table-bolder">Life
Expectancy</b></td> <td width="40%" valign="top"> 300 cycles, 50% capacity at
500 cycles.</td> <td width="40%" valign="top"> May be shorter than cobalt.</td> </tr> <tr>
<td width="18%" valign="top" bgcolor="#F3F3F3"> <b class="table-bolder">Cost</b></td> <td width="40%" valign="top" bgcolor="#F3F3F3"> Raw material
relatively high; protection circuit adds to costs.</td> <td width="40%" valign="top" bgcolor="#F3F3F3"> Raw material
30% lower than cobalt. Cost advantage on simplified protection
circuit.</td> </tr> <tr>
<td colspan="3" valign="top"> <table width="100%" border="0" cellspacing="0" cellpadding="0" bgcolor="#000000"> <tr>
<td></td> </tr> </table> </td> </tr> </table> <p><a name="_Ref501867955"></a><a name="_Toc502116685"></a><a name="_Toc507815239" class="caption">Figure 2-6: Comparison of cobalt
and manganese as positive electrodes.</a><br /> <span class="caption-sub">Manganese is inherently safer and
more forgiving if abused but offers a slightly lower energy
density. Manganese suffers capacity loss at temperature above
40°C and ages quicker than cobalt.</span></p>
- 02. Battery Chemistries 8https://technick.net/guides/electronics/bpw/c02_08/Sun, 01 Mar 1998 00:00:00 +0000https://technick.net/guides/electronics/bpw/c02_08/<p align="center"><font size="2"><a href="proxy.php?url=https://technick.net/guides/electronics/bpw/c02_07"><< Previous page</a> <a href="proxy.php?url=https://technick.net/guides/electronics/bpw/00_toc">INDEX</a> <a href="proxy.php?url=https://technick.net/guides/electronics/bpw/c02_09">Next page >></a></font></p><blockquote><h4>2.6 The Lithium Polymer Battery</h4><p><a name="_Toc507909152"></a> </p><p>The Li-polymer differentiates itself from other battery systems
in the type of electrolyte used. The original design, dating
back to the 1970s, uses a dry solid polymer electrolyte only.
This electrolyte resembles a plastic-like film that does not
conduct electricity but allows an exchange of ions (electrically
charged atoms or groups of atoms). The polymer electrolyte
replaces the traditional porous separator, which is soaked
with electrolyte.</p>
- 02. Battery Chemistries 9https://technick.net/guides/electronics/bpw/c02_09/Sun, 01 Mar 1998 00:00:00 +0000https://technick.net/guides/electronics/bpw/c02_09/<p align="center"><font size="2"><a href="proxy.php?url=https://technick.net/guides/electronics/bpw/c02_08"><< Previous page</a> <a href="proxy.php?url=https://technick.net/guides/electronics/bpw/00_toc">INDEX</a> <a href="proxy.php?url=https://technick.net/guides/electronics/bpw/c02_10">Next page >></a></font></p><blockquote><h4>2.7 Reusable Alkaline Batteries</h4><p><a name="_Toc507909153"></a> </p><p>The idea of recharging alkaline batteries is not new. Although
not endorsed by manufacturers, ordinary alkaline batteries
have been recharged in households for many years. Recharging
these batteries is only effective, however, if the cells have
been discharged to less than 50 percent of their total
capacity. The number of recharges depends solely on the depth
of discharge and is limited to a few at best. With each recharge,
less capacity can be reclaimed. There is a cautionary advisory,
however: charging ordinary alkaline batteries may generate
hydrogen gas, which can lead to explosion. It is therefore
not prudent to charge ordinary alkaline unsupervised.</p>
- 02. Relation to Stochastic Processeshttps://technick.net/guides/theory/edft/002/Sun, 01 Mar 1998 00:00:00 +0000https://technick.net/guides/theory/edft/002/<p style="background-color:#FFFFAA;border:1px solid red;padding:0.5em;"><strong>NOTE: THIS DOCUMENT IS OBSOLETE, PLEASE CHECK THE NEW VERSION:</strong> "<a href="proxy.php?url=http://ccrma.stanford.edu/~jos/filters/">Introduction to Digital Filters with Audio Applications</a>", by <a href="proxy.php?url=http://ccrma.stanford.edu/~jos/"> Julius O. Smith III</a>, Copyright © <i>2017-11-26</i> by <a href="proxy.php?url=http://ccrma.stanford.edu/~jos/"> Julius O. Smith III</a> - <a href="proxy.php?url=http://ccrma.stanford.edu/">Center for Computer Research in Music and Acoustics (CCRMA),</a> <a href="proxy.php?url=http://www.stanford.edu/"> Stanford University</a></p>
<p align="center"><font size="2"><b><a href="proxy.php?url=https://technick.net/guides/theory/edft/001"><< Previous page</a> <a href="proxy.php?url=https://technick.net/guides/theory/edft/000">TOC</a> <a href="proxy.php?url=https://technick.net/guides/theory/edft/022">INDEX</a> <a href="proxy.php?url=https://technick.net/guides/theory/edft/003">Next page >></a></b></font></p><blockquote><h3>Relation to Stochastic Processes</h3><p><b>Theorem. </b> If a stationary random process <img width="44" height="37" align="MIDDLE" border="0" src="proxy.php?url=https://technick.net/img/guide_edft/guide_edft_img113.gif" alt="$\" x="" /> has a rational power spectral
density <!-- MATH
$R(e^{j\omega})$
--><img width="58" height="39" align="MIDDLE" border="0" src="proxy.php?url=https://technick.net/img/guide_edft/guide_edft_img114.gif" alt="$R(e^{j\" mega="" /> corresponding to an <a href="proxy.php?url=https://ccrma.stanford.edu/~jos//thms/Autocorrelation.php">autocorrelation</a> function
<!-- MATH
$r(k)={\cal E}\left\{x_nx_{n+k}\right\}$
--><img width="155" height="37" align="MIDDLE" border="0" src="proxy.php?url=https://technick.net/img/guide_edft/guide_edft_img115.gif" alt="$r(k)={\" al="" eft\="" nx="" k="" ight\="" />, then
<br /></p>
- 03. Relation to Schur Functionshttps://technick.net/guides/theory/edft/003/Sun, 01 Mar 1998 00:00:00 +0000https://technick.net/guides/theory/edft/003/<p style="background-color:#FFFFAA;border:1px solid red;padding:0.5em;"><strong>NOTE: THIS DOCUMENT IS OBSOLETE, PLEASE CHECK THE NEW VERSION:</strong> "<a href="proxy.php?url=http://ccrma.stanford.edu/~jos/filters/">Introduction to Digital Filters with Audio Applications</a>", by <a href="proxy.php?url=http://ccrma.stanford.edu/~jos/"> Julius O. Smith III</a>, Copyright © <i>2017-11-26</i> by <a href="proxy.php?url=http://ccrma.stanford.edu/~jos/"> Julius O. Smith III</a> - <a href="proxy.php?url=http://ccrma.stanford.edu/">Center for Computer Research in Music and Acoustics (CCRMA),</a> <a href="proxy.php?url=http://www.stanford.edu/"> Stanford University</a></p>
<p align="center"><font size="2"><b><a href="proxy.php?url=https://technick.net/guides/theory/edft/002"><< Previous page</a> <a href="proxy.php?url=https://technick.net/guides/theory/edft/000">TOC</a> <a href="proxy.php?url=https://technick.net/guides/theory/edft/022">INDEX</a> <a href="proxy.php?url=https://technick.net/guides/theory/edft/004">Next page >></a></b></font></p><blockquote><h3>Relation to Schur Functions</h3><p><b>Definition. </b>A <i><a href="proxy.php?url=https://technick.net/guides/theory/edft/003">Schur function</a></i><a name="2243"></a> <img width="41" height="37" align="MIDDLE" border="0" src="proxy.php?url=https://technick.net/img/guide_edft/guide_edft_img134.gif" alt="$S(z)$" />is defined as a complex function analytic and of modulus not exceeding
unity in <img width="60" height="37" align="MIDDLE" border="0" src="proxy.php?url=https://technick.net/img/guide_edft/guide_edft_img135.gif" alt="$\" ert="" ert\leq="" />.</p><p><b>Theorem. </b>The function<br /></p>
- 03. The Battery Packhttps://technick.net/guides/electronics/bpw/c03_01/Sun, 01 Mar 1998 00:00:00 +0000https://technick.net/guides/electronics/bpw/c03_01/<p align="center"><font size="2"><a href="proxy.php?url=https://technick.net/guides/electronics/bpw/c02_09"><< Previous page</a> <a href="proxy.php?url=https://technick.net/guides/electronics/bpw/00_toc">INDEX</a> <a href="proxy.php?url=https://technick.net/guides/electronics/bpw/c03_02">Next page >></a></font></p><blockquote><h3>3. The Battery Pack</h3><p>
</p><p> </p><p>In the 1700 and 1800s, cells were encased in glass jars.
Later, larger batteries were developed that used wooden containers.
The inside was treated with a sealant to prevent electrolyte
leakage. With the need for portability, the cylindrical cell
appeared. After World War II, these cells became the standard
format for smaller, rechargeable batteries.</p> <p class="MsoNormal">Downsizing required smaller and more compact
cell design. The button cell, which gained popularity in the
1980s, was a first attempt to achieve a reasonably flat geometry,
or obtain higher voltages in a compact profile by stacking.
The early 1990s brought the prismatic cell, which was followed
by the modern pouch cell.</p>
- 03. The Battery Pack 2https://technick.net/guides/electronics/bpw/c03_02/Sun, 01 Mar 1998 00:00:00 +0000https://technick.net/guides/electronics/bpw/c03_02/<p align="center"><font size="2"><a href="proxy.php?url=https://technick.net/guides/electronics/bpw/c03_01"><< Previous page</a> <a href="proxy.php?url=https://technick.net/guides/electronics/bpw/00_toc">INDEX</a> <a href="proxy.php?url=https://technick.net/guides/electronics/bpw/c03_03">Next page >></a></font></p><blockquote><h4>3.2 The Button Cell</h4><p><a name="_Toc507909157"></a> </p><p class="MsoNormal"> </p><p class="MsoNormal">The button cell was developed to miniaturize
battery packs and solve stacking problems. Today, this architecture
is limited to a small niche market. Non-rechargeable versions
of the button cell continue to be popular and can be found
in watches, hearing aids and memory backup. </p> <p class="MsoNormal">The main applications of the rechargeable
button cell are (or were) older cordless telephones, biomedical
devices and industrial instruments. Although small in design
and inexpensive to manufacture, the main drawback is swelling
if charged too rapidly. Button cells have no safety vent and
can only be charged at a 10 to 16 hour charge rate.
New designs claim rapid charge capability.</p>
- 03. The Battery Pack 3https://technick.net/guides/electronics/bpw/c03_03/Sun, 01 Mar 1998 00:00:00 +0000https://technick.net/guides/electronics/bpw/c03_03/<p align="center"><font size="2"><a href="proxy.php?url=https://technick.net/guides/electronics/bpw/c03_02"><< Previous page</a> <a href="proxy.php?url=https://technick.net/guides/electronics/bpw/00_toc">INDEX</a> <a href="proxy.php?url=https://technick.net/guides/electronics/bpw/c03_04">Next page >></a></font></p><blockquote><h4>3.4 The Pouch Cell</h4><p><a name="_Toc507909159"></a> </p><p class="MsoNormal">Cell design made a profound advance in 1995
when the pouch cell concept was developed. Rather than using
an expensive metallic cylinder and glass-to-metal electrical
feed-through to insulate the opposite polarity, the positive
and negative plates are enclosed in flexible, heat-sealable
foils. The electrical contacts consist of conductive foil
tabs that are welded to the electrode and sealed to the pouch
material. Figure 3-4 illustrates the pouch cell.</p>
- 03. The Battery Pack 4https://technick.net/guides/electronics/bpw/c03_04/Sun, 01 Mar 1998 00:00:00 +0000https://technick.net/guides/electronics/bpw/c03_04/<p align="center"><font size="2"><a href="proxy.php?url=https://technick.net/guides/electronics/bpw/c03_03"><< Previous page</a> <a href="proxy.php?url=https://technick.net/guides/electronics/bpw/00_toc">INDEX</a> <a href="proxy.php?url=https://technick.net/guides/electronics/bpw/c03_05">Next page >></a></font></p><blockquote><h4>3.5 Series and Parallel Configurations</h4><p><a name="_Toc507909160"></a> </p><p class="MsoNormal">In most cases, a single cell does not provide
a high enough voltage and a serial connection of several cells
is needed. The metallic skin of the cell is insulated to prevent
the ‘hot’ metal cylinders from creating an electrical short
circuit against the neighboring cell.</p> <p class="MsoNormal">Nickel-based cells provide a nominal cell
voltage of 1.25V. A lead acid cell delivers 2V and most Li-ion
cells are rated at 3.6V. <img src="proxy.php?url=https://technick.net/img/guide_bpw2/c03_06.gif" width="173" height="123" align="left" vspace="19" hspace="19" border="0" alt="" />The
spinel (manganese) and Li-ion polymer systems sometimes use
3.7V as the designated cell voltage. This is the reason for
the often unfamiliar voltages, such as 11.1V for a three cell
pack of spinel chemistry.</p>
- 03. The Battery Pack 5https://technick.net/guides/electronics/bpw/c03_05/Sun, 01 Mar 1998 00:00:00 +0000https://technick.net/guides/electronics/bpw/c03_05/<p align="center"><font size="2"><a href="proxy.php?url=https://technick.net/guides/electronics/bpw/c03_04"><< Previous page</a> <a href="proxy.php?url=https://technick.net/guides/electronics/bpw/00_toc">INDEX</a> <a href="proxy.php?url=https://technick.net/guides/electronics/bpw/c03_06">Next page >></a></font></p><blockquote><h4>3.6 Protection Circuits</h4><p><a name="_Toc507909161"></a> </p><p class="MsoNormal">Most battery packs include some type of protection
to safeguard battery and equipment, should a malfunction occur.
The most basic protection is a fuse that opens if excessively
high current is drawn. Some fuses open permanently and render
the battery useless once the filament is broken; other fuses
are based on a Polyswitch™, which resembles a resettable fuse.
On excess current, the Polyswitch™ creates a high resistance,
inhibiting the current flow. When the condition normalizes,
the resistance of the switch reverts to the low ON position,
allowing normal operation to resume. Solid-state switches
are also used to disrupt the current. Both solid-state switches
and the Polyswitch™ have a residual resistance to the ON position
during normal operation, causing a slight increase in internal
battery resistance.</p>
- 03. The Battery Pack 6https://technick.net/guides/electronics/bpw/c03_06/Sun, 01 Mar 1998 00:00:00 +0000https://technick.net/guides/electronics/bpw/c03_06/<p align="center"><font size="2"><a href="proxy.php?url=https://technick.net/guides/electronics/bpw/c03_05"><< Previous page</a> <a href="proxy.php?url=https://technick.net/guides/electronics/bpw/00_toc">INDEX</a> <a href="proxy.php?url=https://technick.net/guides/electronics/bpw/c04_01">Next page >></a></font></p><blockquote><p> </p><p>Each parallel string of cells of a Li-ion pack needs
independent voltage monitoring. The more cells that are connected
in series, the more complex the protection circuit becomes.
Four cells in series is the practical limit for commercial
applications.</p> <p class="MsoNormal">The internal protection circuit of a mobile
phone while in the ON position has a resistance of 50 to
100 mW. The circuit normally consists of two switches
connected in series. One is responsible for high cut-off,
the other for low cut-off. The combined resistance of these
two devices virtually doubles the internal resistance of a
battery pack, especially if only one cell is used. Battery
packs powering mobile phones, for example, must be capable
of delivering high current bursts. The internal protection
does, in a certain way, interfere with the current delivery.</p>
- 03. Theory of Operationhttps://technick.net/guides/theory/dar/003/Sun, 01 Mar 1998 00:00:00 +0000https://technick.net/guides/theory/dar/003/<p style="background-color:#FFFFAA;border:1px solid red;padding:0.5em;"><strong>NOTE: THIS DOCUMENT IS OBSOLETE, PLEASE CHECK THE NEW VERSION:</strong> "<a href="proxy.php?url=http://ccrma.stanford.edu/~jos/resample/">The Digital Audio Resampling Home Page</a>", by <a href="proxy.php?url=http://ccrma.stanford.edu/~jos/"> Julius O. Smith III</a>, Copyright © <i>2016-05-17</i> by <a href="proxy.php?url=http://ccrma.stanford.edu/~jos/"> Julius O. Smith III</a> - <a href="proxy.php?url=http://ccrma.stanford.edu/">Center for Computer Research in Music and Acoustics (CCRMA),</a> <a href="proxy.php?url=http://www.stanford.edu/"> Stanford University</a></p>
<p align="center"><font size="2"><b><a href="proxy.php?url=https://technick.net/guides/theory/dar/002"><< Previous page</a> <a href="proxy.php?url=https://technick.net/guides/theory/dar/000">TOC</a> <a href="proxy.php?url=https://technick.net/guides/theory/dar/004">Next page >></a></b></font></p><blockquote><h3>Theory of Operation</h3><p><br /><hr /><!--Table of Child-Links--><a name="CHILD_LINKS"><strong>Subsections</strong></a><ul><li><a name="tex2html70" href="proxy.php?url=https://technick.net/guides/theory/dar/004">Abstract</a></li><li><a name="tex2html71" href="proxy.php?url=https://technick.net/guides/theory/dar/005">Introduction</a></li><li><a name="tex2html72" href="proxy.php?url=https://technick.net/guides/theory/dar/006">Theory of Ideal Bandlimited Interpolation</a></li><li><a name="tex2html73" href="proxy.php?url=https://technick.net/guides/theory/dar/007">From Theory to Practice</a></li><li><a name="tex2html74" href="proxy.php?url=https://technick.net/guides/theory/dar/008">Implementation</a></li><li><a name="tex2html75" href="proxy.php?url=https://technick.net/guides/theory/dar/009">Quantization Issues</a><ul><li><a name="tex2html76" href="proxy.php?url=https://technick.net/guides/theory/dar/010">Choice of Table Size</a></li><li><a name="tex2html77" href="proxy.php?url=https://technick.net/guides/theory/dar/011">Choice of Interpolation Resolution</a></li></ul></li><li><a name="tex2html78" href="proxy.php?url=https://technick.net/guides/theory/dar/012">Conclusions</a></li><li><a name="tex2html79" href="proxy.php?url=https://technick.net/guides/theory/dar/013">Appendix A: Exact Sinc-Interpolation of Sampled Periodic Signals</a></li><li><a name="tex2html80" href="proxy.php?url=https://technick.net/guides/theory/dar/014">Appendix B: Relation between Sinc and Lagrange Interpolation</a></li></ul><!--End of Table of Child-Links--></p>
- 04. Abstracthttps://technick.net/guides/theory/dar/004/Sun, 01 Mar 1998 00:00:00 +0000https://technick.net/guides/theory/dar/004/<p style="background-color:#FFFFAA;border:1px solid red;padding:0.5em;"><strong>NOTE: THIS DOCUMENT IS OBSOLETE, PLEASE CHECK THE NEW VERSION:</strong> "<a href="proxy.php?url=http://ccrma.stanford.edu/~jos/resample/">The Digital Audio Resampling Home Page</a>", by <a href="proxy.php?url=http://ccrma.stanford.edu/~jos/"> Julius O. Smith III</a>, Copyright © <i>2016-05-17</i> by <a href="proxy.php?url=http://ccrma.stanford.edu/~jos/"> Julius O. Smith III</a> - <a href="proxy.php?url=http://ccrma.stanford.edu/">Center for Computer Research in Music and Acoustics (CCRMA),</a> <a href="proxy.php?url=http://www.stanford.edu/"> Stanford University</a></p>
<p align="center"><font size="2"><b><a href="proxy.php?url=https://technick.net/guides/theory/dar/003"><< Previous page</a> <a href="proxy.php?url=https://technick.net/guides/theory/dar/000">TOC</a> <a href="proxy.php?url=https://technick.net/guides/theory/dar/005">Next page >></a></b></font></p><blockquote><h3>Abstract</h3><p>This tutorial describes a technique for <i><a href="proxy.php?url=https://technick.net/guides/theory/dar/000">bandlimited
interpolation</a></i> of discrete-time signals which supports signal
evaluation at an ``arbitrary'' time, and which performs well for
smoothly changing <a href="proxy.php?url=https://ccrma.stanford.edu/~jos//st/Shannon_s_Sampling_Theorem.html" target="_blank">sampling rates</a>, such as needed for digital audio
``scrubbing.'' The method is based on interpolated look-up in a table
of <a href="proxy.php?url=https://technick.net/guides/theory/edft/010">filter</a> coefficients, so as to make the filter <a href="proxy.php?url=https://technick.net/guides/theory/edft/010#2321">impulse</a> response
available effectively in continuous-time form. A single pre-computed
filter table handles all interpolation times and <a href="proxy.php?url=https://technick.net/guides/theory/dar/000">sampling-rate
conversion</a> ratios. Formulas are given for determining the look-up
table size needed for a given precision requirement. This tutorial is
an expansion of the conference paper [<a href="proxy.php?url=https://technick.net/guides/theory/dar/015#SmithAndGossett84">Smith and Gossett 1984</a>].</p>
- 04. Proper Charge Methodshttps://technick.net/guides/electronics/bpw/c04_01/Sun, 01 Mar 1998 00:00:00 +0000https://technick.net/guides/electronics/bpw/c04_01/<p align="center"><font size="2"><a href="proxy.php?url=https://technick.net/guides/electronics/bpw/c03_06"><< Previous page</a> <a href="proxy.php?url=https://technick.net/guides/electronics/bpw/00_toc">INDEX</a> <a href="proxy.php?url=https://technick.net/guides/electronics/bpw/c04_02">Next page >></a></font></p><blockquote><h3>4. Proper Charge Methods</h3><p>
</p><p> To a large extent, the performance and longevity of rechargeable
batteries depends on the quality of the chargers. Battery
chargers are commonly given low priority, especially on consumer
products. Choosing a quality charger makes sense. This is
especially true when considering the high cost of battery
replacements and the frustration that poorly performing batteries
create. In most cases, the extra money invested is returned
because the batteries last longer and perform more efficiently.
</p>
- 04. Proper Charge Methods 10https://technick.net/guides/electronics/bpw/c04_10/Sun, 01 Mar 1998 00:00:00 +0000https://technick.net/guides/electronics/bpw/c04_10/<p align="center"><font size="2"><a href="proxy.php?url=https://technick.net/guides/electronics/bpw/c04_09"><< Previous page</a> <a href="proxy.php?url=https://technick.net/guides/electronics/bpw/00_toc">INDEX</a> <a href="proxy.php?url=https://technick.net/guides/electronics/bpw/c05_01">Next page >></a></font></p><blockquote><h4>4.8 Ultra-fast Chargers</h4><p><a name="_Toc507909170"></a> </p><p>Some charger manufacturers claim amazingly short
charge times of 30 minutes or less. With well-balanced
cells and operating at moderate room temperatures, NiCd batteries
designed for fast charging can indeed be charged in a very
short time. This is done by simply dumping in a high charge
current during the first 70 percent of the charge cycle.
Some NiCd batteries can take as much a 10C, or ten times the
rated current. Precise SoC detection and temperature monitoring
are essential.</p>
- 04. Proper Charge Methods 2https://technick.net/guides/electronics/bpw/c04_02/Sun, 01 Mar 1998 00:00:00 +0000https://technick.net/guides/electronics/bpw/c04_02/<p align="center"><font size="2"><a href="proxy.php?url=https://technick.net/guides/electronics/bpw/c04_01"><< Previous page</a> <a href="proxy.php?url=https://technick.net/guides/electronics/bpw/00_toc">INDEX</a> <a href="proxy.php?url=https://technick.net/guides/electronics/bpw/c04_03">Next page >></a></font></p><blockquote><p> </p><p>There are three types of chargers for nickel-based batteries.
They are: </p> <p><b>Slow Charger</b> — Also known as ‘overnight
charger’ or ‘normal charger’, the slow-charger
applies a fixed charge rate of about 0.1C (one tenth of the
rated capacity) for as long as the battery is connected. Typical
charge time is 14 to 16 hours. In most cases, no
full-charge detection occurs to switch the battery to a lower
charge rate at the end of the charge cycle. The slow-charger
is inexpensive and can be used for NiCd batteries only. With
the need to service both NiCd and NiMH, these chargers are
being replaced with more advanced units.</p>
- 04. Proper Charge Methods 3https://technick.net/guides/electronics/bpw/c04_03/Sun, 01 Mar 1998 00:00:00 +0000https://technick.net/guides/electronics/bpw/c04_03/<p align="center"><font size="2"><a href="proxy.php?url=https://technick.net/guides/electronics/bpw/c04_02"><< Previous page</a> <a href="proxy.php?url=https://technick.net/guides/electronics/bpw/00_toc">INDEX</a> <a href="proxy.php?url=https://technick.net/guides/electronics/bpw/c04_04">Next page >></a></font></p><blockquote><p> </p><p><b>Simple Guidelines</b></p> <p>A charger designed to service NiMH batteries
can also accommodate NiCd’s, but not the other way around.
A charger only made for the NiCd batteries could overcharge
the NiMH battery.</p> <p>While many charge methods exist for nickel-based
batteries, chargers for lithium-based batteries are more defined
in terms of charge method and charge time. This is, in part,
due to the tight charge regime and voltage requirements demanded
by these batteries. There is only one way to charge Li-ion/Polymer
batteries and the so-called ‘miracle chargers’,
which claim to restore and prolong battery life, do not exist
for these chemistries. Neither does a super-fast charging
solution apply.</p>
- 04. Proper Charge Methods 4https://technick.net/guides/electronics/bpw/c04_04/Sun, 01 Mar 1998 00:00:00 +0000https://technick.net/guides/electronics/bpw/c04_04/<p align="center"><font size="2"><a href="proxy.php?url=https://technick.net/guides/electronics/bpw/c04_03"><< Previous page</a> <a href="proxy.php?url=https://technick.net/guides/electronics/bpw/00_toc">INDEX</a> <a href="proxy.php?url=https://technick.net/guides/electronics/bpw/c04_05">Next page >></a></font></p><blockquote><p> </p><p>More advanced NiCd chargers sense the rate of
temperature increase, defined as dT/dt, or the change in temperature
over charge time, rather than responding to an absolute temperature
(dT/dt is defined as delta Temperature / delta time). This
type of charger is kinder to the batteries than a fixed temperature
cut-off, but the cells still need to generate heat to trigger
detection. To terminate the charge, a temperature increase
of 1°C (1.8°F) per minute with an absolute temperature cut-off
of 60°C (140°F) works well. Because of the relatively large
mass of a cell and the sluggish propagation of heat, the delta
temperature, as this method is called, will also enter a brief
overcharge condition before the full-charge is detected. The
dT/dt method only works with fast chargers.</p>
- 04. Proper Charge Methods 5https://technick.net/guides/electronics/bpw/c04_05/Sun, 01 Mar 1998 00:00:00 +0000https://technick.net/guides/electronics/bpw/c04_05/<p align="center"><font size="2"><a href="proxy.php?url=https://technick.net/guides/electronics/bpw/c04_04"><< Previous page</a> <a href="proxy.php?url=https://technick.net/guides/electronics/bpw/00_toc">INDEX</a> <a href="proxy.php?url=https://technick.net/guides/electronics/bpw/c04_06">Next page >></a></font></p><blockquote><h4>4.3 Charging the Nickel-Metal Hydride Battery</h4><p><a name="_Toc507909165"></a> </p><p>Chargers for NiMH batteries are very similar
to those of the NiCd system but the electronics is generally
more complex. To begin with, the NiMH produces a very small
voltage drop at full charge. This NDV is almost non-existent
at charge rates below 0.5C and elevated temperatures. Aging
and cell mismatch works further against the already minute
voltage delta. The cell mismatch gets worse with age and increased
cycle count, which makes the use of the NDV increasingly more
difficult.</p>
- 04. Proper Charge Methods 6https://technick.net/guides/electronics/bpw/c04_06/Sun, 01 Mar 1998 00:00:00 +0000https://technick.net/guides/electronics/bpw/c04_06/<p align="center"><font size="2"><a href="proxy.php?url=https://technick.net/guides/electronics/bpw/c04_05"><< Previous page</a> <a href="proxy.php?url=https://technick.net/guides/electronics/bpw/00_toc">INDEX</a> <a href="proxy.php?url=https://technick.net/guides/electronics/bpw/c04_07">Next page >></a></font></p><blockquote><h4>4.4 Charging the Lead Acid Battery</h4><p><a name="_Toc507909166"></a> </p><p>The charge algorithm for lead acid batteries
differs from nickel-based chemistry in that voltage limiting
rather than current limiting is used. Charge time of a sealed
lead acid (SLA) is 12 to 16 hours. With higher charge
currents and multi-stage charge methods, charge time can be
reduced to 10 hours or less. SLAs cannot be fully charged
as quickly as nickel-based systems.</p> <p>A multi-stage charger applies constant-current
charge, topping charge and float charge<b> </b>(see Figure 4-3).
During the constant current charge, the battery charges to
70 percent in about five hours; the remaining 30 percent
is completed by the slow topping charge. The topping charge
lasts another five hours and is essential for the well-being
of the battery. This can be compared to a little rest after
a good meal before resuming work. If the battery is not completely
saturated, the SLA will eventually lose its ability to accept
a full charge and the performance of the battery is reduced.
The third stage is the float charge, which compensates for
the self-discharge after the battery has been fully charged.</p>
- 04. Proper Charge Methods 7https://technick.net/guides/electronics/bpw/c04_07/Sun, 01 Mar 1998 00:00:00 +0000https://technick.net/guides/electronics/bpw/c04_07/<p align="center"><font size="2"><a href="proxy.php?url=https://technick.net/guides/electronics/bpw/c04_06"><< Previous page</a> <a href="proxy.php?url=https://technick.net/guides/electronics/bpw/00_toc">INDEX</a> <a href="proxy.php?url=https://technick.net/guides/electronics/bpw/c04_08">Next page >></a></font></p><blockquote><p> </p><p></p> <p>Plastic SLA batteries arriving from vendors with
less than 2.10V per cell are rejected by some buyers who inspect
the battery during quality control. Low voltage suggests that
the battery may have a soft short, a defect that cannot be
corrected with cycling. Although cycling may increase the
capacity of these batteries, the extra cycles compromise the
service life of the battery. Furthermore, the time and equipment
required to make the battery fully functional adds to operational
costs.</p>
- 04. Proper Charge Methods 8https://technick.net/guides/electronics/bpw/c04_08/Sun, 01 Mar 1998 00:00:00 +0000https://technick.net/guides/electronics/bpw/c04_08/<p align="center"><font size="2"><a href="proxy.php?url=https://technick.net/guides/electronics/bpw/c04_07"><< Previous page</a> <a href="proxy.php?url=https://technick.net/guides/electronics/bpw/00_toc">INDEX</a> <a href="proxy.php?url=https://technick.net/guides/electronics/bpw/c04_09">Next page >></a></font></p><blockquote><h4>4.5 Charging the Lithium Ion Battery</h4><p><a name="_Toc507909167"></a> </p><p>The Li-ion charger is a voltage-limiting
device similar to the lead acid battery charger. The difference
lies in a higher voltage per cell, tighter voltage tolerance
and the absence of trickle or float charge when full charge
is reached.</p> <p>While the lead acid battery offers some flexibility
in terms of voltage cut-off, manufacturers of Li-ion
cells are very strict on setting the correct voltage. When
the Li- ion was first introduced, the graphite system
demanded a charge voltage limit of 4.10V/cell. Although higher
voltages deliver increased energy densities, cell oxidation
severely limited the service life in the early graphite cells
that were charged above the 4.10V/cell threshold. This effect
has been solved with chemical additives. Most commercial Li-ion
cells can now be charged to 4.20V. The tolerance on all Li-ion
batteries is a tight +/-0.05V/cell.</p>
- 04. Proper Charge Methods 9https://technick.net/guides/electronics/bpw/c04_09/Sun, 01 Mar 1998 00:00:00 +0000https://technick.net/guides/electronics/bpw/c04_09/<p align="center"><font size="2"><a href="proxy.php?url=https://technick.net/guides/electronics/bpw/c04_08"><< Previous page</a> <a href="proxy.php?url=https://technick.net/guides/electronics/bpw/00_toc">INDEX</a> <a href="proxy.php?url=https://technick.net/guides/electronics/bpw/c04_10">Next page >></a></font></p><blockquote><h4>4.6 Charging the Lithium Polymer Battery</h4><p><a name="_Toc507909168"></a> </p><p>The charge process of a Li-Polymer is similar
to that of the Li-ion. Li-Polymer uses dry electrolyte
and takes 3 to 5 hours to charge. Li-ion polymer
with gelled electrolyte, on the other hand, is almost identical
to that of Li-ion. In fact, the same charge algorithm
can be applied. With most chargers, the user does not need
to know whether the battery being charged is Li-ion
or Li-ion polymer.</p>
- 04. Relation to functions positive real in the right-half planehttps://technick.net/guides/theory/edft/004/Sun, 01 Mar 1998 00:00:00 +0000https://technick.net/guides/theory/edft/004/<p style="background-color:#FFFFAA;border:1px solid red;padding:0.5em;"><strong>NOTE: THIS DOCUMENT IS OBSOLETE, PLEASE CHECK THE NEW VERSION:</strong> "<a href="proxy.php?url=http://ccrma.stanford.edu/~jos/filters/">Introduction to Digital Filters with Audio Applications</a>", by <a href="proxy.php?url=http://ccrma.stanford.edu/~jos/"> Julius O. Smith III</a>, Copyright © <i>2017-11-26</i> by <a href="proxy.php?url=http://ccrma.stanford.edu/~jos/"> Julius O. Smith III</a> - <a href="proxy.php?url=http://ccrma.stanford.edu/">Center for Computer Research in Music and Acoustics (CCRMA),</a> <a href="proxy.php?url=http://www.stanford.edu/"> Stanford University</a></p>
<p align="center"><font size="2"><b><a href="proxy.php?url=https://technick.net/guides/theory/edft/003"><< Previous page</a> <a href="proxy.php?url=https://technick.net/guides/theory/edft/000">TOC</a> <a href="proxy.php?url=https://technick.net/guides/theory/edft/022">INDEX</a> <a href="proxy.php?url=https://technick.net/guides/theory/edft/005">Next page >></a></b></font></p><blockquote><h3>Relation to functions positive real in the right-half plane</h3><p><b>Theorem. </b> <!-- MATH
$\mbox{re}\left\{H(z)\right\}\geq 0\ for\ \left|z\right|\geq 1 \quad\\forall \quad \mbox{re}\left\{H\left(\frac{\alpha+s}{ \alpha-s}\right)\right\}\geq 0\
for\ Re\{s\}\geq 0$
--><img width="557" height="46" align="MIDDLE" border="0" src="proxy.php?url=https://technick.net/img/guide_edft/guide_edft_img157.gif" alt="$\" box="" e="" eft\="" z="" ight\="" eq="" or="" eft\vert="" ight\vert\geq="" uad="" h\left="" rac="" lpha="" s="" lpha-s="" ight="" ight\="" eq="" or="" s\="" eq="" />, where <img width="17" height="17" align="BOTTOM" border="0" src="proxy.php?url=https://technick.net/img/guide_edft/guide_edft_img158.gif" alt="$\" lpha="" /> is any <a href="proxy.php?url=https://technick.net/guides/theory/edft/001">positive real</a> number.</p>
- 05. Discharge Methodshttps://technick.net/guides/electronics/bpw/c05_01/Sun, 01 Mar 1998 00:00:00 +0000https://technick.net/guides/electronics/bpw/c05_01/<p align="center"><font size="2"><a href="proxy.php?url=https://technick.net/guides/electronics/bpw/c04_10"><< Previous page</a> <a href="proxy.php?url=https://technick.net/guides/electronics/bpw/00_toc">INDEX</a> <a href="proxy.php?url=https://technick.net/guides/electronics/bpw/c05_02">Next page >></a></font></p><blockquote><h3>5. Discharge Methods</h3><p><a name="_Toc387644057"></a><a name="_Ref503247266"></a><a name="_Ref503247270"></a><a name="_Ref503247274"></a><a name="_Ref506212051"></a><a name="_Ref506212106"></a><a name="_Ref506212126"></a><a name="_Toc507909172"></a> </p><p>The purpose of a battery is to store energy
and release it at the appropriate time in a controlled manner.
Being capable of storing a large amount of energy is one thing;
the ability to satisfy the load demands is another. The third
criterion is being able to deliver all available energy without
leaving precious energy behind when the equipment cuts off.</p> <p>In this chapter, we examine how different discharge
methods can affect the deliverance of power. Further, we look
at the load requirements of various portable devices and evaluate
the performance of each battery chemistry in terms of discharge.</p>
- 05. Discharge Methods 2https://technick.net/guides/electronics/bpw/c05_02/Sun, 01 Mar 1998 00:00:00 +0000https://technick.net/guides/electronics/bpw/c05_02/<p align="center"><font size="2"><a href="proxy.php?url=https://technick.net/guides/electronics/bpw/c05_01"><< Previous page</a> <a href="proxy.php?url=https://technick.net/guides/electronics/bpw/00_toc">INDEX</a> <a href="proxy.php?url=https://technick.net/guides/electronics/bpw/c05_04">Next page >></a></font></p><blockquote><h4>5.2 Depth of Discharge</h4><p><a name="_Toc507909174"></a> </p><p>The typical end-of-discharge voltage for nickel-based
batteries is 1V/cell. At that voltage level, about 99 percent
of the energy is spent and the voltage starts to drop rapidly
if the discharge continues. Discharging beyond the cut-off
voltage must be avoided, especially under heavy load.</p> <p>Since the cells in a battery pack cannot be perfectly
matched, a negative voltage potential (cell reversal) across
a weaker cell occurs if the discharge is allowed to continue
beyond the cut-off point. The larger the number of cells connected
in series, the greater the likelihood of this occurring.</p>
- 05. Discharge Methods 3https://technick.net/guides/electronics/bpw/c05_04/Sun, 01 Mar 1998 00:00:00 +0000https://technick.net/guides/electronics/bpw/c05_04/<p align="center"><font size="2"><a href="proxy.php?url=https://technick.net/guides/electronics/bpw/c05_02"><< Previous page</a> <a href="proxy.php?url=https://technick.net/guides/electronics/bpw/00_toc">INDEX</a> <a href="proxy.php?url=https://technick.net/guides/electronics/bpw/c05_05">Next page >></a></font></p><blockquote><p> </p><p>The SLA should not be discharged beyond 1.75V
per cell, nor can it be stored in a discharged state. The
cells of a discharged SLA sulfate, a condition that renders
the battery useless if left in that state for a few days.</p> <p>The Li-ion typically discharges to 3.0V/cell.
The spinel and coke versions can be discharged to 2.5V/cell.
The lower end-of-discharge voltage gains a few extra percentage
points. Since the equipment manufacturers cannot specify which
battery type may be used, most equipment is designed for a
three-volt cut-off.</p>
- 05. Discharge Methods 4https://technick.net/guides/electronics/bpw/c05_05/Sun, 01 Mar 1998 00:00:00 +0000https://technick.net/guides/electronics/bpw/c05_05/<p align="center"><font size="2"><a href="proxy.php?url=https://technick.net/guides/electronics/bpw/c05_04"><< Previous page</a> <a href="proxy.php?url=https://technick.net/guides/electronics/bpw/00_toc">INDEX</a> <a href="proxy.php?url=https://technick.net/guides/electronics/bpw/c05_06">Next page >></a></font></p><blockquote><h4>5.3 Pulse Discharge</h4><p><a name="_Toc507909175"></a> </p><p><a name="_Ref503247400"></a><a name="_Ref503247406"></a><a name="_Ref503247410">Battery chemistries react differently
to specific loading requirements. Discharge loads range from
a low and steady current used in a flashlight, to intermittent
high current bursts in a power tool, to sharp current pulses
required for digital communications equipment, to a prolonged
high current load for an electric vehicle traveling at highway
speed. Because batteries are chemical devices that must convert
higher-level active materials into an alternate state during
discharge, the speed of such transaction determines the load
characteristics of a battery. Also referred to as concentration
polarization, the nickel and lithium-based batteries are superior
to lead-based batteries in reaction speed. This reflects in
good load characteristics.</a></p>
- 05. Discharge Methods 5https://technick.net/guides/electronics/bpw/c05_06/Sun, 01 Mar 1998 00:00:00 +0000https://technick.net/guides/electronics/bpw/c05_06/<p align="center"><font size="2"><a href="proxy.php?url=https://technick.net/guides/electronics/bpw/c05_05"><< Previous page</a> <a href="proxy.php?url=https://technick.net/guides/electronics/bpw/00_toc">INDEX</a> <a href="proxy.php?url=https://technick.net/guides/electronics/bpw/c06_01">Next page >></a></font></p><blockquote><h4>5.4 Discharging at High and Low Temperature</h4><p><a name="_Toc507909176"></a> </p><p>Batteries function best at room temperature.
Operating batteries at an elevated temperature dramatically
shortens their life. Although a lead acid battery may deliver
the highest capacity at temperatures above 30°C (86°F), prolonged
use under such conditions decreases the life of the battery.</p> <p>Similarly, a Li-ion performs better at
high temperatures. Elevated temperatures temporarily counteracts
the battery’s internal resistance, which is a result of aging.
The energy gain is short-lived because elevated temperature
promotes aging by further increasing the internal resistance.</p>
- 05. Introductionhttps://technick.net/guides/theory/dar/005/Sun, 01 Mar 1998 00:00:00 +0000https://technick.net/guides/theory/dar/005/<p style="background-color:#FFFFAA;border:1px solid red;padding:0.5em;"><strong>NOTE: THIS DOCUMENT IS OBSOLETE, PLEASE CHECK THE NEW VERSION:</strong> "<a href="proxy.php?url=http://ccrma.stanford.edu/~jos/resample/">The Digital Audio Resampling Home Page</a>", by <a href="proxy.php?url=http://ccrma.stanford.edu/~jos/"> Julius O. Smith III</a>, Copyright © <i>2016-05-17</i> by <a href="proxy.php?url=http://ccrma.stanford.edu/~jos/"> Julius O. Smith III</a> - <a href="proxy.php?url=http://ccrma.stanford.edu/">Center for Computer Research in Music and Acoustics (CCRMA),</a> <a href="proxy.php?url=http://www.stanford.edu/"> Stanford University</a></p>
<p align="center"><font size="2"><b><a href="proxy.php?url=https://technick.net/guides/theory/dar/004"><< Previous page</a> <a href="proxy.php?url=https://technick.net/guides/theory/dar/000">TOC</a> <a href="proxy.php?url=https://technick.net/guides/theory/dar/006">Next page >></a></b></font></p><blockquote><h3>Introduction</h3><p><a href="proxy.php?url=https://technick.net/guides/theory/dar/000">Bandlimited interpolation</a> of discrete-time signals is a basic tool
having extensive application in <a href="proxy.php?url=http://www.dsptutor.freeuk.com/" target="_blank">digital signal processing</a>. In
general, the problem is to correctly compute signal values at
arbitrary continuous times from a set of discrete-time samples of the
signal <a href="proxy.php?url=https://ccrma.stanford.edu/~jos//log/Logarithms.html">amplitude</a>. In other words, we must be able to interpolate the
signal between samples. Since the original signal is always assumed
to be <i>bandlimited </i>to half the <a href="proxy.php?url=https://ccrma.stanford.edu/~jos//st/Shannon_s_Sampling_Theorem.html">sampling rate</a>, (otherwise<a href="proxy.php?url=https://ccrma.stanford.edu/~jos//thms/Decimation_Theorem_Aliasing.html">aliasing</a> distortion would occur upon sampling), <a href="proxy.php?url=https://ccrma.stanford.edu/~jos//st/Shannon_s_Sampling_Theorem.html">Shannon's sampling
theorem</a> tells us the signal can be exactly and uniquely reconstructed
for all time from its samples by bandlimited interpolation.</p>
- 05. Special cases and exampleshttps://technick.net/guides/theory/edft/005/Sun, 01 Mar 1998 00:00:00 +0000https://technick.net/guides/theory/edft/005/<p style="background-color:#FFFFAA;border:1px solid red;padding:0.5em;"><strong>NOTE: THIS DOCUMENT IS OBSOLETE, PLEASE CHECK THE NEW VERSION:</strong> "<a href="proxy.php?url=http://ccrma.stanford.edu/~jos/filters/">Introduction to Digital Filters with Audio Applications</a>", by <a href="proxy.php?url=http://ccrma.stanford.edu/~jos/"> Julius O. Smith III</a>, Copyright © <i>2017-11-26</i> by <a href="proxy.php?url=http://ccrma.stanford.edu/~jos/"> Julius O. Smith III</a> - <a href="proxy.php?url=http://ccrma.stanford.edu/">Center for Computer Research in Music and Acoustics (CCRMA),</a> <a href="proxy.php?url=http://www.stanford.edu/"> Stanford University</a></p>
<p align="center"><font size="2"><b><a href="proxy.php?url=https://technick.net/guides/theory/edft/004"><< Previous page</a> <a href="proxy.php?url=https://technick.net/guides/theory/edft/000">TOC</a> <a href="proxy.php?url=https://technick.net/guides/theory/edft/022">INDEX</a> <a href="proxy.php?url=https://technick.net/guides/theory/edft/006">Next page >></a></b></font></p><blockquote><h3>Special cases and examples</h3><p><ul><li>The sum of <a href="proxy.php?url=https://technick.net/guides/theory/edft/001">positive real functions</a> is <a href="proxy.php?url=https://technick.net/guides/theory/edft/001">positive real</a>.</li><li>The difference of positive real functions is conditionally positive real.</li><li>The product or division of positive real functions is conditionally PR.</li><li><img width="46" height="37" align="MIDDLE" border="0" src="proxy.php?url=https://technick.net/img/guide_edft/guide_edft_img5.gif" alt="$H(z)$" /> PR <!-- MATH
$\Rightarrow \alpha\,z^{\pm k}H(z)$
--><img width="114" height="39" align="MIDDLE" border="0" src="proxy.php?url=https://technick.net/img/guide_edft/guide_edft_img191.gif" alt="$\" ightarrow="" lpha="" m="" z="" /> not PR for <!-- MATH
$\alpha>0,k\geq 2$
--><img width="105" height="34" align="MIDDLE" border="0" src="proxy.php?url=https://technick.net/img/guide_edft/guide_edft_img192.gif" alt="$\" lpha="" t="" geq="" />.</li></ul></p>
- 06. Minimum Phase (MP) polynomials in Zhttps://technick.net/guides/theory/edft/006/Sun, 01 Mar 1998 00:00:00 +0000https://technick.net/guides/theory/edft/006/<p style="background-color:#FFFFAA;border:1px solid red;padding:0.5em;"><strong>NOTE: THIS DOCUMENT IS OBSOLETE, PLEASE CHECK THE NEW VERSION:</strong> "<a href="proxy.php?url=http://ccrma.stanford.edu/~jos/filters/">Introduction to Digital Filters with Audio Applications</a>", by <a href="proxy.php?url=http://ccrma.stanford.edu/~jos/"> Julius O. Smith III</a>, Copyright © <i>2017-11-26</i> by <a href="proxy.php?url=http://ccrma.stanford.edu/~jos/"> Julius O. Smith III</a> - <a href="proxy.php?url=http://ccrma.stanford.edu/">Center for Computer Research in Music and Acoustics (CCRMA),</a> <a href="proxy.php?url=http://www.stanford.edu/"> Stanford University</a></p>
<p align="center"><font size="2"><b><a href="proxy.php?url=https://technick.net/guides/theory/edft/005"><< Previous page</a> <a href="proxy.php?url=https://technick.net/guides/theory/edft/000">TOC</a> <a href="proxy.php?url=https://technick.net/guides/theory/edft/022">INDEX</a> <a href="proxy.php?url=https://technick.net/guides/theory/edft/007">Next page >></a></b></font></p><blockquote><h3>Minimum Phase (MP) polynomials in <img width="14" height="17" align="BOTTOM" border="0" src="proxy.php?url=https://technick.net/img/guide_edft/guide_edft_img1.gif" alt="$z$" /></h3><p>All properties of MP polynomials apply without modification to marginally<a href="proxy.php?url=https://technick.net/guides/theory/edft/010#2327">stable</a> allpole transfer functions (cf. Thm. (<a href="proxy.php?url=https://technick.net/guides/theory/edft/001#thm:Tinv">1</a>)).</p><p><ul><li>Every first-order MP polynomial is <a href="proxy.php?url=https://technick.net/guides/theory/edft/001">positive real</a>. <p></p>
- 06. The Secrets of Battery Runtimehttps://technick.net/guides/electronics/bpw/c06_01/Sun, 01 Mar 1998 00:00:00 +0000https://technick.net/guides/electronics/bpw/c06_01/<p align="center"><font size="2"><a href="proxy.php?url=https://technick.net/guides/electronics/bpw/c05_06"><< Previous page</a> <a href="proxy.php?url=https://technick.net/guides/electronics/bpw/00_toc">INDEX</a> <a href="proxy.php?url=https://technick.net/guides/electronics/bpw/c06_03">Next page >></a></font></p><blockquote><h3>6. The Secrets of Battery Runtime</h3><p> <a name="_Ref503245016"></a><a name="_Ref503245039"></a><a name="_Ref503247447"></a><a name="_Ref503247449"></a><a name="_Ref503247451"></a><a name="_Toc507909177"></a> </p><p>Is the runtime of a portable device directly related to the
size of the battery and the energy it can hold? In most cases,
the answer is yes. But with digital equipment, the length
of time a battery can operate is not necessarily linear to
the amount of energy stored in the battery. </p> <p>In this chapter we examine why the specified
runtime of a portable device cannot always be achieved, especially
after the battery has aged. We address the four renegades
that are affecting the performance of the battery. They are:
declining capacity, increasing internal resistance, elevated
self-discharge, and premature voltage cut-off on discharge.</p>
- 06. The Secrets of Battery Runtime 2https://technick.net/guides/electronics/bpw/c06_03/Sun, 01 Mar 1998 00:00:00 +0000https://technick.net/guides/electronics/bpw/c06_03/<p align="center"><font size="2"><a href="proxy.php?url=https://technick.net/guides/electronics/bpw/c06_01"><< Previous page</a> <a href="proxy.php?url=https://technick.net/guides/electronics/bpw/00_toc">INDEX</a> <a href="proxy.php?url=https://technick.net/guides/electronics/bpw/c06_04">Next page >></a></font></p><blockquote><h4>Increasing Internal Resistance</h4><p><a name="_Toc507909179"></a> </p><p>To a large extent, the internal resistance, also
known as impedance, determines the performance and runtime
of a battery. If measured with an AC signal, the internal
resistance of a battery is also referred to as impedance.
High internal resistance curtails the flow of energy from
the battery to the equipment.</p> <p>A battery with simulated low and high internal
resistance is illustrated below. While a battery with low
internal resistance can deliver high current on demand, a
battery with high resistance collapses with heavy current.
Although the battery may hold sufficient capacity, the voltage
drops to the cut-off line and the ‘low battery’ indicator
is triggered. The equipment stops functioning and the remaining
energy is undelivered.</p>
- 06. The Secrets of Battery Runtime 3https://technick.net/guides/electronics/bpw/c06_04/Sun, 01 Mar 1998 00:00:00 +0000https://technick.net/guides/electronics/bpw/c06_04/<p align="center"><font size="2"><a href="proxy.php?url=https://technick.net/guides/electronics/bpw/c06_03"><< Previous page</a> <a href="proxy.php?url=https://technick.net/guides/electronics/bpw/00_toc">INDEX</a> <a href="proxy.php?url=https://technick.net/guides/electronics/bpw/c07_01">Next page >></a></font></p><blockquote><h4>6.3 Elevated Self-Discharge</h4><p><a name="_Toc507909180"></a> </p><p>All batteries exhibit a certain amount of self-discharge;
the highest is visible on nickel-based batteries. As a rule,
a nickel-based battery discharges 10 to 15 percent
of its capacity in the first 24 hours after charge, followed
by 10 to 15 percent every month thereafter.</p> <p>The self-discharge on the Li-ion battery
is lower compared to the nickel-based systems. The Li-ion
self-discharges about five percent in the first 24 hours
and one to two percent thereafter. Adding the protection
circuit increases the self-discharge to ten percent per
month.</p>
- 06. Theory of Ideal Bandlimited Interpolationhttps://technick.net/guides/theory/dar/006/Sun, 01 Mar 1998 00:00:00 +0000https://technick.net/guides/theory/dar/006/<p style="background-color:#FFFFAA;border:1px solid red;padding:0.5em;"><strong>NOTE: THIS DOCUMENT IS OBSOLETE, PLEASE CHECK THE NEW VERSION:</strong> "<a href="proxy.php?url=http://ccrma.stanford.edu/~jos/resample/">The Digital Audio Resampling Home Page</a>", by <a href="proxy.php?url=http://ccrma.stanford.edu/~jos/"> Julius O. Smith III</a>, Copyright © <i>2016-05-17</i> by <a href="proxy.php?url=http://ccrma.stanford.edu/~jos/"> Julius O. Smith III</a> - <a href="proxy.php?url=http://ccrma.stanford.edu/">Center for Computer Research in Music and Acoustics (CCRMA),</a> <a href="proxy.php?url=http://www.stanford.edu/"> Stanford University</a></p>
<p align="center"><font size="2"><b><a href="proxy.php?url=https://technick.net/guides/theory/dar/005"><< Previous page</a> <a href="proxy.php?url=https://technick.net/guides/theory/dar/000">TOC</a> <a href="proxy.php?url=https://technick.net/guides/theory/dar/007">Next page >></a></b></font></p><blockquote><h3>Theory of Ideal Bandlimited Interpolation</h3><p>We review briefly the ``analog interpretation'' of <a href="proxy.php?url=https://technick.net/guides/theory/dar/000">sampling rate conversion</a>[<a href="proxy.php?url=https://technick.net/guides/theory/dar/015#Crochiere">Crochiere and Rabiner 1983</a>] on which the present method is based. Suppose we have
samples <img width="59" height="37" align="MIDDLE" border="0" src="proxy.php?url=https://technick.net/img/guide_dar/guide_dar_img10.gif" alt="$x(nT_s)$" /> of a continuous absolutely integrable signal <img width="37" height="37" align="MIDDLE" border="0" src="proxy.php?url=https://technick.net/img/guide_dar/guide_dar_img1.gif" alt="$x(t)$" />,
where <img width="12" height="17" align="BOTTOM" border="0" src="proxy.php?url=https://technick.net/img/guide_dar/guide_dar_img11.gif" alt="$t$" /> is time in seconds (real), <img width="16" height="17" align="BOTTOM" border="0" src="proxy.php?url=https://technick.net/img/guide_dar/guide_dar_img12.gif" alt="$n$" /> ranges over the integers, and<img width="23" height="34" align="MIDDLE" border="0" src="proxy.php?url=https://technick.net/img/guide_dar/guide_dar_img13.gif" alt="$T_s$" /> is the <a href="proxy.php?url=https://ccrma.stanford.edu/~jos//st/Shannon_s_Sampling_Theorem.html" target="_blank">sampling period</a>. We assume <img width="37" height="37" align="MIDDLE" border="0" src="proxy.php?url=https://technick.net/img/guide_dar/guide_dar_img1.gif" alt="$x(t)$" /> is bandlimited to<img width="58" height="37" align="MIDDLE" border="0" src="proxy.php?url=https://technick.net/img/guide_dar/guide_dar_img14.gif" alt="$\" m="" s="" />, where <img width="86" height="37" align="MIDDLE" border="0" src="proxy.php?url=https://technick.net/img/guide_dar/guide_dar_img15.gif" alt="$F_s=1/T_s$" /> is the <a href="proxy.php?url=https://ccrma.stanford.edu/~jos//st/Shannon_s_Sampling_Theorem.html" target="_blank">sampling rate</a>. If <img width="49" height="37" align="MIDDLE" border="0" src="proxy.php?url=https://technick.net/img/guide_dar/guide_dar_img16.gif" alt="$X(\" mega="" />denotes the <a href="proxy.php?url=https://ccrma.stanford.edu/~jos//dft/dft.html" target="_blank">Fourier transform</a> of <img width="37" height="37" align="MIDDLE" border="0" src="proxy.php?url=https://technick.net/img/guide_dar/guide_dar_img1.gif" alt="$x(t)$" />, i.e., <!-- MATH
$X(\omega)=\int_{-\infty}^\infty x(t)
e^{-j\omega t} dt$
--><img width="198" height="39" align="MIDDLE" border="0" src="proxy.php?url=https://technick.net/img/guide_dar/guide_dar_img17.gif" alt="$X(\" mega="" nt="" nfty="" nfty="" e="" omega="" t="dt" />, then we assume <img width="83" height="37" align="MIDDLE" border="0" src="proxy.php?url=https://technick.net/img/guide_dar/guide_dar_img18.gif" alt="$X(\" mega="" /> for
<!-- MATH
$|\omega|\geq\pi F_s$
--><img width="84" height="37" align="MIDDLE" border="0" src="proxy.php?url=https://technick.net/img/guide_dar/guide_dar_img19.gif" alt="$\" ert\omega\vert\geq\pi="" s="" />. Consequently, <a href="proxy.php?url=https://ccrma.stanford.edu/~jos//st/Shannon_s_Sampling_Theorem.html" target="_blank">Shannon's sampling
theorem</a> gives us that <img width="37" height="37" align="MIDDLE" border="0" src="proxy.php?url=https://technick.net/img/guide_dar/guide_dar_img1.gif" alt="$x(t)$" /> can be uniquely reconstructed from the
samples <img width="59" height="37" align="MIDDLE" border="0" src="proxy.php?url=https://technick.net/img/guide_dar/guide_dar_img10.gif" alt="$x(nT_s)$" /> via<br /><div align="RIGHT"><!-- MATH
\begin{equation}
\hat{x}(t) \isdef \sum_{n=-\infty}^\infty x(nT_s) h_s(t-nT_s) \equiv x(t),
\end{equation}
--><table width="100%" align="CENTER"><tr valign="MIDDLE"><td align="CENTER" nowrap="nowrap"><a name="eq:Erc"></a><img width="342" height="62" border="0" src="proxy.php?url=https://technick.net/img/guide_dar/guide_dar_img20.gif" alt="\" egin="" isplaymath="" at="" t="" sdef="" um="" infty="" infty="" nt="" s="" s="s" t-nt="" s="" quiv="" end="" isplaymath="" /></td><td width="10" align="RIGHT">(1)</td></tr></table><br clear="ALL" /></div></p>
- 07. Conjectured Propertieshttps://technick.net/guides/theory/edft/007/Sun, 01 Mar 1998 00:00:00 +0000https://technick.net/guides/theory/edft/007/<p style="background-color:#FFFFAA;border:1px solid red;padding:0.5em;"><strong>NOTE: THIS DOCUMENT IS OBSOLETE, PLEASE CHECK THE NEW VERSION:</strong> "<a href="proxy.php?url=http://ccrma.stanford.edu/~jos/filters/">Introduction to Digital Filters with Audio Applications</a>", by <a href="proxy.php?url=http://ccrma.stanford.edu/~jos/"> Julius O. Smith III</a>, Copyright © <i>2017-11-26</i> by <a href="proxy.php?url=http://ccrma.stanford.edu/~jos/"> Julius O. Smith III</a> - <a href="proxy.php?url=http://ccrma.stanford.edu/">Center for Computer Research in Music and Acoustics (CCRMA),</a> <a href="proxy.php?url=http://www.stanford.edu/"> Stanford University</a></p>
<p align="center"><font size="2"><b><a href="proxy.php?url=https://technick.net/guides/theory/edft/006"><< Previous page</a> <a href="proxy.php?url=https://technick.net/guides/theory/edft/000">TOC</a> <a href="proxy.php?url=https://technick.net/guides/theory/edft/022">INDEX</a> <a href="proxy.php?url=https://technick.net/guides/theory/edft/008">Next page >></a></b></font></p><blockquote><h3>Conjectured Properties</h3><p>The following conjectures are true for analog <a href="proxy.php?url=https://technick.net/guides/theory/edft/001">positive-real functions</a>,
but no rigorous attempt was made to establish them in the discrete-time case.</p><p><ul><li>If all poles and zeros of a PR function are on the unit circle,
then they alternate along the circle.<p></p>
- 07. From Theory to Practicehttps://technick.net/guides/theory/dar/007/Sun, 01 Mar 1998 00:00:00 +0000https://technick.net/guides/theory/dar/007/<p style="background-color:#FFFFAA;border:1px solid red;padding:0.5em;"><strong>NOTE: THIS DOCUMENT IS OBSOLETE, PLEASE CHECK THE NEW VERSION:</strong> "<a href="proxy.php?url=http://ccrma.stanford.edu/~jos/resample/">The Digital Audio Resampling Home Page</a>", by <a href="proxy.php?url=http://ccrma.stanford.edu/~jos/"> Julius O. Smith III</a>, Copyright © <i>2016-05-17</i> by <a href="proxy.php?url=http://ccrma.stanford.edu/~jos/"> Julius O. Smith III</a> - <a href="proxy.php?url=http://ccrma.stanford.edu/">Center for Computer Research in Music and Acoustics (CCRMA),</a> <a href="proxy.php?url=http://www.stanford.edu/"> Stanford University</a></p>
<p align="center"><font size="2"><b><a href="proxy.php?url=https://technick.net/guides/theory/dar/006"><< Previous page</a> <a href="proxy.php?url=https://technick.net/guides/theory/dar/000">TOC</a> <a href="proxy.php?url=https://technick.net/guides/theory/dar/008">Next page >></a></b></font></p><blockquote><h3>From Theory to Practice</h3><p>The summation in Eq. (<a href="proxy.php?url=https://technick.net/guides/theory/dar/006#eq:Erc">1</a>) cannot be implemented in practice because
the ``ideal lowpass <a href="proxy.php?url=https://technick.net/guides/theory/edft/010">filter</a>'' <a href="proxy.php?url=https://technick.net/guides/theory/edft/010#2321">impulse</a> response <img width="44" height="37" align="MIDDLE" border="0" src="proxy.php?url=https://technick.net/img/guide_dar/guide_dar_img39.gif" alt="$h_s(t)$" /> actually extends
from minus infinity to infinity. It is necessary in practice to <i>window</i>the ideal impulse response so as to make it finite. This is the basis
of the <i>window method </i>for digital <a href="proxy.php?url=https://ccrma.stanford.edu/~jos//WinFlt/Problem_Statement.php">filter design</a>[<a href="proxy.php?url=https://technick.net/guides/theory/dar/015#DSPC">Digital Signal Processing Committee 1979a</a>,<a href="proxy.php?url=https://technick.net/guides/theory/dar/015#RabinerAndGold">Rabiner and Gold 1975</a>]. While many other filter design techniques
exist, the window method is simple and robust, especially for very
long impulse responses. In the case of the algorithm presented below,
the filter impulse response is very long because it is heavily
oversampled. Another approach is to design optimal decimated
``sub-phases'' of the filter impulse response, which are then
interpolated to provide the ``continuous'' impulse response needed for
the algorithm [<a href="proxy.php?url=https://technick.net/guides/theory/dar/015#PutnamAndSmithMohonk97">Putnam and Smith 1997</a>].</p>
- 07. The ‘Smart’ Batteryhttps://technick.net/guides/electronics/bpw/c07_01/Sun, 01 Mar 1998 00:00:00 +0000https://technick.net/guides/electronics/bpw/c07_01/<p align="center"><font size="2"><a href="proxy.php?url=https://technick.net/guides/electronics/bpw/c06_04"><< Previous page</a> <a href="proxy.php?url=https://technick.net/guides/electronics/bpw/00_toc">INDEX</a> <a href="proxy.php?url=https://technick.net/guides/electronics/bpw/c07_02">Next page >></a></font></p><blockquote><h3>7. The ‘Smart’ Battery</h3><p>
</p><p>Aspeaker at a battery seminar remarked that, “The battery
is a wild animal and artificial intelligence domesticates
it.” An ordinary or ‘dumb’ battery has the inherit problem
of not being able to display the amount of reserve energy
it holds. Neither weight, color, nor size provides any indication
of the battery’s state-of-charge (SoC) and state-of-health
(SoH). The user is at the mercy of the battery when pulling
a freshly charged battery from the charger. </p>
- 07. The ‘Smart’ Battery 2https://technick.net/guides/electronics/bpw/c07_02/Sun, 01 Mar 1998 00:00:00 +0000https://technick.net/guides/electronics/bpw/c07_02/<p align="center"><font size="2"><a href="proxy.php?url=https://technick.net/guides/electronics/bpw/c07_01"><< Previous page</a> <a href="proxy.php?url=https://technick.net/guides/electronics/bpw/00_toc">INDEX</a> <a href="proxy.php?url=https://technick.net/guides/electronics/bpw/c07_03">Next page >></a></font></p><blockquote><h4>The SMBus</h4><p> <a name="_Ref503247608"></a><a name="_Ref503247621"></a><a name="_Ref503247623"></a><a name="_Toc507909184"></a> </p><p>The SMBus is the most complete of all systems.
It represents a large effort from the portable electronic
industry to standardize to one communications protocol and
one set of data. The SMBus is a two-wire interface system
through which simple power-related chips can communicate with
the rest of the system. One wire handles the data; the second
is the clock. It uses I²C as its backbone. Defined by Philips,
the I²C is a synchronous multi-drop bi-directional communications
system, which operates at a speed of up to 100 kilohertz (kHz).
</p>
- 07. The ‘Smart’ Battery 3https://technick.net/guides/electronics/bpw/c07_03/Sun, 01 Mar 1998 00:00:00 +0000https://technick.net/guides/electronics/bpw/c07_03/<p align="center"><font size="2"><a href="proxy.php?url=https://technick.net/guides/electronics/bpw/c07_02"><< Previous page</a> <a href="proxy.php?url=https://technick.net/guides/electronics/bpw/00_toc">INDEX</a> <a href="proxy.php?url=https://technick.net/guides/electronics/bpw/c07_04">Next page >></a></font></p><blockquote><p>
</p><p><b>Architecture</b> — An SMBus battery contains
permanent and temporary data. The permanent data is programmed
into the battery at the time of manufacturing and include
battery ID number, battery type, serial number, manufacturer’s
name and date of manufacture. The temporary data is acquired
during use and consists of cycle count, user pattern and maintenance
requirements. Some of the temporary data is being replaced
and renewed during the life of the battery.</p>
- 07. The ‘Smart’ Battery 4https://technick.net/guides/electronics/bpw/c07_04/Sun, 01 Mar 1998 00:00:00 +0000https://technick.net/guides/electronics/bpw/c07_04/<p align="center"><font size="2"><a href="proxy.php?url=https://technick.net/guides/electronics/bpw/c07_03"><< Previous page</a> <a href="proxy.php?url=https://technick.net/guides/electronics/bpw/00_toc">INDEX</a> <a href="proxy.php?url=https://technick.net/guides/electronics/bpw/c07_05">Next page >></a></font></p><blockquote><p> </p><p><b>Negatives of the SMBus</b> — Like any good
invention, the SMBus battery has some serious downsides that
must be addressed. For starters, the ‘smart’ battery costs
about 25 percent more than the ‘dumb’ equivalent. In
addition, the ‘smart’ battery was intended to simplify the
charger, but a full-fledged Level 3 charger costs substantially
more than a regular dumb model.</p> <p>A more serious issue is maintenance requirements,
better known as capacity re-learning. This procedure is needed
on a regular basis to calibrate the battery. The Engineering
Manager of Moli Energy, a large Li-ion cell manufacturer
commented, “With the Li-ion battery we have eliminated
the memory effect, but are we introducing digital memory with
the SMBus battery?”</p>
- 07. The ‘Smart’ Battery 5https://technick.net/guides/electronics/bpw/c07_05/Sun, 01 Mar 1998 00:00:00 +0000https://technick.net/guides/electronics/bpw/c07_05/<p align="center"><font size="2"><a href="proxy.php?url=https://technick.net/guides/electronics/bpw/c07_04"><< Previous page</a> <a href="proxy.php?url=https://technick.net/guides/electronics/bpw/00_toc">INDEX</a> <a href="proxy.php?url=https://technick.net/guides/electronics/bpw/c07_06">Next page >></a></font></p><blockquote><h4>7.3 The State-of-Charge Indicator</h4><p><a name="_Toc507909185"></a> </p><p>Most SMBus batteries are equipped with a charge
level indicator. When pressing a SoC button on a battery that
is fully charged, all signal lights illuminate. On a partially
discharged battery, half the lights illuminate, and on an
empty battery, all lights remain dark. Figure 7-4<i>
s</i>hows such a fuel gauge.</p> <table border="0" cellspacing="0" cellpadding="0"> <tr>
<td width="263">
<p><img width="250" height="86" src="proxy.php?url=https://technick.net/img/guide_bpw2/c07_05.gif" v:shapes="_x0000_i1028" border="0" alt="" /></p> </td> <td width="224">
<p><a name="_Ref506312528"></a><a name="_Toc507815265" class="caption">Figure 7-4:
State-of-charge readout of a ‘smart’ battery.</a><br /> <span class="caption-sub">Although the state-of-charge
is displayed, the state-of-health and its predicted
runtime are unknown.</span></p>
- 07. The ‘Smart’ Battery 6https://technick.net/guides/electronics/bpw/c07_06/Sun, 01 Mar 1998 00:00:00 +0000https://technick.net/guides/electronics/bpw/c07_06/<p align="center"><font size="2"><a href="proxy.php?url=https://technick.net/guides/electronics/bpw/c07_05"><< Previous page</a> <a href="proxy.php?url=https://technick.net/guides/electronics/bpw/00_toc">INDEX</a> <a href="proxy.php?url=https://technick.net/guides/electronics/bpw/c07_07">Next page >></a></font></p><blockquote><h4>7.5 The Target Capacity Selector</h4><p><a name="_Toc507909187"></a> </p><p>For users that simply need a go/no go answer
and do not want to bother about other battery information,
chargers are available that feature a target capacity selector.
Adjustable to 60, 70 or 80 percent, the target capacity
selector acts as a performance check and flags batteries that
do not meet set requirements.</p> <p>If a battery falls below target, the charger
triggers the condition light. The user is prompted to press
the condition button to cycle the battery. Condition consists
of charge/discharge/charge and performs calibration and conditioning
functions. If the battery does not recover after the conditioning
service, the fail light illuminates, indicating that the battery
should be replaced. A green ready light at the completion
of the program assures that the battery meets the required
performance level.</p>
- 07. The ‘Smart’ Battery 7https://technick.net/guides/electronics/bpw/c07_07/Sun, 01 Mar 1998 00:00:00 +0000https://technick.net/guides/electronics/bpw/c07_07/<p align="center"><font size="2"><a href="proxy.php?url=https://technick.net/guides/electronics/bpw/c07_06"><< Previous page</a> <a href="proxy.php?url=https://technick.net/guides/electronics/bpw/00_toc">INDEX</a> <a href="proxy.php?url=https://technick.net/guides/electronics/bpw/c08_01">Next page >></a></font></p><blockquote><h4>7.6 Fuel Gauges for Large Batteries</h4><p><a name="_Toc507909188"></a> </p><p>Most ‘smart’ battery applications today are limited
to portable electronic equipment, and the electronic circuit
is built right into the battery pack. In applications where
larger ‘smart’ batteries are needed, such as electric wheelchairs,
scooters, robots and forklifts, the electronic circuit may
be placed in a box external to the battery.</p> <p>The main benefit of adding intelligence to the
battery is to enable the measurement of SoH and reserve energy.
Most measuring devices used are based on voltage, which is
known to be highly inaccurate.</p>
- 08. Choosing the Right Batteryhttps://technick.net/guides/electronics/bpw/c08_01/Sun, 01 Mar 1998 00:00:00 +0000https://technick.net/guides/electronics/bpw/c08_01/<p align="center"><font size="2"><a href="proxy.php?url=https://technick.net/guides/electronics/bpw/c07_07"><< Previous page</a> <a href="proxy.php?url=https://technick.net/guides/electronics/bpw/00_toc">INDEX</a> <a href="proxy.php?url=https://technick.net/guides/electronics/bpw/c08_02">Next page >></a></font></p><blockquote><h3>8. Choosing the Right Battery</h3><p> </p><p>What causes a battery to wear down — is it mechanical or
chemical? The answer is ‘both’. A battery is a perishable
product that starts deteriorating from the time it leaves
the factory. Similar to a spring under tension, a battery
seeks to revert to its lowest denominator. The rate of aging
is subject to depth of discharge, environmental conditions,
charge methods and maintenance procedures (or lack thereof).
Each battery chemistry behaves differently in terms of aging
and wear through normal use. </p>
- 08. Choosing the Right Battery 2https://technick.net/guides/electronics/bpw/c08_02/Sun, 01 Mar 1998 00:00:00 +0000https://technick.net/guides/electronics/bpw/c08_02/<p align="center"><font size="2"><a href="proxy.php?url=https://technick.net/guides/electronics/bpw/c08_01"><< Previous page</a> <a href="proxy.php?url=https://technick.net/guides/electronics/bpw/00_toc">INDEX</a> <a href="proxy.php?url=https://technick.net/guides/electronics/bpw/c08_03">Next page >></a></font></p><blockquote><h4>8.2 What’s the best battery for two-way radios?</h4><p><a name="_Toc507909191"></a> </p><p>The two-way radio market uses mostly NiCd batteries.
In the last few years, environmental agencies have been attempting
to discourage the use of NiCd, especially in Europe. NiMH
have been tried and tested in two-way radios for a number
of years but the results are mixed. Shorter cycle life compared
to NiCd is the major drawback.</p> <p>The reasons for the relatively short life of
NiMH are multi-fold. NiMH is less robust than NiCd and has
a cycle life expectancy that is half or one third that of
the standard NiCd. In addition, NiMH prefers a moderate discharge
current of 0.5C or less. A two-way radio, on the other hand,
draws a discharge current of about 1.5A when transmitting
at 4W of power. High discharge loads shorten the life of the
NiMH battery considerably.</p>
- 08. Choosing the Right Battery 3https://technick.net/guides/electronics/bpw/c08_03/Sun, 01 Mar 1998 00:00:00 +0000https://technick.net/guides/electronics/bpw/c08_03/<p align="center"><font size="2"><a href="proxy.php?url=https://technick.net/guides/electronics/bpw/c08_02"><< Previous page</a> <a href="proxy.php?url=https://technick.net/guides/electronics/bpw/00_toc">INDEX</a> <a href="proxy.php?url=https://technick.net/guides/electronics/bpw/c08_04">Next page >></a></font></p><blockquote><h4>8.4 Selecting a Lasting Battery</h4><p><a name="_Toc507909193"></a> </p><p>As part of an ongoing research program to find
the optimum battery system for selected applications, Cadex
has performed life cycle tests on NiCd, NiMH and Li-ion
batteries. All tests were carried out on the Cadex <i>7000
Series </i>battery analyzers in the test labs of Cadex, Vancouver,
Canada. The batteries tested received an initial full-charge,
and then underwent a regime of continued discharge/charge
cycles. The internal resistance was measured with Cadex’s
<i>Ohmtest</i>™ method, and the self-discharge was obtained
from time-to-time by reading the capacity loss incurred during
a 48-hour rest period. The test program involved 53 commercial
telecommunications batteries of different models and chemistries.
One battery of each chemistry displaying typical behavior
was chosen for the charts below.</p>
- 08. Choosing the Right Battery 4https://technick.net/guides/electronics/bpw/c08_04/Sun, 01 Mar 1998 00:00:00 +0000https://technick.net/guides/electronics/bpw/c08_04/<p align="center"><font size="2"><a href="proxy.php?url=https://technick.net/guides/electronics/bpw/c08_03"><< Previous page</a> <a href="proxy.php?url=https://technick.net/guides/electronics/bpw/00_toc">INDEX</a> <a href="proxy.php?url=https://technick.net/guides/electronics/bpw/c09_01">Next page >></a></font></p><blockquote><p> </p><p><b>The NiMH Battery</b> — Figure 8-3
examines the NiMH, a battery that offers high energy density
at reasonably low cost. We observe good performance at first
but past the 300-cycle mark, the performance starts to drift
downwards rapidly. One can detect a swift increase in internal
resistance and self-discharge after cycle count 700.</p> <p><img width="431" height="300" src="proxy.php?url=https://technick.net/img/guide_bpw2/c08_06.gif" v:shapes="_x0000_i1025" border="0" alt="" /></p> <p><a name="_Ref501879347"></a><a name="_Ref501879712"></a><a name="_Toc502116714"></a><a name="_Ref505515136"></a><a name="_Toc507815271" class="caption">Figure 8-3:
Characteristics of a NiMH battery.</a><br /> <span class="caption-sub">This battery offers good performance
at first but past the 300-cycle mark, the capacity, internal
resistance and self-discharge start to deteriorate rapidly.
This illustrations shows results for a 6V, 950mA NiMH.</span></p>
- 08. Implementationhttps://technick.net/guides/theory/dar/008/Sun, 01 Mar 1998 00:00:00 +0000https://technick.net/guides/theory/dar/008/<p style="background-color:#FFFFAA;border:1px solid red;padding:0.5em;"><strong>NOTE: THIS DOCUMENT IS OBSOLETE, PLEASE CHECK THE NEW VERSION:</strong> "<a href="proxy.php?url=http://ccrma.stanford.edu/~jos/resample/">The Digital Audio Resampling Home Page</a>", by <a href="proxy.php?url=http://ccrma.stanford.edu/~jos/"> Julius O. Smith III</a>, Copyright © <i>2016-05-17</i> by <a href="proxy.php?url=http://ccrma.stanford.edu/~jos/"> Julius O. Smith III</a> - <a href="proxy.php?url=http://ccrma.stanford.edu/">Center for Computer Research in Music and Acoustics (CCRMA),</a> <a href="proxy.php?url=http://www.stanford.edu/"> Stanford University</a></p>
<p align="center"><font size="2"><b><a href="proxy.php?url=https://technick.net/guides/theory/dar/007"><< Previous page</a> <a href="proxy.php?url=https://technick.net/guides/theory/dar/000">TOC</a> <a href="proxy.php?url=https://technick.net/guides/theory/dar/009">Next page >></a></b></font></p><blockquote><h3>Implementation</h3><p>Our implementation provides signal evaluation at an arbitrary time,
where time is specified as an unsigned binary <a href="proxy.php?url=https://ccrma.stanford.edu/~jos//log/Binary_Integer_Fixed_Point.html" target="_blank">fixed-point</a> number in
units of the input <a href="proxy.php?url=https://ccrma.stanford.edu/~jos//st/Shannon_s_Sampling_Theorem.html" target="_blank">sampling period</a> (assumed constant).
Figure <a href="proxy.php?url=https://technick.net/guides/theory/dar/008#fig:TimeRegisterFormat">6</a> shows the time register <img width="12" height="17" align="BOTTOM" border="0" src="proxy.php?url=https://technick.net/img/guide_dar/guide_dar_img11.gif" alt="$t$" />, and
Figure <a href="proxy.php?url=https://technick.net/guides/theory/dar/008#fig:Waveforms">7</a> shows an example configuration of the input
signal and lowpass <a href="proxy.php?url=https://technick.net/guides/theory/edft/010">filter</a> at a given time. The time register is
divided into three fields: The leftmost field gives the number <img width="16" height="17" align="BOTTOM" border="0" src="proxy.php?url=https://technick.net/img/guide_dar/guide_dar_img12.gif" alt="$n$" /> of
samples into the input signal buffer, the middle field is an initial
index <img width="11" height="18" align="BOTTOM" border="0" src="proxy.php?url=https://technick.net/img/guide_dar/guide_dar_img44.gif" alt="$l$" /> into the filter coefficient table <img width="36" height="37" align="MIDDLE" border="0" src="proxy.php?url=https://technick.net/img/guide_dar/guide_dar_img45.gif" alt="$h(l)$" />, and the rightmost
field is interpreted as a number <img width="15" height="33" align="MIDDLE" border="0" src="proxy.php?url=https://technick.net/img/guide_dar/guide_dar_img46.gif" alt="$\" ta="" /> between <img width="14" height="17" align="BOTTOM" border="0" src="proxy.php?url=https://technick.net/img/guide_dar/guide_dar_img47.gif" alt="$0$" /> and <img width="14" height="16" align="BOTTOM" border="0" src="proxy.php?url=https://technick.net/img/guide_dar/guide_dar_img29.gif" alt="$1$" /> for doing<a href="proxy.php?url=https://ccrma.stanford.edu/~jos//Interpolation/Linear_Interpolation.html" target="_blank">linear interpolation</a> between samples <img width="11" height="18" align="BOTTOM" border="0" src="proxy.php?url=https://technick.net/img/guide_dar/guide_dar_img44.gif" alt="$l$" /> and <img width="43" height="34" align="MIDDLE" border="0" src="proxy.php?url=https://technick.net/img/guide_dar/guide_dar_img48.gif" alt="$l+1$" /> (initially) of the
filter table. The concatenation of <img width="11" height="18" align="BOTTOM" border="0" src="proxy.php?url=https://technick.net/img/guide_dar/guide_dar_img44.gif" alt="$l$" /> and <img width="15" height="33" align="MIDDLE" border="0" src="proxy.php?url=https://technick.net/img/guide_dar/guide_dar_img46.gif" alt="$\" ta="" /> are called<img width="82" height="37" align="MIDDLE" border="0" src="proxy.php?url=https://technick.net/img/guide_dar/guide_dar_img49.gif" alt="$P\" n="" /> which is interpreted as the position of the current time
between samples <img width="16" height="17" align="BOTTOM" border="0" src="proxy.php?url=https://technick.net/img/guide_dar/guide_dar_img12.gif" alt="$n$" /> and <img width="48" height="33" align="MIDDLE" border="0" src="proxy.php?url=https://technick.net/img/guide_dar/guide_dar_img50.gif" alt="$n+1$" /> of the input signal.</p>
- 08. Introduction to Digital Filter Theoryhttps://technick.net/guides/theory/edft/008/Sun, 01 Mar 1998 00:00:00 +0000https://technick.net/guides/theory/edft/008/<p style="background-color:#FFFFAA;border:1px solid red;padding:0.5em;"><strong>NOTE: THIS DOCUMENT IS OBSOLETE, PLEASE CHECK THE NEW VERSION:</strong> "<a href="proxy.php?url=http://ccrma.stanford.edu/~jos/filters/">Introduction to Digital Filters with Audio Applications</a>", by <a href="proxy.php?url=http://ccrma.stanford.edu/~jos/"> Julius O. Smith III</a>, Copyright © <i>2017-11-26</i> by <a href="proxy.php?url=http://ccrma.stanford.edu/~jos/"> Julius O. Smith III</a> - <a href="proxy.php?url=http://ccrma.stanford.edu/">Center for Computer Research in Music and Acoustics (CCRMA),</a> <a href="proxy.php?url=http://www.stanford.edu/"> Stanford University</a></p>
<p align="center"><font size="2"><b><a href="proxy.php?url=https://technick.net/guides/theory/edft/007"><< Previous page</a> <a href="proxy.php?url=https://technick.net/guides/theory/edft/000">TOC</a> <a href="proxy.php?url=https://technick.net/guides/theory/edft/022">INDEX</a> <a href="proxy.php?url=https://technick.net/guides/theory/edft/009">Next page >></a></b></font></p><blockquote><h3>Introduction to Digital Filter Theory</h3><p>In this section, <i>linearity</i>, <i>time-invariance</i> and four
basic representations of <a href="proxy.php?url=http://www.dsptutor.freeuk.com/dfilt1.html" target="_blank">digital filters</a> are defined: the<i><a href="proxy.php?url=https://technick.net/guides/theory/edft/010">difference equation</a> coefficients, <a href="proxy.php?url=https://technick.net/guides/theory/edft/010#2321">impulse</a> response, transfer
function,</i> and <i><a href="proxy.php?url=https://technick.net/guides/theory/edft/012">frequency response</a></i>. Next the concepts of<i><a href="proxy.php?url=https://technick.net/guides/theory/edft/013">phase delay</a></i>, <i><a href="proxy.php?url=https://technick.net/guides/theory/edft/013">group delay</a></i>, <i>poles</i> and <i>zeros</i>,
and <a href="proxy.php?url=https://technick.net/guides/theory/edft/010">filter</a> <i>stability</i> are defined. This elementary material was
taken from course notes for a class given at Stanford by the author in
1979.</p>
- 09. Internal Battery Resistancehttps://technick.net/guides/electronics/bpw/c09_01/Sun, 01 Mar 1998 00:00:00 +0000https://technick.net/guides/electronics/bpw/c09_01/<p align="center"><font size="2"><a href="proxy.php?url=https://technick.net/guides/electronics/bpw/c08_04"><< Previous page</a> <a href="proxy.php?url=https://technick.net/guides/electronics/bpw/00_toc">INDEX</a> <a href="proxy.php?url=https://technick.net/guides/electronics/bpw/c09_02">Next page >></a></font></p><blockquote><h3>9. Internal Battery Resistance</h3><p> <a name="_Ref502119400"></a><a name="_Ref502119434"></a><a name="_Toc507909194"></a> </p><p>With the move from analog to digital devices, new demands
are being placed on the battery. Unlike analog equipment that
draws a steady current, the digital mobile phone, for example,
loads the battery with short, high current bursts. </p> <p><img width="238" height="123" src="proxy.php?url=https://technick.net/img/guide_bpw2/c09_01.gif" align="left" hspace="19" vspace="19alt=" text="" x:="" e="" ternal="" sistance="" s="" e="" tekeeper="" at="" o="" arge="" tent="" etermines="" e="" ntime="" shapes="_x0000_s1026" border="0" alt="" />Increasingly, mobile communication devices are moving
from voice only to multimedia which allows sending and receiving
data, still pictures and even video. Such transmissions add
to the bandwidth, which require several times the battery
power compared to voice only.</p>
- 09. Internal Battery Resistance 2https://technick.net/guides/electronics/bpw/c09_02/Sun, 01 Mar 1998 00:00:00 +0000https://technick.net/guides/electronics/bpw/c09_02/<p align="center"><font size="2"><a href="proxy.php?url=https://technick.net/guides/electronics/bpw/c09_01"><< Previous page</a> <a href="proxy.php?url=https://technick.net/guides/electronics/bpw/00_toc">INDEX</a> <a href="proxy.php?url=https://technick.net/guides/electronics/bpw/c09_03">Next page >></a></font></p><blockquote><h4>9.2 How is the internal battery resistance measured?</h4><p><a name="_Toc507909196"></a> </p><p>A number of techniques are used to measure internal
battery resistance. One common method is the DC load test,
which applies a discharge current to the battery while measuring
the voltage drop. Voltage over current provides the internal
resistance (see Figure 9-5).</p> <p><img width="463" height="270" src="proxy.php?url=https://technick.net/img/guide_bpw2/c09_05.gif" v:shapes="_x0000_i1029" border="0" alt="" /></p> <p><a name="_Toc502116720"></a><a name="_Ref503164017"></a><a name="_Toc507815277" class="caption">Figure 9-5: DC load test.</a><br /> <span class="caption-sub">The DC load test measures the battery’s
internal resistance by reading the voltage drop. A large drop
indicates high resistance.</span></p>
- 09. Internal Battery Resistance 3https://technick.net/guides/electronics/bpw/c09_03/Sun, 01 Mar 1998 00:00:00 +0000https://technick.net/guides/electronics/bpw/c09_03/<p align="center"><font size="2"><a href="proxy.php?url=https://technick.net/guides/electronics/bpw/c09_02"><< Previous page</a> <a href="proxy.php?url=https://technick.net/guides/electronics/bpw/00_toc">INDEX</a> <a href="proxy.php?url=https://technick.net/guides/electronics/bpw/c10_01">Next page >></a></font></p><blockquote><p> </p><p>Figure 9-8 compares the three methods of
measuring the internal resistance of a battery and observe
the accuracy. In a good battery, the discrepancies between
methods are minimal. The test results deviate to a larger
degree on packs with poor SoH.</p> <p>Impedance measurement alone does not provide
a definite conclusion as to the battery performance. The mW
readings may vary widely and are dependent on battery chemistry,
cell size (mAh rating), type of cell, number of cells connected
in series, wiring and contact type.</p>
- 09. Linearity and Time-Invariancehttps://technick.net/guides/theory/edft/009/Sun, 01 Mar 1998 00:00:00 +0000https://technick.net/guides/theory/edft/009/<p style="background-color:#FFFFAA;border:1px solid red;padding:0.5em;"><strong>NOTE: THIS DOCUMENT IS OBSOLETE, PLEASE CHECK THE NEW VERSION:</strong> "<a href="proxy.php?url=http://ccrma.stanford.edu/~jos/filters/">Introduction to Digital Filters with Audio Applications</a>", by <a href="proxy.php?url=http://ccrma.stanford.edu/~jos/"> Julius O. Smith III</a>, Copyright © <i>2017-11-26</i> by <a href="proxy.php?url=http://ccrma.stanford.edu/~jos/"> Julius O. Smith III</a> - <a href="proxy.php?url=http://ccrma.stanford.edu/">Center for Computer Research in Music and Acoustics (CCRMA),</a> <a href="proxy.php?url=http://www.stanford.edu/"> Stanford University</a></p>
<p align="center"><font size="2"><b><a href="proxy.php?url=https://technick.net/guides/theory/edft/008"><< Previous page</a> <a href="proxy.php?url=https://technick.net/guides/theory/edft/000">TOC</a> <a href="proxy.php?url=https://technick.net/guides/theory/edft/022">INDEX</a> <a href="proxy.php?url=https://technick.net/guides/theory/edft/010">Next page >></a></b></font></p><blockquote><h3>Linearity and Time-Invariance</h3><p>In everyday terms, the fact that a <a href="proxy.php?url=https://technick.net/guides/theory/edft/010">filter</a> is<i>linear</i><a name="2325"></a> means simply that <ol><li>the <a href="proxy.php?url=https://ccrma.stanford.edu/~jos//log/Logarithms.html" target="_blank">amplitude</a> of the output is proportional to the amplitude of
the input, and<p></p>
- 09. Quantization Issueshttps://technick.net/guides/theory/dar/009/Sun, 01 Mar 1998 00:00:00 +0000https://technick.net/guides/theory/dar/009/<p style="background-color:#FFFFAA;border:1px solid red;padding:0.5em;"><strong>NOTE: THIS DOCUMENT IS OBSOLETE, PLEASE CHECK THE NEW VERSION:</strong> "<a href="proxy.php?url=http://ccrma.stanford.edu/~jos/resample/">The Digital Audio Resampling Home Page</a>", by <a href="proxy.php?url=http://ccrma.stanford.edu/~jos/"> Julius O. Smith III</a>, Copyright © <i>2016-05-17</i> by <a href="proxy.php?url=http://ccrma.stanford.edu/~jos/"> Julius O. Smith III</a> - <a href="proxy.php?url=http://ccrma.stanford.edu/">Center for Computer Research in Music and Acoustics (CCRMA),</a> <a href="proxy.php?url=http://www.stanford.edu/"> Stanford University</a></p>
<p align="center"><font size="2"><b><a href="proxy.php?url=https://technick.net/guides/theory/dar/008"><< Previous page</a> <a href="proxy.php?url=https://technick.net/guides/theory/dar/000">TOC</a> <a href="proxy.php?url=https://technick.net/guides/theory/dar/010">Next page >></a></b></font></p><blockquote><h3>Quantization Issues</h3><p>In this section, we investigate the requirements on the sampling density<img width="66" height="17" align="BOTTOM" border="0" src="proxy.php?url=https://technick.net/img/guide_dar/guide_dar_img55.gif" alt="$L=2^{n_l}$" /> of the lowpass-<a href="proxy.php?url=https://technick.net/guides/theory/edft/010">filter</a> <a href="proxy.php?url=https://technick.net/guides/theory/edft/010#2321">impulse</a> response, and the number of bits<img width="24" height="33" align="MIDDLE" border="0" src="proxy.php?url=https://technick.net/img/guide_dar/guide_dar_img53.gif" alt="${n_\" ta="" /> required in the interpolation factor <img width="15" height="33" align="MIDDLE" border="0" src="proxy.php?url=https://technick.net/img/guide_dar/guide_dar_img46.gif" alt="$\" ta="" />. These quantities are
determined by computing the worst-case error and comparing it to the filter
coefficient quantization error.</p>
- 1. An Introduction to ESDhttps://technick.net/guides/electronics/esd/001/Sun, 01 Mar 1998 00:00:00 +0000https://technick.net/guides/electronics/esd/001/<p align="center"><font size="2"><b><a href="proxy.php?url=https://technick.net/guides/electronics/esd/000"><< Previous page</a> <a href="proxy.php?url=https://technick.net/guides/electronics/esd/000">INDEX</a> <a href="proxy.php?url=https://technick.net/guides/electronics/esd/002">Next page >></a></b></font></p><blockquote><h3>1. An Introduction to
ESD</h3><p><b>History & Background<br /></b>The decade of the 90's may be remembered
as the <i>Decade of Quality</i> in the electronics industry. Increased
competition, <i>six-sigma quality,</i> and <i>ISO 9000 </i>have forced a
recommitment to quality even in those companies that might not have done so
willingly. As we examine our environments for quality improvement areas,
electrostatic discharge (ESD) remains a key target.</p><p>Static electricity has been an industrial problem for centuries. As early as
the 1400’s, European and Caribbean forts were using static control procedures
and devices to prevent electrostatic discharge ignition of black powder stores.
By the 1860's, paper mills throughout the U.S. employed basic grounding, flame
ionization techniques, and steam drums to dissipate static electricity from the
paper web as it traveled through the drying process. The age of electronics
brought with it new problems associated with static electricity and
electrostatic discharge. And, as electronic devices became faster and smaller,
their sensitivity to ESD increased. </p>
- 1. WHAT IS MEMORY?https://technick.net/guides/hardware/umg/01_000/Sun, 01 Mar 1998 00:00:00 +0000https://technick.net/guides/hardware/umg/01_000/<hr /><p align="center"><font size="2"><a href="proxy.php?url=https://technick.net/guides/hardware/umg/00_toc"><< Previous page</a> <a href="proxy.php?url=https://technick.net/guides/hardware/umg/00_toc">TOC</a> <a href="proxy.php?url=https://technick.net/guides/hardware/umg/01_001">Next page >></a></font></p><blockquote><p><a name="TOC"></a><h3>1. WHAT IS MEMORY?</h3></p><p><ul><li><a href="proxy.php?url=https://technick.net/guides/hardware/umg/01_001">1.1. INTRODUCTION</a></li><li><a href="proxy.php?url=https://technick.net/guides/hardware/umg/01_002">1.2. THE ROLE OF MEMORY IN THE COMPUTER</a></li><li><a href="proxy.php?url=https://technick.net/guides/hardware/umg/01_003">1.3. THE DIFFERENCE BETWEEN MEMORY AND STORAGE</a></li><li><a href="proxy.php?url=https://technick.net/guides/hardware/umg/01_004">1.4. MEMORY AND PERFORMANCE</a></li><li><a href="proxy.php?url=https://technick.net/guides/hardware/umg/01_005">1.5. HOW MUCH MEMORY DO YOU NEED?</a></li></ul></p></blockquote><p align="center"><font size="2"><a href="proxy.php?url=https://technick.net/guides/hardware/umg/00_toc"><< Previous page</a> <a href="proxy.php?url=https://technick.net/guides/hardware/umg/00_toc">TOC</a> <a href="proxy.php?url=https://technick.net/guides/hardware/umg/01_001">Next page >></a></font></p>
- 1.1. INTRODUCTIONhttps://technick.net/guides/hardware/umg/01_001/Sun, 01 Mar 1998 00:00:00 +0000https://technick.net/guides/hardware/umg/01_001/<hr /><p align="center"><font size="2"><a href="proxy.php?url=https://technick.net/guides/hardware/umg/01_000"><< Previous page</a> <a href="proxy.php?url=https://technick.net/guides/hardware/umg/00_toc">TOC</a> <a href="proxy.php?url=https://technick.net/guides/hardware/umg/01_002">Next page >></a></font></p><blockquote><p><a name="TOC"></a><h3>1.1. INTRODUCTION</h3></p><p>These days, no matter how much memory your computer has, it never seems to be
quite enough. Not long ago, it was unheard of for a PC (Personal Computer), to
have more than 1 or 2 MB (Megabytes) of memory. Today, most systems require
64MB to run basic applications. And up to 256MB or more is needed for optimal
performance when using graphical and multimedia programs.<br /><br />As an indication of how much things have changed over the past two decades,
consider this: in 1981, referring to computer memory, Bill Gates said, “640K
(roughly 1/2 of a megabyte) ought to be enough for anybody.”<br /><br />For some, the memory equation is simple: more is good; less is bad. However, for
those who want to know more, this reference guide contains answers to the most
common questions, plus much, much more.</p>
- 1.2. THE ROLE OF MEMORY IN THE COMPUTERhttps://technick.net/guides/hardware/umg/01_002/Sun, 01 Mar 1998 00:00:00 +0000https://technick.net/guides/hardware/umg/01_002/<hr /><p align="center"><font size="2"><a href="proxy.php?url=https://technick.net/guides/hardware/umg/01_001"><< Previous page</a> <a href="proxy.php?url=https://technick.net/guides/hardware/umg/00_toc">TOC</a> <a href="proxy.php?url=https://technick.net/guides/hardware/umg/01_003">Next page >></a></font></p><blockquote><p><a name="TOC"></a><h3>1.2. THE ROLE OF MEMORY IN THE COMPUTER</h3></p><p>People in the computer industry commonly use the term “memory” to refer to RAM
(Random Access Memory). A computer uses RAM to hold temporary instructions
and data needed to complete tasks. This enables the computer’s CPU (Central
Processing Unit), to access instructions and data stored in memory very quickly.<br /><br />A good example of this is when the CPU loads an application program – such as a
word processing or page layout program – into memory, thereby allowing the
application program to work as quickly and efficiently as possible. In practical
terms, having the program loaded into memory means you can get work done more
quickly with less time spent waiting for the computer to perform tasks.<br /><br /><div align="center"><img src="proxy.php?url=https://technick.net/img/guide_umg/guide_umg_001.jpg" width="348" height="269" border="0" alt="" /></div><br />The process begins when you enter a command from your keyboard. The CPU interprets the command and instructs the hard drive to load the command or prgram into memory. Once the data is loaded into memory, the CPU is able to access it much more quickly than if it had to retrieve it from the hard drive.<br /><br />This process of putting things the CPU needs in a place where it can get at them
more quickly is similar to placing various electronic files and documents you’re
using on the computer into a single file folder or directory. By doing so, you keep
all the files you need handy and avoid searching in several places every time you
need them.</p>
- 1.3. THE DIFFERENCE BETWEEN MEMORY AND STORAGEhttps://technick.net/guides/hardware/umg/01_003/Sun, 01 Mar 1998 00:00:00 +0000https://technick.net/guides/hardware/umg/01_003/<hr /><p align="center"><font size="2"><a href="proxy.php?url=https://technick.net/guides/hardware/umg/01_002"><< Previous page</a> <a href="proxy.php?url=https://technick.net/guides/hardware/umg/00_toc">TOC</a> <a href="proxy.php?url=https://technick.net/guides/hardware/umg/01_004">Next page >></a></font></p><blockquote><p><a name="TOC"></a><h3>1.3. THE DIFFERENCE BETWEEN MEMORY AND STORAGE</h3></p><p>People often confuse the terms memory and storage, especially when describing the
amount they have of each. The term memory refers to the amount of RAM installed
in the computer, whereas the term storage refers to the capacity of the computer’s
hard disk. To clarify this common mix-up, it helps to compare your computer to
an office that contains a desk and a file cabinet.<br /><br /><table border="0" cellspacing="2" cellpadding="2"><tr align="left" valign="top"><td><img src="proxy.php?url=https://technick.net/img/guide_umg/guide_umg_002.jpg" width="266" height="307" border="0" alt="" /></td><td>The file cabinet represents the computer's hard disk, which provides storage for all the files and information you need in your office. When you come in to work, you take out the files you need from storage and put them on your desk for easy access while you work on them. The desk is like memory in the computer: it holds the information and data you need to have handy while you're working.</td></tr></table><br />Consider the desk-and-file-cabinet metaphor for a moment. Imagine what it would
be like if every time you wanted to look at a document or folder you had to retrieve
it from the file drawer. It would slow you down tremendously, not to mention drive
you crazy. With adequate desk space – our metaphor for memory – you can lay out
the documents in use and retrieve information from them immediately, often with
just a glance.<br /><br />Here’s another important difference between memory and storage: the information
stored on a hard disk remains intact even when the computer is turned off.
However, any data held in memory is lost when the computer is turned off. In our
desk space metaphor, it’s as though any files left on the desk at closing time will be
thrown away.</p>
- 1.4. MEMORY AND PERFORMANCEhttps://technick.net/guides/hardware/umg/01_004/Sun, 01 Mar 1998 00:00:00 +0000https://technick.net/guides/hardware/umg/01_004/<hr /><p align="center"><font size="2"><a href="proxy.php?url=https://technick.net/guides/hardware/umg/01_003"><< Previous page</a> <a href="proxy.php?url=https://technick.net/guides/hardware/umg/00_toc">TOC</a> <a href="proxy.php?url=https://technick.net/guides/hardware/umg/01_005">Next page >></a></font></p><blockquote><p><a name="TOC"></a><h3>1.4. MEMORY AND PERFORMANCE</h3></p><p>It’s been proven that adding more memory to a computer system increases its
performance. If there isn’t enough room in memory for all the information the CPU
needs, the computer has to set up what’s known as a virtual memory file. In so
doing, the CPU reserves space on the hard disk to simulate additional RAM. This
process, referred to as “swapping”, slows the system down. In an average computer,
it takes the CPU approximately 200ns (nanoseconds) to access RAM compared to
12,000,000ns to access the hard drive. To put this into perspective, this is equivalent
to what’s normally a 3½ minute task taking 4½ months to complete!<br /><br /><div align="center"><img src="proxy.php?url=https://technick.net/img/guide_umg/guide_umg_003.jpg" width="514" height="129" border="0" alt="" /><br />Access time comparision between RAM and a hard drive.</div><br /><br /><h4>MEMORY UPGRADE ON A PC: LIFE IS GOOD</h4>If you've ever had more memory added to your PC, you probably noticed a performance improvement right away. With a memory upgrade, applications respond more quickly, Web pages load faster, and you can have more programs running simultaneously. In short, additional memory can make using your computer a lot more enjoyable.<br /><br /><h4>MEMORY UPGRADE ON A SERVER: LIFE IS EVEN BETTER</h4>These days, more and more people are using computers in a workgroup and sharing information over a network. The computers that help distribute information to people on a network are called servers. And their performance has a huge impact on the performance of the network: if a server is performing poorly, everyone on the network "feels the pain." So, while a memory upgrade on an individual PC makes a big difference for the person who uses it, a memory upgrade in a server has even more far-reaching effects and benefits everyone who accesses the server.<br /><br />To better understand the benefits of increasing memory on a server, take a look at these results from an independent study done on Windows NT-based servers.<br /><br /><div align="center"><img src="proxy.php?url=https://technick.net/img/guide_umg/guide_umg_004.jpg" width="490" height="228" border="0" alt="" /><br />Application servers are utilized to host a wide range of applications, such as word processing and spreadsheet programs. By increasing base memory from 64MB to 256MB, Windows NT Server was able to support five times as many clients before transactions per second dropped. </div><br /><br /><table border="0" cellspacing="2" cellpadding="2"><tr align="left" valign="top"><td><img src="proxy.php?url=https://technick.net/img/guide_umg/guide_umg_005.jpg" width="339" height="228" border="0" alt="" /></td><td>Web servers are employed to serve up Web pages in response to HTTP requests from users. Doubling memory can cut response time by more than 50%.</td></tr></table><br /><br />Directory servers are vital to corporate productivity, handling most email and messaging tasks. In this environment, more memory increases the speed with which a server can access information from linked databases. Doubling memory increased performance from 248 to 3000%.<br /><br /><div align="center"><img src="proxy.php?url=https://technick.net/img/guide_umg/guide_umg_006.jpg" width="501" height="240" border="0" alt="" /></div></p>
- 1.5. HOW MUCH MEMORY DO YOU NEED?https://technick.net/guides/hardware/umg/01_005/Sun, 01 Mar 1998 00:00:00 +0000https://technick.net/guides/hardware/umg/01_005/<hr /><p align="center"><font size="2"><a href="proxy.php?url=https://technick.net/guides/hardware/umg/01_004"><< Previous page</a> <a href="proxy.php?url=https://technick.net/guides/hardware/umg/00_toc">TOC</a> <a href="proxy.php?url=https://technick.net/guides/hardware/umg/02_000">Next page >></a></font></p><blockquote><p><a name="TOC"></a><h3>1.5. HOW MUCH MEMORY DO YOU NEED?</h3></p><p>Perhaps you already know what it's like to work on a computer that doesn't have
quite enough memory. You can hear the hard drive operating more frequently and
the "hour glass" or "wrist watch" cursor symbol appears on the screen for longer
periods of time. Things can run more slowly at times, memory errors can occur
more frequently, and sometimes you can't launch an application or a file without
first closing or quitting another.<br /><br />So, how do you determine if you have enough memory, or if you would benefit
from more? And if you do need more, how much more? The fact is, the right
amount of memory depends on the type of system you have, the type of work
you're doing, and the software applications you're using. Because the right amount
of memory is likely to be different for a desktop computer than for a server, we've
divided this section into two parts - one for each type of system.<br /><br /><h4>MEMORY REQUIREMENTS FOR A DESKTOP COMPUTER</h4>If you're using a desktop computer, memory requirements depend on the computer's
operating system and the application software you're using. Today's word processing
and spreadsheet applications require as little as 32MB of memory to run. However,
software and operating system developers continue to extend the capabilities of their
products, which usually means greater memory requirements. Today, developers
typically assume a minimum memory configuration of 64MB. Systems used for
graphic arts, publishing, and multimedia call for at least 128MB of memory and it's
common for such systems to require 256MB or more for best performance.<br /><br />The chart on the next page provides basic guidelines to help you decide how much
memory is optimal for your desktop computer. The chart is divided by operating
system and by different kinds of work. Find the operating system you're using on
your computer, then look for the descriptions of work that most closely match the
kind of work you do.<br /><br /><h4>DESKTOP MEMORY MAP</h4><table cellspacing="0" cellpadding="2" border="1"><!-- WINDOWS 2000 --><tr><td colspan="3" valign="top"><b>WINDOWS<sup>®</sup> 2000 PROFESSIONAL</b><br />Windows 2000
Professional runs software applications faster. Notebook- ready and designed
with the future in mind, Windows 2000 Professional allows users to take
advantage of a full- range of features today. Windows 2000 Professional is
future- ready and promises to run today's and tomorrow's applications better.<br />Baseline: 64MB - 128MB<br />Optimal: 128MB - 512MB</td></tr><tr><td rowspan="3" valign="top"><b>Administrative & Service</b></td><td valign="top"><b>Light-</b> Word processing, email, data- entry</td><td valign="top">64MB - 96MB</td></tr><tr><td valign="top"><b>Medium-</b> Fax /communications, database administration, spreadsheets; >2 applications open at a time</td><td valign="top">64MB - 128MB</td></tr><tr><td valign="top"><b>Heavy-</b> Complex documents, accounting, business graphics, presentation software, network connectivity</td><td valign="top">96MB - 256MB</td></tr><tr><td rowspan="3" valign="top"><b>Executives & Analysts</b></td><td valign="top"><b>Light-</b> Proposals, reports, spreadsheets, business graphics, databases, scheduling, presentations</td><td valign="top">64MB - 96MB</td></tr><tr><td valign="top"><b>Medium-</b> Complex presentations, sales/ market analysis, project management, Internet access</td><td valign="top">96MB - 128MB</td></tr><tr><td valign="top"><b>Heavy-</b> Statistical applications, large databases, research/ technical analysis, complex presentations, video conferencing</td><td valign="top">128MB - 512MB</td></tr><tr><td rowspan="3" valign="top"><b>Engineers&Designers</b></td><td valign="top"><b>Light-</b> Page layout, 2 - 4 color line drawings, simple image manipulation, simple graphics</td><td valign="top">96MB - 128MB</td></tr><tr><td valign="top"><b>Medium-</b> 2D CAD, rendering, multimedia presentations, simple photo- editing, Web development</td><td valign="top">128MB - 512MB</td></tr><tr><td valign="top"><b>Heavy-</b> Animation, complex photo- editing, real- time video, 3D CAD, solid modeling, finite element analysis</td><td valign="top">256MB - 1GB</td></tr></table><br /><table cellspacing="0" cellpadding="2" border="1"><!-- WINDOWS 98 --><tr><td colspan="3" valign="top"><b>WINDOWS<sup>®</sup> 98</b><br />
Windows 98 requires 16 - 32MB to run basic applications. Tests show 45 - 65%
performance improvements at 64MB and beyond. <br />Baseline: 32MB - 64MB<br />Optimal: 128MB - 256MB</td></tr><tr><td rowspan="3" valign="top"><b>Students</b></td><td valign="top"><b>Light-</b> Word processing, basic financial management, email and other light Internet use</td><td valign="top">32MB - 64MB</td></tr><tr><td valign="top"><b>Medium-</b> Home office applications, games, Internet surfing, downloading images, spreadsheets, presentations</td><td valign="top">64MB - 128MB</td></tr><tr><td valign="top"><b>Heavy-</b> Multimedia use such as video, graphics, music, voice recognition, design, complex images</td><td valign="top">128MB - 384MB</td></tr><tr><td rowspan="3" valign="top"><b>Home Users</b></td><td valign="top"><b>Light-</b> Word processing, basic financial management, email and other light Internet use</td><td valign="top">32MB - 48MB</td></tr><tr><td valign="top"><b>Medium-</b> Home office applications, games, Internet surfing, downloading images, spreadsheets, presentations</td><td valign="top">48MB - 64MB</td></tr><tr><td valign="top"><b>Heavy-</b> Multimedia use such as video, graphics, music, voice recognition, design, complex images</td><td valign="top">64MB - 128MB</td></tr></table><br /><table cellspacing="0" cellpadding="2" border="1"><!-- LINUX --><tr><td colspan="3" valign="top"><b>LINUX<sup>®</sup></b><br />The Linux operating system is quickly gaining popularity as an alternative to
Microsoft Windows. It includes true multitasking, virtual memory, shared
libraries, demand loading, proper memory management, TCP/ IP networking, and
other features consistent with Unix- type systems. <br />Baseline: 48MB - 112MB<br />Optimal: 112MB - 512MB</td></tr><tr><td rowspan="3" valign="top"><b>Administrative&Service</b></td><td valign="top"><b>Light-</b> Word processing, email, data- entry</td><td valign="top">48MB - 80MB</td></tr><tr><td valign="top"><b>Medium-</b> Fax /communications, database administration, spreadsheets; >2 applications open at a time</td><td valign="top">48MB - 112MB</td></tr><tr><td valign="top"><b>Heavy-</b> Complex documents, accounting, business graphics, presentation software, network connectivity</td><td valign="top">80MB - 240MB</td></tr><tr><td rowspan="3" valign="top"><b>Executives&Analysts</b></td><td valign="top"><b>Light-</b> Proposals, reports, spreadsheets, business graphics, databases, scheduling, presentations</td><td valign="top">48MB - 80MB</td></tr><tr><td valign="top"><b>Medium-</b> Complex presentations, sales/ market analysis, project management, Internet access</td><td valign="top">80MB - 112MB</td></tr><tr><td valign="top"><b>Heavy-</b> Statistical applications, large databases, research/ technical analysis, complex presentations, video conferencing</td><td valign="top">112MB - 512MB</td></tr><tr><td rowspan="3" valign="top"><b>Engineers&Designers</b></td><td valign="top"><b>Light-</b> Page layout, 2 - 4 color line drawings, simple image manipulation, simple graphics</td><td valign="top">80MB - 112MB</td></tr><tr><td valign="top"><b>Medium-</b> 2D CAD, rendering, multimedia presentations, simple photo- editing, Web development</td><td valign="top">112MB - 512MB</td></tr><tr><td valign="top"><b>Heavy-</b> Animation, complex photo- editing, real- time video, 3D CAD, solid modeling, finite element analysis</td><td valign="top">240MB - 1GB</td></tr></table><br /><table cellspacing="0" cellpadding="2" border="1"><!-- MACINTOSH OS --><tr><td colspan="3" valign="top"><b>MACINTOSH<sup>™</sup> OS</b><br />The Macintosh operating system manages memory in substantially different ways
than other systems. Still, System 9.0 users will find that 48MB is a bare
minimum. When using PowerMac <sup>®</sup> applications with Internet connectivity, plan
on a range between 64 and 128MB as a minimum. <br />Baseline: 48MB - 64MB<br />Optimal: 128MB - 512MB</td></tr><tr><td rowspan="3" valign="top"><b>Administrative&Service</b></td><td valign="top"><b>Light- </b>Word processing, email, data- entry</td><td valign="top">48MB - 64MB</td></tr><tr><td valign="top"><b>Medium-</b> Fax /communications, database administration, spreadsheets; >2 applications open at a time</td><td valign="top">64MB - 96MB</td></tr><tr><td valign="top"><b>Heavy-</b> Complex documents, accounting, business graphics, presentation software, network connectivity</td><td valign="top">96MB - 128MB</td></tr><tr><td rowspan="3"><b>Executives&Analysts</b></td><td valign="top"><b>Light-</b> Proposals, reports, spreadsheets, business graphics, databases, scheduling, presentations</td><td valign="top">64MB - 256MB</td></tr><tr><td valign="top"><b>Medium-</b> Complex presentations, sales/ market analysis, project management, Internet access</td><td valign="top">128MB - 1GB</td></tr><tr><td valign="top"><b>Heavy-</b> Statistical applications, large databases, research/ technical analysis, complex presentations, video conferencing</td><td valign="top">96MB - 128MB</td></tr><tr><td rowspan="3" valign="top"><b>Engineers&Designers</b></td><td valign="top"><b>Light-</b> Page layout, 2 - 4 color line drawings, simple image manipulation, simple graphics</td><td valign="top">128MB - 512MB</td></tr><tr><td valign="top"><b>Medium-</b> 2D CAD, rendering, multimedia presentations, simple photo- editing, Web development</td><td valign="top">256MB - 1GB</td></tr><tr><td valign="top"><b>Heavy-</b> Animation, complex photo- editing, real- time video, 3D CAD, solid modeling, finite element analysis</td><td valign="top">512MB - 2GB</td></tr></table><br /><br />* Please Note: These figures reflect work done in a typical desktop environment.
Higher-end workstation tasks may require up to 4GB. Naturally, a chart such as this
evolves as memory needs and trends change. Over time, developers of software and
operating systems will continue to add features and functionality to their products.
This will continue to drive the demand for more memory. More complex character sets,
like Kanji, may require more memory than the standard Roman based (English) character
sets.<br /><br /><br /><br /><h4>SERVER MEMORY REQUIREMENTS</h4>How can you tell when a server requires more memory? Quite often, the users of the
network are good indicators. If network-related activity such as email, shared
appli-cations, or printing slows down, they'll probably let their Network
Administrator know. Here are a few proactive strategies that can be used to gauge
whether or not a server has sufficient memory:<br /><br /><ul><li>Monitor server disk activity. If disk swapping is detected, it is usually a result of
inadequate memory.<br /><br /></li><li>Most servers have a utility that monitors CPU, memory, and disk utilization.
Review this at peak usage times to measure the highest spikes in demand.</li></ul>Once it's determined that a server does need more memory, there are many factors
to consider when deciding on how much is enough:<br /><br /><b>What functions does the server perform (application, communication, remote
access, email, Web, file, multimedia, print, database)?</b><br /><br /><ul>Some servers hold a large amount of information in memory at once, while oth-ers
process information sequentially. For example, a typical large database server
does a lot of data processing; with more memory, such a server would likely run
much faster because more of the records it needs for searches and queries could
be held in memory - that is, "at the ready." On the other hand, compared to a
database server, a typical file server can perform efficiently with less memory
because its primary job is simply to transfer information rather than to process it.</ul><b>What operating system does the server use?</b><br /><br /><ul>Each server operating system manages memory differently. For example, a<b>network operating system (NOS)</b> such as the Novell operating system handles
information much differently than an application-oriented system such as
Windows NT. Windows NT's richer interface requires more memory, while the
traditional Novell functions of file and print serving require less memory.</ul><b>How many users access the server at one time?</b><br /><br /><ul>Most servers are designed and configured to support a certain number of users
at one time. Recent tests show that this number is directly proportional to the
amount of memory in the server. As soon as the number of users exceeds
maximum capacity, the server resorts to using hard disk space as virtual memory,
and performance drops sharply. In recent studies with Windows NT, additional
memory allowed an application server to increase by several times the number of
users supported while maintaining the same level of performance.</ul><b>What kind and how many processors are installed on the server?</b><br /><br /><ul>Memory and processors affect server performance differently, but they work hand
in hand. Adding memory allows more information to be handled at one time,
while adding processors allows the information to be processed faster. So, if you
add processing power to a system, additional memory will enable the processors
to perform at their full potential.</ul><b>How critical is the server's response time?</b><br /><br /><ul>In some servers, such as Web or e-commerce servers, response time directly
affects the customer experience and hence revenue. In these cases, some IT
Managers choose to install more memory than they think they would ever need
in order to accommodate surprise surges in use.
Because server configurations involve so many variables, it's difficult to make
precise recommendations with regard to memory. The following chart shows two
server upgrade scenarios.</ul><h4>SERVER MEMORY MAP</h4><table cellspacing="0" cellpadding="2" border="1"><tr><td colspan="6" valign="top"><b>WINDOWS<sup>®</sup>
2000 SERVER</b><br />Designed to help businesses of all sizes run better, Windows
2000 Server offers a manageable, reliable and internet- ready solution for
today's growing enterprises. For optimal performance, consider adding more
memory to take advantage of Windows 2000 Server's robust feature set. Windows
2000 Server is internet- ready and promises to run today's and tomorrow's
applications better. <br />Baseline: 128MB<br />Optimal: 256MB - 1GB</td></tr><tr><td valign="top"><b>Application Server</b></td><td valign="top">Houses one or more applications to be accessed over a wide user base</td><td valign="top">256MB - 4GB</td></tr><tr><td valign="top"><b>Directory Server</b></td><td valign="top">Central Management of network resources</td><td valign="top">128MB - 1GB</td></tr><tr><td valign="top"><b>Print Server</b></td><td valign="top">Distributes print jobs to appropriate printers</td><td valign="top">128MB - 512MB</td></tr><tr><td valign="top"><b>Communication Server</b></td><td valign="top">Manages a variety of communications such as PBX, Voicemail, Email, and VPN</td><td valign="top">512MB - 2GB</td></tr><tr><td valign="top"><b>Web Server</b></td><td valign="top">Internet and intranet solutions</td><td valign="top">512MB - 2GB</td></tr><tr><td valign="top"><b>Database Server</b></td><td valign="top">Manages simple to complex databases of varying sizes</td><td valign="top">256MB - 4GB</td></tr></table><br /><table cellspacing="0" cellpadding="2" border="1"><tr><td colspan="6" valign="top"><b>LINUX<sup>®</sup></b><br />Linux is a reliable, cost- effective alternative to traditional
UNIX servers. Depending on the distribution, the Linux server platform
features a variety of utilities, applications, and services. <br />Baseline: 64MB - 128MB<br />Optimal: 256MB - 1GB</td></tr><tr><td valign="top"><b>Application Server</b></td><td valign="top">Houses one or more applications to be accessed over a wide user base</td><td valign="top">64MB - 4GB</td></tr><tr><td valign="top"><b>Directory Server</b></td><td valign="top">Central Management of network resources</td><td valign="top">128MB - 1GB</td></tr><tr><td valign="top"><b>Print Server</b></td><td valign="top">Distributes print jobs to appropriate printers</td><td valign="top">128MB - 512MB</td></tr><tr><td valign="top"><b>Communication Server</b></td><td valign="top">Manages a variety of communications such as PBX, Voicemail, Email, and VPN</td><td valign="top">512MB - 2GB</td></tr><tr><td valign="top"><b>Web Server</b></td><td valign="top">Internet and intranet solutions</td><td valign="top">512MB - 2GB</td></tr><tr><td valign="top"><b>Database Server</b></td><td valign="top">Manages simple to complex databases of varying sizes</td><td valign="top">256MB - 4GB</td></tr></table><br /><br />* Please Note: These figures reflect work done in a typical server environment.
Higher- end workstation tasks may require up to 4GB. Naturally, a chart such as
this evolves as memory needs and trends change. Over time, developers of software
and operating systems will continue to add features and functionality to their
products. This will continue to drive the demand for more memory. More complex
character sets, like Kanji, may require more memory than the standard Roman based
(English) character sets.</p>
- 10. Choice of Table Sizehttps://technick.net/guides/theory/dar/010/Sun, 01 Mar 1998 00:00:00 +0000https://technick.net/guides/theory/dar/010/<p style="background-color:#FFFFAA;border:1px solid red;padding:0.5em;"><strong>NOTE: THIS DOCUMENT IS OBSOLETE, PLEASE CHECK THE NEW VERSION:</strong> "<a href="proxy.php?url=http://ccrma.stanford.edu/~jos/resample/">The Digital Audio Resampling Home Page</a>", by <a href="proxy.php?url=http://ccrma.stanford.edu/~jos/"> Julius O. Smith III</a>, Copyright © <i>2016-05-17</i> by <a href="proxy.php?url=http://ccrma.stanford.edu/~jos/"> Julius O. Smith III</a> - <a href="proxy.php?url=http://ccrma.stanford.edu/">Center for Computer Research in Music and Acoustics (CCRMA),</a> <a href="proxy.php?url=http://www.stanford.edu/"> Stanford University</a></p>
<p align="center"><font size="2"><b><a href="proxy.php?url=https://technick.net/guides/theory/dar/009"><< Previous page</a> <a href="proxy.php?url=https://technick.net/guides/theory/dar/000">TOC</a> <a href="proxy.php?url=https://technick.net/guides/theory/dar/011">Next page >></a></b></font></p><blockquote><h3>Choice of Table Size</h3><p>It is desirable that the stored <a href="proxy.php?url=https://technick.net/guides/theory/edft/010">filter</a> <a href="proxy.php?url=https://technick.net/guides/theory/edft/010#2321">impulse</a> response be sampled
sufficiently densely so that interpolating linearly between samples does
not introduce error greater than the quantization error. We will show that
this condition is satisfied whenever the filter table contains at least
<!-- MATH
$L=2^{1+{n_c}/2}$
--><img width="98" height="20" align="BOTTOM" border="0" src="proxy.php?url=https://technick.net/img/guide_dar/guide_dar_img114.gif" alt="$L=2^{1+{n_c}/2}$" /> entries per zero-crossing, where <img width="23" height="33" align="MIDDLE" border="0" src="proxy.php?url=https://technick.net/img/guide_dar/guide_dar_img89.gif" alt="${n_c}$" /> is the number of
bits allocated to each table entry.</p>
- 10. Difference Equationhttps://technick.net/guides/theory/edft/010/Sun, 01 Mar 1998 00:00:00 +0000https://technick.net/guides/theory/edft/010/<p style="background-color:#FFFFAA;border:1px solid red;padding:0.5em;"><strong>NOTE: THIS DOCUMENT IS OBSOLETE, PLEASE CHECK THE NEW VERSION:</strong> "<a href="proxy.php?url=http://ccrma.stanford.edu/~jos/filters/">Introduction to Digital Filters with Audio Applications</a>", by <a href="proxy.php?url=http://ccrma.stanford.edu/~jos/"> Julius O. Smith III</a>, Copyright © <i>2017-11-26</i> by <a href="proxy.php?url=http://ccrma.stanford.edu/~jos/"> Julius O. Smith III</a> - <a href="proxy.php?url=http://ccrma.stanford.edu/">Center for Computer Research in Music and Acoustics (CCRMA),</a> <a href="proxy.php?url=http://www.stanford.edu/"> Stanford University</a></p>
<p align="center"><font size="2"><b><a href="proxy.php?url=https://technick.net/guides/theory/edft/009"><< Previous page</a> <a href="proxy.php?url=https://technick.net/guides/theory/edft/000">TOC</a> <a href="proxy.php?url=https://technick.net/guides/theory/edft/022">INDEX</a> <a href="proxy.php?url=https://technick.net/guides/theory/edft/011">Next page >></a></b></font></p><blockquote><h3>Difference Equation</h3><p><a name="2321"></a><a name="2327"></a><b>Definition. </b>The <i><a href="proxy.php?url=https://technick.net/guides/theory/edft/010">difference equation</a></i><a name="2347"></a> for a general linear time-invariant (<a href="proxy.php?url=https://technick.net/guides/theory/edft/009">LTI</a>)<a href="proxy.php?url=http://www.dsptutor.freeuk.com/dfilt1.html" target="_blank">digital filter</a> is given by<br /><div align="CENTER"><a name="eq:gde"></a><!-- MATH
\begin{eqnarray}
y(n) = b_0\,x(n) &+& b_1\,x(n-1) +\,\cdots\, + b_{n_b}\,x(n-{n_b}) \\
&-& a_1\,y(n-1) - \,\cdots\, -a_{n_a}\,y(n-{n_a})
\end{eqnarray}
--><table align="CENTER" cellpadding="0" width="100%"><tr valign="MIDDLE"><td nowrap="nowrap" ign="RIGHT"><img width="133" height="41" align="MIDDLE" border="0" src="proxy.php?url=https://technick.net/img/guide_edft/guide_edft_img219.gif" alt="$\" isplaystyle="" b="b" x="" /></td><td align="CENTER" nowrap="nowrap"><img width="21" height="37" align="MIDDLE" border="0" src="proxy.php?url=https://technick.net/img/guide_edft/guide_edft_img220.gif" alt="$\" extstyle="" /></td><td align="LEFT" nowrap="nowrap"><img width="299" height="41" align="MIDDLE" border="0" src="proxy.php?url=https://technick.net/img/guide_edft/guide_edft_img221.gif" alt="$\" isplaystyle="" n-1="" dots="" b="" b="b" x="" n="" b="" /></td><td width="10" align="RIGHT">(42)</td></tr><tr valign="MIDDLE"><td nowrap="nowrap" ign="RIGHT"> </td><td align="CENTER" nowrap="nowrap"><img width="22" height="37" align="MIDDLE" border="0" src="proxy.php?url=https://technick.net/img/guide_edft/guide_edft_img222.gif" alt="$\" extstyle="" /></td><td align="LEFT" nowrap="nowrap"><img width="305" height="41" align="MIDDLE" border="0" src="proxy.php?url=https://technick.net/img/guide_edft/guide_edft_img223.gif" alt="$\" isplaystyle="" n-1="" dots="" a="" a="a" y="" n="" a="" /></td><td width="10" align="RIGHT">(43)</td></tr></table></div><br clear="ALL" /></p>
- 10. Getting the Most from your Batterieshttps://technick.net/guides/electronics/bpw/c10_01/Sun, 01 Mar 1998 00:00:00 +0000https://technick.net/guides/electronics/bpw/c10_01/<p align="center"><font size="2"><a href="proxy.php?url=https://technick.net/guides/electronics/bpw/c09_03"><< Previous page</a> <a href="proxy.php?url=https://technick.net/guides/electronics/bpw/00_toc">INDEX</a> <a href="proxy.php?url=https://technick.net/guides/electronics/bpw/c10_02">Next page >></a></font></p><blockquote><h3>10. Getting the Most from your Batteries</h3><p> A common difficulty with portable equipment is the gradual decline
in battery performance after the first year of service. Although
fully charged, the battery eventually regresses to a point where
the available energy is less than half of its original capacity,
resulting in unexpected downtime.
</p><p><img width="201" height="126" src="proxy.php?url=https://technick.net/img/guide_bpw2/c10_01.gif" align="left" hspace="19" vspace="19" alt="Text Box: In many ways, a rechargeable battery exhibits human-like characteristics." v:shapes="_x0000_s1026" border="0" />Downtime almost always occurs at critical moments. This
is especially true in the public safety sector where portable
equipment runs as part of a fleet operation and the battery
is charged in a pool setting, often with minimal care and
attention. Under normal conditions, the battery will hold
enough power to last the day. During heavy activities and
longer than expected duties, a marginal battery cannot provide
the extra power needed and the equipment fails.</p>
- 10. Getting the Most from your Batteries 2https://technick.net/guides/electronics/bpw/c10_02/Sun, 01 Mar 1998 00:00:00 +0000https://technick.net/guides/electronics/bpw/c10_02/<p align="center"><font size="2"><a href="proxy.php?url=https://technick.net/guides/electronics/bpw/c10_01"><< Previous page</a> <a href="proxy.php?url=https://technick.net/guides/electronics/bpw/00_toc">INDEX</a> <a href="proxy.php?url=https://technick.net/guides/electronics/bpw/c10_03">Next page >></a></font></p><blockquote><h4>10.2 How to Restore and Prolong Nickel-based Batteries</h4><p> </p><p>The effects of crystalline formation are most
pronounced if a nickel-based battery is left in the charger
for days, or if repeatedly recharged without a periodic full
discharge. Since most applications do not use up all energy
before recharge, a periodic discharge to 1V/cell (known as
exercise) is essential to prevent the buildup of crystalline
formation on the cell plates. This maintenance is most critical
for the NiCd battery.</p>
- 10. Getting the Most from your Batteries 3https://technick.net/guides/electronics/bpw/c10_03/Sun, 01 Mar 1998 00:00:00 +0000https://technick.net/guides/electronics/bpw/c10_03/<p align="center"><font size="2"><a href="proxy.php?url=https://technick.net/guides/electronics/bpw/c10_02"><< Previous page</a> <a href="proxy.php?url=https://technick.net/guides/electronics/bpw/00_toc">INDEX</a> <a href="proxy.php?url=https://technick.net/guides/electronics/bpw/c10_04">Next page >></a></font></p><blockquote><p> </p><p>After service, the restored batteries were returned
to full use. When examined after six months of field use,
no noticeable degradation in the restored performance was
visible. The regained capacity was permanent with no evidence
of falling back to the previous state. Obviously, the batteries
would need to be serviced on a regular basis to maintain the
performance.</p> <p>Applying the recondition cycle on a new battery
(top line on chart) resulted in a slight capacity increase.
This capacity gain is not fully understood, other than to
assume that the battery improved by additional formatting.
Another explanation is the presence of early memory. Since
new batteries are stored with some charge, the self-discharge
that occurs during storage contributes to a certain amount
of crystalline formation. Exercising and reconditioning reverse
this effect. This is why the manufacturers recommend storing
rechargeable batteries at about 40 percent charge.</p>
- 10. Getting the Most from your Batteries 4https://technick.net/guides/electronics/bpw/c10_04/Sun, 01 Mar 1998 00:00:00 +0000https://technick.net/guides/electronics/bpw/c10_04/<p align="center"><font size="2"><a href="proxy.php?url=https://technick.net/guides/electronics/bpw/c10_03"><< Previous page</a> <a href="proxy.php?url=https://technick.net/guides/electronics/bpw/00_toc">INDEX</a> <a href="proxy.php?url=https://technick.net/guides/electronics/bpw/c10_05">Next page >></a></font></p><blockquote><h4>10.3 The Effect of Zapping</h4><p> </p><p>To maximize battery performance, remote control
(RC) racing enthusiasts have experimented with all imaginable
methods available. One technique that seems to work is zapping
the cells with a very high pulse current. Zapping is said
to increase the cell voltage slightly, generating more power.</p> <p>Typically, the racecar motor draws 30A, delivered
by a 7.2V battery. This calculates to over 200W of power.
The battery must endure a race lasting about four minutes.</p>
- 10. Getting the Most from your Batteries 5https://technick.net/guides/electronics/bpw/c10_05/Sun, 01 Mar 1998 00:00:00 +0000https://technick.net/guides/electronics/bpw/c10_05/<p align="center"><font size="2"><a href="proxy.php?url=https://technick.net/guides/electronics/bpw/c10_04"><< Previous page</a> <a href="proxy.php?url=https://technick.net/guides/electronics/bpw/00_toc">INDEX</a> <a href="proxy.php?url=https://technick.net/guides/electronics/bpw/c10_06">Next page >></a></font></p><blockquote><h4>10.4 How to Restore and Prolong Sealed Lead Acid Batteries</h4><p> </p><p>The sealed version of the lead acid battery is
designed with a low over-voltage potential to prevent water
depletion. Consequently, the SLA and VRLA systems never get
fully charged and some sulfation will develop over time.</p> <p>Finding the ideal charge voltage limit for the
sealed lead acid system is critical. Any voltage level is
a compromise. A high voltage limit produces good battery performance,
but shortens the service life due to grid corrosion on the
positive plate. The corrosion is permanent and cannot be reversed.
A low voltage preserves the electrolyte and allows charging
under a wide temperature range, but is subject to sulfation
on the negative plate. (In keeping with portability, this
book focuses on portable SLA batteries. Due to similarities
between the SLA and VRLA systems, references to the VRLA are
made where applicable).</p>
- 10. Getting the Most from your Batteries 6https://technick.net/guides/electronics/bpw/c10_06/Sun, 01 Mar 1998 00:00:00 +0000https://technick.net/guides/electronics/bpw/c10_06/<p align="center"><font size="2"><a href="proxy.php?url=https://technick.net/guides/electronics/bpw/c10_05"><< Previous page</a> <a href="proxy.php?url=https://technick.net/guides/electronics/bpw/00_toc">INDEX</a> <a href="proxy.php?url=https://technick.net/guides/electronics/bpw/c10_07">Next page >></a></font></p><blockquote><h4>10.5 How to Prolong Lithium-based Batteries</h4><p> </p><p>Today’s battery research is heavily focused on
lithium chemistries, so much so that one could assume that
all future batteries will be lithium systems. Lithium-based
batteries offer many advantages over nickel and lead-based
systems. Although maintenance free, no external service is
known that can restore the battery’s performance once degraded.</p> <p><img src="proxy.php?url=https://technick.net/img/guide_bpw2/c10_08.gif" width="236" height="116" align="right" vspace="19" hspace="19" border="0" alt="" />In
many respects, Li-ion provides a superior service to other
chemistries, but its performance is limited to a defined lifespan.
The Li-ion battery has a time clock that starts ticking as
soon as the battery leaves the factory. The electrolyte slowly
‘eats up’ the positive plate and the electrolyte decays. This
chemical change causes the internal resistance to increase.
In time, the cell resistance raises to a point where the battery
can no longer deliver the energy, although it may still be
retained in the battery. Equipment requiring high current
bursts is affected most by the increase of internal resistance.</p>
- 10. Getting the Most from your Batteries 7https://technick.net/guides/electronics/bpw/c10_07/Sun, 01 Mar 1998 00:00:00 +0000https://technick.net/guides/electronics/bpw/c10_07/<p align="center"><font size="2"><a href="proxy.php?url=https://technick.net/guides/electronics/bpw/c10_06"><< Previous page</a> <a href="proxy.php?url=https://technick.net/guides/electronics/bpw/00_toc">INDEX</a> <a href="proxy.php?url=https://technick.net/guides/electronics/bpw/c11_01">Next page >></a></font></p><blockquote><h4>10.6 Battery Recovery Rate</h4><p> </p><p>The battery recovery rate by applying controlled
discharge/charge cycles varies with chemistry type, cycle
count, maintenance practices and age of the battery. <img src="proxy.php?url=https://technick.net/img/guide_bpw2/c10_10.gif" width="156" height="86" align="left" vspace="19" hspace="19" border="0" alt="" />The
best results are achieved with NiCd. Typically 50 to
70 percent of discarded NiCd batteries can be restored
when using the exercise and recondition methods of a Cadex
battery analyzer or equivalent device.</p> <p>Not all batteries respond equally well to exercise
and recondition services. An older battery may show low and
inconsistent capacity readings with each cycle. Another will
get worse when additional cycles are applied. An analogy can
be made to a very old man for whom exercise is harmful. Such
conditions indicate instabilities caused by aging, suggesting
that this pack should be replaced. In fact, some users of
the Cadex analyzers use the recondition cycle as the acid
test. If the battery gets worse, there is strong evidence
that this battery would not perform well in the field. Applying
the acid test exposes the weak packs, which can no longer
hide behind their stronger peers.</p>
- 10. THE GLOSSARYhttps://technick.net/guides/hardware/umg/10_000/Sun, 01 Mar 1998 00:00:00 +0000https://technick.net/guides/hardware/umg/10_000/<hr /><p align="center"><font size="2"><a href="proxy.php?url=https://technick.net/guides/hardware/umg/09_003"><< Previous page</a> <a href="proxy.php?url=https://technick.net/guides/hardware/umg/00_toc">TOC</a></font></p><blockquote><p><h3>10. THE GLOSSARY</h3></p><p><center><b><a href="proxy.php?url=#NUM">#</a><a href="proxy.php?url=#A">A</a><a href="proxy.php?url=#B">B</a><a href="proxy.php?url=#C">C</a><a href="proxy.php?url=#D">D</a><a href="proxy.php?url=#E">E</a><a href="proxy.php?url=#F">F</a><a href="proxy.php?url=#G">G</a><a href="proxy.php?url=#H">H</a><a href="proxy.php?url=#I">I</a><a href="proxy.php?url=#J">J</a><a href="proxy.php?url=#K">K</a><a href="proxy.php?url=#L">L</a><a href="proxy.php?url=#M">M</a><a href="proxy.php?url=#N">N</a><a href="proxy.php?url=#O">O</a><a href="proxy.php?url=#P">P</a><a href="proxy.php?url=#Q">Q</a><a href="proxy.php?url=#R">R</a><a href="proxy.php?url=#S">S</a><a href="proxy.php?url=#T">T</a><a href="proxy.php?url=#U">U</a><a href="proxy.php?url=#V">V</a><a href="proxy.php?url=#W">W</a><a href="proxy.php?url=#X">X</a><a href="proxy.php?url=#Y">Y</a><a href="proxy.php?url=#Z">Z</a></b></center></p><p><ul><a name="NUM"></a><a name="A"></a><li><b>Accelerated Graphics Port: </b>(AGP) – An Intel-developed interface that enables high-speed graphics. Graphics
data move between the PC’s graphics controller and computer memory directly,
instead of being cached in video memory.</li><li><b>Access Time: </b>The average time (in nanoseconds) for RAM to complete one access. Access time is
composed of address setup time and latency (the time it takes to initiate a request
for data and prepare access).</li><li><b>ANSI: </b>(American National Standards Institute) – The U.S. organization responsible for setting
information technology standards.</li><li><b>ASCII: </b>(American Standard Code for Information Interchange) – A method of encoding text
as binary values. The ASCII coding system contains 256 combinations of 7-bit or
8-bit binary numbers to represent every possible keystroke.<a name="B"></a></li><li><b>Backside Bus: </b>(BSB) – The data path that runs between the CPU and L2 cache.
The amount of data moved on electronic lines, such as a bus, per second.</li><li><b>Bandwidth: </b>Bandwidth is usually measured in bits per second, bytes per second, or cycles per
second (Hertz).</li><li><b>Bank: </b>See memory bank.</li><li><b>Bank Schema: </b>A method of diagramming memory configurations. The bank schema consists of
rows and/or columns that represent memory sockets on a computer board. Rows
indicate independent sockets; columns represent banks.</li><li><b>Base Rambus: </b>The first generation of Rambus technology, first shipped in 1995.</li><li><b>BGA: </b>(Ball Grid Array) – A chip package having solder balls on the underside for mounting.
BGA allows for a reduction in die package size, better heat dissipation, and greater
module densities.</li><li><b>Binary: </b>A numbering system that uses combinations of 0 and 1 to represent data. Also
known as Base 2.</li><li><b>BIOS: </b>(Basic Input-Output System) – Startup routines that prepare the computer for operation.</li><li><b>Bit: </b>The smallest unit of information a computer processes. A bit is 1 or 0.</li><li><b>Buffer: </b>A holding area for data shared by devices that operate at different speeds or have
different priorities. A buffer allows a device to operate without the delays that other
devices impose.</li><li><b>Buffered Memory: </b>A memory module that contains buffers. Buffers re-drive the signals through the
memory chips and allow the module to include more memory chips. Buffered
and unbuffered memory cannot be mixed. The design of the computer memory
controller dictates whether memory must be buffered or unbuffered.</li><li><b>Burst EDO RAM: </b>(BEDO) – EDO memory that can process four memory addresses in one burst. Bus
speeds range from 50MHz to 66MHz (compared to 33MHz for EDO and 25MHz
for Fast Page Mode).</li><li><b>Burst Mode: </b>High-speed transmission of a block of data (a series of consecutive addresses) when
the processor requests a single address.</li><li><b>Bus: </b>A data path in a computer, consisting of various parallel wires to which the CPU,
memory, and all input/output devices are connected.</li><li><b>Bus Cycle: </b>A single transaction between main memory and the CPU.</li><li><b>Byte: </b>Eight bits of information. The byte is the fundamental unit of computer processing;
almost all specifications and measures of computer performance are in bytes or
multiples thereof. See kilobytes and megabytes.<a name="C"></a></li><li><b>Cache Memory: </b>A small amount (normally less than 1MB) of high-speed memory residing on or
close to the CPU. Cache memory supplies the processor with the most frequently
requested data and instructions. Level 1 cache (primary cache) is the cache closest
to the processor. Level 2 cache (secondary cache) is the cache second closest to the
processor and is usually on the motherboard.</li><li><b>CAS: </b>(Column Address Strobe) – A memory chip signal that latches the column address of
a particular location in a row-column matrix.</li><li><b>CAS Latency: </b>The ratio between column access time and clock cycle time. CAS Latency 2 (CL2)
offers a slight performance increase over CAS Latency 3 (CL3).</li><li><b>ccNUMA: </b>(Cache-Coherent, Non-uniform Memory Access) – A flexible architecture that uses
modular, low-cost components and offers multidimensional scaling potential to
high-end servers.</li><li><b>Chipset: </b>Microchips that support the CPU. The chipset usually contains several controllers
that govern how information travels between the processor and other components.</li><li><b>Chip-Scale Package: </b>(CSP) – Thin chip packaging whereby electrical connections are typically through a
ball grid array. Chip-scale packaging is used in RDRAM and flash memory.</li><li><b>CompactFlash: </b>A small, lightweight form factor for removable storage cards. CompactFlash cards
are durable, operate at low voltages, and retain data when power is off. Uses
include digital cameras, cell phones, printers, handheld computers, pagers, and
audio recorders.</li><li><b>Composite: </b>An Apple Computer, Inc. term for a memory module that used an older technology
and contained more but lower-density chips.</li><li><b>Concurrent Rambus: </b>The second generation of Rambus technology. Concurrent Rambus has been used
in graphics-based computers, digital TVs, and video game applications (such as
Nintendo 64 since 1997).</li><li><b>Continuity RIMM: </b>(C-RIMM) – A Direct Rambus memory module that does not contain memory chips.
C-RIMM provides a continuous channel for the signal. In a Direct Rambus system, open
connectors must be populated with C-RIMMs.</li><li><b>CPU: </b>(Central Processing Unit) – The computer chip that has primary responsibility for
interpreting commands and running programs. The CPU is also known as the
processor or microprocessor.</li><li><b>Credit Card Memory: </b>A type of memory typically in laptop and notebook computers. Credit card memory
is the size of a credit card.<a name="D"></a></li><li><b>DDR SDRAM: </b>(Double Data Rate Synchronous Dynamic Random-Access Memory) – The latest generation
of SDRAM technology. Data is read on both the rising and the falling edge of
the computer clock, thereby delivering twice the bandwidth of standard SDRAM.
With DDR SDRAM, memory speed doubles without increasing the clock frequency.</li><li><b>DIMM: </b>(Dual In-line Memory Module) – A printed circuit board with gold contacts and
memory devices. A DIMM is similar to a SIMM, but with this primary difference:
unlike the metal leads on either side of a SIMM, which are “tied together” electrically,
the leads on either side of a DIMM are electrically independent.</li><li><b>Direct Rambus: </b>Rambus technology’s third generation, which offers a completely new DRAM
architecture for high-performance PCs. Data transfers at speeds up to 800MHz over
a narrow 16-bit channel, compared to current SDRAM, which operates at 100MHz
on a wide 64-bit bus.</li><li><b>DIP: </b>(Dual In-line Package) – A DRAM component packaging. DIPs can be installed in sockets
or permanently soldered into holes on the printed circuit board. The DIP package
was extremely popular when memory was installed directly on the motherboard.</li><li><b>DRAM: </b>(Dynamic Random-Access Memory) – The most common form of RAM. DRAM can
hold data for only a short time. To retain data, DRAM must be refreshed periodically.
If the cell is not refreshed, the data disappear.</li><li><b>Dual-Banked: </b>A memory module having two banks.</li><li><b>Dual Independent Bus: </b>(DIB) – An Intel-developed bus architecture that offers greater bandwidth by having
two separate buses (frontside and backside) access the processor. Pentium II
computers have DIBs.<a name="E"></a></li><li><b>ECC: </b>(Error Correction Code) – A method of checking the integrity of data in DRAM. ECC
provides more elaborate error detection than parity; ECC can detect multiple-bit
errors and can locate and correct single-bit errors.</li><li><b>EDO: </b>(Extended Data-Out) – A DRAM technology that shortens the read cycle between
memory and CPU. On computers that support it, EDO memory allows a CPU to
access memory 10 to 20 percent faster than comparable fast-page mode memory.</li><li><b>EDRAM: </b>(Enhanced DRAM) – Enhanced Memory Systems, Inc. DRAM that contains a small
amount of SRAM.</li><li><b>EEPROM: </b>(Electrically Erasable Programmable Read-Only Memory) – A memory chip that
retains data content after power has been removed. EEPROM can be erased and
reprogrammed within the computer or externally.</li><li><b>EISA: </b>(Extended ISA) – A bus architecture that extended the 16-bit ISA bus to 32 bits. EISA
operates at 8MHz and has a peak data transfer rate of 33MB per second. EISA was
introduced in 1988 as an open alternative to IBM’s proprietary Micro Channel bus.</li><li><b>EOS: </b>(ECC on SIMM) – An IBM data-integrity-checking technology that features ECC
data-integrity-checking on a SIMM.</li><li><b>EPROM: </b>(Erasable Programmable Read-Only Memory) – A programmable and reusable chip
that retains content until erasure under ultraviolet light. Special equipment erases
and reprograms EPROMs.</li><li><b>ESDRAM: </b>(Enhanced Synchronous DRAM) – A type of SDRAM developed by Enhanced
Memory Systems, Inc. ESDRAM replaces expensive SRAM in embedded systems
and offers comparable speed with less power consumption and lower cost.</li><li><b>Even Parity: </b>A type of data integrity checking whereby the parity bit checks for an even
number of 1s.<a name="F"></a></li><li><b>Fast-Cycle RAM: </b>(FCRAM) – FCRAM is a memory technology currently being developed by Toshiba
and Fujitsu. FCRAM is not intended for PC main memory but will be used in
specialty applications such as high-end servers, printers, and telecommunications
switching systems.</li><li><b>Fast-Page Mode: </b>An early form of DRAM, fast-page mode’s advantage over previous page mode
memory technologies was faster access to data in the same row.</li><li><b>Flash Memory: </b>A solid-state, nonvolatile, rewritable memory that functions like a combination of
RAM and hard disk. Flash memory is durable, operates at low voltages, and retains
data when power is off. Flash memory cards are used in digital cameras, cell
phones, printers, handheld computers, pagers, and audio recorders.</li><li><b>Form Factor: </b>The size, configuration, and other specifications used to describe hardware.
Examples of memory form factors are: SIMM, DIMM, RIMM, 30-pin, 72-pin, and
168-pin.</li><li><b>Frontside Bus: </b>(FSB) – The data path that runs between the CPU and main memory (RAM).<a name="G"></a></li><li><b>Gigabit: </b>Approximately 1 billion bits, or exactly 1 bit x 1,0243 (1,073,741,824) bits.</li><li><b>Gigabyte: </b>Approximately 1 billion bytes, or exactly 1 byte x 1,0243 (1,073,741,824) bytes.<a name="H"></a></li><li><b>Heat Spreader: </b>A sheath, usually aluminum, that covers an electronic device and dissipates heat.</li><li><b>Heat Sink: </b>A component, typically zinc alloy, that dissipates heat. CPUs require heat sinks.<a name="I"></a></li><li><b>IC: </b>(Integrated Circuit) – An electronic circuit on a semiconductor chip. The circuit
includes components and connectors. A semiconductor chip is usually molded in
a plastic or ceramic case and has external connector pins.</li><li><b>Interleaving: </b>Techniques for increasing memory speed. For example, with separate memory
banks for odd and even addresses, the next byte of memory can be accessed while
the current byte refreshes.<a name="J"></a></li><li><b>JEDEC: </b>(Joint Electron Device Engineering Council) – An Electronic Industries Alliance (EIA)
body that sets semiconductor engineering standards.<a name="K"></a></li><li><b>Kilobit: </b>Approximately one thousand bits, or exactly 1 bit x 210 (1,024) bits.</li><li><b>Kilobyte: </b>Approximately one thousand bytes, or exactly 1 byte x 210 (1,024) bytes.<a name="L"></a></li><li><b>Level 1 Cache: </b>(L1) – Also known as primary cache, L1 Cache is a small amount of high-speed
memory that resides on or very close to the processor. L1 Cache supplies the
processor with the most frequently requested data and instructions.</li><li><b>Level 2 Cache: </b>(L2) – Also known as secondary cache, L2 Cache is a small amount of high-speed
memory close to the CPU and usually on the motherboard. L2 Cache supplies the
processor with the most frequently requested data and instructions. Depending on
the motherboard, Level 2 cache may be upgraded.</li><li><b>Logic Board: </b>See Motherboard.<a name="M"></a></li><li><b>Megabit: </b>Approximately one million bits, or exactly 1 bit x 1,0242 (1,048,576) bits.</li><li><b>Megabyte: </b>Approximately one million bytes, or exactly 1 byte x 1,0242 (1,048,576) bytes.</li><li><b>Memory: </b>A computer’s random-access memory. Memory temporarily holds data and instructions
for the CPU. See RAM.</li><li><b>Memory Bank: </b>A logical unit of memory in a computer, the size of which the CPU determines. For
example, a 32-bit CPU requires memory banks that provide 32 bits of information
at a time. A bank can consist of one or more memory modules.</li><li><b>Memory Bus: </b>The bus that runs from the CPU to the memory expansion slots.</li><li><b>Memory Controller Hub: </b>(MCH) – The interface between the processor, Accelerated Graphics Port, and
RDRAM on motherboards that use Intel’s 820 or 840 chipsets.</li><li><b>Memory Translator Hub: </b>(MTH) – The interface that allows SDRAM memory to be supported on a Direct
Rambus Channel for motherboards using Intel’s 820 chipset.</li><li><b>Micro BGA: </b>(µBGA) – Tessera, Inc. BGA chip packaging technique allows for a reduction in die
package size, improved heat dissipation, and greater module densities.</li><li><b>Motherboard: </b>Also known as the logic board, main board, or computer board, the motherboard
is the computer’s main board and in most cases holds all CPU, memory, and I/O
functions or has expansion slots for them.<a name="N"></a></li><li><b>Nanosecond: </b>(ns) – One billionth of a second. Memory data access times are in nanoseconds. For
example, memory access times for typical 30- and 72-pin SIMM modules range
from 60 to 100 nanoseconds.</li><li><b>Nibble: </b>Half of an 8-bit byte, or 4 bits.</li><li><b>Non-Composite: </b>An Apple Computer, Inc. term for a memory module that used a new technology and
contained fewer but higher-density chips. Non-composite modules were more reliable
and more expensive than composite modules.<a name="O"></a></li><li><b>Odd Parity: </b>Data integrity checking in which the parity bit checks for an odd number of 1s.<a name="P"></a></li><li><b>Parity: </b>Data integrity checking that adds a single bit to each byte of data. The parity bit is
used to detect errors in the other 8 bits.</li><li><b>PCB: </b>(Printed Circuit Board) – Generally flat, multi-layer boards made of fiberglass with
electrical traces. The surface and sublayers use copper traces to provide electrical
connections for chips and other components. Examples of PCBs include: motherboards,
SIMMs, and credit card memory.</li><li><b>PC Card: </b>(PCMCIA: Personal Computer Memory Card International Association) – A standard that
allows interchangeability of various computing components on the same connector.
The PCMCIA standard supports input-output devices, including memory,
fax/modem, SCSI, and networking products.</li><li><b>PCI: </b>(Peripheral Component Interconnect) – A peripheral bus that can send 32 or 64 bits
of data simultaneously. PCI offers plug-and-play capability.</li><li><b>Pipeline Burst Cache: </b>Cache that reduces wait states and accelerates memory access by using pipelining
and bursting functions.</li><li><b>Pipelining: </b>A technique in which memory loads the requested memory contents into a small
cache composed of SRAM, then immediately begins fetching the next memory
contents. This creates a two-stage pipeline, where data is read from or written to
SRAM in one stage, and data is read from or written to memory in the other stage.</li><li><b>Proprietary Memory: </b>Memory custom designed for a specific computer.<a name="Q"></a><a name="R"></a></li><li><b>RAM: </b>(Random-Access Memory) – A memory cell configuration that holds data for
processing by a central processing unit (CPU). Random means the CPU can retrieve
data from any address within RAM. See also Memory.</li><li><b>Rambus: </b>(1) Rambus, Inc. develops and licenses high-performance memory logic and circuit design
technology and provides licensees with product design, layout, and testing information. (2) Direct Rambus is a high-speed memory technology that uses a narrow 16-bit bus</li><li><b>Rambus Channel: </b>(Rambus channel) to transmit data at speeds up to 800MHz. See Rambus Channel.
The data path of Rambus systems. Because of the narrow data width (two bytes),
Rambus modules transfer data at up to 800MHz.</li><li><b>RAS: </b>A memory chip signal that latches the row address of a particular location in a
row-column matrix.</li><li><b>Refresh: </b>Refreshing maintains data stored in DRAM. The process of refreshing electrical cells
on a DRAM component is similar to recharging batteries. Different DRAM components
require different refresh methods.</li><li><b>Refresh Rate: </b>The number of DRAM component rows that must be refreshed. Three common
refresh rates are 2K, 4K and 8K.</li><li><b>Registered Memory: </b>SDRAM memory that contains registers directly on the module. The registers
re-drive the signals through the memory chips and allow the module to be built
with more memory chips. Registered and unbuffered memory cannot be mixed.
The design of the computer memory controller dictates which type of memory the
computer requires.</li><li><b>RIMM<sup><font size="-1">TM</font></sup>: </b>The trademarked name for a Direct Rambus memory module. A RIMM™ conforms to
the DIMM form factor and transfers data 16 bits at a time.</li><li><b>RIMM Connector: </b>A Direct Rambus memory socket.<a name="S"></a></li><li><b>SDRAM: </b>(Synchronous DRAM) – A DRAM technology that uses a clock to synchronize signal
input and output on a memory chip. The clock is coordinated with the CPU clock
so the timing of the memory chips and the timing of the CPU are in synch.
Synchronous DRAM saves time in executing commands and transmitting data,
thereby increasing the overall performance of the computer. SDRAM allows the
CPU to access memory approximately 25 percent faster than EDO memory.</li><li><b>Self-Refresh: </b>A memory technology that enables DRAM to refresh on its own and independent
of the CPU or external refresh circuitry. Self-Refresh technology is built into the
DRAM chip itself and reduces power consumption dramatically. Notebook and laptop
computers use this technology.</li><li><b>Serial Presence Detect: </b>An EEPROM chip that contains information about size and speed, as well as other
specifications and manufacturer information of a memory module.</li><li><b>SGRAM: </b>(Synchronous Graphics Random-Access Memory) – Video memory that includes graphicsspecific
read/write features. SGRAM allows data to be retrieved and modified in
blocks instead of individually. Blocking reduces the number of reads and writes the
memory must perform and increases the performance of the graphics controller.</li><li><b>SIMM: </b>(Single In-line Memory Module) – A printed circuit board having memory devices and
gold or tin/lead contacts. A SIMM plugs into a computer memory expansion socket.
SIMMs offer two main advantages: ease of installation and minimal consumption of
board surface. A vertically mounted SIMM requires only a fraction of the space
required by a horizontally mounted DRAM. A SIMM may have as few as 30 or
as many as 200 pins. On a SIMM, the metal leads on either side of the board are
electrically tied together.</li><li><b>SIMM Socket: </b>A motherboard component that holds a single SIMM.</li><li><b>Single-Banked: </b>A module that has only one bank or row.</li><li><b>SLDRAM: </b>(Synclink) – Although obsolete today, SLDRAM was a main memory technology
developed by a consortium of twelve DRAM manufacturers as an alternative to
Direct Rambus technology.</li><li><b>SMART CARD: </b>An electronic device, similar in size to a credit card, that can store data and programs
while enhancing security. Applications include identification, mass transit, and banking.</li><li><b>SO DIMM: </b>(Small-Outline Dual In-line Memory Module) – An enhanced version of a standard
DIMM. A 72-pin small-outline DIMM is about half the length of a 72-pin SIMM.
The trademarked name for a Direct Rambus memory module in notebook computers.</li><li><b>SO-RIMM<sup><font size="-1">TM</font></sup>: </b>SO-RIMM™s provide memory bandwidth comparable to desktop memory
configurations.</li><li><b>SOJ: </b>(Small-Outline J-lead) – A common form of surface-mounted DRAM packaging. An
SOJ is a rectangular package with J-shaped leads on the two long sides.</li><li><b>Static RAM: </b>(SRAM) – A memory chip that requires power to retain content. SRAM is faster than
DRAM but more expensive and bulky. A typical use for SRAM is cache memory.</li><li><b>Storage: </b>A data-holding device, such as a hard disk or CD-ROM.</li><li><b>Swapping: </b>Using part of the hard drive as memory when RAM is full. See Virtual Memory.</li><li><b>System Board: </b>See Motherboard.<a name="T"></a></li><li><b>Transmission Line Technology: </b>A technology that supports the backside bus in Direct Rambus systems.Information
is quickly pipelined in simultaneous packets. The memory controller reassembles
the packets for frontside bus transfer and communication to the processor.</li><li><b>TSOP: </b>(Thin Small-Outline Package) – A DRAM package that uses gull-wing leads on both
sides. TSOP DRAM mounts directly on the surface of the printed circuit board. The
TSOP package is one-third the thickness of an SOJ. TSOP components commonly
occur in small-outline DIMMs and credit card memory.<a name="U"></a></li><li><b>Unbuffered Memory: </b>Memory that does not contain buffers or registers located on the module. Instead,
these devices are located on the motherboard.<a name="V"></a></li><li><b>VESA Local Bus: </b>(VL-Bus) – A 32-bit local bus that runs between the CPU and peripheral devices at
speeds up to 40MHz.</li><li><b>Virtual Channel Memory: </b>(VCM) – VCM is a memory architecture developed by NEC. VCM allows different
blocks of memory–each with its own buffer–to interface separately with the
controller. This way, system tasks can be assigned their own virtual channels.</li><li><b>Virtual Memory: </b>Information related to one function does not share buffer space with other tasks
running simultaneously, thereby making overall operations much more efficient.
Simulated memory. When RAM is full, the computer swaps data to the hard disk
and back as needed. See Swapping.</li><li><b>VRAM: </b>(Video Random-Access Memory) – Dual-ported (two separate data ports) memory
typically on a video or graphics card. One port is dedicated to the CRT and refreshes
and updates the image. The second port is for the CPU or graphics controller and
changes the image data in memory.<a name="W"></a></li><li><b>Wait State: </b>An inactive period for the processor. Wait states result from the different clock
speeds of the processor and memory, the latter being typically slower.</li><li><b>Window Random Access Memory: </b>(WRAM) – Samsung Electronics’ dual-ported (two separate data ports) memory
typically on a video or graphics card. WRAM has a 25% higher bandwidth than
VRAM but costs less.<a name="X"></a><a name="Y"></a><a name="Z"></a></li></ul></p>
- 11. Choice of Interpolation Resolutionhttps://technick.net/guides/theory/dar/011/Sun, 01 Mar 1998 00:00:00 +0000https://technick.net/guides/theory/dar/011/<p style="background-color:#FFFFAA;border:1px solid red;padding:0.5em;"><strong>NOTE: THIS DOCUMENT IS OBSOLETE, PLEASE CHECK THE NEW VERSION:</strong> "<a href="proxy.php?url=http://ccrma.stanford.edu/~jos/resample/">The Digital Audio Resampling Home Page</a>", by <a href="proxy.php?url=http://ccrma.stanford.edu/~jos/"> Julius O. Smith III</a>, Copyright © <i>2016-05-17</i> by <a href="proxy.php?url=http://ccrma.stanford.edu/~jos/"> Julius O. Smith III</a> - <a href="proxy.php?url=http://ccrma.stanford.edu/">Center for Computer Research in Music and Acoustics (CCRMA),</a> <a href="proxy.php?url=http://www.stanford.edu/"> Stanford University</a></p>
<p align="center"><font size="2"><b><a href="proxy.php?url=https://technick.net/guides/theory/dar/010"><< Previous page</a> <a href="proxy.php?url=https://technick.net/guides/theory/dar/000">TOC</a> <a href="proxy.php?url=https://technick.net/guides/theory/dar/012">Next page >></a></b></font></p><blockquote><h3>Choice of Interpolation Resolution</h3><p>We now consider the error due to finite precision in the <a href="proxy.php?url=https://ccrma.stanford.edu/~jos//Interpolation/Linear_Interpolation.html" target="_blank">linear
interpolation</a> between stored <a href="proxy.php?url=https://technick.net/guides/theory/edft/010">filter</a> coefficients. We will find that the
number of bits <img width="24" height="33" align="MIDDLE" border="0" src="proxy.php?url=https://technick.net/img/guide_dar/guide_dar_img53.gif" alt="${n_\" ta="" /> in the interpolation factor should be about half the
filter coefficient word-length <img width="23" height="33" align="MIDDLE" border="0" src="proxy.php?url=https://technick.net/img/guide_dar/guide_dar_img89.gif" alt="${n_c}$" />.</p>
- 11. Convolution Representationhttps://technick.net/guides/theory/edft/011/Sun, 01 Mar 1998 00:00:00 +0000https://technick.net/guides/theory/edft/011/<p style="background-color:#FFFFAA;border:1px solid red;padding:0.5em;"><strong>NOTE: THIS DOCUMENT IS OBSOLETE, PLEASE CHECK THE NEW VERSION:</strong> "<a href="proxy.php?url=http://ccrma.stanford.edu/~jos/filters/">Introduction to Digital Filters with Audio Applications</a>", by <a href="proxy.php?url=http://ccrma.stanford.edu/~jos/"> Julius O. Smith III</a>, Copyright © <i>2017-11-26</i> by <a href="proxy.php?url=http://ccrma.stanford.edu/~jos/"> Julius O. Smith III</a> - <a href="proxy.php?url=http://ccrma.stanford.edu/">Center for Computer Research in Music and Acoustics (CCRMA),</a> <a href="proxy.php?url=http://www.stanford.edu/"> Stanford University</a></p>
<p align="center"><font size="2"><b><a href="proxy.php?url=https://technick.net/guides/theory/edft/010"><< Previous page</a> <a href="proxy.php?url=https://technick.net/guides/theory/edft/000">TOC</a> <a href="proxy.php?url=https://technick.net/guides/theory/edft/022">INDEX</a> <a href="proxy.php?url=https://technick.net/guides/theory/edft/012">Next page >></a></b></font></p><blockquote><h3>Convolution Representation</h3><p>If <img width="40" height="37" align="MIDDLE" border="0" src="proxy.php?url=https://technick.net/img/guide_edft/guide_edft_img209.gif" alt="$y(n)$" /> is the output of an <a href="proxy.php?url=https://technick.net/guides/theory/edft/009">LTI</a> <a href="proxy.php?url=https://technick.net/guides/theory/edft/010">filter</a> with input <img width="41" height="37" align="MIDDLE" border="0" src="proxy.php?url=https://technick.net/img/guide_edft/guide_edft_img236.gif" alt="$x(n)$" /> and <a href="proxy.php?url=https://technick.net/guides/theory/edft/010#2321">impulse</a>response <img width="41" height="37" align="MIDDLE" border="0" src="proxy.php?url=https://technick.net/img/guide_edft/guide_edft_img70.gif" alt="$h(n)$" />, then <img width="15" height="33" align="MIDDLE" border="0" src="proxy.php?url=https://technick.net/img/guide_edft/guide_edft_img225.gif" alt="$y$" /> is the <i><a href="proxy.php?url=https://ccrma.stanford.edu/~jos//ReviewFourier/Convolution.html" target="_blank">convolution</a></i> of <img width="15" height="17" align="BOTTOM" border="0" src="proxy.php?url=https://technick.net/img/guide_edft/guide_edft_img224.gif" alt="$x$" /> with <img width="16" height="18" align="BOTTOM" border="0" src="proxy.php?url=https://technick.net/img/guide_edft/guide_edft_img237.gif" alt="$h$" />,<br /></p><p></p>
- 11. Maintaining Fleet Batterieshttps://technick.net/guides/electronics/bpw/c11_01/Sun, 01 Mar 1998 00:00:00 +0000https://technick.net/guides/electronics/bpw/c11_01/<p align="center"><font size="2"><a href="proxy.php?url=https://technick.net/guides/electronics/bpw/c10_07"><< Previous page</a> <a href="proxy.php?url=https://technick.net/guides/electronics/bpw/00_toc">INDEX</a> <a href="proxy.php?url=https://technick.net/guides/electronics/bpw/c11_02">Next page >></a></font></p><blockquote><h3>11. Maintaining Fleet Batteries</h3><p> </p><p>Unlike individual battery users, who come to know their batteries
like a good friend, fleet users must share the batteries from
a pool of unknown packs. While an individual user can detect
even a slight reduction in runtime, fleet operators have no
way of knowing the behavior or condition of the battery when
pulling it from the charger. They are at the mercy of the
battery. It’s almost like playing roulette. </p>
- 11. Maintaining Fleet Batteries 2https://technick.net/guides/electronics/bpw/c11_02/Sun, 01 Mar 1998 00:00:00 +0000https://technick.net/guides/electronics/bpw/c11_02/<p align="center"><font size="2"><a href="proxy.php?url=https://technick.net/guides/electronics/bpw/c11_01"><< Previous page</a> <a href="proxy.php?url=https://technick.net/guides/electronics/bpw/00_toc">INDEX</a> <a href="proxy.php?url=https://technick.net/guides/electronics/bpw/c11_03">Next page >></a></font></p><blockquote><h4>11.1 The ‘Green Light’ Lies</h4><p> <h2></h2> </p><p>When charging a battery, the ready light will
eventually illuminate, indicating that the battery is fully
charged. The user assumes that the battery has reached its
full potential and the battery is taken in confidence.</p> <p>In no way does the ‘green light’ guarantee sufficient
battery capacity or assure good state-of-health (SoH). Similar
to a toaster that pops up the bread when brown (or black),
the charger fills the battery with energy and ‘pops’ it to
ready when full (or warm).</p>
- 11. Maintaining Fleet Batteries 3https://technick.net/guides/electronics/bpw/c11_03/Sun, 01 Mar 1998 00:00:00 +0000https://technick.net/guides/electronics/bpw/c11_03/<p align="center"><font size="2"><a href="proxy.php?url=https://technick.net/guides/electronics/bpw/c11_02"><< Previous page</a> <a href="proxy.php?url=https://technick.net/guides/electronics/bpw/00_toc">INDEX</a> <a href="proxy.php?url=https://technick.net/guides/electronics/bpw/c12_01">Next page >></a></font></p><blockquote><h4>11.2 Battery Maintenance, a Function of Quality Control</h4><p> </p><p>The reliability of portable equipment relies
almost entirely on the performance of the battery. A dependable
battery fleet can only be assured if batteries are maintained
on a periodic basis.</p> <p>Battery maintenance also needs proper documentation.
One simple method is attaching a color dot, each color indicating
the month of service. A different color dot is applied when
the battery is re-serviced the following month. A numbering
system indicating the month of service also works well.</p>
- 12. Battery Maintenance Equipmenthttps://technick.net/guides/electronics/bpw/c12_01/Sun, 01 Mar 1998 00:00:00 +0000https://technick.net/guides/electronics/bpw/c12_01/<p align="center"><font size="2"><a href="proxy.php?url=https://technick.net/guides/electronics/bpw/c11_03"><< Previous page</a> <a href="proxy.php?url=https://technick.net/guides/electronics/bpw/00_toc">INDEX</a> <a href="proxy.php?url=https://technick.net/guides/electronics/bpw/c12_02">Next page >></a></font></p><blockquote><h3>12. Battery Maintenance Equipment</h3><p> <img width="274" height="146" src="proxy.php?url=https://technick.net/img/guide_bpw2/c12_01.gif" align="left" hspace="19" vspace="19" alt="Text Box: The dealers are simply not equipped to handle the influx of returned batteries, neither is the staff trained to perform this task on a customer service level." v:shapes="_x0000_s1026" border="0" />With the increasing volume of batteries in circulation,
battery manufacturing is outpacing the supply of suitable equipment
to test these packs. This void is especially apparent in the
mobile phone market where large quantities of batteries are
being replaced under warranty without checking or attempting
to restore them. The dealers are simply not equipped to handle
the influx of returned batteries, neither is the staff trained
to perform this task on a customer service level. Testing and
conditioning these batteries is a complex procedure that lies
outside the capabilities of most customer service clerks.
</p>
- 12. Battery Maintenance Equipment 2https://technick.net/guides/electronics/bpw/c12_02/Sun, 01 Mar 1998 00:00:00 +0000https://technick.net/guides/electronics/bpw/c12_02/<p align="center"><font size="2"><a href="proxy.php?url=https://technick.net/guides/electronics/bpw/c12_01"><< Previous page</a> <a href="proxy.php?url=https://technick.net/guides/electronics/bpw/00_toc">INDEX</a> <a href="proxy.php?url=https://technick.net/guides/electronics/bpw/c12_03">Next page >></a></font></p><blockquote><h4>12.2 Battery Analyzers</h4><p> </p><p>There are two types of battery analyzers: the
fixed current units and the programmable devices. While fixed
current units are less expensive and generally simpler to
operate, programmable analyzers are more accurate and faster.
Programmable units can better adapt to different battery needs
and are more effective in restoring weak batteries. One of
the main advantages of the programmable battery analyzer is
the ability to test the batteries against preset parameters.</p>
- 12. Battery Maintenance Equipment 3https://technick.net/guides/electronics/bpw/c12_03/Sun, 01 Mar 1998 00:00:00 +0000https://technick.net/guides/electronics/bpw/c12_03/<p align="center"><font size="2"><a href="proxy.php?url=https://technick.net/guides/electronics/bpw/c12_02"><< Previous page</a> <a href="proxy.php?url=https://technick.net/guides/electronics/bpw/00_toc">INDEX</a> <a href="proxy.php?url=https://technick.net/guides/electronics/bpw/c12_04">Next page >></a></font></p><blockquote><p> </p><p>Battery-specific adapters are available for all
major batteries; user-programmable cables with alligator clips
accommodate batteries for which no adapter is on hand. Batteries
with shorted, mismatched or soft cells are identified in minutes
and their deficiencies are displayed on the LCD panel.</p> <p>User-selectable programs address different
battery needs. The Cadex <i>7000 Series</i> features <i>‘Prime’</i>
to prepare a new battery for field use and <i>‘Auto’ </i>to
test and recondition weak batteries from the field. <i>‘Custom’</i>
allows the setting of unique cycle sequences composed of charge,
discharge, recondition, trickle charge or any combination,
including rest periods and repeats.</p>
- 12. Battery Maintenance Equipment 4https://technick.net/guides/electronics/bpw/c12_04/Sun, 01 Mar 1998 00:00:00 +0000https://technick.net/guides/electronics/bpw/c12_04/<p align="center"><font size="2"><a href="proxy.php?url=https://technick.net/guides/electronics/bpw/c12_03"><< Previous page</a> <a href="proxy.php?url=https://technick.net/guides/electronics/bpw/00_toc">INDEX</a> <a href="proxy.php?url=https://technick.net/guides/electronics/bpw/c12_05">Next page >></a></font></p><blockquote><h4>12.3 Battery Analyzers for Maintenance-Free Batteries</h4><p> </p><p>In the past, the purpose of battery analyzers
was to restore NiCd batteries affected by ‘memory’. With today’s
nickel-free batteries, memory is no longer a problem and the
modern battery analyzer assumes duties other than conditioning
weak batteries. In an environment with nickel-free batteries,
the purpose of an analyzer is shifting to performance verification,
quality control, quick testing and quick priming.</p>
- 12. Battery Maintenance Equipment 5https://technick.net/guides/electronics/bpw/c12_05/Sun, 01 Mar 1998 00:00:00 +0000https://technick.net/guides/electronics/bpw/c12_05/<p align="center"><font size="2"><a href="proxy.php?url=https://technick.net/guides/electronics/bpw/c12_04"><< Previous page</a> <a href="proxy.php?url=https://technick.net/guides/electronics/bpw/00_toc">INDEX</a> <a href="proxy.php?url=https://technick.net/guides/electronics/bpw/c13_01">Next page >></a></font></p><blockquote><h4>12.5 Battery Maintenance Software</h4><p> </p><p>Organizations servicing portable equipment need
simplified battery testing. The difficulty of testing batteries
is brought on by the proliferation of batteries, both in volume
and diversity of models. With most standalone battery test
equipment, servicing batteries with conventional methods is
complex and time consuming. This task will only get more difficult
as new battery models are added, almost weekly. New chemistries
are being introduced which have different service requirements.</p>
- 12. Conclusionshttps://technick.net/guides/theory/dar/012/Sun, 01 Mar 1998 00:00:00 +0000https://technick.net/guides/theory/dar/012/<p style="background-color:#FFFFAA;border:1px solid red;padding:0.5em;"><strong>NOTE: THIS DOCUMENT IS OBSOLETE, PLEASE CHECK THE NEW VERSION:</strong> "<a href="proxy.php?url=http://ccrma.stanford.edu/~jos/resample/">The Digital Audio Resampling Home Page</a>", by <a href="proxy.php?url=http://ccrma.stanford.edu/~jos/"> Julius O. Smith III</a>, Copyright © <i>2016-05-17</i> by <a href="proxy.php?url=http://ccrma.stanford.edu/~jos/"> Julius O. Smith III</a> - <a href="proxy.php?url=http://ccrma.stanford.edu/">Center for Computer Research in Music and Acoustics (CCRMA),</a> <a href="proxy.php?url=http://www.stanford.edu/"> Stanford University</a></p>
<p align="center"><font size="2"><b><a href="proxy.php?url=https://technick.net/guides/theory/dar/011"><< Previous page</a> <a href="proxy.php?url=https://technick.net/guides/theory/dar/000">TOC</a> <a href="proxy.php?url=https://technick.net/guides/theory/dar/013">Next page >></a></b></font></p><blockquote><h3>Conclusions</h3><p>A digital <a href="proxy.php?url=https://technick.net/guides/theory/dar/000">resampling</a> method has been described which is convenient for<a href="proxy.php?url=https://technick.net/guides/theory/dar/000">bandlimited interpolation</a> at arbitrary times and for smoothly varying<a href="proxy.php?url=https://ccrma.stanford.edu/~jos//st/Shannon_s_Sampling_Theorem.html" target="_blank">sampling rates</a>, and which is attractive for hardware implementation. We
have presented the case which assumes uniform sampling of the input signal;
however, extensions to variable sampling rates and isolated-point evaluation
are straightforward.</p>
- 12. Frequency Responsehttps://technick.net/guides/theory/edft/012/Sun, 01 Mar 1998 00:00:00 +0000https://technick.net/guides/theory/edft/012/<p style="background-color:#FFFFAA;border:1px solid red;padding:0.5em;"><strong>NOTE: THIS DOCUMENT IS OBSOLETE, PLEASE CHECK THE NEW VERSION:</strong> "<a href="proxy.php?url=http://ccrma.stanford.edu/~jos/filters/">Introduction to Digital Filters with Audio Applications</a>", by <a href="proxy.php?url=http://ccrma.stanford.edu/~jos/"> Julius O. Smith III</a>, Copyright © <i>2017-11-26</i> by <a href="proxy.php?url=http://ccrma.stanford.edu/~jos/"> Julius O. Smith III</a> - <a href="proxy.php?url=http://ccrma.stanford.edu/">Center for Computer Research in Music and Acoustics (CCRMA),</a> <a href="proxy.php?url=http://www.stanford.edu/"> Stanford University</a></p>
<p align="center"><font size="2"><b><a href="proxy.php?url=https://technick.net/guides/theory/edft/011"><< Previous page</a> <a href="proxy.php?url=https://technick.net/guides/theory/edft/000">TOC</a> <a href="proxy.php?url=https://technick.net/guides/theory/edft/022">INDEX</a> <a href="proxy.php?url=https://technick.net/guides/theory/edft/013">Next page >></a></b></font></p><blockquote><h3>Frequency Response</h3><p>Beginning with Eq. (<a href="proxy.php?url=https://technick.net/guides/theory/edft/011#eq:YHX">2.2.1</a>), we have<br /></p><p></p><div align="CENTER"><!-- MATH
\begin{displaymath}
Y(z)=H(z)X(z),
\end{displaymath}
--><img width="166" height="36" border="0" src="proxy.php?url=https://technick.net/img/guide_edft/guide_edft_img260.gif" alt="\" egin="" isplaymath="" z="" z="" z="" nd="" isplaymath="" /></div><br clear="ALL" /><p></p>where <img width="46" height="37" align="MIDDLE" border="0" src="proxy.php?url=https://technick.net/img/guide_edft/guide_edft_img242.gif" alt="$X(z)$" /> is the <img width="14" height="17" align="BOTTOM" border="0" src="proxy.php?url=https://technick.net/img/guide_edft/guide_edft_img1.gif" alt="$z$" />-transform of the <a href="proxy.php?url=https://technick.net/guides/theory/edft/010">filter</a> input, <img width="44" height="37" align="MIDDLE" border="0" src="proxy.php?url=https://technick.net/img/guide_edft/guide_edft_img256.gif" alt="$Y(z)$" /> is the <img width="14" height="17" align="BOTTOM" border="0" src="proxy.php?url=https://technick.net/img/guide_edft/guide_edft_img1.gif" alt="$z$" />-transform
of the output signal, and <img width="46" height="37" align="MIDDLE" border="0" src="proxy.php?url=https://technick.net/img/guide_edft/guide_edft_img5.gif" alt="$H(z)$" /> is the filter transfer function. <p><b>Definition. </b>The <i><a href="proxy.php?url=https://technick.net/guides/theory/edft/012">frequency response</a></i><a name="2423"></a> of a linear time-invariant <a href="proxy.php?url=http://www.dsptutor.freeuk.com/dfilt1.html" target="_blank">digital
filter</a> is defined to be the transfer function, <img width="46" height="37" align="MIDDLE" border="0" src="proxy.php?url=https://technick.net/img/guide_edft/guide_edft_img5.gif" alt="$H(z)$" />, evaluated on
the unit circle, that is, <!-- MATH
$H(e^{j\omega})$
--><img width="61" height="39" align="MIDDLE" border="0" src="proxy.php?url=https://technick.net/img/guide_edft/guide_edft_img261.gif" alt="$H(e^{j\" mega="" />.</p>
- 13. Exact Sinc-Interpolation of Sampled Periodic Signalshttps://technick.net/guides/theory/dar/013/Sun, 01 Mar 1998 00:00:00 +0000https://technick.net/guides/theory/dar/013/<p style="background-color:#FFFFAA;border:1px solid red;padding:0.5em;"><strong>NOTE: THIS DOCUMENT IS OBSOLETE, PLEASE CHECK THE NEW VERSION:</strong> "<a href="proxy.php?url=http://ccrma.stanford.edu/~jos/resample/">The Digital Audio Resampling Home Page</a>", by <a href="proxy.php?url=http://ccrma.stanford.edu/~jos/"> Julius O. Smith III</a>, Copyright © <i>2016-05-17</i> by <a href="proxy.php?url=http://ccrma.stanford.edu/~jos/"> Julius O. Smith III</a> - <a href="proxy.php?url=http://ccrma.stanford.edu/">Center for Computer Research in Music and Acoustics (CCRMA),</a> <a href="proxy.php?url=http://www.stanford.edu/"> Stanford University</a></p>
<p align="center"><font size="2"><b><a href="proxy.php?url=https://technick.net/guides/theory/dar/012"><< Previous page</a> <a href="proxy.php?url=https://technick.net/guides/theory/dar/000">TOC</a> <a href="proxy.php?url=https://technick.net/guides/theory/dar/014">Next page >></a></b></font></p><blockquote><h3>Appendix A: Exact Sinc-Interpolation of Sampled Periodic Signals</h3><p>It turns out all <i>periodic </i>sampled signals can be <a href="proxy.php?url=https://ccrma.stanford.edu/~jos//Interpolation/sinc_function.html" target="_blank">sinc</a>-interpolated<i>exactly </i>using the following formula [<a href="proxy.php?url=https://technick.net/guides/theory/dar/015#Schanze">Schanze 1995</a>]:<br /></p><p></p><div align="CENTER"><!-- MATH
\begin{displaymath}
x(t) = {\sin(\pi t) \over 2N} \sum_{n = -L}^{M-1}
x_n (-1)^n \left[ (-1)^{N+1} \tan\left(\pi {t-n \over 2N} \right)
+ \cot\left(\pi {t-n \over 2N} \right) \right],
\quad N=L+M
\end{displaymath}
--><img width="762" height="66" border="0" src="proxy.php?url=https://technick.net/img/guide_dar/guide_dar_img202.gif" alt="\" egin="" isplaymath="" t="" in="" i="" ver="" sum="" l="" m-1="" x="" cot\left="" i="" n="" ver="" right="" ight="" uad="" m="" nd="" isplaymath="" /></div><br clear="ALL" /><p></p>
- 13. Making Battery Quick-Test Feasiblehttps://technick.net/guides/electronics/bpw/c13_01/Sun, 01 Mar 1998 00:00:00 +0000https://technick.net/guides/electronics/bpw/c13_01/<p align="center"><font size="2"><a href="proxy.php?url=https://technick.net/guides/electronics/bpw/c12_05"><< Previous page</a> <a href="proxy.php?url=https://technick.net/guides/electronics/bpw/00_toc">INDEX</a> <a href="proxy.php?url=https://technick.net/guides/electronics/bpw/c13_02">Next page >></a></font></p><blockquote><h3>13. Making Battery Quick-Test Feasible</h3><p> When Sanyo, one of the largest battery manufacturers in the
world, was asked, “Is it feasible to quick test batteries?”
the engineer replied decisively, “No”. He based his conclusion
on the difficulty of using a universal test formula that applies
to all battery applications, — from wireless communications
to mobile computing, and from power tools to forklifts and electric
vehicles.
</p><p>Several universities, research organizations
and private companies, including Cadex, are striving to find
a workable solution to battery quick testing. Many methods
have been tried, and an equal number have failed because they
were inaccurate, inconsistent and impractical.</p>
- 13. Making Battery Quick-Test Feasible 2https://technick.net/guides/electronics/bpw/c13_02/Sun, 01 Mar 1998 00:00:00 +0000https://technick.net/guides/electronics/bpw/c13_02/<p align="center"><font size="2"><a href="proxy.php?url=https://technick.net/guides/electronics/bpw/c13_01"><< Previous page</a> <a href="proxy.php?url=https://technick.net/guides/electronics/bpw/00_toc">INDEX</a> <a href="proxy.php?url=https://technick.net/guides/electronics/bpw/c13_03">Next page >></a></font></p><blockquote><h4>13.2 Three-Point Quick Test</h4><p> </p><p>The <i>three-point quick test</i> uses internal
battery impedance as a basis and adds the battery voltage
under charge and discharge to the equation. The readings are
evaluated and compared with reference settings stored in the
tester. Let’s explore each of these fundamentals closer to
see what it entails: </p> <p><b>Internal resistance — </b>To measure the impedance,
a battery must be at least 50 percent charged. An empty
or nearly empty battery exhibits a high internal resistance.
As the battery reaches 50 percent SoH, the resistance
drops, then increases again towards full discharge or full
charge. Figure 13-1 shows the typical internal
resistance curve of a NiMH as a function of charge. Note the
decrease of impedance after the battery has rested for a while.
To obtain accurate results, allow the battery to rest after
discharge and charge.</p>
- 13. Making Battery Quick-Test Feasible 3https://technick.net/guides/electronics/bpw/c13_03/Sun, 01 Mar 1998 00:00:00 +0000https://technick.net/guides/electronics/bpw/c13_03/<p align="center"><font size="2"><a href="proxy.php?url=https://technick.net/guides/electronics/bpw/c13_02"><< Previous page</a> <a href="proxy.php?url=https://technick.net/guides/electronics/bpw/00_toc">INDEX</a> <a href="proxy.php?url=https://technick.net/guides/electronics/bpw/c13_04">Next page >></a></font></p><blockquote><h4>13.3 The Evolving Battery</h4><p> </p><p>The Li-ion battery has not yet matured.
Chemical compositions change as often as once every six months.
According to Moli Energy, a large manufacturer of Li-ion
batteries, the chemical composition of Li-based batteries
changes every six months. New chemicals are discovered that
provide better load characteristics, higher capacities and
longer storage life. Although beneficial to consumers, these
improvements wreak havoc with battery testing equipment that
base quick test algorithms on fixed parameters. Why do these
changes in battery composition affect the results of a quick
tester?</p>
- 13. Making Battery Quick-Test Feasible 4https://technick.net/guides/electronics/bpw/c13_04/Sun, 01 Mar 1998 00:00:00 +0000https://technick.net/guides/electronics/bpw/c13_04/<p align="center"><font size="2"><a href="proxy.php?url=https://technick.net/guides/electronics/bpw/c13_03"><< Previous page</a> <a href="proxy.php?url=https://technick.net/guides/electronics/bpw/00_toc">INDEX</a> <a href="proxy.php?url=https://technick.net/guides/electronics/bpw/c13_05">Next page >></a></font></p><blockquote><h4>13.5 How does the Cadex Quicktest work?</h4><p> </p><p>The first stage of the Cadex<i> Quicktest</i>™analysis
uses a waveform to gather battery information under certain
stresses, establishing probability levels for the given battery.
Since there are many battery types with several interacting
variables, a set of rules is applied to further evaluate the
data. The results are averaged and an estimated battery capacity
is predicted. The initial inference to categorize the batteries
is computed from a set of specialized shapes called membership
functions. These membership functions are unique to every
battery model and are developed using a specialized trend-learning
algorithm.</p>
- 13. Making Battery Quick-Test Feasible 5https://technick.net/guides/electronics/bpw/c13_05/Sun, 01 Mar 1998 00:00:00 +0000https://technick.net/guides/electronics/bpw/c13_05/<p align="center"><font size="2"><a href="proxy.php?url=https://technick.net/guides/electronics/bpw/c13_04"><< Previous page</a> <a href="proxy.php?url=https://technick.net/guides/electronics/bpw/00_toc">INDEX</a> <a href="proxy.php?url=https://technick.net/guides/electronics/bpw/c14_01">Next page >></a></font></p><blockquote><h4>13.7 Electrochemical Impedance Spectroscopy</h4><p> </p><p>Electrochemical Impedance Spectroscopy (EIS)
has been used for a number of years to test the SoH and SoC
of industrial batteries. EIS is well suited for observing
reactions in the kinetics of electrodes and batteries. Changes
in impedance readings hint at minute intrusion of corrosion,
which can be evaluated with the EIS methods. Impedance studies
using the EIS technology have been carried out on lead acid,
NiCd, NiMH, Li-ion and other chemistries. EIS test methods
are also used to examine the cells on larger stationary batteries.</p>
- 13. Phase Delay and Group Delayhttps://technick.net/guides/theory/edft/013/Sun, 01 Mar 1998 00:00:00 +0000https://technick.net/guides/theory/edft/013/<p style="background-color:#FFFFAA;border:1px solid red;padding:0.5em;"><strong>NOTE: THIS DOCUMENT IS OBSOLETE, PLEASE CHECK THE NEW VERSION:</strong> "<a href="proxy.php?url=http://ccrma.stanford.edu/~jos/filters/">Introduction to Digital Filters with Audio Applications</a>", by <a href="proxy.php?url=http://ccrma.stanford.edu/~jos/"> Julius O. Smith III</a>, Copyright © <i>2017-11-26</i> by <a href="proxy.php?url=http://ccrma.stanford.edu/~jos/"> Julius O. Smith III</a> - <a href="proxy.php?url=http://ccrma.stanford.edu/">Center for Computer Research in Music and Acoustics (CCRMA),</a> <a href="proxy.php?url=http://www.stanford.edu/"> Stanford University</a></p>
<p align="center"><font size="2"><b><a href="proxy.php?url=https://technick.net/guides/theory/edft/012"><< Previous page</a> <a href="proxy.php?url=https://technick.net/guides/theory/edft/000">TOC</a> <a href="proxy.php?url=https://technick.net/guides/theory/edft/022">INDEX</a> <a href="proxy.php?url=https://technick.net/guides/theory/edft/014">Next page >></a></b></font></p><blockquote><h3>Phase Delay and Group Delay</h3><p>The phase response of a <a href="proxy.php?url=https://technick.net/guides/theory/edft/010">filter</a> <!-- MATH
$\Theta(\omega)$
--><img width="46" height="37" align="MIDDLE" border="0" src="proxy.php?url=https://technick.net/img/guide_edft/guide_edft_img271.gif" alt="$\" heta="" mega="" /> gives the <i>radian</i> phase shift
experienced by each sinusoidal component of the input signal.
Sometimes it is more meaningful to consider <i><a href="proxy.php?url=https://technick.net/guides/theory/edft/013">phase delay</a></i>[<a href="proxy.php?url=https://technick.net/guides/theory/edft/023#Papoulis">Papoulis 1977</a>].</p>
- 14. Appendix B: Relation between Sinc and Lagrange Interpolationhttps://technick.net/guides/theory/dar/014/Sun, 01 Mar 1998 00:00:00 +0000https://technick.net/guides/theory/dar/014/<p style="background-color:#FFFFAA;border:1px solid red;padding:0.5em;"><strong>NOTE: THIS DOCUMENT IS OBSOLETE, PLEASE CHECK THE NEW VERSION:</strong> "<a href="proxy.php?url=http://ccrma.stanford.edu/~jos/resample/">The Digital Audio Resampling Home Page</a>", by <a href="proxy.php?url=http://ccrma.stanford.edu/~jos/"> Julius O. Smith III</a>, Copyright © <i>2016-05-17</i> by <a href="proxy.php?url=http://ccrma.stanford.edu/~jos/"> Julius O. Smith III</a> - <a href="proxy.php?url=http://ccrma.stanford.edu/">Center for Computer Research in Music and Acoustics (CCRMA),</a> <a href="proxy.php?url=http://www.stanford.edu/"> Stanford University</a></p>
<p align="center"><font size="2"><b><a href="proxy.php?url=https://technick.net/guides/theory/dar/013"><< Previous page</a> <a href="proxy.php?url=https://technick.net/guides/theory/dar/000">TOC</a> <a href="proxy.php?url=https://technick.net/guides/theory/dar/015">Next page >></a></b></font></p><blockquote><h3>Appendix B: Relation between Sinc and Lagrange Interpolation</h3><p><a href="proxy.php?url=https://ccrma.stanford.edu/~jos//Interpolation/Lagrange_Interpolation.html" target="_blank">Lagrange interpolation</a> is a well known, classical technique for
interpolation [<a href="proxy.php?url=https://technick.net/guides/theory/dar/015#Hildebrand">Hildebrand 1974</a>]. Given a set of <img width="48" height="33" align="MIDDLE" border="0" src="proxy.php?url=https://technick.net/img/guide_dar/guide_dar_img50.gif" alt="$n+1$" /> known samples<img width="49" height="37" align="MIDDLE" border="0" src="proxy.php?url=https://technick.net/img/guide_dar/guide_dar_img216.gif" alt="$f(x_k)$" />, <!-- MATH
$k=0,1,2,\ldots,n$
--><img width="138" height="34" align="MIDDLE" border="0" src="proxy.php?url=https://technick.net/img/guide_dar/guide_dar_img217.gif" alt="$k=0,1,2,\" dots="" />, the problem is to find the unique order <img width="16" height="17" align="BOTTOM" border="0" src="proxy.php?url=https://technick.net/img/guide_dar/guide_dar_img12.gif" alt="$n$" />polynomial <img width="40" height="37" align="MIDDLE" border="0" src="proxy.php?url=https://technick.net/img/guide_dar/guide_dar_img218.gif" alt="$y(x)$" /> which interpolates the samples. The solution can be
expressed as a linear combination of elementary <img width="16" height="17" align="BOTTOM" border="0" src="proxy.php?url=https://technick.net/img/guide_dar/guide_dar_img12.gif" alt="$n$" />th order polynomials:<br /></p>
- 14. Non-Correctable Battery Problemshttps://technick.net/guides/electronics/bpw/c14_01/Sun, 01 Mar 1998 00:00:00 +0000https://technick.net/guides/electronics/bpw/c14_01/<p align="center"><font size="2"><a href="proxy.php?url=https://technick.net/guides/electronics/bpw/c13_05"><< Previous page</a> <a href="proxy.php?url=https://technick.net/guides/electronics/bpw/00_toc">INDEX</a> <a href="proxy.php?url=https://technick.net/guides/electronics/bpw/c14_02">Next page >></a></font></p><blockquote><h3>14. Non-Correctable Battery Problems</h3><p> Non-correctable battery problems are those that cannot be improved
through external means such as giving the battery a full charge
or by applying repeated charge/discharge cycles. Deficiencies
that denote the non-correctable status are high internal resistance,
elevated self-discharge, electrical short of one or several
cells, lack of electrolyte, oxidation, corrosion and general
chemical breakdown. These degenerative effects are not only
caused by normal usage and aging, but they include less than
ideal field conditions and an element of neglect. The user may
have poor charging equipment, may operate and store the battery
in adverse temperatures and, in the case of nickel-based batteries,
may not maintain the battery properly.
</p>
- 14. Non-Correctable Battery Problems 2https://technick.net/guides/electronics/bpw/c14_02/Sun, 01 Mar 1998 00:00:00 +0000https://technick.net/guides/electronics/bpw/c14_02/<p align="center"><font size="2"><a href="proxy.php?url=https://technick.net/guides/electronics/bpw/c14_01"><< Previous page</a> <a href="proxy.php?url=https://technick.net/guides/electronics/bpw/00_toc">INDEX</a> <a href="proxy.php?url=https://technick.net/guides/electronics/bpw/c14_03">Next page >></a></font></p><blockquote><h4>14.2 Low Capacity Cells</h4><p> </p><p>Even with modern manufacturing techniques, the
capacity of a cell cannot be accurately predicted. As part
of the manufacturing process, each cell is measured and segregated
into categories according to their inherent capacity levels.
The high capacity A cells are commonly sold for special applications
at premium prices; the large mid-range B cells are used for
commercial and industrial applications such as mobile communications;
and the low-end C cells are mostly sold in supermarkets at
bargain prices. Cycling will not significantly improve the
capacity of the low-end cell. When purchasing rechargeable
batteries at a reduced price, the buyer should be aware of
the different capacity and quality levels offered.</p>
- 14. Non-Correctable Battery Problems 3https://technick.net/guides/electronics/bpw/c14_03/Sun, 01 Mar 1998 00:00:00 +0000https://technick.net/guides/electronics/bpw/c14_03/<p align="center"><font size="2"><a href="proxy.php?url=https://technick.net/guides/electronics/bpw/c14_02"><< Previous page</a> <a href="proxy.php?url=https://technick.net/guides/electronics/bpw/00_toc">INDEX</a> <a href="proxy.php?url=https://technick.net/guides/electronics/bpw/c15_01">Next page >></a></font></p><blockquote><h4>14.4 Shorted Cells</h4><p> </p><p>Manufacturers are often unable to explain why
some cells develop high electrical leakage or an electrical
short while the batteries are still relatively new. There
are a number of possible reasons that contribute to this irreversible
form of cell failure.</p> <p>The suspected culprit is foreign particles that
contaminate the cells during manufacture. Another possible
cause is rough spots on the plates that damage the separator.
Better quality control at the raw material level and minimal
human interface during the manufacturing process has greatly
reduced the ‘infant mortality’ rate of the modern rechargeable
cells.</p>
- 14. Vector Space Conceptshttps://technick.net/guides/theory/edft/014/Sun, 01 Mar 1998 00:00:00 +0000https://technick.net/guides/theory/edft/014/<p style="background-color:#FFFFAA;border:1px solid red;padding:0.5em;"><strong>NOTE: THIS DOCUMENT IS OBSOLETE, PLEASE CHECK THE NEW VERSION:</strong> "<a href="proxy.php?url=http://ccrma.stanford.edu/~jos/filters/">Introduction to Digital Filters with Audio Applications</a>", by <a href="proxy.php?url=http://ccrma.stanford.edu/~jos/"> Julius O. Smith III</a>, Copyright © <i>2017-11-26</i> by <a href="proxy.php?url=http://ccrma.stanford.edu/~jos/"> Julius O. Smith III</a> - <a href="proxy.php?url=http://ccrma.stanford.edu/">Center for Computer Research in Music and Acoustics (CCRMA),</a> <a href="proxy.php?url=http://www.stanford.edu/"> Stanford University</a></p>
<p align="center"><font size="2"><b><a href="proxy.php?url=https://technick.net/guides/theory/edft/013"><< Previous page</a> <a href="proxy.php?url=https://technick.net/guides/theory/edft/000">TOC</a> <a href="proxy.php?url=https://technick.net/guides/theory/edft/022">INDEX</a> <a href="proxy.php?url=https://technick.net/guides/theory/edft/015">Next page >></a></b></font></p><blockquote><h3>Vector Space Concepts</h3><p><b>Definition. </b>A set <img width="22" height="17" align="BOTTOM" border="0" src="proxy.php?url=https://technick.net/img/guide_edft/guide_edft_img289.gif" alt="$X$" /> of objects is called a <i>metric space</i><a name="2466"></a>if with any two points <img width="14" height="33" align="MIDDLE" border="0" src="proxy.php?url=https://technick.net/img/guide_edft/guide_edft_img290.gif" alt="$p$" /> and <img width="14" height="33" align="MIDDLE" border="0" src="proxy.php?url=https://technick.net/img/guide_edft/guide_edft_img291.gif" alt="$q$" /> of <img width="22" height="17" align="BOTTOM" border="0" src="proxy.php?url=https://technick.net/img/guide_edft/guide_edft_img289.gif" alt="$X$" /> there is associated a real number<img width="56" height="37" align="MIDDLE" border="0" src="proxy.php?url=https://technick.net/img/guide_edft/guide_edft_img292.gif" alt="$d(p,q)$" />, called the distance from <img width="14" height="33" align="MIDDLE" border="0" src="proxy.php?url=https://technick.net/img/guide_edft/guide_edft_img290.gif" alt="$p$" /> to <img width="14" height="33" align="MIDDLE" border="0" src="proxy.php?url=https://technick.net/img/guide_edft/guide_edft_img291.gif" alt="$q$" />, such that
(a) <img width="90" height="37" align="MIDDLE" border="0" src="proxy.php?url=https://technick.net/img/guide_edft/guide_edft_img293.gif" alt="$d(p,q)>0$" /> if <img width="48" height="34" align="MIDDLE" border="0" src="proxy.php?url=https://technick.net/img/guide_edft/guide_edft_img294.gif" alt="$p\" eq="" />; <img width="91" height="37" align="MIDDLE" border="0" src="proxy.php?url=https://technick.net/img/guide_edft/guide_edft_img295.gif" alt="$d(p,p)=0$" />, (b) <img width="132" height="37" align="MIDDLE" border="0" src="proxy.php?url=https://technick.net/img/guide_edft/guide_edft_img296.gif" alt="$d(p,q)=d(q,p)$" />, (c)
<!-- MATH
$d(p,q)\leq d(p,r)+d(r,q)$
--><img width="205" height="37" align="MIDDLE" border="0" src="proxy.php?url=https://technick.net/img/guide_edft/guide_edft_img297.gif" alt="$d(p,q)\" eq="" p="" d="" q="q" />, for any <img width="54" height="34" align="MIDDLE" border="0" src="proxy.php?url=https://technick.net/img/guide_edft/guide_edft_img298.gif" alt="$r\" n="" /> [<a href="proxy.php?url=https://technick.net/guides/theory/edft/023#Rudin">Rudin 1964</a>].</p>
- 15. Bibliographyhttps://technick.net/guides/theory/dar/015/Sun, 01 Mar 1998 00:00:00 +0000https://technick.net/guides/theory/dar/015/<p style="background-color:#FFFFAA;border:1px solid red;padding:0.5em;"><strong>NOTE: THIS DOCUMENT IS OBSOLETE, PLEASE CHECK THE NEW VERSION:</strong> "<a href="proxy.php?url=http://ccrma.stanford.edu/~jos/resample/">The Digital Audio Resampling Home Page</a>", by <a href="proxy.php?url=http://ccrma.stanford.edu/~jos/"> Julius O. Smith III</a>, Copyright © <i>2016-05-17</i> by <a href="proxy.php?url=http://ccrma.stanford.edu/~jos/"> Julius O. Smith III</a> - <a href="proxy.php?url=http://ccrma.stanford.edu/">Center for Computer Research in Music and Acoustics (CCRMA),</a> <a href="proxy.php?url=http://www.stanford.edu/"> Stanford University</a></p>
<p align="center"><font size="2"><b><a href="proxy.php?url=https://technick.net/guides/theory/dar/014"><< Previous page</a> <a href="proxy.php?url=https://technick.net/guides/theory/dar/000">TOC</a> <a href="proxy.php?url=https://technick.net/guides/theory/dar/016">Next page >></a></b></font></p><blockquote><h3>Bibliography</h3><dl compact="compact"><dd><p></p><dt><a name="Crochiere"> Crochiere and Rabiner 1983</a><dd>Crochiere, R., and L. R. Rabiner. 1983.<br /><em>Multirate <a href="proxy.php?url=http://www.dsptutor.freeuk.com/" target="_blank">Digital Signal Processing</a></em>.<br />Englewood Cliffs, NJ: Prentice-Hall, Inc.<p></p><dt><a name="DSPC">Digital Signal Processing Committee 1979a</a><dd><a href="proxy.php?url=http://www.dsptutor.freeuk.com/" target="_blank">Digital Signal Processing</a> Committee (ed). 1979a.<br /><em>Programs for <a href="proxy.php?url=http://www.dsptutor.freeuk.com/" target="_blank">Digital Signal Processing</a></em>.<br />New York: IEEE Press.<p></p>
- 15. Caring for Your Batteries from Birth to Retirementhttps://technick.net/guides/electronics/bpw/c15_01/Sun, 01 Mar 1998 00:00:00 +0000https://technick.net/guides/electronics/bpw/c15_01/<p align="center"><font size="2"><a href="proxy.php?url=https://technick.net/guides/electronics/bpw/c14_03"><< Previous page</a> <a href="proxy.php?url=https://technick.net/guides/electronics/bpw/00_toc">INDEX</a> <a href="proxy.php?url=https://technick.net/guides/electronics/bpw/c15_02">Next page >></a></font></p><blockquote><h3>15. Caring for Your Batteries from Birth to Retirement</h3><p> It is interesting to observe that batteries cared for by a single
user generally last longer than those that operate in an open
fleet system where everyone has access to, but no one is accountable
for them. There are two distinct groups of battery users — the
personal user and the fleet operator.
</p><p><img src="proxy.php?url=https://technick.net/img/guide_bpw2/c15_01.gif" width="232" height="120" vspace="19" hspace="19" align="left" border="0" alt="" />A
personal user is one who operates a mobile phone, a laptop
computer or a video camera for business or pleasure. He or
she will most likely follow the recommended guidelines in
caring for the battery. The user will get to know the irregularities
of the battery. When the runtime gets low, the battery often
gets serviced or replaced. Critical failures are rare because
the owner adjusts to the performance of the battery and lowers
expectations as the battery ages.</p>
- 15. Caring for Your Batteries from Birth to Retirement 2https://technick.net/guides/electronics/bpw/c15_02/Sun, 01 Mar 1998 00:00:00 +0000https://technick.net/guides/electronics/bpw/c15_02/<p align="center"><font size="2"><a href="proxy.php?url=https://technick.net/guides/electronics/bpw/c15_01"><< Previous page</a> <a href="proxy.php?url=https://technick.net/guides/electronics/bpw/00_toc">INDEX</a> <a href="proxy.php?url=https://technick.net/guides/electronics/bpw/c15_03">Next page >></a></font></p><blockquote><h4>15.1 Storage</h4><p> </p><p>Batteries are a perishable product and start
deteriorating right from the time they leave the manufacturing
plant. For this reason, it is not advisable to stock up on
batteries for future use. This is especially true with lithium-based
batteries. The buyer should also be aware of the manufacturing
date. Avoid acquiring old stock.</p> <p><img src="proxy.php?url=https://technick.net/img/guide_bpw2/c15_02.gif" width="242" height="102" vspace="19" hspace="19" align="right" border="0" alt="" />Keep
batteries in a cool and dry storage area. Refrigerators are
recommended, but freezers must be avoided because most battery
chemistries are not suited for storage in sub-freezing temperatures.
When refrigerated, the battery should be placed in a plastic
bag to protect it against condensation.</p>
- 15. Caring for Your Batteries from Birth to Retirement 3https://technick.net/guides/electronics/bpw/c15_03/Sun, 01 Mar 1998 00:00:00 +0000https://technick.net/guides/electronics/bpw/c15_03/<p align="center"><font size="2"><a href="proxy.php?url=https://technick.net/guides/electronics/bpw/c15_02"><< Previous page</a> <a href="proxy.php?url=https://technick.net/guides/electronics/bpw/00_toc">INDEX</a> <a href="proxy.php?url=https://technick.net/guides/electronics/bpw/c15_04">Next page >></a></font></p><blockquote><h4>15.2 Priming</h4><p> </p><p>Some nickel-based batteries do not perform well
when new. This deficiency is often caused by lack of formatting
at the time of manufacturing. Batteries that are not sufficiently
formatted are destined to fail because the initial capacity
is low. The full potential is only reached after the battery
has been cycled a few times. In many cases, the user does
not have the patience to wait until the expected performance
is reached. Instead, the customer exercises the warranty return
option.</p>
- 15. Caring for Your Batteries from Birth to Retirement 4https://technick.net/guides/electronics/bpw/c15_04/Sun, 01 Mar 1998 00:00:00 +0000https://technick.net/guides/electronics/bpw/c15_04/<p align="center"><font size="2"><a href="proxy.php?url=https://technick.net/guides/electronics/bpw/c15_03"><< Previous page</a> <a href="proxy.php?url=https://technick.net/guides/electronics/bpw/00_toc">INDEX</a> <a href="proxy.php?url=https://technick.net/guides/electronics/bpw/c15_05">Next page >></a></font></p><blockquote><h4>15.3 The Million Dollar Battery Problem</h4><p> </p><p>In today’s surging mobile phone market, many
batteries are returned to mobile phone carriers before the
ink on the invoice has dried. The most common consumer complaint
is ‘less than expected’ runtime.</p> <p>The reasons for this failure are multi-fold.
The battery may not have been properly formatted at the factory.
Perhaps the packs remained on the shelf too long or have been
discharged too low. Incorrect customer preparation is also
to blame. The true reason for such failure may never be known.</p>
- 15. Caring for Your Batteries from Birth to Retirement 5https://technick.net/guides/electronics/bpw/c15_05/Sun, 01 Mar 1998 00:00:00 +0000https://technick.net/guides/electronics/bpw/c15_05/<p align="center"><font size="2"><a href="proxy.php?url=https://technick.net/guides/electronics/bpw/c15_04"><< Previous page</a> <a href="proxy.php?url=https://technick.net/guides/electronics/bpw/00_toc">INDEX</a> <a href="proxy.php?url=https://technick.net/guides/electronics/bpw/c15_06">Next page >></a></font></p><blockquote><h4>15.4 To the Service Counter, and No Further</h4><p> </p><p>Not all manufacturers and dealers offer battery-refurbishing
centers. If not available, a program is gaining popularity
in which the battery is serviced at the store level. When
a customer returns a faulty battery, the pack goes no further
than the store that sold the equipment.</p> <p>The customer service clerk checks the battery
on site with approved test equipment. An attempt is made to
restore the battery. If not successful and a warranty replacement
is needed, a service report is issued, which is sent to the
manufacturer by fax or e-mail. After verifying the report,
the manufacturer offers replacement batteries as part of the
warranty replacement policy.</p>
- 15. Caring for Your Batteries from Birth to Retirement 6https://technick.net/guides/electronics/bpw/c15_06/Sun, 01 Mar 1998 00:00:00 +0000https://technick.net/guides/electronics/bpw/c15_06/<p align="center"><font size="2"><a href="proxy.php?url=https://technick.net/guides/electronics/bpw/c15_05"><< Previous page</a> <a href="proxy.php?url=https://technick.net/guides/electronics/bpw/00_toc">INDEX</a> <a href="proxy.php?url=https://technick.net/guides/electronics/bpw/c15_07">Next page >></a></font></p><blockquote><h4>15.5 The Quick Fix</h4><p> </p><p>Checking a battery and assessing its status within
a few minutes is one thing — finding a solution and actually
fixing the problem is another. Increasingly, customers and
dealers alike are seeking an alternative solution to replacing
the batteries under warranty. They want a quick fix.</p> <p>Fully automated test procedures are being developed
which check the battery and apply a quick-prime program to
wake up a sleeping battery. The program will last from a few
minutes for an easy wake-up call, to an hour or longer
for the deep-sleepers.</p>
- 15. Caring for Your Batteries from Birth to Retirement 7https://technick.net/guides/electronics/bpw/c15_07/Sun, 01 Mar 1998 00:00:00 +0000https://technick.net/guides/electronics/bpw/c15_07/<p align="center"><font size="2"><a href="proxy.php?url=https://technick.net/guides/electronics/bpw/c15_06"><< Previous page</a> <a href="proxy.php?url=https://technick.net/guides/electronics/bpw/00_toc">INDEX</a> <a href="proxy.php?url=https://technick.net/guides/electronics/bpw/c15_08">Next page >></a></font></p><blockquote><h4>15.6 Battery Warranty</h4><p> </p><p>Some manufacturers of industrial batteries provide
warranties of up to 18 months. A free exchange is offered
if the battery fails to meet 80 percent of the rated
capacity throughout the warranty period. (I hasten to mention
that these warranty policies apply to markets other than mobile
phones.)</p> <p>But what happens if such a battery is returned
for warranty? Will the dealer replace the pack without hesitation?
Rarely.</p>
- 15. Caring for Your Batteries from Birth to Retirement 8https://technick.net/guides/electronics/bpw/c15_08/Sun, 01 Mar 1998 00:00:00 +0000https://technick.net/guides/electronics/bpw/c15_08/<p align="center"><font size="2"><a href="proxy.php?url=https://technick.net/guides/electronics/bpw/c15_07"><< Previous page</a> <a href="proxy.php?url=https://technick.net/guides/electronics/bpw/00_toc">INDEX</a> <a href="proxy.php?url=https://technick.net/guides/electronics/bpw/c16_01">Next page >></a></font></p><blockquote><h4>15.7 Battery Recycling</h4><p> </p><p>Even though the emphasis in battery research
has shifted away from NiCd to newer technologies, the NiCd
battery continues to be one of the most used rechargeable
batteries. Over 75 million NiCd batteries were sold in
the US during the year 2000. Market reports indicate that
the demand of NiCd batteries is expected to rise six percent
per year until 2003. The demand for other chemistries, such
as the NiMH and Li-ion family, is rising at a more rapid
pace. Where will the mountains of batteries go when spent?
The answer is recycling.</p>
- 15. Specific Normshttps://technick.net/guides/theory/edft/015/Sun, 01 Mar 1998 00:00:00 +0000https://technick.net/guides/theory/edft/015/<p style="background-color:#FFFFAA;border:1px solid red;padding:0.5em;"><strong>NOTE: THIS DOCUMENT IS OBSOLETE, PLEASE CHECK THE NEW VERSION:</strong> "<a href="proxy.php?url=http://ccrma.stanford.edu/~jos/filters/">Introduction to Digital Filters with Audio Applications</a>", by <a href="proxy.php?url=http://ccrma.stanford.edu/~jos/"> Julius O. Smith III</a>, Copyright © <i>2017-11-26</i> by <a href="proxy.php?url=http://ccrma.stanford.edu/~jos/"> Julius O. Smith III</a> - <a href="proxy.php?url=http://ccrma.stanford.edu/">Center for Computer Research in Music and Acoustics (CCRMA),</a> <a href="proxy.php?url=http://www.stanford.edu/"> Stanford University</a></p>
<p align="center"><font size="2"><b><a href="proxy.php?url=https://technick.net/guides/theory/edft/014"><< Previous page</a> <a href="proxy.php?url=https://technick.net/guides/theory/edft/000">TOC</a> <a href="proxy.php?url=https://technick.net/guides/theory/edft/022">INDEX</a> <a href="proxy.php?url=https://technick.net/guides/theory/edft/016">Next page >></a></b></font></p><blockquote><h3>Specific Norms</h3><p>The <i><img width="27" height="34" align="MIDDLE" border="0" src="proxy.php?url=https://technick.net/img/guide_edft/guide_edft_img323.gif" alt="$Lp$" /> <a href="proxy.php?url=http://mathworld.wolfram.com/topics/Norms.html" target="_blank">norms</a></i><a name="2506"></a> are defined on the space <img width="27" height="34" align="MIDDLE" border="0" src="proxy.php?url=https://technick.net/img/guide_edft/guide_edft_img323.gif" alt="$Lp$" /> by<br /></p><p></p><div align="CENTER"><!-- MATH
\begin{displaymath}
\left\|\,F\,\right\|_p \isdef \left( \frac{1}{ 2\pi} \int_{-\pi}^\pi \left|F(e^{j\omega})\right|^p {d\omega\over 2\pi}
\right)^{1/p}, \quad p\geq 1
.
\end{displaymath}
--><a name="eq:lpnorm"></a><a name="eq:lpnorm"></a><img width="393" height="65" border="0" src="proxy.php?url=https://technick.net/img/guide_edft/guide_edft_img331.gif" alt="\" egin="" isplaymath="" eft\vert="" ight\vert="" p="" sdef="" eft="" rac="" i="" t\vert="" p="" omega\over="" i="" ight="" p="" uad="" eq="" nd="" isplaymath="" /></div><br clear="ALL" /><p></p>
- 16. About this documenthttps://technick.net/guides/theory/dar/016/Sun, 01 Mar 1998 00:00:00 +0000https://technick.net/guides/theory/dar/016/<p style="background-color:#FFFFAA;border:1px solid red;padding:0.5em;"><strong>NOTE: THIS DOCUMENT IS OBSOLETE, PLEASE CHECK THE NEW VERSION:</strong> "<a href="proxy.php?url=http://ccrma.stanford.edu/~jos/resample/">The Digital Audio Resampling Home Page</a>", by <a href="proxy.php?url=http://ccrma.stanford.edu/~jos/"> Julius O. Smith III</a>, Copyright © <i>2016-05-17</i> by <a href="proxy.php?url=http://ccrma.stanford.edu/~jos/"> Julius O. Smith III</a> - <a href="proxy.php?url=http://ccrma.stanford.edu/">Center for Computer Research in Music and Acoustics (CCRMA),</a> <a href="proxy.php?url=http://www.stanford.edu/"> Stanford University</a></p>
<p align="center"><font size="2"><b><a href="proxy.php?url=https://technick.net/guides/theory/dar/015"><< Previous page</a> <a href="proxy.php?url=https://technick.net/guides/theory/dar/000">TOC</a> </b></font></p><blockquote><h3>About this document</h3><p>This document is a new HTML formatted version published by permission of:<br /><br /><a href="proxy.php?url=https://ccrma.stanford.edu/~jos//resample/" target="_blank"><b>The Digital Audio Resampling Home Page</b></a> by <a href="proxy.php?url=https://ccrma.stanford.edu/~jos//" target="_blank">Julius O. Smith III</a>, Last updated January 17, 2000.<br /> Julius O. Smith III, Ph.D. Dissertation, <a href="proxy.php?url=http://www-ccrma.stanford.edu/" target="_blank">Center for Computer Research in Music and Acoustics (CCRMA)</a>, Department
of Electrical Engineering, <a href="proxy.php?url=http://www.stanford.edu/" target="_blank">Stanford University</a>, June 1983...<br /><br /><b>Copyright © <i>2000-09-19</i> by <a href="proxy.php?url=https://ccrma.stanford.edu/~jos//" target="_blank"> Julius O. Smith III</a></b><br /><br /><br /></p>
- 16. Concavity (Convexity)https://technick.net/guides/theory/edft/016/Sun, 01 Mar 1998 00:00:00 +0000https://technick.net/guides/theory/edft/016/<p style="background-color:#FFFFAA;border:1px solid red;padding:0.5em;"><strong>NOTE: THIS DOCUMENT IS OBSOLETE, PLEASE CHECK THE NEW VERSION:</strong> "<a href="proxy.php?url=http://ccrma.stanford.edu/~jos/filters/">Introduction to Digital Filters with Audio Applications</a>", by <a href="proxy.php?url=http://ccrma.stanford.edu/~jos/"> Julius O. Smith III</a>, Copyright © <i>2017-11-26</i> by <a href="proxy.php?url=http://ccrma.stanford.edu/~jos/"> Julius O. Smith III</a> - <a href="proxy.php?url=http://ccrma.stanford.edu/">Center for Computer Research in Music and Acoustics (CCRMA),</a> <a href="proxy.php?url=http://www.stanford.edu/"> Stanford University</a></p>
<p align="center"><font size="2"><b><a href="proxy.php?url=https://technick.net/guides/theory/edft/015"><< Previous page</a> <a href="proxy.php?url=https://technick.net/guides/theory/edft/000">TOC</a> <a href="proxy.php?url=https://technick.net/guides/theory/edft/022">INDEX</a> <a href="proxy.php?url=https://technick.net/guides/theory/edft/017">Next page >></a></b></font></p><blockquote><h3>Concavity (Convexity)</h3><p><b>Definition. </b>A set <img width="17" height="18" align="BOTTOM" border="0" src="proxy.php?url=https://technick.net/img/guide_edft/guide_edft_img378.gif" alt="$S$" /> is said to be <i><a href="proxy.php?url=http://mathworld.wolfram.com/Convex.html" target="_blank">concave</a></i><a name="2579"></a> if for every
vector <img width="15" height="17" align="BOTTOM" border="0" src="proxy.php?url=https://technick.net/img/guide_edft/guide_edft_img224.gif" alt="$x$" /> and <img width="15" height="33" align="MIDDLE" border="0" src="proxy.php?url=https://technick.net/img/guide_edft/guide_edft_img225.gif" alt="$y$" /> in <img width="17" height="18" align="BOTTOM" border="0" src="proxy.php?url=https://technick.net/img/guide_edft/guide_edft_img378.gif" alt="$S$" />, <!-- MATH
$\lambda x + (1-\lambda) y$
--><img width="117" height="37" align="MIDDLE" border="0" src="proxy.php?url=https://technick.net/img/guide_edft/guide_edft_img379.gif" alt="$\" ambda="" ambda="" /> is in <img width="17" height="18" align="BOTTOM" border="0" src="proxy.php?url=https://technick.net/img/guide_edft/guide_edft_img378.gif" alt="$S$" /> for
all <!-- MATH
$0\leq
\lambda \leq 1$
--><img width="85" height="34" align="MIDDLE" border="0" src="proxy.php?url=https://technick.net/img/guide_edft/guide_edft_img380.gif" alt="$0\" eq="" ambda="" eq="" />. In other words, all points on the line between two points
of <img width="17" height="18" align="BOTTOM" border="0" src="proxy.php?url=https://technick.net/img/guide_edft/guide_edft_img378.gif" alt="$S$" /> lie in <img width="17" height="18" align="BOTTOM" border="0" src="proxy.php?url=https://technick.net/img/guide_edft/guide_edft_img378.gif" alt="$S$" />.</p>
- 16. Practical Battery Tipshttps://technick.net/guides/electronics/bpw/c16_01/Sun, 01 Mar 1998 00:00:00 +0000https://technick.net/guides/electronics/bpw/c16_01/<p align="center"><font size="2"><a href="proxy.php?url=https://technick.net/guides/electronics/bpw/c15_08"><< Previous page</a> <a href="proxy.php?url=https://technick.net/guides/electronics/bpw/00_toc">INDEX</a> <a href="proxy.php?url=https://technick.net/guides/electronics/bpw/c16_02">Next page >></a></font></p><blockquote><h3>16. Practical Battery Tips</h3><p> Batteries seem to have a mind of their own. Their stubborn and
unpredictable behavior has left many battery users in awkward
situations. In fact, the British Army could have lost the Falkland
War in 1982 because of uncooperative batteries. The army assumed
that a battery would always follow rigid military specifications.
Not so. When the order was given to launch the portable missiles,
nothing happened and the missiles did not fly that day. Such
battery-induced letdowns happen on a daily basis. Some are simply
a nuisance, others have serious consequences.
</p>
- 16. Practical Battery Tips 2https://technick.net/guides/electronics/bpw/c16_02/Sun, 01 Mar 1998 00:00:00 +0000https://technick.net/guides/electronics/bpw/c16_02/<p align="center"><font size="2"><a href="proxy.php?url=https://technick.net/guides/electronics/bpw/c16_01"><< Previous page</a> <a href="proxy.php?url=https://technick.net/guides/electronics/bpw/00_toc">INDEX</a> <a href="proxy.php?url=https://technick.net/guides/electronics/bpw/c16_03">Next page >></a></font></p><blockquote><h4>16.2 The Correct Battery for the Job</h4><p> </p><p>What is the best battery choice? The requirements
differ between personal users and fleet operators. The personal
user can choose batteries in various sizes and chemistries.
Cost is a factor for many. If a smaller and less energy-dense
battery is chosen, a spare battery may be carried to assure
continued service.</p> <p><img src="proxy.php?url=https://technick.net/img/guide_bpw2/c16_01.gif" width="262" height="98" vspace="19" hspace="19" align="right" border="0" alt="" />The
energy requirements are quite different with fleet operators.
The equipment is matched with a battery designed to run for
a specified number of hours per shift. A degradation
factor to compensate for battery aging is taken into account.
A reserve capacity is added to allow for unforeseen activities.
Allowing an aging degradation factor of 20 percent and
providing a reserve capacity of 20 percent will reduce
the usable battery capacity from 100 percent to 60 percent
in a worst-case scenario. Such a large percentage of
reserve capacity may not always be practical but the equipment
manufacturers should consider these safety factors when fitting
the portable devices with a battery.</p>
- 16. Practical Battery Tips 3https://technick.net/guides/electronics/bpw/c16_03/Sun, 01 Mar 1998 00:00:00 +0000https://technick.net/guides/electronics/bpw/c16_03/<p align="center"><font size="2"><a href="proxy.php?url=https://technick.net/guides/electronics/bpw/c16_02"><< Previous page</a> <a href="proxy.php?url=https://technick.net/guides/electronics/bpw/00_toc">INDEX</a> <a href="proxy.php?url=https://technick.net/guides/electronics/bpw/c17_01">Next page >></a></font></p><blockquote><h4>16.3 Battery Analyzers for Critical Missions</h4><p> </p><p>Occasionally, a customer will call Cadex because
their battery analyzer appears faulty. The complaint: the
battery no longer indicates correct capacity readings. In
most cases, the customer has just purchased new batteries.
When testing these new packs, the capacities read 50 to 70 percent.
The customer assumes that, “Naturally, if two or more of these
brand new batteries show low readings, it can only be the
analyzer’s fault.” </p>
- 17. Concave Normshttps://technick.net/guides/theory/edft/017/Sun, 01 Mar 1998 00:00:00 +0000https://technick.net/guides/theory/edft/017/<p style="background-color:#FFFFAA;border:1px solid red;padding:0.5em;"><strong>NOTE: THIS DOCUMENT IS OBSOLETE, PLEASE CHECK THE NEW VERSION:</strong> "<a href="proxy.php?url=http://ccrma.stanford.edu/~jos/filters/">Introduction to Digital Filters with Audio Applications</a>", by <a href="proxy.php?url=http://ccrma.stanford.edu/~jos/"> Julius O. Smith III</a>, Copyright © <i>2017-11-26</i> by <a href="proxy.php?url=http://ccrma.stanford.edu/~jos/"> Julius O. Smith III</a> - <a href="proxy.php?url=http://ccrma.stanford.edu/">Center for Computer Research in Music and Acoustics (CCRMA),</a> <a href="proxy.php?url=http://www.stanford.edu/"> Stanford University</a></p>
<p align="center"><font size="2"><b><a href="proxy.php?url=https://technick.net/guides/theory/edft/016"><< Previous page</a> <a href="proxy.php?url=https://technick.net/guides/theory/edft/000">TOC</a> <a href="proxy.php?url=https://technick.net/guides/theory/edft/022">INDEX</a> <a href="proxy.php?url=https://technick.net/guides/theory/edft/018">Next page >></a></b></font></p><blockquote><h3>Concave Norms</h3><p>A desirable property of the error <a href="proxy.php?url=http://mathworld.wolfram.com/topics/Norms.html" target="_blank">norm</a> minimized by a <a href="proxy.php?url=https://ccrma.stanford.edu/~jos//WinFlt/Problem_Statement.html" target="_blank">filter-design</a>technique is <a href="proxy.php?url=http://mathworld.wolfram.com/Convex.html" target="_blank">concavity</a><a name="2606"></a> of the
error norm with respect to the <a href="proxy.php?url=https://technick.net/guides/theory/edft/010">filter</a> coefficients. When this holds,
the error surface ``looks like a bowl,'' and the <i>global minimum</i>can be found by iteratively moving the parameters in the ``downhill''
(negative <a href="proxy.php?url=http://mathworld.wolfram.com/Gradient.html" target="_blank">gradient</a>) direction. The advantages of concavity are
evident from the following classical results.</p>
- 17. Did you know . . . ?https://technick.net/guides/electronics/bpw/c17_01/Sun, 01 Mar 1998 00:00:00 +0000https://technick.net/guides/electronics/bpw/c17_01/<p align="center"><font size="2"><a href="proxy.php?url=https://technick.net/guides/electronics/bpw/c16_03"><< Previous page</a> <a href="proxy.php?url=https://technick.net/guides/electronics/bpw/00_toc">INDEX</a> <a href="proxy.php?url=https://technick.net/guides/electronics/bpw/c17_02">Next page >></a></font></p><blockquote><h3>17. Did you know . . . ?</h3><p> Technological advancements usually take off shortly after a
major breakthrough has occurred. Electricity was discovered
circa 1600 AD (or earlier). At that time, electric power
had few other applications than creating sparks and experimenting
with twitching frog legs. Once the relationship with magnetism
was discovered in the mid 1800s, generators were invented that
produced a steady flow of electricity. Motors followed that
enabled mechanical movement and the Edison light bulb was invented
to conquer the dark.
</p>
- 17. Did you know . . . ? 2https://technick.net/guides/electronics/bpw/c17_02/Sun, 01 Mar 1998 00:00:00 +0000https://technick.net/guides/electronics/bpw/c17_02/<p align="center"><font size="2"><a href="proxy.php?url=https://technick.net/guides/electronics/bpw/c17_01"><< Previous page</a> <a href="proxy.php?url=https://technick.net/guides/electronics/bpw/00_toc">INDEX</a> <a href="proxy.php?url=https://technick.net/guides/electronics/bpw/c17_03">Next page >></a></font></p><blockquote><h4>17.1 The Cost of Mobile Power</h4><p> </p><p>Among the common power sources, energy from non-rechargeable
batteries is the most expensive. Figure 17-1 reflects
the cost per kWh using non-rechargeable batteries, also referred
to as primary batteries. In addition, non-rechargeable batteries
have a high internal cell resistance, which limits their use
to light loads with low discharge currents. </p> <p>In the last few decades, there has been a shift
from non-rechargeable to rechargeable batteries, also known
as secondary batteries. The convenience of recharging, low
cost and reliable operation have contributed to this. Another
reason for the increased popularity of the secondary battery
is the larger energy densities available. Some of the newer
rechargeable lithium systems now approach or exceed the energy
density of a primary battery.<br /> <br /> </p>
- 17. Did you know . . . ? 3https://technick.net/guides/electronics/bpw/c17_03/Sun, 01 Mar 1998 00:00:00 +0000https://technick.net/guides/electronics/bpw/c17_03/<p align="center"><font size="2"><a href="proxy.php?url=https://technick.net/guides/electronics/bpw/c17_02"><< Previous page</a> <a href="proxy.php?url=https://technick.net/guides/electronics/bpw/00_toc">INDEX</a> <a href="proxy.php?url=https://technick.net/guides/electronics/bpw/c17_04">Next page >></a></font></p><blockquote><h4>17.2 The Fuel Cell</h4><p> </p><p>A fuel cell is an electrochemical device which
combines hydrogen fuel with oxygen to produce electric power,
heat and water. In many ways, the fuel cell resembles a battery.
Rather than applying a periodic recharge, a continuous supply
of oxygen and hydrogen is supplied from the outside. Oxygen
is drawn from the air and hydrogen is carried as a fuel in
a pressurized container. As alternative fuel, methanol, propane,
butane and natural gas can be used.</p>
- 17. Did you know . . . ? 4https://technick.net/guides/electronics/bpw/c17_04/Sun, 01 Mar 1998 00:00:00 +0000https://technick.net/guides/electronics/bpw/c17_04/<p align="center"><font size="2"><a href="proxy.php?url=https://technick.net/guides/electronics/bpw/c17_03"><< Previous page</a> <a href="proxy.php?url=https://technick.net/guides/electronics/bpw/00_toc">INDEX</a> <a href="proxy.php?url=https://technick.net/guides/electronics/bpw/c17_05">Next page >></a></font></p><blockquote><p> </p><p><b>Types of fuel cells</b> — Several variations
of fuel cell systems have emerged. The most common are the
previously mentioned and most widely developed PEMFC systems
using a polymer electrolyte. This system is aimed at vehicles
and portable electronics. Several developers are also targeting
stationary applications. The alkaline system, which uses a
liquid electrolyte, is the preferred fuel cell for aerospace
applications, including the space shuttle. Molten carbonate,
phosphoric acid and solid oxide fuel cells are reserved for
stationary applications, such as power generating plants for
electric utilities. Among these stationary systems, the solid
oxide fuel cell system is the least developed but has received
renewed attention due to breakthroughs in cell material and
stack designs.</p>
- 17. Did you know . . . ? 5https://technick.net/guides/electronics/bpw/c17_05/Sun, 01 Mar 1998 00:00:00 +0000https://technick.net/guides/electronics/bpw/c17_05/<p align="center"><font size="2"><a href="proxy.php?url=https://technick.net/guides/electronics/bpw/c17_04"><< Previous page</a> <a href="proxy.php?url=https://technick.net/guides/electronics/bpw/00_toc">INDEX</a> <a href="proxy.php?url=https://technick.net/guides/electronics/bpw/c17_06">Next page >></a></font></p><blockquote><p> </p><p><b>Applications</b> — The fuel cell is being
considered as an eventual replacement for the internal combustion
engine for cars, trucks and buses. Major car manufacturers
have teamed up with fuel cell research centers or are doing
their own development. There are plans for mass-producing
cars running on fuel cells. However, because of the low operating
cost of the combustion engine, and some unresolved technical
challenges of the fuel cell, experts predict that a large
scale implementation of the fuel cell to power cars will not
occur before 2015, or even 2020.</p>
- 17. Did you know . . . ? 6https://technick.net/guides/electronics/bpw/c17_06/Sun, 01 Mar 1998 00:00:00 +0000https://technick.net/guides/electronics/bpw/c17_06/<p align="center"><font size="2"><a href="proxy.php?url=https://technick.net/guides/electronics/bpw/c17_05"><< Previous page</a> <a href="proxy.php?url=https://technick.net/guides/electronics/bpw/00_toc">INDEX</a> <a href="proxy.php?url=https://technick.net/guides/electronics/bpw/c18_01">Next page >></a></font></p><blockquote><h4>17.3 The Electric Vehicle</h4><p> </p><p>In a bid to lower air pollution in big cities,
much emphasis has been placed on the electric car. The notion
of driving a clean, quiet and light vehicle appeals to many
city dwellers. Being able to charge the car at home for only
a dollar a day and escape heavy fuel taxes (at least for the
time being) makes the electric car even more attractive.</p>
- 17. Footnoteshttps://technick.net/guides/theory/dar/017/Sun, 01 Mar 1998 00:00:00 +0000https://technick.net/guides/theory/dar/017/<p style="background-color:#FFFFAA;border:1px solid red;padding:0.5em;"><strong>NOTE: THIS DOCUMENT IS OBSOLETE, PLEASE CHECK THE NEW VERSION:</strong> "<a href="proxy.php?url=http://ccrma.stanford.edu/~jos/resample/">The Digital Audio Resampling Home Page</a>", by <a href="proxy.php?url=http://ccrma.stanford.edu/~jos/"> Julius O. Smith III</a>, Copyright © <i>2016-05-17</i> by <a href="proxy.php?url=http://ccrma.stanford.edu/~jos/"> Julius O. Smith III</a> - <a href="proxy.php?url=http://ccrma.stanford.edu/">Center for Computer Research in Music and Acoustics (CCRMA),</a> <a href="proxy.php?url=http://www.stanford.edu/"> Stanford University</a></p>
<p align="center"><font size="2"><b><a href="proxy.php?url=javascript:parent.main.history.back()"><< Previous page</a> <a href="proxy.php?url=https://technick.net/guides/theory/dar/000">TOC</a> </b></font></p><blockquote><h3>Footnotes</h3><dl><dt><a name="foot992">... kHz.</a><a name="foot992" href="proxy.php?url=https://technick.net/guides/theory/dar/008#tex2html17"><sup>1</sup></a><dd>We arbitrarily define the <img width="23" height="17" align="BOTTOM" border="0" src="proxy.php?url=https://technick.net/img/guide_dar/guide_dar_img101.gif" alt="$20$" />% guard band as a
percentage of half the <a href="proxy.php?url=https://ccrma.stanford.edu/~jos//st/Shannon_s_Sampling_Theorem.html" target="_blank">sampling rate</a> actually used, not as <img width="23" height="17" align="BOTTOM" border="0" src="proxy.php?url=https://technick.net/img/guide_dar/guide_dar_img101.gif" alt="$20$" />% of the
desired <img width="23" height="17" align="BOTTOM" border="0" src="proxy.php?url=https://technick.net/img/guide_dar/guide_dar_img101.gif" alt="$20$" /> kHz bandwidth which would call for a <img width="23" height="17" align="BOTTOM" border="0" src="proxy.php?url=https://technick.net/img/guide_dar/guide_dar_img104.gif" alt="$48$" /> kHz sampling rate.<pre>.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.</pre></dd></dt></dl></blockquote><p align="center"><font size="2"><b><a href="proxy.php?url=javascript:parent.main.history.back()"><< Previous page</a> <a href="proxy.php?url=https://technick.net/guides/theory/dar/000">TOC</a> </b></font></p>
- 18. Beginnings and Horizonshttps://technick.net/guides/electronics/bpw/c18_01/Sun, 01 Mar 1998 00:00:00 +0000https://technick.net/guides/electronics/bpw/c18_01/<p align="center"><font size="2"><a href="proxy.php?url=https://technick.net/guides/electronics/bpw/c17_06"><< Previous page</a> <a href="proxy.php?url=https://technick.net/guides/electronics/bpw/00_toc">INDEX</a> <a href="proxy.php?url=https://technick.net/guides/electronics/bpw/c18_02">Next page >></a></font></p><blockquote><h3>18. Beginnings and Horizons</h3><p><h4>18.1 About the Author</h4> </p><p>A versatile inventor, researcher and writer,
Mr. Isidor Buchmann is the president, founder and CEO
of Cadex Electronics Inc., located in Richmond (Vancouver),
Canada.</p> <p>Fascinated by electronics during his high school
years, Mr. Buchmann took to inventing at an early age, designing
a fuel-powered engine that was based on continuous combustion.
His drawings and theory of operation were reviewed by Felix
Wankel, inventor of the Wankel Rotary Engine, who kindly replied
that while the design was indeed unique and original, manufacturing
would be too expensive to be commercially viable. Further
to his credit, Mr. Buchmann invented a broadcast radio that
ran on no power — it required only an antenna and a ground
connection (it didn’t even use a battery). Mr. Buchmann sold
several of these radio receivers to his family and colleagues
and later set up a workshop in the attic where he restored
and resold old radios. After high school, a four-year apprenticeship
as a Radio Technician brought him practical experience in
a workshop environment as well as academic theory. Finally,
his experience with radio communications in the Swiss army
led to his decision to make electronics his life's work.</p>
- 18. Beginnings and Horizons 2https://technick.net/guides/electronics/bpw/c18_02/Sun, 01 Mar 1998 00:00:00 +0000https://technick.net/guides/electronics/bpw/c18_02/<p align="center"><font size="2"><a href="proxy.php?url=https://technick.net/guides/electronics/bpw/c18_01"><< Previous page</a> <a href="proxy.php?url=https://technick.net/guides/electronics/bpw/00_toc">INDEX</a> <a href="proxy.php?url=https://technick.net/guides/electronics/bpw/c18_03">Next page >></a></font></p><blockquote><h4>18.2 About Cadex</h4><p> </p><p>Cadex Electronics Inc. was established in 1980
in Vancouver, Canada. Isidor Buchmann, founder, president
and CEO recognized that the full potential of nickel cadmium
batteries was not being achieved and developed a battery analyzer
to exercise and rejuvenate them.</p> <p>In its early days, the company operated under
the name Buchmann Enterprises Inc. Until 1983, all activities
were conducted in a small room of the founder’s residence.
In 1985, after the registered trademark for the name ‘Cadex’
was granted, the company changed the corporate name to Cadex
Electronics Inc. Cadex is derived from ‘CADmium-EXerciser.’</p>
- 18. Beginnings and Horizons 3https://technick.net/guides/electronics/bpw/c18_03/Sun, 01 Mar 1998 00:00:00 +0000https://technick.net/guides/electronics/bpw/c18_03/<p align="center"><font size="2"><a href="proxy.php?url=https://technick.net/guides/electronics/bpw/c18_02"><< Previous page</a> <a href="proxy.php?url=https://technick.net/guides/electronics/bpw/00_toc">INDEX</a> <a href="proxy.php?url=https://technick.net/guides/electronics/bpw/c18_04">Next page >></a></font></p><blockquote><h4>18.3 Working with Natural Beauty</h4><p> </p><p>The new Cadex headquarters is nestled in natural
surroundings. The scenic Fraser River lies to the south, a
public park to the east and the Coastal Mountains to the north.
For joggers and cyclists, there is a nature path between the
building and the river.</p> <p>The interior of the building is designed with
employee comfort in mind. It includes a snooker table, a gym,
shower rooms, and several televisions. Balconies with a river
view overlook the outdoor patio, which is used for summer
lunches.</p>
- 18. Beginnings and Horizons 4https://technick.net/guides/electronics/bpw/c18_04/Sun, 01 Mar 1998 00:00:00 +0000https://technick.net/guides/electronics/bpw/c18_04/<p align="center"><font size="2"><a href="proxy.php?url=https://technick.net/guides/electronics/bpw/c18_03"><< Previous page</a> <a href="proxy.php?url=https://technick.net/guides/electronics/bpw/00_toc">INDEX</a> <a href="proxy.php?url=https://technick.net/guides/electronics/bpw/c18_05">Next page >></a></font></p><blockquote><h4>18.5 Cadex Products</h4><p> </p><p>Cadex products are built with one goal in mind
— to make batteries run longer. Cadex has realized the importance
of battery care and is offering equipment to charge, test,
monitor, and restore batteries.</p> <p>Cadex’s core competence is engineering. Over
25 percent of the Cadex staff is active in the Engineering
Department. Existing products are improved on a continual
basis, and new and creative products are added to adjust to
the changing demands of battery users. Key products include:</p>
- 18. Beginnings and Horizons 5https://technick.net/guides/electronics/bpw/c18_05/Sun, 01 Mar 1998 00:00:00 +0000https://technick.net/guides/electronics/bpw/c18_05/<p align="center"><font size="2"><a href="proxy.php?url=https://technick.net/guides/electronics/bpw/c18_04"><< Previous page</a> <a href="proxy.php?url=https://technick.net/guides/electronics/bpw/00_toc">INDEX</a> </font></p><blockquote><p> </p><p><b>Cadex <i>Batteryshop™</i></b> software provides
a simple, yet powerful PC interface to control and monitor
the Cadex <i>7000</i> <i>Series</i> battery analyzers. Running
on Windows 95, 98 and NT, the software enables untrained
staff to test batteries as part of customer service. In addition,
Cadex <i>Batteryshop</i>™ schedules periodic maintenance for
fleet owners and assists battery manufacturers with quality
control.</p> <p>Cadex<i> Batteryshop™</i> includes a database
of over 2000 common battery models. Each battery listing
contains the configuration code (C-code), the data that sets
the analyzer to the correct parameters. A growing number of
the battery listings also include matrices to perform Cadex
<i>Quicktest</i><i>™</i>.</p>
- 18. Gradient Descenthttps://technick.net/guides/theory/edft/018/Sun, 01 Mar 1998 00:00:00 +0000https://technick.net/guides/theory/edft/018/<p style="background-color:#FFFFAA;border:1px solid red;padding:0.5em;"><strong>NOTE: THIS DOCUMENT IS OBSOLETE, PLEASE CHECK THE NEW VERSION:</strong> "<a href="proxy.php?url=http://ccrma.stanford.edu/~jos/filters/">Introduction to Digital Filters with Audio Applications</a>", by <a href="proxy.php?url=http://ccrma.stanford.edu/~jos/"> Julius O. Smith III</a>, Copyright © <i>2017-11-26</i> by <a href="proxy.php?url=http://ccrma.stanford.edu/~jos/"> Julius O. Smith III</a> - <a href="proxy.php?url=http://ccrma.stanford.edu/">Center for Computer Research in Music and Acoustics (CCRMA),</a> <a href="proxy.php?url=http://www.stanford.edu/"> Stanford University</a></p>
<p align="center"><font size="2"><b><a href="proxy.php?url=https://technick.net/guides/theory/edft/017"><< Previous page</a> <a href="proxy.php?url=https://technick.net/guides/theory/edft/000">TOC</a> <a href="proxy.php?url=https://technick.net/guides/theory/edft/022">INDEX</a> <a href="proxy.php?url=https://technick.net/guides/theory/edft/019">Next page >></a></b></font></p><blockquote><h3>Gradient Descent</h3><p><a href="proxy.php?url=http://mathworld.wolfram.com/Convex.html" target="_blank">Concavity</a> is valuable in connection with the <i><a href="proxy.php?url=http://mathworld.wolfram.com/Gradient.html" target="_blank">Gradient</a> Method</i> of
minimizing <!-- MATH
$J({\hat \theta})$
--><img width="41" height="45" align="MIDDLE" border="0" src="proxy.php?url=https://technick.net/img/guide_edft/guide_edft_img400.gif" alt="$J({\" at="" heta="" /> with respect to <img width="14" height="23" align="BOTTOM" border="0" src="proxy.php?url=https://technick.net/img/guide_edft/guide_edft_img402.gif" alt="${\" at="" heta="" />.</p><p><b>Definition. </b>The <i>gradient</i><a name="2630"></a> of the error measure <!-- MATH
$J({\hat \theta})$
--><img width="41" height="45" align="MIDDLE" border="0" src="proxy.php?url=https://technick.net/img/guide_edft/guide_edft_img400.gif" alt="$J({\" at="" heta="" /> is defined as the <!-- MATH
${\hat N}\times 1$
--><img width="54" height="44" align="MIDDLE" border="0" src="proxy.php?url=https://technick.net/img/guide_edft/guide_edft_img403.gif" alt="${\" at="" imes="" /> column vector<br /></p>
- 19. Taylor's Theoremhttps://technick.net/guides/theory/edft/019/Sun, 01 Mar 1998 00:00:00 +0000https://technick.net/guides/theory/edft/019/<p style="background-color:#FFFFAA;border:1px solid red;padding:0.5em;"><strong>NOTE: THIS DOCUMENT IS OBSOLETE, PLEASE CHECK THE NEW VERSION:</strong> "<a href="proxy.php?url=http://ccrma.stanford.edu/~jos/filters/">Introduction to Digital Filters with Audio Applications</a>", by <a href="proxy.php?url=http://ccrma.stanford.edu/~jos/"> Julius O. Smith III</a>, Copyright © <i>2017-11-26</i> by <a href="proxy.php?url=http://ccrma.stanford.edu/~jos/"> Julius O. Smith III</a> - <a href="proxy.php?url=http://ccrma.stanford.edu/">Center for Computer Research in Music and Acoustics (CCRMA),</a> <a href="proxy.php?url=http://www.stanford.edu/"> Stanford University</a></p>
<p align="center"><font size="2"><b><a href="proxy.php?url=https://technick.net/guides/theory/edft/018"><< Previous page</a> <a href="proxy.php?url=https://technick.net/guides/theory/edft/000">TOC</a> <a href="proxy.php?url=https://technick.net/guides/theory/edft/022">INDEX</a> <a href="proxy.php?url=https://technick.net/guides/theory/edft/020">Next page >></a></b></font></p><blockquote><h3>Taylor's Theorem</h3><p><b>Theorem. </b> (Taylor) Every <a href="proxy.php?url=http://mathworld.wolfram.com/Functional.html" target="_blank">functional</a> <!-- MATH
$J:\Re ^{\hat N}\mapsto\Re ^1$
--><img width="110" height="24" align="BOTTOM" border="0" src="proxy.php?url=https://technick.net/img/guide_edft/guide_edft_img441.gif" alt="$J:\" e="" at="" apsto\re="" /> in
<!-- MATH
${\cal C}_2(\Re ^{\hat N})$
--><img width="64" height="46" align="MIDDLE" border="0" src="proxy.php?url=https://technick.net/img/guide_edft/guide_edft_img442.gif" alt="${\" al="" e="" at="" /> has the representation <br /></p>
- 2. A CLOSER LOOKhttps://technick.net/guides/hardware/umg/02_000/Sun, 01 Mar 1998 00:00:00 +0000https://technick.net/guides/hardware/umg/02_000/<hr /><p align="center"><font size="2"><a href="proxy.php?url=https://technick.net/guides/hardware/umg/01_005"><< Previous page</a> <a href="proxy.php?url=https://technick.net/guides/hardware/umg/00_toc">TOC</a> <a href="proxy.php?url=https://technick.net/guides/hardware/umg/02_001">Next page >></a></font></p><blockquote><p><a name="TOC"></a><h3>2. A CLOSER LOOK</h3></p><p><ul><li><a href="proxy.php?url=https://technick.net/guides/hardware/umg/02_001">2.1. WHAT MEMORY LOOKS LIKE</a></li><li><a href="proxy.php?url=https://technick.net/guides/hardware/umg/02_002">2.2. WHERE MEMORY COMES FROM</a></li><li><a href="proxy.php?url=https://technick.net/guides/hardware/umg/02_003">2.3. WHERE MEMORY GOES IN THE COMPUTER</a></li></ul></p></blockquote><p align="center"><font size="2"><a href="proxy.php?url=https://technick.net/guides/hardware/umg/01_005"><< Previous page</a> <a href="proxy.php?url=https://technick.net/guides/hardware/umg/00_toc">TOC</a> <a href="proxy.php?url=https://technick.net/guides/hardware/umg/02_001">Next page >></a></font></p>
- 2. Principles of ESD Controlhttps://technick.net/guides/electronics/esd/002/Sun, 01 Mar 1998 00:00:00 +0000https://technick.net/guides/electronics/esd/002/<p align="center"><font size="2"><b><a href="proxy.php?url=https://technick.net/guides/electronics/esd/001"><< Previous page</a> <a href="proxy.php?url=https://technick.net/guides/electronics/esd/000">INDEX</a> <a href="proxy.php?url=https://technick.net/guides/electronics/esd/003">Next page >></a></b></font></p><blockquote><h3>2. Principles of ESD
Control</h3><p>In <i><a href="proxy.php?url=https://technick.net/guides/electronics/esd/001">Part One</a></i>, we
discussed the basics of electrostatic charge, discharge, types of failures, ESD
events, and device sensitivity. We summarized this discussion as follows:</p><ol> <li>Virtually all materials, even conductors, can be triboelectrically
charged.
</li><li>The level of charge is affected by material type, speed of contact and
separation, humidity, and several other factors.
</li><li>Electrostatic discharge can create catastrophic or latent failures in
electronic components.
</li><li>Electrostatic discharge can occur throughout the manufacturing, test,
shipping, handling, or operational processes.
</li><li>Component damage can occur as the result of a discharge from the component
as well as a direct discharge to the component.
</li><li>Components vary significantly in their sensitivity to ESD. </li></ol><p>With this basic understanding of ESD and its impact on your environment, you
can then begin to develop an effective ESD control program. In this column and
the next, we will focus on basic Principles of ESD control.</p>
- 2.1. WHAT MEMORY LOOKS LIKEhttps://technick.net/guides/hardware/umg/02_001/Sun, 01 Mar 1998 00:00:00 +0000https://technick.net/guides/hardware/umg/02_001/<hr /><p align="center"><font size="2"><a href="proxy.php?url=https://technick.net/guides/hardware/umg/02_000"><< Previous page</a> <a href="proxy.php?url=https://technick.net/guides/hardware/umg/00_toc">TOC</a> <a href="proxy.php?url=https://technick.net/guides/hardware/umg/02_002">Next page >></a></font></p><blockquote><p><a name="TOC"></a><h3>2.1. WHAT MEMORY LOOKS LIKE</h3></p><p>Memory comes in a variety of sizes and shapes. In general, it looks like a flat green stick with little black cubes on it. Obviously, there's a lot more to memory than that. The illustration below shows a typical memory module and points out some of its most important features.<br /><br /><div align="center"><img src="proxy.php?url=https://technick.net/img/guide_umg/guide_umg_007.jpg" width="364" height="297" border="0" alt="" /><br />A closer look at a 168-pin SDRAM DIMM.</div><br /></p>
- 2.2. WHERE MEMORY COMES FROMhttps://technick.net/guides/hardware/umg/02_002/Sun, 01 Mar 1998 00:00:00 +0000https://technick.net/guides/hardware/umg/02_002/<hr /><p align="center"><font size="2"><a href="proxy.php?url=https://technick.net/guides/hardware/umg/02_001"><< Previous page</a> <a href="proxy.php?url=https://technick.net/guides/hardware/umg/00_toc">TOC</a> <a href="proxy.php?url=https://technick.net/guides/hardware/umg/02_003">Next page >></a></font></p><blockquote><p><a name="TOC"></a><h3>2.2. WHERE MEMORY COMES FROM</h3></p><p><h4>MAKING THE CHIP</h4>Amazing but true: memory starts out as common beach sand. Sand contains silicon, which is the primary component in the manufacture of semiconductors, or "chips." Silicon is extracted from sand, melted, pulled, cut, ground, and polished into silicon wafers. During the chip-making process, intricate circuit patterns are imprinted on the chips through a variety of techniques. Once this is complete, the chips are tested and die-cut. The good chips are separated out and proceed through a stage called "bonding": this process establishes connections between the chip and the gold or tin leads, or pins. Once the chips are bonded, they're packaged in hermetically sealed plastic or ceramic casings. After inspection, they're ready for sale. </p>
- 2.3. WHERE MEMORY GOES IN THE COMPUTERhttps://technick.net/guides/hardware/umg/02_003/Sun, 01 Mar 1998 00:00:00 +0000https://technick.net/guides/hardware/umg/02_003/<hr /><p align="center"><font size="2"><a href="proxy.php?url=https://technick.net/guides/hardware/umg/02_002"><< Previous page</a> <a href="proxy.php?url=https://technick.net/guides/hardware/umg/00_toc">TOC</a> <a href="proxy.php?url=https://technick.net/guides/hardware/umg/03_000">Next page >></a></font></p><blockquote><p><a name="TOC"></a><h3>2.3. WHERE MEMORY GOES IN THE COMPUTER</h3></p><p>Originally, memory chips were connected directly to the computer's motherboard or system board. But then space on the board became an issue. The solution was to solder memory chips to a small modular circuit board - that is, a removable module that inserts into a socket on the motherboard. This module design was called a SIMM (single in-line memory module), and it saved a lot of space on the motherboard. For example, a set of four SIMMs might contain a total of 80 memory chips and take up about 9 square inches of surface area on the motherboard. Those same 80 chips installed flat on the motherboard would take up more than 21 square inches on the motherboard. <br /><br />These days, almost all memory comes in the form of memory modules and is installed in sockets located on the system motherboard. Memory sockets are easy to spot because they are normally the only sockets of their size on the board. Because it's critical to a computer's performance for information to travel quickly between memory and the processor(s), the sockets for memory are typically located near the CPU. </p>
- 20. Newton's Methodhttps://technick.net/guides/theory/edft/020/Sun, 01 Mar 1998 00:00:00 +0000https://technick.net/guides/theory/edft/020/<p style="background-color:#FFFFAA;border:1px solid red;padding:0.5em;"><strong>NOTE: THIS DOCUMENT IS OBSOLETE, PLEASE CHECK THE NEW VERSION:</strong> "<a href="proxy.php?url=http://ccrma.stanford.edu/~jos/filters/">Introduction to Digital Filters with Audio Applications</a>", by <a href="proxy.php?url=http://ccrma.stanford.edu/~jos/"> Julius O. Smith III</a>, Copyright © <i>2017-11-26</i> by <a href="proxy.php?url=http://ccrma.stanford.edu/~jos/"> Julius O. Smith III</a> - <a href="proxy.php?url=http://ccrma.stanford.edu/">Center for Computer Research in Music and Acoustics (CCRMA),</a> <a href="proxy.php?url=http://www.stanford.edu/"> Stanford University</a></p>
<p align="center"><font size="2"><b><a href="proxy.php?url=https://technick.net/guides/theory/edft/019"><< Previous page</a> <a href="proxy.php?url=https://technick.net/guides/theory/edft/000">TOC</a> <a href="proxy.php?url=https://technick.net/guides/theory/edft/022">INDEX</a> <a href="proxy.php?url=https://technick.net/guides/theory/edft/021">Next page >></a></b></font></p><blockquote><h3>Newton's Method</h3><p>The <a href="proxy.php?url=http://mathworld.wolfram.com/Gradient.html" target="_blank">gradient</a> method is based on the first-order term in the Taylor
expansion for <!-- MATH
$J({\hat \theta})$
--><img width="41" height="45" align="MIDDLE" border="0" src="proxy.php?url=https://technick.net/img/guide_edft/guide_edft_img400.gif" alt="$J({\" at="" heta="" />. By taking a second-order term as well and
solving the quadratic minimization problem iteratively, <i><a href="proxy.php?url=https://technick.net/guides/theory/edft/020">Newton's
method</a></i> for <a href="proxy.php?url=http://mathworld.wolfram.com/Functional.html" target="_blank">functional</a> minimization is obtained. Essentially,<a href="proxy.php?url=http://www.treasure-troves.com/bios/Newton.html" target="_blank">Newton</a>'s method requires the error surface to be close to<i>quadratic</i>, and its effectiveness is directly tied to the
accuracy of this assumption. For most problems, the error surface can
be well approximated by a quadratic form near the solution. For this
reason, Newton's method tends to give very rapid (``quadratic'')
convergence in the last stages of iteration.</p>
- 21. Maxims of Signal Processinghttps://technick.net/guides/theory/edft/021/Sun, 01 Mar 1998 00:00:00 +0000https://technick.net/guides/theory/edft/021/<p style="background-color:#FFFFAA;border:1px solid red;padding:0.5em;"><strong>NOTE: THIS DOCUMENT IS OBSOLETE, PLEASE CHECK THE NEW VERSION:</strong> "<a href="proxy.php?url=http://ccrma.stanford.edu/~jos/filters/">Introduction to Digital Filters with Audio Applications</a>", by <a href="proxy.php?url=http://ccrma.stanford.edu/~jos/"> Julius O. Smith III</a>, Copyright © <i>2017-11-26</i> by <a href="proxy.php?url=http://ccrma.stanford.edu/~jos/"> Julius O. Smith III</a> - <a href="proxy.php?url=http://ccrma.stanford.edu/">Center for Computer Research in Music and Acoustics (CCRMA),</a> <a href="proxy.php?url=http://www.stanford.edu/"> Stanford University</a></p>
<p align="center"><font size="2"><b><a href="proxy.php?url=https://technick.net/guides/theory/edft/020"><< Previous page</a> <a href="proxy.php?url=https://technick.net/guides/theory/edft/000">TOC</a> <a href="proxy.php?url=https://technick.net/guides/theory/edft/022">INDEX</a> <a href="proxy.php?url=https://technick.net/guides/theory/edft/022">Next page >></a></b></font></p><blockquote><h3>Maxims of Signal Processing</h3><p><ol><li>Every technique is equivalent to the same operation, once you
really understand it.<p></p></li><li>If one technique is superior to another, it is due to more
averaging.<p></p>
- 22. Indexhttps://technick.net/guides/theory/edft/022/Sun, 01 Mar 1998 00:00:00 +0000https://technick.net/guides/theory/edft/022/<p style="background-color:#FFFFAA;border:1px solid red;padding:0.5em;"><strong>NOTE: THIS DOCUMENT IS OBSOLETE, PLEASE CHECK THE NEW VERSION:</strong> "<a href="proxy.php?url=http://ccrma.stanford.edu/~jos/filters/">Introduction to Digital Filters with Audio Applications</a>", by <a href="proxy.php?url=http://ccrma.stanford.edu/~jos/"> Julius O. Smith III</a>, Copyright © <i>2017-11-26</i> by <a href="proxy.php?url=http://ccrma.stanford.edu/~jos/"> Julius O. Smith III</a> - <a href="proxy.php?url=http://ccrma.stanford.edu/">Center for Computer Research in Music and Acoustics (CCRMA),</a> <a href="proxy.php?url=http://www.stanford.edu/"> Stanford University</a></p>
<p align="center"><font size="2"><b><a href="proxy.php?url=https://technick.net/guides/theory/edft/021"><< Previous page</a> <a href="proxy.php?url=https://technick.net/guides/theory/edft/000">TOC</a> <a href="proxy.php?url=https://technick.net/guides/theory/edft/023">Next page >></a></b></font></p><blockquote><h3>Index</h3><dl compact="compact"><dt><strong><img width="14" height="17" align="BOTTOM" border="0" src="proxy.php?url=https://technick.net/img/guide_edft/guide_edft_img1.gif" alt="$z$" />-transform</strong><dd><a href="proxy.php?url=https://technick.net/guides/theory/edft/011#2386">Convolution Representation</a><dt><strong><img width="27" height="34" align="MIDDLE" border="0" src="proxy.php?url=https://technick.net/img/guide_edft/guide_edft_img323.gif" alt="$Lp$" /> <a href="proxy.php?url=http://mathworld.wolfram.com/topics/Norms.html" target="_blank">norms</a></strong><dd><a href="proxy.php?url=https://technick.net/guides/theory/edft/015#2506">Specific Norms</a><dt><strong><img width="20" height="34" align="MIDDLE" border="0" src="proxy.php?url=https://technick.net/img/guide_edft/guide_edft_img355.gif" alt="$lp$" /> norms</strong><dd><a href="proxy.php?url=https://technick.net/guides/theory/edft/015#2539">Specific Norms</a><dt><strong><a href="proxy.php?url=https://ccrma.stanford.edu/~jos//log/Logarithms.html" target="_blank">amplitude</a> response</strong><dd><a href="proxy.php?url=https://technick.net/guides/theory/edft/012#2427">Frequency Response</a> | <a href="proxy.php?url=https://technick.net/guides/theory/edft/012#2440">Frequency Response</a><dt><strong><a href="proxy.php?url=http://mathworld.wolfram.com/BanachSpace.html" target="_blank">Banach Space</a></strong><dd><a href="proxy.php?url=https://technick.net/guides/theory/edft/014#2489">Vector Space Concepts</a><dt><strong>Cauchy sequence</strong><dd><a href="proxy.php?url=https://technick.net/guides/theory/edft/014#2492">Vector Space Concepts</a><dt><strong><a href="proxy.php?url=https://technick.net/guides/theory/edft/010">causal</a></strong><dd><a href="proxy.php?url=https://technick.net/guides/theory/edft/010#2365">Difference Equation</a> | <a href="proxy.php?url=https://technick.net/guides/theory/edft/015#2537">Specific Norms</a><dt><strong>Chebyshev norm</strong><dd><a href="proxy.php?url=https://technick.net/guides/theory/edft/015#2527">Specific Norms</a><dt><strong>cluster point</strong><dd><a href="proxy.php?url=https://technick.net/guides/theory/edft/016#2602">Concavity (Convexity)</a><dt><strong><a href="proxy.php?url=http://mathworld.wolfram.com/Convex.html" target="_blank">concave</a></strong><dd><a href="proxy.php?url=https://technick.net/guides/theory/edft/016#2579">Concavity (Convexity)</a><dt><strong><a href="proxy.php?url=http://mathworld.wolfram.com/ConvexFunction.html" target="_blank">concave error surface</a></strong><dd><a href="proxy.php?url=https://technick.net/guides/theory/edft/017#2606">Concave Norms</a><dt><strong>concave <a href="proxy.php?url=http://mathworld.wolfram.com/Functional.html" target="_blank">functional</a></strong><dd><a href="proxy.php?url=https://technick.net/guides/theory/edft/016#2589">Concavity (Convexity)</a><dt><strong>concave hull</strong><dd><a href="proxy.php?url=https://technick.net/guides/theory/edft/016#2605">Concavity (Convexity)</a><dt><strong>convergence, existence of minimizer</strong><dd><a href="proxy.php?url=https://technick.net/guides/theory/edft/017#2614">Concave Norms</a><dt><strong>convergence, global</strong><dd><a href="proxy.php?url=https://technick.net/guides/theory/edft/017#2611">Concave Norms</a><dt><strong><a href="proxy.php?url=https://technick.net/guides/theory/edft/010">difference equation</a></strong><dd><a href="proxy.php?url=https://technick.net/guides/theory/edft/010#2347">Difference Equation</a><dt><strong>difference equation coefficients</strong><dd><a href="proxy.php?url=https://technick.net/guides/theory/edft/010#2357">Difference Equation</a><dt><strong><a href="proxy.php?url=https://technick.net/guides/theory/edft/010">filter</a></strong><dd><a href="proxy.php?url=https://technick.net/guides/theory/edft/008#2321">Introduction to Digital Filter</a><dt><strong>filter coefficients</strong><dd><a href="proxy.php?url=https://technick.net/guides/theory/edft/010#2359">Difference Equation</a><dt><strong>filter delay for amplitude envelopes</strong><dd><a href="proxy.php?url=https://technick.net/guides/theory/edft/013#1748">Phase Delay and Group</a><dt><strong><a href="proxy.php?url=https://technick.net/guides/theory/edft/010">filter order</a></strong><dd><a href="proxy.php?url=https://technick.net/guides/theory/edft/010#2367">Difference Equation</a><dt><strong>filter power response</strong><dd><a href="proxy.php?url=https://technick.net/guides/theory/edft/012#2442">Frequency Response</a><dt><strong>filter time delay</strong><dd><a href="proxy.php?url=https://technick.net/guides/theory/edft/013#2457">Phase Delay and Group</a><dt><strong><a href="proxy.php?url=https://technick.net/guides/theory/edft/012">frequency response</a></strong><dd><a href="proxy.php?url=https://technick.net/guides/theory/edft/012#2423">Frequency Response</a><dt><strong>Frobenious norm</strong><dd><a href="proxy.php?url=https://technick.net/guides/theory/edft/015#2541">Specific Norms</a><dt><strong>functional</strong><dd><a href="proxy.php?url=https://technick.net/guides/theory/edft/016#2582">Concavity (Convexity)</a><dt><strong>global convergence, conditions for</strong><dd><a href="proxy.php?url=https://technick.net/guides/theory/edft/017#2610">Concave Norms</a><dt><strong>global minimizer</strong><dd><a href="proxy.php?url=https://technick.net/guides/theory/edft/016#2599">Concavity (Convexity)</a><dt><strong><a href="proxy.php?url=http://mathworld.wolfram.com/Gradient.html" target="_blank">gradient</a></strong><dd><a href="proxy.php?url=https://technick.net/guides/theory/edft/018#2630">Gradient Descent</a><dt><strong>Gradient Method</strong><dd><a href="proxy.php?url=https://technick.net/guides/theory/edft/018#2659">Gradient Descent</a><dt><strong><a href="proxy.php?url=https://technick.net/guides/theory/edft/013">group delay</a></strong><dd><a href="proxy.php?url=https://technick.net/guides/theory/edft/013#2462">Phase Delay and Group</a><dt><strong>Hankel <a href="proxy.php?url=https://ccrma.stanford.edu/~jos//dft/Matrices.html" target="_blank">matrix</a></strong><dd><a href="proxy.php?url=https://technick.net/guides/theory/edft/015#2568">Specific Norms</a><dt><strong>Hankel norm</strong><dd><a href="proxy.php?url=https://technick.net/guides/theory/edft/015#2572">Specific Norms</a><dt><strong>Hessian</strong><dd><a href="proxy.php?url=https://technick.net/guides/theory/edft/018#2693">Gradient Descent</a><dt><strong><a href="proxy.php?url=https://technick.net/guides/theory/edft/010#2321">impulse</a></strong><dd><a href="proxy.php?url=https://technick.net/guides/theory/edft/010#2377">Difference Equation</a><dt><strong>impulse response</strong><dd><a href="proxy.php?url=https://technick.net/guides/theory/edft/010#2380">Difference Equation</a><dt><strong>induced norm</strong><dd><a href="proxy.php?url=https://technick.net/guides/theory/edft/015#2546">Specific Norms</a><dt><strong>linear</strong><dd><a href="proxy.php?url=https://technick.net/guides/theory/edft/009#2330">Linearity and Time-Invariance</a><dt><strong>linear filter</strong><dd><a href="proxy.php?url=https://technick.net/guides/theory/edft/009#2325">Linearity and Time-Invariance</a><dt><strong>linear functional</strong><dd><a href="proxy.php?url=https://technick.net/guides/theory/edft/016#2585">Concavity (Convexity)</a><dt><strong>linear space</strong><dd><a href="proxy.php?url=https://technick.net/guides/theory/edft/014#2469">Vector Space Concepts</a><dt><strong>local minimizer</strong><dd><a href="proxy.php?url=https://technick.net/guides/theory/edft/016#2596">Concavity (Convexity)</a><dt><strong><a href="proxy.php?url=https://technick.net/guides/theory/edft/009">LTI</a> filters</strong><dd><a href="proxy.php?url=https://technick.net/guides/theory/edft/009#2344">Linearity and Time-Invariance</a><dt><strong>metric space</strong><dd><a href="proxy.php?url=https://technick.net/guides/theory/edft/014#2466">Vector Space Concepts</a><dt><strong><a href="proxy.php?url=https://technick.net/guides/theory/edft/020">Newton's method</a></strong><dd><a href="proxy.php?url=https://technick.net/guides/theory/edft/020#2818">Newton's Method</a><dt><strong>norm</strong><dd><a href="proxy.php?url=https://technick.net/guides/theory/edft/014#2479">Vector Space Concepts</a><dt><strong>normed linear space</strong><dd><a href="proxy.php?url=https://technick.net/guides/theory/edft/014#2477">Vector Space Concepts</a><dt><strong>outer disk</strong><dd><a href="proxy.php?url=https://technick.net/guides/theory/edft/001#2121">Positive Real Functions</a><dt><strong><a href="proxy.php?url=https://technick.net/guides/theory/edft/013">phase delay</a></strong><dd><a href="proxy.php?url=https://technick.net/guides/theory/edft/013#2455">Phase Delay and Group</a><dt><strong>phase response</strong><dd><a href="proxy.php?url=https://technick.net/guides/theory/edft/012#2429">Frequency Response</a> | <a href="proxy.php?url=https://technick.net/guides/theory/edft/012#2446">Frequency Response</a><dt><strong>phase response at zero <a href="proxy.php?url=http://www.treasure-troves.com/physics/Frequency.html" target="_blank">frequency</a></strong><dd><a href="proxy.php?url=https://technick.net/guides/theory/edft/013#1742">Phase Delay and Group</a><dt><strong><a href="proxy.php?url=https://technick.net/guides/theory/edft/001">positive real</a></strong><dd><a href="proxy.php?url=https://technick.net/guides/theory/edft/001#2116">Positive Real Functions</a><dt><strong>pseudo-norm</strong><dd><a href="proxy.php?url=https://technick.net/guides/theory/edft/014#2484">Vector Space Concepts</a><dt><strong>real filter</strong><dd><a href="proxy.php?url=https://technick.net/guides/theory/edft/010#2361">Difference Equation</a><dt><strong>root mean square norm</strong><dd><a href="proxy.php?url=https://technick.net/guides/theory/edft/015#2518">Specific Norms</a><dt><strong><a href="proxy.php?url=https://technick.net/guides/theory/edft/003">Schur function</a></strong><dd><a href="proxy.php?url=https://technick.net/guides/theory/edft/003#2243">Relation to Schur Functions</a><dt><strong>signal</strong><dd><a href="proxy.php?url=https://technick.net/guides/theory/edft/008#2318">Introduction to Digital Filter</a><dt><strong>spectral norm</strong><dd><a href="proxy.php?url=https://technick.net/guides/theory/edft/015#2566">Specific Norms</a><dt><strong><a href="proxy.php?url=https://technick.net/guides/theory/edft/010#2327">stable</a></strong><dd><a href="proxy.php?url=https://technick.net/guides/theory/edft/010#2383">Difference Equation</a><dt><strong>stationary point</strong><dd><a href="proxy.php?url=https://technick.net/guides/theory/edft/018#2713">Gradient Descent</a><dt><strong>strictly concave functional</strong><dd><a href="proxy.php?url=https://technick.net/guides/theory/edft/016#2591">Concavity (Convexity)</a><dt><strong>time-invariant</strong><dd><a href="proxy.php?url=https://technick.net/guides/theory/edft/009#2340">Linearity and Time-Invariance</a><dt><strong>transfer function</strong><dd><a href="proxy.php?url=https://technick.net/guides/theory/edft/011#2392">Convolution Representation</a><dt><strong>uniform norm</strong><dd><a href="proxy.php?url=https://technick.net/guides/theory/edft/015#2529">Specific Norms</a><dt><strong>uniformly concave</strong><dd><a href="proxy.php?url=https://technick.net/guides/theory/edft/016#2593">Concavity (Convexity)</a><dt><strong>weighted <img width="27" height="34" align="MIDDLE" border="0" src="proxy.php?url=https://technick.net/img/guide_edft/guide_edft_img323.gif" alt="$Lp$" /> norms</strong><dd><a href="proxy.php?url=https://technick.net/guides/theory/edft/015#2511">Specific Norms</a></dd></dt></dd></dt></dd></dt></dd></dt></dd></dt></dd></dt></dd></dt></dd></dt></dd></dt></dd></dt></dd></dt></dd></dt></dd></dt></dd></dt></dd></dt></dd></dt></dd></dt></dd></dt></dd></dt></dd></dt></dd></dt></dd></dt></dd></dt></dd></dt></dd></dt></dd></dt></dd></dt></dd></dt></dd></dt></dd></dt></dd></dt></dd></dt></dd></dt></dd></dt></dd></dt></dd></dt></dd></dt></dd></dt></dd></dt></dd></dt></dd></dt></dd></dt></dd></dt></dd></dt></dd></dt></dd></dt></dd></dt></dd></dt></dd></dt></dd></dt></dd></dt></dd></dt></dd></dt></dd></dt></dd></dt></dd></dt></dd></dt></dd></dt></dd></dt></dd></dt></dd></dt></dd></dt></dd></dt></dd></dt></dd></dt></dd></dt></dl></blockquote><p align="center"><font size="2"><b><a href="proxy.php?url=https://technick.net/guides/theory/edft/021"><< Previous page</a> <a href="proxy.php?url=https://technick.net/guides/theory/edft/000">TOC</a> <a href="proxy.php?url=https://technick.net/guides/theory/edft/023">Next page >></a></b></font></p>
- 23. Bibliographyhttps://technick.net/guides/theory/edft/023/Sun, 01 Mar 1998 00:00:00 +0000https://technick.net/guides/theory/edft/023/<p style="background-color:#FFFFAA;border:1px solid red;padding:0.5em;"><strong>NOTE: THIS DOCUMENT IS OBSOLETE, PLEASE CHECK THE NEW VERSION:</strong> "<a href="proxy.php?url=http://ccrma.stanford.edu/~jos/filters/">Introduction to Digital Filters with Audio Applications</a>", by <a href="proxy.php?url=http://ccrma.stanford.edu/~jos/"> Julius O. Smith III</a>, Copyright © <i>2017-11-26</i> by <a href="proxy.php?url=http://ccrma.stanford.edu/~jos/"> Julius O. Smith III</a> - <a href="proxy.php?url=http://ccrma.stanford.edu/">Center for Computer Research in Music and Acoustics (CCRMA),</a> <a href="proxy.php?url=http://www.stanford.edu/"> Stanford University</a></p>
<p align="center"><font size="2"><b><a href="proxy.php?url=https://technick.net/guides/theory/edft/022"><< Previous page</a> <a href="proxy.php?url=https://technick.net/guides/theory/edft/000">TOC</a> <a href="proxy.php?url=https://technick.net/guides/theory/edft/022">INDEX</a> <a href="proxy.php?url=https://technick.net/guides/theory/edft/024">Next page >></a></b></font></p><blockquote><h3>Bibliography</h3><dl compact="compact"><dd><p></p><dt><a name="AstromB"> Astrom 1970</a><dd>Astrom, K. J. 1970.<br /><em>Introduction to Stochastic <a href="proxy.php?url=http://mathworld.wolfram.com/ControlTheory.html" target="_blank">Control Theory</a></em>.<br />New York: Academic Press.<p></p><dt><a name="Brune"> Brune 1931</a><dd>Brune, O. 1931.<br />``Synthesis of a finite two terminal network whose driving point
<a href="proxy.php?url=https://ccrma.stanford.edu/~jos//book2000/Impedance.html" target="_blank">impedance</a> is a prescribed function of <a href="proxy.php?url=http://www.treasure-troves.com/physics/Frequency.html" target="_blank">frequency</a>.''<br /><em>Pages 191-236 of:</em> <em>J. Math. and Phys.</em>, vol. 10.<p></p>
- 24. About this documenthttps://technick.net/guides/theory/edft/024/Sun, 01 Mar 1998 00:00:00 +0000https://technick.net/guides/theory/edft/024/<p style="background-color:#FFFFAA;border:1px solid red;padding:0.5em;"><strong>NOTE: THIS DOCUMENT IS OBSOLETE, PLEASE CHECK THE NEW VERSION:</strong> "<a href="proxy.php?url=http://ccrma.stanford.edu/~jos/filters/">Introduction to Digital Filters with Audio Applications</a>", by <a href="proxy.php?url=http://ccrma.stanford.edu/~jos/"> Julius O. Smith III</a>, Copyright © <i>2017-11-26</i> by <a href="proxy.php?url=http://ccrma.stanford.edu/~jos/"> Julius O. Smith III</a> - <a href="proxy.php?url=http://ccrma.stanford.edu/">Center for Computer Research in Music and Acoustics (CCRMA),</a> <a href="proxy.php?url=http://www.stanford.edu/"> Stanford University</a></p>
<p align="center"><font size="2"><b><a href="proxy.php?url=https://technick.net/guides/theory/edft/023"><< Previous page</a> <a href="proxy.php?url=https://technick.net/guides/theory/edft/000">TOC</a> <a href="proxy.php?url=https://technick.net/guides/theory/edft/022">INDEX</a> </b></font></p><blockquote><h3>About this document...</h3><p>This document is a new HTML formatted version published by permission of:<br /><br />"<a href="proxy.php?url=https://ccrma.stanford.edu/~jos//filters/" target="_blank"><b>Elementary Digital Filter Theory</b></a>"
by <a href="proxy.php?url=https://ccrma.stanford.edu/~jos//" target="_blank"><b>Julius O. Smith III</b></a>,<br />Adpated from <strong>"Techniques for <a href="proxy.php?url=http://www.dsptutor.freeuk.com/dfilt1.html" target="_blank">Digital Filter</a>Design and System Identification, with Application to the Violin",<br /></strong> Julius O. Smith III, Ph.D. Dissertation, <a href="proxy.php?url=http://www-ccrma.stanford.edu/" target="_blank">Center for Computer Research in Music and Acoustics (CCRMA)</a>, Department
of Electrical Engineering, <a href="proxy.php?url=http://www.stanford.edu/" target="_blank">Stanford University</a>, June 1983...<br /><br /><b>Copyright © <i>2000-09-19</i> by <a href="proxy.php?url=https://ccrma.stanford.edu/~jos//" target="_blank"> Julius O. Smith III</a></b><br /><br /><br /></p>
- 25. Footnoteshttps://technick.net/guides/theory/edft/025/Sun, 01 Mar 1998 00:00:00 +0000https://technick.net/guides/theory/edft/025/<p style="background-color:#FFFFAA;border:1px solid red;padding:0.5em;"><strong>NOTE: THIS DOCUMENT IS OBSOLETE, PLEASE CHECK THE NEW VERSION:</strong> "<a href="proxy.php?url=http://ccrma.stanford.edu/~jos/filters/">Introduction to Digital Filters with Audio Applications</a>", by <a href="proxy.php?url=http://ccrma.stanford.edu/~jos/"> Julius O. Smith III</a>, Copyright © <i>2017-11-26</i> by <a href="proxy.php?url=http://ccrma.stanford.edu/~jos/"> Julius O. Smith III</a> - <a href="proxy.php?url=http://ccrma.stanford.edu/">Center for Computer Research in Music and Acoustics (CCRMA),</a> <a href="proxy.php?url=http://www.stanford.edu/"> Stanford University</a></p>
<p align="center"><font size="2"><b><a href="proxy.php?url=javascript:parent.main.history.back()"><< Previous page</a> <a href="proxy.php?url=https://technick.net/guides/theory/edft/000">TOC</a> <a href="proxy.php?url=https://technick.net/guides/theory/edft/022">INDEX</a> </b></font></p><blockquote><h3>Footnotes</h3><dl><dt><a name="foot5368">...
disk.</a><dd><pre>.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.</pre><dt><a name="foot5929">...
sequence</a><dd><pre>.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.</pre></dd></dt></dd></dt></dl></blockquote><p align="center"><font size="2"><b><a href="proxy.php?url=javascript:parent.main.history.back()"><< Previous page</a> <a href="proxy.php?url=https://technick.net/guides/theory/edft/000">TOC</a> <a href="proxy.php?url=https://technick.net/guides/theory/edft/022">INDEX</a> </b></font></p>
- 3. An Overview of ESD Control Procedures and Materialshttps://technick.net/guides/electronics/esd/003/Sun, 01 Mar 1998 00:00:00 +0000https://technick.net/guides/electronics/esd/003/<p align="center"><font size="2"><b><a href="proxy.php?url=https://technick.net/guides/electronics/esd/002"><< Previous page</a> <a href="proxy.php?url=https://technick.net/guides/electronics/esd/000">INDEX</a> <a href="proxy.php?url=https://technick.net/guides/electronics/esd/004">Next page >></a></b></font></p><blockquote><h3>3. An Overview of ESD Control Procedures and Materials</h3><p>In <i><a href="proxy.php?url=https://technick.net/guides/electronics/esd/002">Part Two---Principles of
ESD Control</a></i> we introduced four principles of static control and nine key
elements of ESD program development and implementation. In <i>Part Three</i>, we
will cover some of the primary specific static control procedures and materials
that become part of your program. First, a quick review.</p><p><b>Basic Principles of Static Control</b><br />We suggested that static control
programs become more effective and less complex if we focus on just four basic
principles of static control as follows:</p>
- 3. HOW MEMORY WORKShttps://technick.net/guides/hardware/umg/03_000/Sun, 01 Mar 1998 00:00:00 +0000https://technick.net/guides/hardware/umg/03_000/<hr /><p align="center"><font size="2"><a href="proxy.php?url=https://technick.net/guides/hardware/umg/02_003"><< Previous page</a> <a href="proxy.php?url=https://technick.net/guides/hardware/umg/00_toc">TOC</a> <a href="proxy.php?url=https://technick.net/guides/hardware/umg/03_001">Next page >></a></font></p><blockquote><p><a name="TOC"></a><h3>3. HOW MEMORY WORKS</h3></p><p>Earlier, we talked about how memory holds information in a place where the CPU can get to it quickly. Let's look at that process in more detail. <br /><br /><ul><li><a href="proxy.php?url=https://technick.net/guides/hardware/umg/03_001">3.1. HOW MEMORYWORKS WITH THE PROCESSOR</a></li><li><a href="proxy.php?url=https://technick.net/guides/hardware/umg/03_002">3.2. MAXIMIZING PERFORMANCE</a></li></ul></p></blockquote><p align="center"><font size="2"><a href="proxy.php?url=https://technick.net/guides/hardware/umg/02_003"><< Previous page</a> <a href="proxy.php?url=https://technick.net/guides/hardware/umg/00_toc">TOC</a> <a href="proxy.php?url=https://technick.net/guides/hardware/umg/03_001">Next page >></a></font></p>
- 3.1. HOW MEMORYWORKS WITH THE PROCESSORhttps://technick.net/guides/hardware/umg/03_001/Sun, 01 Mar 1998 00:00:00 +0000https://technick.net/guides/hardware/umg/03_001/<hr /><p align="center"><font size="2"><a href="proxy.php?url=https://technick.net/guides/hardware/umg/03_000"><< Previous page</a> <a href="proxy.php?url=https://technick.net/guides/hardware/umg/00_toc">TOC</a> <a href="proxy.php?url=https://technick.net/guides/hardware/umg/03_002">Next page >></a></font></p><blockquote><p><a name="TOC"></a><h3>3.1. HOW MEMORYWORKS WITH THE PROCESSOR</h3></p><p><div align="center"><img src="proxy.php?url=https://technick.net/img/guide_umg/guide_umg_015.jpg" width="465" height="358" border="0" alt="" /><br /><br />Main components of a computer system.</div></p><p>The CPU is often referred to as the brain of the computer. This is where all the actual computing is done. </p><p>The chipset supports the CPU. It usually contains several "controllers" which govern how information travels between the processor and other components in the system. Some systems have more than one chipset. </p>
- 3.2. MAXIMIZING PERFORMANCEhttps://technick.net/guides/hardware/umg/03_002/Sun, 01 Mar 1998 00:00:00 +0000https://technick.net/guides/hardware/umg/03_002/<hr /><p align="center"><font size="2"><a href="proxy.php?url=https://technick.net/guides/hardware/umg/03_001"><< Previous page</a> <a href="proxy.php?url=https://technick.net/guides/hardware/umg/00_toc">TOC</a> <a href="proxy.php?url=https://technick.net/guides/hardware/umg/04_000">Next page >></a></font></p><blockquote><p><a name="TOC"></a><h3>3.2. MAXIMIZING PERFORMANCE</h3></p><p>Computer processor speeds have been increasing rapidly over the past several years. Increasing the speed of the processor increases the overall performance of the computer. However, the processor is only one part of the computer, and it still relies on other components in a system to complete functions. Because all the information the CPU will process must be written to or read from memory, the overall performance of a system is dramatically affected by how fast information can travel between the CPU and main memory.<br /><br />So, faster memory technologies contribute a great deal to overall system performance. But increasing the speed of the memory itself is only part of the solution. The time it takes for information to travel between memory and the processor is typically longer than the time it takes for the processor to perform its functions. The technologies and innovations described in this section are designed to speed up the communication process between memory and the processor.</p>
- 4. Auditing and Traininghttps://technick.net/guides/electronics/esd/004/Sun, 01 Mar 1998 00:00:00 +0000https://technick.net/guides/electronics/esd/004/<p align="center"><font size="2"><b><a href="proxy.php?url=https://technick.net/guides/electronics/esd/003"><< Previous page</a> <a href="proxy.php?url=https://technick.net/guides/electronics/esd/000">INDEX</a> <a href="proxy.php?url=https://technick.net/guides/electronics/esd/005">Next page >></a></b></font></p><blockquote><h3>4. Auditing and
Training</h3><p>Your static control program is up and running. How do you determine whether
it is effective? How do you make sure your employees follow it? Previously, we
suggested that there were at least nine critical elements to successfully
developing and implementing an effective ESD control program. In <i>Part
Four</i>, we will focus on two more of these elements: training and
auditing.</p><p align="center"><b>Personnel Training</b></p>
- 4. HOW MUCH MEMORY IS ON A MODULE?https://technick.net/guides/hardware/umg/04_000/Sun, 01 Mar 1998 00:00:00 +0000https://technick.net/guides/hardware/umg/04_000/<hr /><p align="center"><font size="2"><a href="proxy.php?url=https://technick.net/guides/hardware/umg/03_002"><< Previous page</a> <a href="proxy.php?url=https://technick.net/guides/hardware/umg/00_toc">TOC</a> <a href="proxy.php?url=https://technick.net/guides/hardware/umg/04_001">Next page >></a></font></p><blockquote><p><a name="TOC"></a><h3>4. HOW MUCH MEMORY IS ON A MODULE?</h3></p><p>Up to now, we've discussed some of the technical attributes of memory and how memory functions in a system. What's left are the technical details - the "bits and bytes," as they say. This section covers the binary numbering system, which forms the basis of computing, and calculation of a memory module's capacity. <br /><br /><ul><li><a href="proxy.php?url=https://technick.net/guides/hardware/umg/04_001">4.1. BITS AND BYTES</a></li><li><a href="proxy.php?url=https://technick.net/guides/hardware/umg/04_002">4.2. CPU AND MEMORY REQUIREMENTS</a></li><li><a href="proxy.php?url=https://technick.net/guides/hardware/umg/04_003">4.3. CALCULATING THE CAPACITY OF A MODULE</a></li><li><a href="proxy.php?url=https://technick.net/guides/hardware/umg/04_004">4.4. STACKING</a></li></ul></p>
- 4.1. BITS AND BYTEShttps://technick.net/guides/hardware/umg/04_001/Sun, 01 Mar 1998 00:00:00 +0000https://technick.net/guides/hardware/umg/04_001/<hr /><p align="center"><font size="2"><a href="proxy.php?url=https://technick.net/guides/hardware/umg/04_000"><< Previous page</a> <a href="proxy.php?url=https://technick.net/guides/hardware/umg/00_toc">TOC</a> <a href="proxy.php?url=https://technick.net/guides/hardware/umg/04_002">Next page >></a></font></p><blockquote><p><a name="TOC"></a><h3>4.1. BITS AND BYTES</h3></p><p>Computers speak in a "code" called machine language, which uses only two numerals: 0 and 1. Different combinations of 0s and 1s form what are called binary numbers. These binary numbers form instructions for the chips and microprocessors that drive computing devices - such as computers, printers, hard disk drives, and so on. You may have heard the terms "bit" and "byte." Both of these are units of information that are important to computing. The term bit is short for "binary digit." As the name suggests, a bit represents a single digit in a binary number; a bit is the smallest unit of information used in computing and can have a value of either 1 or a 0. A byte consists of 8 bits. Almost all specifications of your computer's capabilities are represented in bytes. For example, memory capacity, data-transfer rates, and data-storage capacity are all measured in bytes or multiples thereof (such as kilobytes, megabytes, or gigabytes).<br /><br />This discussion of bits and bytes becomes very relevant when it comes to computing devices and components working together. Here, we'll address specifically how bits and bytes form the basis of measuring memory component performance and interaction with other devices like the CPU. </p>
- 4.2. CPU AND MEMORY REQUIREMENTShttps://technick.net/guides/hardware/umg/04_002/Sun, 01 Mar 1998 00:00:00 +0000https://technick.net/guides/hardware/umg/04_002/<hr /><p align="center"><font size="2"><a href="proxy.php?url=https://technick.net/guides/hardware/umg/04_001"><< Previous page</a> <a href="proxy.php?url=https://technick.net/guides/hardware/umg/00_toc">TOC</a> <a href="proxy.php?url=https://technick.net/guides/hardware/umg/04_003">Next page >></a></font></p><blockquote><p><a name="TOC"></a><h3>4.2. CPU AND MEMORY REQUIREMENTS</h3></p><p>A computer's CPU (central processing unit) processes data in 8-bit chunks. Those chunks, as we learned in the previous section, are commonly referred to as bytes. Because a byte is the fundamental unit of processing, the CPU's processing power is often described in terms of the maximum number of bytes it can process at any given time. For example, Pentium and PowerPC microprocessors currently are 64-bit CPUs, which means they can simultaneously process 64 bits, or 8 bytes, at a time.<br /><br />Each transaction between the CPU and memory is called a bus cycle. The number of data bits a CPU can transfer during a single bus cycle affects a computer's performance and dictates what type of memory the computer requires. Most desktop computers today use 168-pin DIMMs, which support 64-bit data paths. Earlier 72-pin SIMMs supported 32-bit data paths, and were originally used with 32-bit CPUs. When 32-bit SIMMs were used with 64-bit processors, they had to be installed in pairs, with each pair of modules making up a memory bank. The CPU communicated with the bank of memory as one logical unit.<br /><br />Interestingly, RIMM modules, which are newer than DIMMs, use smaller 16-bit data paths; however they transmit information very rapidly, sending several packets of data at a time. RIMM modules use pipelining technology to send four 16-bit packets at a time to a 64-bit CPU, so information still gets processed in 64-bit chunks. </p>
- 4.3. CALCULATING THE CAPACITY OF A MODULEhttps://technick.net/guides/hardware/umg/04_003/Sun, 01 Mar 1998 00:00:00 +0000https://technick.net/guides/hardware/umg/04_003/<hr /><p align="center"><font size="2"><a href="proxy.php?url=https://technick.net/guides/hardware/umg/04_002"><< Previous page</a> <a href="proxy.php?url=https://technick.net/guides/hardware/umg/00_toc">TOC</a> <a href="proxy.php?url=https://technick.net/guides/hardware/umg/04_004">Next page >></a></font></p><blockquote><p><a name="TOC"></a><h3>4.3. CALCULATING THE CAPACITY OF A MODULE</h3></p><p>Memory holds the information that the CPU needs to process. The capacity of
memory chips and modules are described in <b>megabits</b> (millions of bits) and<b>megabytes</b> (millions of bytes). When trying to figure out how much memory you
have on a module, there are two important things to remember:<br /><br />A module consists of a group of chips. If you add together the capacities of all the chips
on the module, you get the total capacity of the module. Exceptions to this rule are:<br /><br /><ul><li>If some of the capacity is being used for another function, such as error checking.<br /><br /></li><li>If some of the capacity is not being used, for example some chips may have extra
rows to be used as back-ups. (This isn't common.)</li></ul>While chip capacity is usually expressed in megabits, module capacity is expressed in
megabytes. This can get confusing, especially since many people unknowingly use the
word "bit" when they mean "byte" and vice versa. To help make it clear, we'll adopt the
following standards in this book:<br /><br />When we talk about the amount of memory on a module, we'll use the term
"module capacity"; when we are referring to chips, we'll use the term "chip
density". Module capacity will be measured in megabytes (MB) with both
letters capital, and chip density will be measured in megabits (Mbit), and we'll
spell out the word "bit" in small letters.</p>
- 4.4. STACKINGhttps://technick.net/guides/hardware/umg/04_004/Sun, 01 Mar 1998 00:00:00 +0000https://technick.net/guides/hardware/umg/04_004/<hr /><p align="center"><font size="2"><a href="proxy.php?url=https://technick.net/guides/hardware/umg/04_003"><< Previous page</a> <a href="proxy.php?url=https://technick.net/guides/hardware/umg/00_toc">TOC</a> <a href="proxy.php?url=https://technick.net/guides/hardware/umg/05_000">Next page >></a></font></p><blockquote><p><a name="TOC"></a><h3>4.4. STACKING</h3></p><p><br /><br />Many large servers and workstations require higher capacity modules in order to
reach system memory capacities of several gigabytes or more. There are two ways to
increase the capacity of a module. Manufacturers can stack chips on top of one
another, or they can stack boards.</p><p><h4>CHIP STACKING</h4><br />With chip stacking, two chips are stacked together and occupy the space that one
chip would normally take up. In some cases, the stacking is done internally at the
chip manufacturing plant and can actually appear to be one chip. In other cases the
chips are stacked externally. The example below shows two externally stacked chips.<br /><br /><div align="center"><img src="proxy.php?url=https://technick.net/img/guide_umg/guide_umg_012.jpg" width="357" height="195" border="0" alt="" /><br />Example of externally stacked chips.</div></p>
- 5. Device Sensitivity and Testinghttps://technick.net/guides/electronics/esd/005/Sun, 01 Mar 1998 00:00:00 +0000https://technick.net/guides/electronics/esd/005/<p align="center"><font size="2"><b><a href="proxy.php?url=https://technick.net/guides/electronics/esd/004"><< Previous page</a> <a href="proxy.php?url=https://technick.net/guides/electronics/esd/000">INDEX</a> <a href="proxy.php?url=https://technick.net/guides/electronics/esd/006">Next page >></a></b></font></p><blockquote><h3>5. Device Sensitivity
and Testing</h3><p>In <i><a href="proxy.php?url=https://technick.net/guides/electronics/esd/002">Part Two</a></i>, we
indicated that one of the key elements in a successful static control program
was the identification of those items (components, assemblies, and finished
products) that are sensitive to ESD and the level of their sensitivity. Damage
to an ESDS device by the ESD event is determined by the device's ability to
dissipate the energy of the discharge or withstand the current levels involved.
This is known as device "ESD sensitivity" or "ESD susceptibility". </p>
- 5. DIFFERENT KINDS OF MEMORYhttps://technick.net/guides/hardware/umg/05_000/Sun, 01 Mar 1998 00:00:00 +0000https://technick.net/guides/hardware/umg/05_000/<hr /><p align="center"><font size="2"><a href="proxy.php?url=https://technick.net/guides/hardware/umg/04_004"><< Previous page</a> <a href="proxy.php?url=https://technick.net/guides/hardware/umg/00_toc">TOC</a> <a href="proxy.php?url=https://technick.net/guides/hardware/umg/05_001">Next page >></a></font></p><blockquote><p><a name="TOC"></a><h3>5. DIFFERENT KINDS OF MEMORY</h3></p><p>Some people like to know a lot about the computer systems they own - or are considering buying - just because. They're like that. It's what makes them tick. Some people never find out about their systems and like it that way. Still other people - most of us, in fact - find out about their systems when they have to - when something goes wrong, or when they want to upgrade it. It's important to note that making a choice about a computer system - and its memory features - will affect the experience and satisfaction you derive from the system. This chapter is here to make you smarter about memory so that you can get more out of the system you're purchasing or upgrading.<br /><br /><ul><li><a href="proxy.php?url=https://technick.net/guides/hardware/umg/05_001">5.1. MODULE FORM FACTORS</a></li><li><a href="proxy.php?url=https://technick.net/guides/hardware/umg/05_002">5.2. MAJOR CHIP TECHNOLOGIES</a></li><li><a href="proxy.php?url=https://technick.net/guides/hardware/umg/05_003">5.3. MEMORY TECHNOLOGIES FOR VIDEO OR GRAPHICS PROCESSING</a></li><li><a href="proxy.php?url=https://technick.net/guides/hardware/umg/05_004">5.4. OTHER MEMORY TECHNOLOGIES YOU MAY HAVE HEARD ABOUT</a></li><li><a href="proxy.php?url=https://technick.net/guides/hardware/umg/05_005">5.5. ERROR CHECKING</a></li><li><a href="proxy.php?url=https://technick.net/guides/hardware/umg/05_006">5.6. OTHER SPECIFICATIONS</a></li></ul></p>
- 5.1. MODULE FORM FACTORShttps://technick.net/guides/hardware/umg/05_001/Sun, 01 Mar 1998 00:00:00 +0000https://technick.net/guides/hardware/umg/05_001/<hr /><p align="center"><font size="2"><a href="proxy.php?url=https://technick.net/guides/hardware/umg/05_000"><< Previous page</a> <a href="proxy.php?url=https://technick.net/guides/hardware/umg/00_toc">TOC</a> <a href="proxy.php?url=https://technick.net/guides/hardware/umg/05_002">Next page >></a></font></p><blockquote><p><a name="TOC"></a><h3>5.1. MODULE FORM FACTORS</h3></p><p>The easiest way to categorize memory is by <b>form factor</b>. The form factor of
any memory module describes its size and pin configuration. Most computer systems
have memory sockets that can accept only one form factor. Some computer systems
are designed with more than one type of memory socket, allowing a choice between
two or more form factors. Such designs are usually a result of transitional periods
in the industry when it's not clear which form factors will gain predominance or be
more available.</p>
- 5.2. MAJOR CHIP TECHNOLOGIEShttps://technick.net/guides/hardware/umg/05_002/Sun, 01 Mar 1998 00:00:00 +0000https://technick.net/guides/hardware/umg/05_002/<hr /><p align="center"><font size="2"><a href="proxy.php?url=https://technick.net/guides/hardware/umg/05_001"><< Previous page</a> <a href="proxy.php?url=https://technick.net/guides/hardware/umg/00_toc">TOC</a> <a href="proxy.php?url=https://technick.net/guides/hardware/umg/05_003">Next page >></a></font></p><blockquote><p><a name="TOC"></a><h3>5.2. MAJOR CHIP TECHNOLOGIES</h3></p><p>It's usually pretty easy to tell memory module form factors apart because of physical differences. Most module form factors can support various memory technologies so, it's possible for two modules to appear to be the same when, in fact, they're not. For example, a 168-pin DIMM can be used for EDO, Synchronous DRAM, or some other type of memory. The only way to tell precisely what kind of memory a module contains is to interpret the marking on the chips. Each DRAM chip manufacturer has different markings and part numbers to identify the chip technology. </p>
- 5.3. MEMORY TECHNOLOGIES FOR VIDEO OR GRAPHICS PROCESSINGhttps://technick.net/guides/hardware/umg/05_003/Sun, 01 Mar 1998 00:00:00 +0000https://technick.net/guides/hardware/umg/05_003/<hr /><p align="center"><font size="2"><a href="proxy.php?url=https://technick.net/guides/hardware/umg/05_002"><< Previous page</a> <a href="proxy.php?url=https://technick.net/guides/hardware/umg/00_toc">TOC</a> <a href="proxy.php?url=https://technick.net/guides/hardware/umg/05_004">Next page >></a></font></p><blockquote><p><a name="TOC"></a><h3>5.3. MEMORY TECHNOLOGIES FOR VIDEO OR GRAPHICS PROCESSING</h3></p><p><h4>VIDEO RAM (VRAM)</h4>VRAM is a video version of FPM technology. VRAM typically has two ports instead of one, which allows the memory to allocate one channel to refreshing the screen while the other is focused on changing the images on the screen. This works much more efficiently than regular DRAM when it comes to video applications. However, since video memory chips are used in much lower quantities than main memory chips, they tend to be more expensive. So, a system designer may choose to use regular DRAM in a video subsystem, depending on whether cost or performance is the design objective. </p>
- 5.4. OTHER MEMORY TECHNOLOGIES YOU MAY HAVE HEARD ABOUThttps://technick.net/guides/hardware/umg/05_004/Sun, 01 Mar 1998 00:00:00 +0000https://technick.net/guides/hardware/umg/05_004/<hr /><p align="center"><font size="2"><a href="proxy.php?url=https://technick.net/guides/hardware/umg/05_003"><< Previous page</a> <a href="proxy.php?url=https://technick.net/guides/hardware/umg/00_toc">TOC</a> <a href="proxy.php?url=https://technick.net/guides/hardware/umg/05_005">Next page >></a></font></p><blockquote><p><a name="TOC"></a><h3>5.4. OTHER MEMORY TECHNOLOGIES YOU MAY HAVE HEARD ABOUT</h3></p><p><h4>ENHANCED SDRAM (ESDRAM)</h4>In order to increase the speed and efficiency of standard memory modules, some manufacturers have incorporated a small amount of SRAM directly into the chip, effectively creating an on-chip cache. ESDRAM is essentially SDRAM, plus a small amount of SRAM cache, which allows for burst operations of up to 200MHz. Just as with external cache memory, the goal of cache DRAM is to hold the most frequently used data in the SRAM cache to minimize accesses to the slower DRAM. One advantage of on-chip SRAM is that it enables a wider bus between the SRAM and DRAM, effectively increasing the bandwidth and speed of the DRAM.
</p>
- 5.5. ERROR CHECKINGhttps://technick.net/guides/hardware/umg/05_005/Sun, 01 Mar 1998 00:00:00 +0000https://technick.net/guides/hardware/umg/05_005/<hr /><p align="center"><font size="2"><a href="proxy.php?url=https://technick.net/guides/hardware/umg/05_004"><< Previous page</a> <a href="proxy.php?url=https://technick.net/guides/hardware/umg/00_toc">TOC</a> <a href="proxy.php?url=https://technick.net/guides/hardware/umg/05_006">Next page >></a></font></p><blockquote><p><a name="TOC"></a><h3>5.5. ERROR CHECKING</h3></p><p>Ensuring the integrity of data stored in memory is an important aspect of memory
design. Two primary means of accomplishing this are <b>parity</b> and <b>error correction code (ECC)</b>.<br /><br />Historically, <b>parity</b> has been the most commonly used data integrity method.
Parity can detect - but not correct - single-bit errors. <b>Error Correction Code (ECC)</b>
is a more comprehensive method of data integrity checking that can detect and correct
single-bit errors.<br /><br />Fewer and fewer PC manufacturers are supporting data integrity checking in their
designs. This is due to a couple of factors. First, by eliminating support for parity
memory, which is more expensive than standard memory, manufacturers can lower the
price of their computers. Fortunately, this trend is complemented by the second
factor: that is, the increased quality of memory components available from certain
manufacturers and, as a result, the relative infrequency of memory errors.<br /><br />The type of data integrity checking depends on how a given computer system will
be used. If the computer is to play a critical role - as a server, for example - then a
computer that supports data integrity checking is an ideal choice. In general:<br /><br /><ul><li>Most computers designed for use as high-end servers support ECC memory.</li><li>Most low-cost computers designed for use at home or for small businesses support
non-parity memory.</li></ul></p>
- 5.6. OTHER SPECIFICATIONShttps://technick.net/guides/hardware/umg/05_006/Sun, 01 Mar 1998 00:00:00 +0000https://technick.net/guides/hardware/umg/05_006/<hr /><p align="center"><font size="2"><a href="proxy.php?url=https://technick.net/guides/hardware/umg/05_005"><< Previous page</a> <a href="proxy.php?url=https://technick.net/guides/hardware/umg/00_toc">TOC</a> <a href="proxy.php?url=https://technick.net/guides/hardware/umg/06_000">Next page >></a></font></p><blockquote><p><a name="TOC"></a><h3>5.6. OTHER SPECIFICATIONS</h3></p><p>In addition to form factors, memory technologies, and error checking methods, there
are several other specifications important to understanding and selecting memory
products.</p><p><h4>SPEED</h4>The speed of memory components and modules is one of the most important
factors in optimizing a memory configuration. In fact, all computer systems specify
a memory component speed. Ensuring memory compatibility requires conforming
to this specification. This section covers three measurements of memory component
and module speed: access time, megahertz, and bytes per second.</p>
- 6. ESD Standardshttps://technick.net/guides/electronics/esd/006/Sun, 01 Mar 1998 00:00:00 +0000https://technick.net/guides/electronics/esd/006/<p align="center"><font size="2"><b><a href="proxy.php?url=https://technick.net/guides/electronics/esd/005"><< Previous page</a> <a href="proxy.php?url=https://technick.net/guides/electronics/esd/000">INDEX</a> <a href="proxy.php?url=https://technick.net/guides/electronics/esd/007">Next page >></a></b></font></p><blockquote><h3>6. ESD Standards</h3><p>In a world that is characterized by <i>change</i>, the ESD industry seems to
have jumped into the swirling eddy head-first. Control programs have mushroomed.
Black has been replaced by green, blue and gold. Shielding bags dominate the
warehouse. Ionizers exist along side wrist straps and ground cords. An early
history of "smoke and mirrors," magic and lofty claims of performance is rapidly
and safely being relegated to the past.</p>
- 6. WHAT TO CONSIDER WHEN BUYING MEMORYhttps://technick.net/guides/hardware/umg/06_000/Sun, 01 Mar 1998 00:00:00 +0000https://technick.net/guides/hardware/umg/06_000/<hr /><p align="center"><font size="2"><a href="proxy.php?url=https://technick.net/guides/hardware/umg/05_006"><< Previous page</a> <a href="proxy.php?url=https://technick.net/guides/hardware/umg/00_toc">TOC</a> <a href="proxy.php?url=https://technick.net/guides/hardware/umg/06_001">Next page >></a></font></p><blockquote><p><a name="TOC"></a><h3>6. WHAT TO CONSIDER WHEN BUYING MEMORY</h3></p><p>One of the quickest and easiest ways to identify the right memory modules and
expansion options for your computer is to use a memory configurator. Like some
of the other major memory manufacturers, Kingston makes a memory configurator
available. You can access Kingston's configurator through their home page at
www.kingston.com.<br /><br />The most important thing to ensure when buying memory is compatibility with
your system. In addition, you'll need to decide how much memory you need and
beyond that lie considerations of price, quality, availability, service, and warranty.
This section helps you address these important decision factors and helps you
answer questions like these:<br /><br /><ul><li>How much memory do I need?</li><li>How much memory will my system recognize?</li><li>What kind of memory is compatible with my system?</li><li>How many sockets are open and how should I fill them?</li><li>How do I determine the quality of memory?</li><li>What should I know about memory prices?</li><li>What other issues should I consider?</li></ul><br /><br /><ul><li><a href="proxy.php?url=https://technick.net/guides/hardware/umg/06_001">6.1. COMPATIBILITY</a></li><li><a href="proxy.php?url=https://technick.net/guides/hardware/umg/06_002">6.2. HOW TO READ A BANK SCHEMA</a></li><li><a href="proxy.php?url=https://technick.net/guides/hardware/umg/06_003">6.3. QUALITY</a></li><li><a href="proxy.php?url=https://technick.net/guides/hardware/umg/06_004">6.4. PRICING AND AVAILABILITY</a></li></ul></p>
- 6.1. COMPATIBILITYhttps://technick.net/guides/hardware/umg/06_001/Sun, 01 Mar 1998 00:00:00 +0000https://technick.net/guides/hardware/umg/06_001/<hr /><p align="center"><font size="2"><a href="proxy.php?url=https://technick.net/guides/hardware/umg/06_000"><< Previous page</a> <a href="proxy.php?url=https://technick.net/guides/hardware/umg/00_toc">TOC</a> <a href="proxy.php?url=https://technick.net/guides/hardware/umg/06_002">Next page >></a></font></p><blockquote><p><a name="TOC"></a><h3>6.1. COMPATIBILITY</h3></p><p>As mentioned earlier, compatibility of memory components with your computer
system is arguably the most important factor to consider when upgrading memory.
This section can get you started; it also makes frequent mention of the advantages
of using a memory configurator.</p><p><h4>WHAT KIND OF MEMORY IS COMPATIBLE WITH MY SYSTEM?</h4>The easiest way to determine what type of memory goes with your system is to
consult with your system documentation. If you need further assistance, consult a
memory configurator available from many sources, including Kingston. Kingston
and other brand-name memory companies offer such a tool to help you find the
right memory configuration for your system.<br /><br />With Kingston's configurator, you can search by five different criteria:<br /><br /><ul><li>System manufacturer/model</li><li>Computer model name</li><li>Memory module part number (Kingston, distributor, manufacturer)</li><li>Specification</li><li>Generic memory</li></ul>To access Kingston's Memory Configurator, <a href="proxy.php?url=http://www.ec.kingston.com/ecom/kepler/mfrmod.asp?referid=28" target="_blank">click here</a></p>
- 6.2. HOW TO READ A BANK SCHEMAhttps://technick.net/guides/hardware/umg/06_002/Sun, 01 Mar 1998 00:00:00 +0000https://technick.net/guides/hardware/umg/06_002/<hr /><p align="center"><font size="2"><a href="proxy.php?url=https://technick.net/guides/hardware/umg/06_001"><< Previous page</a> <a href="proxy.php?url=https://technick.net/guides/hardware/umg/00_toc">TOC</a> <a href="proxy.php?url=https://technick.net/guides/hardware/umg/06_003">Next page >></a></font></p><blockquote><p><a name="TOC"></a><h3>6.2. HOW TO READ A BANK SCHEMA</h3>A bank schema is a diagram of rows and columns that shows the number of
memory sockets in your system. This diagram is a theoretical bank layout and not
an actual system board layout; it is designed to help you quickly determine configuration
requirements when adding memory modules.<br /><br />In a bank schema, each <img src="proxy.php?url=https://technick.net/img/guide_umg/guide_umg_030.gif" width="37" height="9" border="0" alt="" /> represents a <b>memory socket</b>:<br /><br /><b>Example:</b> <img src="proxy.php?url=https://technick.net/img/guide_umg/guide_umg_030.gif" width="37" height="9" border="0" alt="" /> <img src="proxy.php?url=https://technick.net/img/guide_umg/guide_umg_030.gif" width="37" height="9" border="0" alt="" /> <img src="proxy.php?url=https://technick.net/img/guide_umg/guide_umg_030.gif" width="37" height="9" border="0" alt="" /> <img src="proxy.php?url=https://technick.net/img/guide_umg/guide_umg_030.gif" width="37" height="9" border="0" alt="" /> = 4 memory sockets<br /><br />Each column in the diagram represents a <b>memory bank</b>. The number of " "
symbols in a column represents the number of memory sockets in a bank.
Upgrading is performed one bank at a time. For example, if there are four columns
with two <img src="proxy.php?url=https://technick.net/img/guide_umg/guide_umg_030.gif" width="37" height="9" border="0" alt="" /> in each column, upgrading is done two modules at a time. However,
if there is just a single row of <img src="proxy.php?url=https://technick.net/img/guide_umg/guide_umg_030.gif" width="37" height="9" border="0" alt="" />, upgrading may be performed one module at a time.<br /><br /><b>Examples:</b><br /><br />8 sockets = <img src="proxy.php?url=https://technick.net/img/guide_umg/guide_umg_030.gif" width="37" height="9" border="0" alt="" /> <img src="proxy.php?url=https://technick.net/img/guide_umg/guide_umg_030.gif" width="37" height="9" border="0" alt="" /> <img src="proxy.php?url=https://technick.net/img/guide_umg/guide_umg_030.gif" width="37" height="9" border="0" alt="" /> <img src="proxy.php?url=https://technick.net/img/guide_umg/guide_umg_030.gif" width="37" height="9" border="0" alt="" /> <img src="proxy.php?url=https://technick.net/img/guide_umg/guide_umg_030.gif" width="37" height="9" border="0" alt="" /> <img src="proxy.php?url=https://technick.net/img/guide_umg/guide_umg_030.gif" width="37" height="9" border="0" alt="" /> <img src="proxy.php?url=https://technick.net/img/guide_umg/guide_umg_030.gif" width="37" height="9" border="0" alt="" /> <img src="proxy.php?url=https://technick.net/img/guide_umg/guide_umg_030.gif" width="37" height="9" border="0" alt="" /><br />(Modules may be installed one at a time in any combination)<br /><br /><table><tr><td><font face="Veranda" size="2">8 sockets (4 banks of 2) =</font></td><td><img src="proxy.php?url=https://technick.net/img/guide_umg/guide_umg_030.gif" width="37" height="9" border="0" alt="" /> <img src="proxy.php?url=https://technick.net/img/guide_umg/guide_umg_030.gif" width="37" height="9" border="0" alt="" /> <img src="proxy.php?url=https://technick.net/img/guide_umg/guide_umg_030.gif" width="37" height="9" border="0" alt="" /> <img src="proxy.php?url=https://technick.net/img/guide_umg/guide_umg_030.gif" width="37" height="9" border="0" alt="" /><br /> <img src="proxy.php?url=https://technick.net/img/guide_umg/guide_umg_030.gif" width="37" height="9" border="0" alt="" /> <img src="proxy.php?url=https://technick.net/img/guide_umg/guide_umg_030.gif" width="37" height="9" border="0" alt="" /> <img src="proxy.php?url=https://technick.net/img/guide_umg/guide_umg_030.gif" width="37" height="9" border="0" alt="" /> <img src="proxy.php?url=https://technick.net/img/guide_umg/guide_umg_030.gif" width="37" height="9" border="0" alt="" /> </td></tr></table>(Modules must be installed two at a time)<br /><br /><table width="445" border="0"><tr><td><font face="Veranda" size="2">4 sockets (1 bank of 4) =</font></td><td><img src="proxy.php?url=https://technick.net/img/guide_umg/guide_umg_030.gif" width="37" height="9" border="0" alt="" /> <br /><img src="proxy.php?url=https://technick.net/img/guide_umg/guide_umg_030.gif" width="37" height="9" border="0" alt="" /> <br /><img src="proxy.php?url=https://technick.net/img/guide_umg/guide_umg_030.gif" width="37" height="9" border="0" alt="" /> <br /><img src="proxy.php?url=https://technick.net/img/guide_umg/guide_umg_030.gif" width="37" height="9" border="0" alt="" /> </td><td><font face="Veranda" size="2">(Modules must be installed four <br />at a time)</font></td></tr></table><br />The <b>standard memory</b> (base amount that the system was shipped with) appears in
the diagram as either <b>removable</b> or <b>non-removable</b>.<br /><br /><b>Removable memory</b> comes in the form of modules that fit into memory sockets,
and, if desired, can be removed and replaced with modules of higher capacity.
Removable memory is represented by a "<img src="proxy.php?url=https://technick.net/img/guide_umg/guide_umg_031.gif" width="37" height="12" border="0" alt="" />"
symbol with a number next to it: <img src="proxy.php?url=https://technick.net/img/guide_umg/guide_umg_031.gif" width="37" height="12" border="0" alt="" /> 4 <img src="proxy.php?url=https://technick.net/img/guide_umg/guide_umg_030.gif" width="37" height="9" border="0" alt="" /> that a 4MB module is in the first socket and that the second socket is empty.<br /><br /><b>Non-removable memory</b> usually comes in the form of memory chips soldered
directly onto the system board. It is represented in the bank schema in brackets:
[_4MB_] indicates 4MB of non-removable memory soldered onto the board and two available
memory sockets.<br /><br />If your system is not included in the configurator, you may be able to find out how
many sockets are in the system and how many are filled by pressing the F1 key during
system startup. If your system supports this, a screen will appear that indicates how
many memory sockets are in the system, which ones are filled and which are open, and
what capacity modules are in each socket. If pressing the F1 key during startup doesn't
produce this result, check your computer's system manual for more information.<br /><br />As a last resort, you can open your computer and take a look at the sockets.
(Important Note: Before removing the cover of your computer, refer to the
computer's system manual and warranty information for instructions and other
relevant information.) If you do open the computer, you may be able to identify
"bank labels" that indicate whether memory are installed in pairs. Bank numbering
typically begins with 0 instead of 1. So, if you have two banks, the first bank will
be labeled "bank 0", and the second bank will be labeled "bank 1."<br /><br /></p>
- 6.3. QUALITYhttps://technick.net/guides/hardware/umg/06_003/Sun, 01 Mar 1998 00:00:00 +0000https://technick.net/guides/hardware/umg/06_003/<hr /><p align="center"><font size="2"><a href="proxy.php?url=https://technick.net/guides/hardware/umg/06_002"><< Previous page</a> <a href="proxy.php?url=https://technick.net/guides/hardware/umg/00_toc">TOC</a> <a href="proxy.php?url=https://technick.net/guides/hardware/umg/06_004">Next page >></a></font></p><blockquote><p><a name="TOC"></a><h3>6.3. QUALITY</h3></p><p>As with any type of product, memory can vary in the quality from one manufacturer
to another. In general, the larger, more established brand name companies are more
consistent in adhering to tight design specifications, using high-quality components,
and establishing certified quality control processes for manufacturing and thorough
testing. That's not to say that lower-quality modules don't work fine - they may be
the right solution, depending on how hard you work your system. In deciding the
level of quality you require, consider the following:<br /><br /><ol><li>If the memory you buy doesn't perform well, will you be comfortable returning
it for a replacement? Would you have the time to deal with removing the
memory and waiting a couple of days to a week to get the situation resolved?<br /><br /></li><li>When memory is of low quality, you often experience intermittent problems,
such as the computer "freezing" unexpectedly, or having frequent errors. How
often do you save your work, and if you were to lose your work, how much
would that cost you? If you use your computer to play games, read email, and
surf the Internet, such interruptions and losses may not be a big problem. But if
you're running a business, losing a few hours of work could be a serious matter.<br /><br /></li><li>The biggest risk with unreliable memory is data corruption: that is, some bits
of data may change or be read incorrectly. The result of data corruption could
be as harmless as a syntax error in a document, or as potentially serious as a
miscalculation in a spreadsheet. How important is the accuracy of the work
you do on your computer? Again, if you use your computer for gaming, writing
letters, and the Internet, it may not be a problem. But if you're managing your
finances, you may want to do all you can to assure the reliability of your data.<br /><br /></li><li>Just like all products, the quality and durability you require depends on how
you use it. Computer applications that require a lot of memory usually work
the memory very hard. These applications often work better with memory that
exceeds the system's speed and reliability specifications. If you're working in
multimedia or using heavy number-crunching programs, the chance of a
lower-quality memory module failing is greater than if you're only doing light
work, such as simple word processing.</li></ol></p>
- 6.4. PRICING AND AVAILABILITYhttps://technick.net/guides/hardware/umg/06_004/Sun, 01 Mar 1998 00:00:00 +0000https://technick.net/guides/hardware/umg/06_004/<hr /><p align="center"><font size="2"><a href="proxy.php?url=https://technick.net/guides/hardware/umg/06_003"><< Previous page</a> <a href="proxy.php?url=https://technick.net/guides/hardware/umg/00_toc">TOC</a> <a href="proxy.php?url=https://technick.net/guides/hardware/umg/07_000">Next page >></a></font></p><blockquote><p><a name="TOC"></a><h3>6.4. PRICING AND AVAILABILITY</h3></p><p>This section contains information that helps make sense of the fluctuations that can occur in the memory market.</p> <p><h4>THE DRAM CHIP MARKET</h4>Memory modules are made with DRAM chips, which are manufactured in mass quantities in enormous fabrication plants (often referred to as "fabs"). Fabs can take up to two years to build and require substantial capital investment: approximately $3 billion per plant. These time and cost factors directly affect on the ability of the memory market to adjust quickly to fluctuations in supply and demand. When demand for memory chips increases, chip manufacturers typically do not respond immediately because the investment required to add more capacity is substantial and may not pay off, especially if all the competitors are doing so at the same time. Therefore, the immediate effect is that prices rise as manufacturers assess whether the increase on demand is temporary or substantial enough to warrant investment. By the same token, when there is an oversupply situation in the market, chip manufacturers are willing to sustain losses for a long time while prices fall to below breakeven levels. This is because in many cases it costs more money to shut a plant down than to continue to produce and sell chips at below cost. Also, the longer a manufacturer can hold on, the greater the chance of "being there" to reap the rewards when competitors reduce capacity and the market turns around again. </p>
- 7. Bibliographyhttps://technick.net/guides/electronics/esd/007/Sun, 01 Mar 1998 00:00:00 +0000https://technick.net/guides/electronics/esd/007/<p align="center"><font size="2"><b><a href="proxy.php?url=https://technick.net/guides/electronics/esd/006"><< Previous page</a> <a href="proxy.php?url=https://technick.net/guides/electronics/esd/000">INDEX</a> </b></font></p><blockquote><h3>7. Bibliography</h3><p>Key Device and Design Papers EOS/ESD Symposium Proceedings </p><p>The following list contains some of the most significant papers on silicon
device ESD phenomena and protection design from past proceedings of the EOS/ESD
Symposium. After a careful review, the papers were selected based on their
original contribution to the field and their effectiveness in advancing the
understanding of ESD device phenomena. These papers provide further
understanding of the concepts as well as implementation and practical use. This
collection of articles will allow new researchers interested in the field to
quickly gather pertinent information. The papers are categorized according to
the topic of interest. A brief statement on the significance of each paper also
is provided.</p>
- 7. HOW TO INSTALL MEMORYhttps://technick.net/guides/hardware/umg/07_000/Sun, 01 Mar 1998 00:00:00 +0000https://technick.net/guides/hardware/umg/07_000/<hr /><p align="center"><font size="2"><a href="proxy.php?url=https://technick.net/guides/hardware/umg/06_004"><< Previous page</a> <a href="proxy.php?url=https://technick.net/guides/hardware/umg/00_toc">TOC</a> <a href="proxy.php?url=https://technick.net/guides/hardware/umg/07_001">Next page >></a></font></p><blockquote><p><a name="TOC"></a><h3>7. HOW TO INSTALL MEMORY</h3></p><p>Congratulations! You have new memory for your computer. Now you have to install it. This chapter will guide you through the basics of memory module installation and refer you to resources that can help with problems.<br /><br /><ul><li><a href="proxy.php?url=https://technick.net/guides/hardware/umg/07_001">7.1. BEFORE YOU INSTALL</a></li><li><a href="proxy.php?url=https://technick.net/guides/hardware/umg/07_002">7.2. IMPORTANT THINGS TO KEEP IN MIND</a></li><li><a href="proxy.php?url=https://technick.net/guides/hardware/umg/07_003">7.3. INSTALLING THE MEMORY</a></li></ul></p></blockquote><p align="center"><font size="2"><a href="proxy.php?url=https://technick.net/guides/hardware/umg/06_004"><< Previous page</a> <a href="proxy.php?url=https://technick.net/guides/hardware/umg/00_toc">TOC</a> <a href="proxy.php?url=https://technick.net/guides/hardware/umg/07_001">Next page >></a></font></p>
- 7.1. BEFORE YOU INSTALLhttps://technick.net/guides/hardware/umg/07_001/Sun, 01 Mar 1998 00:00:00 +0000https://technick.net/guides/hardware/umg/07_001/<hr /><p align="center"><font size="2"><a href="proxy.php?url=https://technick.net/guides/hardware/umg/07_000"><< Previous page</a> <a href="proxy.php?url=https://technick.net/guides/hardware/umg/00_toc">TOC</a> <a href="proxy.php?url=https://technick.net/guides/hardware/umg/07_002">Next page >></a></font></p><blockquote><p><a name="TOC"></a><h3>7.1. BEFORE YOU INSTALL</h3></p><p>Before you start, make sure you have the following: <ol><li>Your computer manual. To install memory, you must open the computer box (chassis) and locate the memory sockets. You may need to unplug cables and peripherals, and re-install them afterward. The manual will most likely provide instructions specific to your computer.<br /><br /></li><li>A small screwdriver. Most computer chassis assemble with screws. The screwdriver also comes in handy if the notches on memory sockets are too tiny for your fingers. </li></ol></p>
- 7.2. IMPORTANT THINGS TO KEEP IN MINDhttps://technick.net/guides/hardware/umg/07_002/Sun, 01 Mar 1998 00:00:00 +0000https://technick.net/guides/hardware/umg/07_002/<hr /><p align="center"><font size="2"><a href="proxy.php?url=https://technick.net/guides/hardware/umg/07_001"><< Previous page</a> <a href="proxy.php?url=https://technick.net/guides/hardware/umg/00_toc">TOC</a> <a href="proxy.php?url=https://technick.net/guides/hardware/umg/07_003">Next page >></a></font></p><blockquote><p><a name="TOC"></a><h3>7.2. IMPORTANT THINGS TO KEEP IN MIND</h3></p><p><h4>ESD DAMAGE</h4>Electro-Static Discharge (ESD) is a frequent causes of damage to the memory module. ESD is the result of handling the module without first properly grounding yourself and thereby dissipating static electricity from your body or clothing. If you have a grounded wrist strap, wear it. If you don't, before touching electronic components - especially your new memory module - make sure you first touch an unpainted, grounded metal object. Most convenient is the metal frame inside the computer. In addition, always handle the module by the edges. If ESD damages memory, problems may not show up immediately and may be difficult to diagnose. <br /><br /><div align="center"><img src="proxy.php?url=https://technick.net/img/guide_umg/guide_umg_032.jpg" width="139" height="181" border="0" alt="" /><br /><br />Wearing a grounded wrist strap can prevent ESD damage. </div></p>
- 7.3. INSTALLING THE MEMORYhttps://technick.net/guides/hardware/umg/07_003/Sun, 01 Mar 1998 00:00:00 +0000https://technick.net/guides/hardware/umg/07_003/<hr /><p align="center"><font size="2"><a href="proxy.php?url=https://technick.net/guides/hardware/umg/07_002"><< Previous page</a> <a href="proxy.php?url=https://technick.net/guides/hardware/umg/00_toc">TOC</a> <a href="proxy.php?url=https://technick.net/guides/hardware/umg/08_000">Next page >></a></font></p><blockquote><p><a name="TOC"></a><h3>7.3. INSTALLING THE MEMORY</h3></p><p>The vast majority of computers today have memory sockets that accept the following
industry-standard memory modules:<br /><br />Desktops, Workstations and Servers<br /><br /><ul><li>72-pin SIMM</li><li>168-pin DIMM</li><li>184-pin RIMM</li></ul>Notebooks and Mobile Computers<br /><br /><ul><li>144-pin SO DIMM</li></ul>Although sockets may be in different places on different computers, installation is
the same. Consult the computer owner's manual to find out whether the memory
sits on an expansion card or on the motherboard, and whether internal computer
components must be moved to gain access.<br /><br />In the section below are installation instructions for the standard modules listed
above, followed by installation instructions for some of the more popular proprietary
memory modules. If the computer requires proprietary memory, or the instructions
below don't seem to apply to your situation, phone Kingston Technology's Technical
Support Group at (800) 435-0640.</p>
- 8. TROUBLESHOOTING MEMORY PROBLEMShttps://technick.net/guides/hardware/umg/08_000/Sun, 01 Mar 1998 00:00:00 +0000https://technick.net/guides/hardware/umg/08_000/<hr /><p align="center"><font size="2"><a href="proxy.php?url=https://technick.net/guides/hardware/umg/07_003"><< Previous page</a> <a href="proxy.php?url=https://technick.net/guides/hardware/umg/00_toc">TOC</a> <a href="proxy.php?url=https://technick.net/guides/hardware/umg/08_001">Next page >></a></font></p><blockquote><p><a name="TOC"></a><h3>8. TROUBLESHOOTING MEMORY PROBLEMS</h3></p><p><ul><li><a href="proxy.php?url=https://technick.net/guides/hardware/umg/08_001">8.1. COMMON MEMORY PROBLEMS</a></li><li><a href="proxy.php?url=https://technick.net/guides/hardware/umg/08_002">8.2. BASIC TROUBLESHOOTING</a></li><li><a href="proxy.php?url=https://technick.net/guides/hardware/umg/08_003">8.3. WHEN THE PROBLEM OCCURS</a></li><li><a href="proxy.php?url=https://technick.net/guides/hardware/umg/08_004">8.4. HANDLING SPECIFIC PROBLEMS</a></li><li><a href="proxy.php?url=https://technick.net/guides/hardware/umg/08_005">8.5. STILL NEED HELP?</a></li></ul></p></blockquote><p align="center"><font size="2"><a href="proxy.php?url=https://technick.net/guides/hardware/umg/07_003"><< Previous page</a> <a href="proxy.php?url=https://technick.net/guides/hardware/umg/00_toc">TOC</a> <a href="proxy.php?url=https://technick.net/guides/hardware/umg/08_001">Next page >></a></font></p>
- 8.1. COMMON MEMORY PROBLEMShttps://technick.net/guides/hardware/umg/08_001/Sun, 01 Mar 1998 00:00:00 +0000https://technick.net/guides/hardware/umg/08_001/<hr /><p align="center"><font size="2"><a href="proxy.php?url=https://technick.net/guides/hardware/umg/08_000"><< Previous page</a> <a href="proxy.php?url=https://technick.net/guides/hardware/umg/00_toc">TOC</a> <a href="proxy.php?url=https://technick.net/guides/hardware/umg/08_002">Next page >></a></font></p><blockquote><p><a name="TOC"></a><h3>8.1. COMMON MEMORY PROBLEMS</h3></p><p>When you have a problem with memory, the cause is usually one of three things:<br /><br /><b>Improper Configuration:</b> You have the wrong part for your computer or did not
follow the configuration rules.<br /><br /><b>Improper Installation:</b> The memory may not be seated correctly, a socket is bad, or
the socket may need cleaning.<br /><br /><b>Defective Hardware:</b> The memory module itself is defective.<br /><br />The fact that many computer problems manifest themselves as memory problems
makes troubleshooting difficult. For example, a problem with the motherboard or
software may produce a memory error message.<br /><br />This chapter is designed to help you figure out if you have a memory problem, and
if so, what kind of problem it is, so you can get to a solution as quickly as possible.</p>
- 8.2. BASIC TROUBLESHOOTINGhttps://technick.net/guides/hardware/umg/08_002/Sun, 01 Mar 1998 00:00:00 +0000https://technick.net/guides/hardware/umg/08_002/<hr /><p align="center"><font size="2"><a href="proxy.php?url=https://technick.net/guides/hardware/umg/08_001"><< Previous page</a> <a href="proxy.php?url=https://technick.net/guides/hardware/umg/00_toc">TOC</a> <a href="proxy.php?url=https://technick.net/guides/hardware/umg/08_003">Next page >></a></font></p><blockquote><p><a name="TOC"></a><h3>8.2. BASIC TROUBLESHOOTING</h3></p><p>The following basic steps apply to almost all situations:<br /><br /><ol><li><b>Make sure you have the right memory part for your computer.</b>At the manufacturer's Web site you can look up the part number. Many memory
manufacturers have configurators, which indicate the compatibilities of your
module. If not, phone the memory manufacturer, consult your computer manual,
or phone the computer manufacturer.<br /><br /></li><li><b>Confirm that you configured the memory correctly.</b>Many computers require module installation in banks of equal-capacity
modules. Some computers require the highest capacity module to be in the
lowest labeled bank. Other computers require that all sockets be filled; still
others require single-banked memory. These are only a few examples of
special configuration requirements. If you have a name-brand computer, visit
Kingston's Web site (www.kingston.com) or use our upgrade manual to look up
configuration rules specific to your computer. You can also contact technical
support for your memory or computer manufacturer.<br /><br /></li><li><b>Re-install the module.</b>Push the module firmly into the socket. In most cases you hear a click when
the module is in position. To make sure you have a module all the way in the
socket, compare the height of the module to the height of other modules in
neighboring sockets.<br /><br /></li><li><b>Swap modules.</b>Remove the new memory and see whether the problem disappears. Remove the
old memory, reinstall the new, and see whether the problem persists. Try the
memory in different sockets. Swapping reveals whether the problem is a particular
memory module or socket, or whether two types of memory aren't compatible.<br /><br /></li><li><b>Clean the socket and pins on the memory module.</b>Use a soft cloth to wipe the pins on the module. Use a PC vacuum or compressed
air to blow dust off the socket. Do NOT use solvent, which may corrode the
metal or prevent the leads from making full contact. Flux Off is a cleaner
used specifically for contacts. You can purchase it at electronics or computer
equipment stores.<br /><br /></li><li><b>Update the BIOS.</b>Computer manufacturers update BIOS information frequently and post revisions
on their Web sites. Make sure you have the most recent BIOS for your computer.
This applies especially when you have recently installed new software or you are
significantly upgrading memory.</li></ol></p>
- 8.3. WHEN THE PROBLEM OCCURShttps://technick.net/guides/hardware/umg/08_003/Sun, 01 Mar 1998 00:00:00 +0000https://technick.net/guides/hardware/umg/08_003/<hr /><p align="center"><font size="2"><a href="proxy.php?url=https://technick.net/guides/hardware/umg/08_002"><< Previous page</a> <a href="proxy.php?url=https://technick.net/guides/hardware/umg/00_toc">TOC</a> <a href="proxy.php?url=https://technick.net/guides/hardware/umg/08_004">Next page >></a></font></p><blockquote><p><a name="TOC"></a><h3>8.3. WHEN THE PROBLEM OCCURS</h3></p><p>When the problem occurs is a clue as to the cause.<br /><br />For example, your response to a memory error message depends on whether:<br /><br /><ol><li>You have just bought a new computer.</li><li>You have just installed new memory.</li><li>You have just installed new software or a new operating system.</li><li>You have just installed or removed hardware.</li><li>Your computer has been running fine and you've made no other recent changes.</li></ol><br />Here are rules to get started:<br /><br /><b>YOU'VE JUST BOUGHT A NEW COMPUTER</b><br /><br />If you have just purchased a new computer and it is producing memory errors, the
problem could be related to anything, including a bad computer board. In this case,
you need to troubleshoot the entire computer, including memory. Because the
computer dealer will have configured memory and run system tests before shipping,
they can best help.<br /><br /><b>YOU'VE JUST INSTALLED NEW MEMORY</b><br /><br />If you have just installed new memory, the first possibility is that you installed
incorrect parts. Double-check the part numbers. Confirm that you have configured
and installed the memory correctly.<br /><br /><b>YOU'VE INSTALLED NEW SOFTWARE OR OPERATING SYSTEM</b><br /><br />Newer software or operating systems tend to push memory harder than older operating
systems. Sometimes memory that worked fine prior to a software installation
begins producing errors once it runs memory-intensive software. New software also
has bugs, and beta versions are notorious for producing memory errors. In these
cases, your first step should be to ensure you have the latest BIOS and service
patches for your software. Otherwise contact the memory vendor. A technical
support representative may have experience with other software incidents and can
walk you through more-detailed troubleshooting.<br /><br /><b>YOU'VE INSTALLED OR REMOVED HARDWARE</b><br /><br />If you have just installed or removed hardware and suddenly receive memory error
messages, the first place to look is in the computer itself. A connection may have
come loose during the installation or the new hardware may be defective; in either
case the errors are manifesting themselves as memory problems. Make sure you
have the latest drivers and firmware. Most hardware manufacturers will post
updates on their Web sites.<br /><br /><b>UNEXPECTED PROBLEMS</b><br /><br />If your system has been running fine, but suddenly starts to produce memory errors,
and crash or lock up frequently, the chance of a hardware failure is more likely, since
configuration and installation problems show up as soon as the computer turns on.
Sometimes you can get memory problems if your computer is overheating, if you are
having a problem with your power supply, or if corrosion has developed between
the memory module and the socket, weakening the connection.</p>
- 8.4. HANDLING SPECIFIC PROBLEMShttps://technick.net/guides/hardware/umg/08_004/Sun, 01 Mar 1998 00:00:00 +0000https://technick.net/guides/hardware/umg/08_004/<hr /><p align="center"><font size="2"><a href="proxy.php?url=https://technick.net/guides/hardware/umg/08_003"><< Previous page</a> <a href="proxy.php?url=https://technick.net/guides/hardware/umg/00_toc">TOC</a> <a href="proxy.php?url=https://technick.net/guides/hardware/umg/08_005">Next page >></a></font></p><blockquote><p><a name="TOC"></a><h3>8.4. HANDLING SPECIFIC PROBLEMS</h3></p><p>Here is a list of the most common ways the computer informs you of a memory problem.<br /><br /><ol><li>The computer won't boot, merely beeps.<br /><br /></li><li>The computer boots but the screen is blank.<br /><br /></li><li>The computer boots but the screen is blank.<br /><br /></li><li>The computer reports a memory error.<ol><li type="a">Memory mismatch error</li><li type="a">Memory parity interrupt at xxxxx</li><li type="a">Memory address error at xxxxx</li><li type="a">Memory failure at xxxxx, read xxxxx, expecting xxxxx</li><li type="a">Memory verify error at xxxxx</li></ol><br /><br /></li><li>The computer has other problems caused by memory.<ol><li type="a">The computer intermittently reports errors, crashes frequently,
or spontaneously reboots.</li><li type="a">Registry Errors</li><li type="a">General-protection faults, page faults, and exception errors</li></ol><br /></li><li>The server system manager reports a memory error.</li></ol><br />The following translations help you understand what the computer means when it
gives you one of these signals.<br /><br /><ol><li><b>Computer won't boot, merely beeps.</b><br />Every time the computer starts, it takes inventory of hardware. Inventory
consists of the computer BIOS recognizing, acknowledging, and in some cases,
assigning addresses to, the components in the computer. If the computer won't
boot, the CPU is unable to communicate with hardware. The cause can be
improper installation or failure of the BIOS to recognize hardware.
Follow basic troubleshooting, paying special attention to whether the memory
module is completely installed and that you have the latest version of the BIOS.<br /><br /></li><li><b>Computer boots but doesn't recognize all the installed memory.</b>When the computer boots, a part of the process is counting memory. On some
machines the count appears on the screen and on others is masked. If the
count is masked, from the computer set-up menu see how much memory the
computer thinks it has. If the computer counts to or lists a number less than
the memory you installed, the computer hasn't recognized all the memory.<br /><br />Sometimes the computer will recognize only part of a module. This is almost
always due to using the wrong kind of memory. For example, if your computer
accepts only single-banked memory and you have installed dual-banked, the
computer will read only half the memory on the module. Sometimes the
computer will accept only modules containing memory chips with specific
organizations. For example, the VX chipset doesn't work well with 64 Mbit chips.<br /><br />In many computers the maximum amount of memory the computer can
recognize is lower than the maximum amount you can physically install. For
example, your computer may have three sockets, each of which can hold a
128MB module. If you filled every socket with 128MB, you would have 384MB
of memory. However, your computer may recognize a maximum of 256MB. In
most cases you can avoid this problem by consulting your computer manual or
a memory configuration Web site before purchasing memory. Or visit the
Kingston Web site.<br /><br /></li><li><b>The computer boots but the screen is blank.</b>The most common reason for a blank screen is a dislodged card, memory
not fully seated, or memory the computer doesn't support. Confirm that the
memory is installed properly and that other components in the computer were
not accidentally disconnected or dislodged while you installed memory.<br /><br />Double-check that you have the right part number for the computer. If you have
nonparity memory in a computer that requires error-checking memory, or
SDRAM memory in a computer that supports only EDO, the screen may be
blank at boot up.<br /><br /></li><li><b>The computer reports a memory error.</b><br /><b>Memory mismatch error:</b> This is not actually an error. Some computers require
you to tell them that it's OK to have a new amount of memory. Use the set-up
menu to tell the computer. Follow the prompts, enter the new amount, select
Save, and exit.<br /><br /><b>Computer memory or address errors:</b> All of the following errors, and those
similar to them, indicate that the computer has a problem with memory:<br /><br /><ul><li>Memory parity interrupt at xxxxx</li><li>Memory address error at xxxxx</li><li>Memory failure at xxxxx, read xxxxx, expecting xxxxx</li><li>Memory verification error at xxxxx</li></ul><br /><br />Typically the computer will perform a simple memory test as it boots. The
computer will write information to memory and read it back. If the computer
doesn't get what it was expecting, then it will report an error and sometimes
give the address where the error occurred.<br /><br />Such errors normally indicate a problem with a memory module but can
sometimes indicate a defective motherboard or incompatibility between old
and new memory. To verify that the new memory is causing the problem,
remove the new memory and see whether the problem goes away. Then
remove the old memory and install only the new memory. If the error persists,
phone the memory manufacturer and ask for a replacement.<br /><br /></li><li><b>The computer has other problems caused by memory.</b><br /><b>The Computer Intermittently Reports Errors, Crashes Frequently, or
Spontaneously Reboots:</b> Because of the large number of causes, these problems
are difficult to diagnose. Possible causes are ESD (Electro-static Discharge),
overheating, corrosion, or a faulty power supply. If you suspect ESD damage,
contact the memory manufacturer and ask for a replacement. Before you install
new memory, see page 85 for information on how to prevent ESD. If you suspect
corrosion, clean the memory contacts and the sockets as explained on page 96.
If you suspect the power supply, you will have to do overall computer
troubleshooting with a focus on the power supply.<br /><br /><b>Registry Errors:</b> Windows writes a large portion of the registry to RAM.
Sometimes defective memory will cause registry errors. Windows reports a
registry error and prompts you to restart and restore. If the prompts repeat,
remove your newly installed memory and restart the computer. If the errors
disappear, ask the memory manufacturer for replacement modules.<br /><br /><b>General-Protection Faults, Page Faults, and Exception Errors:</b> The most common
cause is software. For example, one application may not have released the
memory after quitting or occupies the same memory addresses as another. In
these cases, rebooting should solve the problem. If the computer suddenly
displays general-protection faults, exception errors, or page faults after you
have installed new memory, remove the new memory and see whether the
errors stop. If they occur only when the new memory is installed, contact the
memory manufacturer for assistance.<br /><br /></li><li><b>The server system manager reports a memory error.</b>Most servers ship with system managers that monitor component utilization
and test for abnormalities. Some of these system managers count soft errors in
memory. Soft errors have been corrected by ECC memory. If the rate of soft
errors is higher than specifications, however, the system manager issues a
pre-failure warning. This warning enables the network administrator to replace
the memory and prevent system downtime.<br /><br />If the system manager on your server issues a pre-failure warning or other
memory error, ask your memory manufacturer for a replacement. If the system
manager continues to issue errors after memory replacement, make sure you
have the latest BIOS, software service patches, and firmware. The chance of
receiving two bad memory modules in a row is low. Contact the memory
manufacturer for compatibility troubleshooting. Sometimes the server does not
work well with certain types of memory chips or certain memory designs.</li></ol></p>
- 8.5. STILL NEED HELP?https://technick.net/guides/hardware/umg/08_005/Sun, 01 Mar 1998 00:00:00 +0000https://technick.net/guides/hardware/umg/08_005/<hr /><p align="center"><font size="2"><a href="proxy.php?url=https://technick.net/guides/hardware/umg/08_004"><< Previous page</a> <a href="proxy.php?url=https://technick.net/guides/hardware/umg/00_toc">TOC</a> <a href="proxy.php?url=https://technick.net/guides/hardware/umg/09_000">Next page >></a></font></p><blockquote><p><a name="TOC"></a><h3>8.5. STILL NEED HELP?</h3></p><p>Most memory manufacturers have FAQ or Q-and-A sections on their Web sites. There
are also troubleshooting areas on the Web site of the computer manufacturer. If you
can't find anything online, phone technical support for the computer or memory manufacturer.
The next section gives information about Kingston and how to reach us.</p></blockquote><p align="center"><font size="2"><a href="proxy.php?url=https://technick.net/guides/hardware/umg/08_004"><< Previous page</a> <a href="proxy.php?url=https://technick.net/guides/hardware/umg/00_toc">TOC</a> <a href="proxy.php?url=https://technick.net/guides/hardware/umg/09_000">Next page >></a></font></p>
- 9. MORE ABOUT KINGSTONhttps://technick.net/guides/hardware/umg/09_000/Sun, 01 Mar 1998 00:00:00 +0000https://technick.net/guides/hardware/umg/09_000/<hr /><p align="center"><font size="2"><a href="proxy.php?url=https://technick.net/guides/hardware/umg/08_005"><< Previous page</a> <a href="proxy.php?url=https://technick.net/guides/hardware/umg/00_toc">TOC</a> <a href="proxy.php?url=https://technick.net/guides/hardware/umg/09_001">Next page >></a></font></p><blockquote><p><a name="TOC"></a><h3>9. MORE ABOUT KINGSTON</h3></p><p><ul><li><a href="proxy.php?url=https://technick.net/guides/hardware/umg/09_001">9.1. COMPANY OVERVIEW</a></li><li><a href="proxy.php?url=https://technick.net/guides/hardware/umg/09_002">9.2. HOW TO REACH KINGSTON</a></li><li><a href="proxy.php?url=https://technick.net/guides/hardware/umg/09_003">9.3. WHY KINGSTON?</a></li></ul></p></blockquote><p align="center"><font size="2"><a href="proxy.php?url=https://technick.net/guides/hardware/umg/08_005"><< Previous page</a> <a href="proxy.php?url=https://technick.net/guides/hardware/umg/00_toc">TOC</a> <a href="proxy.php?url=https://technick.net/guides/hardware/umg/09_001">Next page >></a></font></p>
- 9.1. COMPANY OVERVIEWhttps://technick.net/guides/hardware/umg/09_001/Sun, 01 Mar 1998 00:00:00 +0000https://technick.net/guides/hardware/umg/09_001/<hr /><p align="center"><font size="2"><a href="proxy.php?url=https://technick.net/guides/hardware/umg/09_000"><< Previous page</a> <a href="proxy.php?url=https://technick.net/guides/hardware/umg/00_toc">TOC</a> <a href="proxy.php?url=https://technick.net/guides/hardware/umg/09_002">Next page >></a></font></p><blockquote><p><a name="TOC"></a><h3>9.1. COMPANY OVERVIEW</h3></p><p>Founded in 1987, Kingston Technology is the world's largest independent manu-facturer
of memory products. At the close of 1998, Kingston had sales in excess of
$1.5 billion. Worldwide, the company presently staffs four manufacturing sites on
four continents and six international sales and marketing facilities.<br /><br />Kingston manufactures memory products that consistently meet or exceed the
industry's stringent standards, possessing both the skill and equipment necessary
to create the best modules in the marketplace.<br /><br />The personal philosophy of company founders John Tu and David Sun, has been
permanently imprinted into the corporate culture. From the company founders to
the employees and ultimately, to the consumer, a special "magic" is infused into
every product. At Kingston, it is the people that make the difference.<br /><br />The Kingston spirit reflects an individual commitment...<br /><br /><b>CORE VALUES</b><br /><br /><ul><b>Respect</b> for one another in our culturally diverse environment<br /><br /><b>Loyalty</b> to our long-term partnerships<br /><br /><b>Flexibility</b> and <b>adaptability</b> in responding to our customers' needs<br /><br /><b>Investing in our employees</b> to continuously improve our most valuable resource<br /><br /><b>Having fun</b> working in the company of friends</ul><br /></p>
- 9.2. HOW TO REACH KINGSTONhttps://technick.net/guides/hardware/umg/09_002/Sun, 01 Mar 1998 00:00:00 +0000https://technick.net/guides/hardware/umg/09_002/<hr /><p align="center"><font size="2"><a href="proxy.php?url=https://technick.net/guides/hardware/umg/09_001"><< Previous page</a> <a href="proxy.php?url=https://technick.net/guides/hardware/umg/00_toc">TOC</a> <a href="proxy.php?url=https://technick.net/guides/hardware/umg/09_003">Next page >></a></font></p><blockquote><p><a name="TOC"></a><h3>9.2. HOW TO REACH KINGSTON</h3></p><p><b>HOW TO REACH KINGSTON</b><br /><table border="0" width="430" cellpadding="1" cellspacing="0"><tr><td colspan="2"><b><br /><br />U.S. HEADQUARTERS</b></td></tr> <tr><td>Kingston Technology Company</td><td>Toll Free: +1 (877) KINGSTON</td></tr><tr><td>17600 Newhope Street</td><td>Tel: +1 (714) 435-2600</td></tr><tr><td>Fountain Valley, CA 92708</td><td>Fax: +1 (714) 435-2699</td></tr><tr><td>USA</td><td>Internet: www.kingston.com</td></tr></table><br /><br /><table border="1"><tr><td valign="top"><b>MEMORY-U.S.</b></td><td><img src="proxy.php?url=blank.gif" width="100" height="1" /><br clear="all" /><b>PHONE/FAX NUMBER</b></td><td valign="top"><b>EMAIL ADDRESS</b></td></tr><tr><td valign="top">Memory Sales</td><td valign="top">+1(877)KINGSTON<br />+1(714)435-2699</td><td valign="top">[email protected]</td></tr><tr><td valign="top">High-end Memory <br />Sales</td><td valign="top">+1(888)435-5446<br />+1(714)435-2618</td><td valign="top">[email protected]</td></tr><tr><td valign="top">ValueRam Sales</td><td valign="top">+1(877)435-8726<br />+1(714)445-3496</td><td valign="top">[email protected]</td></tr><tr><td valign="top">Flash Memory Sales</td><td valign="top">+1(888)822-6315<br />+1(714)438-1879</td><td valign="top">[email protected]</td></tr><tr><td valign="top">Technical Support</td><td valign="top">+1(800)435-0640<br />+1(714)424-3939</td><td valign="top">[email protected]</td></tr><tr><td valign="top">RMA</td><td valign="top">+1(800)337-3719<br />+1(714)435-2643</td><td valign="top">[email protected]</td></tr><tr><td valign="top"><b>MEMORY-INTL.<br />(Supporting All <br />Regions Except <br />Europe)</b></td><td valign="top"><b>PHONE/FAX NUMBER</b></td><td valign="top"><b>EMAIL ADDRESS</b></td></tr><tr><td valign="top">Memory Sales<br />(in English)</td><td valign="top">+1(714)437-3334<br />+1(714)438-1820</td><td valign="top">[email protected]</td></tr><tr><td valign="top">Technical Support <br />(in English)</td><td valign="top">+1(800)435-0640<br />+1(714)424-3939</td><td valign="top">[email protected]</td></tr><tr><td valign="top">Technical Support <br />(in Spanish)</td><td valign="top">+1(888)822-6316<br />+1(714)424-3939</td><td valign="top">[email protected]</td></tr><tr><td valign="top">RMA (in Spanish)</td><td valign="top">+1(714)437-3334<br />+1(714)438-1820</td><td valign="top">[email protected]</td></tr><!-- <tr>
<td valign="top"><b>PERIPHERAL PRODUCTS</b></td>
<td valign="top"><b>PHONE/FAX NUMBER</b></td>
<td valign="top"><b>EMAIL ADDRESS</b></td>
</tr>
<tr>
<td valign="top">Networking Sales</td>
<td valign="top">+1(800)435-2620<br>+1(714)438-1879</td>
<td valign="top">[email protected]</td>
</tr>
<tr>
<td valign="top">PC Enhancement <br>Sales</td>
<td valign="top">+1(888)435-5170<br>+1(714)438-1879</td>
<td valign="top">[email protected]</td>
</tr>
<tr>
<td valign="top">Technical Support</td>
<td valign="top">+1(714)424-3930<br>+1(714)437-3310</td>
<td valign="top">[email protected]</td>
</tr>
<tr>
<td valign="top">RMA</td>
<td valign="top">+1(800)337-3719<br>+1(714)435-2643</td>
<td valign="top">[email protected]</td>
</tr> --><tr><td valign="top"><b>STORCASE TECHNOLOGY, INC.</b></td><td valign="top"><b>PHONE/FAX NUMBER</b></td><td valign="top"><b>EMAIL ADDRESS</b></td></tr><tr><td valign="top">StorCase Sales</td><td valign="top">+1(800)435-0642<br />+1(714)438-1847</td><td valign="top">[email protected]</td></tr><tr><td valign="top">StorCase Technical <br />Support</td><td valign="top">+1(714)438-1858<br />+1(714)438-1847</td><td valign="top">[email protected]</td></tr></table><br /><br /><table border="0" width="430" cellpadding="1" cellspacing="0"><tr><td colspan="2"><b><br /><br />EUROPEAN HEADQUARTERS</b></td></tr> <tr><td>Kingston Technology Europe, Inc.</td><td>Tel: +44 (0) 1932 738 888</td></tr><tr><td>Kingston Court</td><td>Fax: +44 (0) 1932 738 880</td></tr><tr><td>Sunbury-on-Thames</td></tr><tr><td>Middlesex TW16 7EP</td></tr><tr><td>England</td></tr></table><table border="0" width="430" cellpadding="1" cellspacing="0"><tr><td colspan="2"><b><br /><br />EUROPEAN BRANCH OFFICES</b></td></tr> <tr><td valign="top"><img src="proxy.php?url=blank.gif" width="215" height="1" alt="" /><br clear="all" />Kingston Technology GmbH<br />Hoferstrasse 1<br />81737 Munich</td><td valign="top"><img src="proxy.php?url=blank.gif" width="215" height="1" alt="" /><br clear="all" />Tel: +49 89 627 1560<br />Telefax: +49 49 89 627 15660</td></tr><tr><td valign="top"><img src="proxy.php?url=blank.gif" width="215" height="1" alt="" /><br clear="all" />Kingston Technology France<br />171A, Avenue Charles De Gaulle</td><td valign="top"><img src="proxy.php?url=blank.gif" width="215" height="1" alt="" /><br clear="all" />Tel: +33 1 46 43 9530<br />Tel: 0800 90 57 01 (Toll-free Customer Service within France)<br />Telefax: +33 1 46 43 9535<br />Telecopie: 0800 90 09 10 (Toll-free within France)</td></tr></table></p>
- 9.3. WHY KINGSTON?https://technick.net/guides/hardware/umg/09_003/Sun, 01 Mar 1998 00:00:00 +0000https://technick.net/guides/hardware/umg/09_003/<hr /><p align="center"><font size="2"><a href="proxy.php?url=https://technick.net/guides/hardware/umg/09_002"><< Previous page</a> <a href="proxy.php?url=https://technick.net/guides/hardware/umg/00_toc">TOC</a> <a href="proxy.php?url=https://technick.net/guides/hardware/umg/10_000">Next page >></a></font></p><blockquote><p><a name="TOC"></a><h3>9.3. WHY KINGSTON?</h3></p><p><b>ISO 9001 CERTIFICATION</b><br /><br />Kingston is ISO 9001 certified as part of a continuing global effort to assure customers
the highest quality service and products.<br /><br /><b>EXCEPTIONAL QUALITY</b><br /><br />In addition to our ISO 9001 certification, we have established an extensive DCAT
(Design, Components, Assembly, and Test) quality-control process to ensure total
product reliability.<br /><br /><b>PROVEN INDUSTRY LEADER</b><br /><br />Kingston has been making memory modules since 1987.<br /><br /><b>100% PRODUCT TESTING</b><br /><br />Kingston tests every memory module before shipping. Our customized test equipment
is so comprehensive that it can test every cell on every chip on every module-on a
64MB module, that's 512 million cells!<br /><br /><b>PREMIUM COMPONENTS</b><br /><br />Kingston buys 100% of its memory chips from top-tier DRAM suppliers.<br /><br /><b>FREE TECHNICAL SUPPORT</b><br /><br />Technical support professionals are available to answer your call 24 hours a day,
7 days a week at (800) 435-0640. Average wait time is less than 1 minute.<br /><br /><b>KINGSTON'S LIFETIME WARRANTY</b><br /><br />With a lifetime warranty on all Kingston memory upgrades, network adapters, and
processor upgrades, you have the most comprehensive warranty in the industry.<br /><br /><b>FREE EVALUATION UNITS</b><br /><br />Kingston offers a free 30-day product evaluation program to qualified corporate
customers.<br /><br /><b>100% COMPATIBILITY GUARANTEE</b><br /><br />Kingston guarantees all memory products to be compatible with the system or family
of systems for which they're designed.<br /><br /><b>OVERNIGHT PRODUCT REPLACEMENT</b><br /><br />In the unlikely event your Kingston product needs repair or replacement, we will
cross-ship a replacement product to you overnight (in most cases).<br /><br /><b>FREE LITERATURE</b><br /><br />Kingston is committed to educating customers on memory and related technology.
White papers, memory bits, and other informative tools are available free of charge
in electronic and printed formats. Send requests to [email protected].<br /><br /><b>CORPORATE ALLIANCE PROGRAM (CAP)</b><br /><br />As an extension of Kingston's service commitment, we offer Corporate Alliance
membership to qualified IT professionals. Benefits include a dedicated Kingston
representative, use of the Partner Purchase Program, on site tech support training,
and special pricing.<br /><br /><b>FIELD SUPPORT</b><br /><br />Kingston's field sales team is available for regional and on-site customer support.
To find a representative in your area, go to www.kingston.com/contact/field.asp.<br /><br /><b>USER-FRIENDLY WEB SITE</b><br /><br />Kingston's Web site <b><a href="proxy.php?url=http://www.kingston.com" target="_blank">www.kingston.com</a></b> has the latest information on industry
trends, promotions, product releases, and more.<br /><br /></p>
- A Basic Tutorial on Sampling Theoryhttps://technick.net/guides/theory/dft/basic_tutorial_sampling/Sun, 01 Mar 1998 00:00:00 +0000https://technick.net/guides/theory/dft/basic_tutorial_sampling/<p style="background-color:#FFFFAA;border:1px solid red;padding:0.5em;"><strong>NOTE: THIS DOCUMENT IS OBSOLETE, PLEASE CHECK THE NEW VERSION:</strong> "<a href="proxy.php?url=http://ccrma.stanford.edu/~jos/mdft/">Mathematics of the Discrete Fourier Transform (DFT), with Audio Applications --- Second Edition</a>", by <a href="proxy.php?url=http://ccrma.stanford.edu/~jos/"> Julius O. Smith III</a>, <a href="proxy.php?url=http://www.w3k.org/books/">W3K Publishing</a>, 2007, ISBN 978-0-9745607-4-8. - Copyright © <i>2017-09-28</i> by <a href="proxy.php?url=http://ccrma.stanford.edu/~jos/"> Julius O. Smith III</a> - <a href="proxy.php?url=http://ccrma.stanford.edu/">Center for Computer Research in Music and Acoustics (CCRMA),</a> <a href="proxy.php?url=http://www.stanford.edu/"> Stanford University</a></p>
<p align="center"><font size="2"><b><a href="proxy.php?url=https://technick.net/guides/theory/dft/spectral_phase"><< Previous page</a> <a href="proxy.php?url=https://technick.net/guides/theory/dft/r320">TOC</a> <a href="proxy.php?url=https://technick.net/guides/theory/dft/dft_index">INDEX</a> <a href="proxy.php?url=https://technick.net/guides/theory/dft/introduction">Next page >></a></b></font></p><blockquote><h1><a name="SECTION001100000000000000000">A Basic Tutorial on Sampling Theory</a></h1><p><a href="proxy.php?url=https://technick.net/guides/theory/dft/basic_tutorial_sampling">A basic tutorial on sampling theory</a> is presented. <a href="proxy.php?url=https://technick.net/guides/theory/dft/aliasing_sampled_continuous">Aliasing due to
sampling</a> of continuous-time signals is characterized mathematically.<a href="proxy.php?url=https://technick.net/guides/theory/dft/shannon_s_sampling_theorem">Shannon's sampling theorem</a> is proved. A pictorial representation of
continuous-time signal reconstruction from discrete-time samples is
given.</p>
- A First Look at Taylor Serieshttps://technick.net/guides/theory/dft/first_look_at/Sun, 01 Mar 1998 00:00:00 +0000https://technick.net/guides/theory/dft/first_look_at/<p style="background-color:#FFFFAA;border:1px solid red;padding:0.5em;"><strong>NOTE: THIS DOCUMENT IS OBSOLETE, PLEASE CHECK THE NEW VERSION:</strong> "<a href="proxy.php?url=http://ccrma.stanford.edu/~jos/mdft/">Mathematics of the Discrete Fourier Transform (DFT), with Audio Applications --- Second Edition</a>", by <a href="proxy.php?url=http://ccrma.stanford.edu/~jos/"> Julius O. Smith III</a>, <a href="proxy.php?url=http://www.w3k.org/books/">W3K Publishing</a>, 2007, ISBN 978-0-9745607-4-8. - Copyright © <i>2017-09-28</i> by <a href="proxy.php?url=http://ccrma.stanford.edu/~jos/"> Julius O. Smith III</a> - <a href="proxy.php?url=http://ccrma.stanford.edu/">Center for Computer Research in Music and Acoustics (CCRMA),</a> <a href="proxy.php?url=http://www.stanford.edu/"> Stanford University</a></p>
<p align="center"><font size="2"><b><a href="proxy.php?url=https://technick.net/guides/theory/dft/real_exponents"><< Previous page</a> <a href="proxy.php?url=https://technick.net/guides/theory/dft/r320">TOC</a> <a href="proxy.php?url=https://technick.net/guides/theory/dft/dft_index">INDEX</a> <a href="proxy.php?url=https://technick.net/guides/theory/dft/imaginary_exponents">Next page >></a></b></font></p><blockquote><h2><a name="SECTION00417000000000000000">A First Look at Taylor Series</a></h2><p>Any ''smooth'' function <img width="35" height="31" align="MIDDLE" border="0" src="proxy.php?url=https://technick.net/img/guide_dft/img236.png" alt="$f(x)$" /> can be expanded in the form of a <i><a href="proxy.php?url=https://technick.net/guides/theory/dft/first_look_at">Taylor
series</a></i>:<br /></p>
- About this documenthttps://technick.net/guides/theory/dft/about_this_document/Sun, 01 Mar 1998 00:00:00 +0000https://technick.net/guides/theory/dft/about_this_document/<p style="background-color:#FFFFAA;border:1px solid red;padding:0.5em;"><strong>NOTE: THIS DOCUMENT IS OBSOLETE, PLEASE CHECK THE NEW VERSION:</strong> "<a href="proxy.php?url=http://ccrma.stanford.edu/~jos/mdft/">Mathematics of the Discrete Fourier Transform (DFT), with Audio Applications --- Second Edition</a>", by <a href="proxy.php?url=http://ccrma.stanford.edu/~jos/"> Julius O. Smith III</a>, <a href="proxy.php?url=http://www.w3k.org/books/">W3K Publishing</a>, 2007, ISBN 978-0-9745607-4-8. - Copyright © <i>2017-09-28</i> by <a href="proxy.php?url=http://ccrma.stanford.edu/~jos/"> Julius O. Smith III</a> - <a href="proxy.php?url=http://ccrma.stanford.edu/">Center for Computer Research in Music and Acoustics (CCRMA),</a> <a href="proxy.php?url=http://www.stanford.edu/"> Stanford University</a></p>
<p align="center"><font size="2"><b><a href="proxy.php?url=https://technick.net/guides/theory/dft/dft_index"><< Previous page</a> <a href="proxy.php?url=https://technick.net/guides/theory/dft/r320">TOC</a> <a href="proxy.php?url=https://technick.net/guides/theory/dft/dft_index">INDEX</a> </b></font></p><blockquote><h1><a name="SECTION001500000000000000000">About this document ...</a></h1><p>This document is a new HTML formatted version published by permission of:<br /><br />"Music 320 Background Reader" by Julius O. Smith III, (Course Background Reader, Music 320).
Copyright © 2001-01-02 by <a href="proxy.php?url=https://ccrma.stanford.edu/~jos//" target="_blank"> Julius O. Smith III.</a> - <a href="proxy.php?url=http://www-ccrma.stanford.edu/" target="_blank">Center for Computer Research in Music and Acoustics (CCRMA)</a>, Department of Electrical Engineering, <a href="proxy.php?url=http://www.stanford.edu/" target="_blank">Stanford University</a>.<br /></p>
- Acknowledgementhttps://technick.net/guides/theory/dft/acknowledgement/Sun, 01 Mar 1998 00:00:00 +0000https://technick.net/guides/theory/dft/acknowledgement/<p style="background-color:#FFFFAA;border:1px solid red;padding:0.5em;"><strong>NOTE: THIS DOCUMENT IS OBSOLETE, PLEASE CHECK THE NEW VERSION:</strong> "<a href="proxy.php?url=http://ccrma.stanford.edu/~jos/mdft/">Mathematics of the Discrete Fourier Transform (DFT), with Audio Applications --- Second Edition</a>", by <a href="proxy.php?url=http://ccrma.stanford.edu/~jos/"> Julius O. Smith III</a>, <a href="proxy.php?url=http://www.w3k.org/books/">W3K Publishing</a>, 2007, ISBN 978-0-9745607-4-8. - Copyright © <i>2017-09-28</i> by <a href="proxy.php?url=http://ccrma.stanford.edu/~jos/"> Julius O. Smith III</a> - <a href="proxy.php?url=http://ccrma.stanford.edu/">Center for Computer Research in Music and Acoustics (CCRMA),</a> <a href="proxy.php?url=http://www.stanford.edu/"> Stanford University</a></p>
<p align="center"><font size="2"><b><a href="proxy.php?url=https://technick.net/guides/theory/dft/mathematica_selected_plots"><< Previous page</a> <a href="proxy.php?url=https://technick.net/guides/theory/dft/r320">TOC</a> <a href="proxy.php?url=https://technick.net/guides/theory/dft/dft_index">INDEX</a> <a href="proxy.php?url=https://technick.net/guides/theory/dft/appendix_a_linear">Next page >></a></b></font></p><blockquote><h1><a name="SECTION00960000000000000000">Acknowledgement</a></h1><p>Thanks to Craig Stuart Sapp (<a href="proxy.php?url=mailto:[email protected]">[email protected]</a>) for contributing
Figures<a href="proxy.php?url=https://technick.net/guides/theory/dft/shift_operator#fig:shift">8.2</a>,<a href="proxy.php?url=https://technick.net/guides/theory/dft/graphical_convolution#fig:conv">8.3</a>,<a href="proxy.php?url=https://technick.net/guides/theory/dft/stretch_operator#fig:stretch">8.4</a>,<a href="proxy.php?url=https://technick.net/guides/theory/dft/repeat_operator#fig:repeat">8.6</a>,<a href="proxy.php?url=https://technick.net/guides/theory/dft/repeat_operator#fig:repeat3d">8.7</a>,<a href="proxy.php?url=https://technick.net/guides/theory/dft/decimation_operator#fig:dec">8.8</a>,<a href="proxy.php?url=https://technick.net/guides/theory/dft/alias_operator#fig:aliasing">8.9</a>, and<a href="proxy.php?url=https://technick.net/guides/theory/dft/alias_operator#fig:aliasingfd">8.10</a>.</p><p></p><p align="center"><font size="2"><b><a href="proxy.php?url=https://technick.net/guides/theory/dft/mathematica_selected_plots"><< Previous page</a> <a href="proxy.php?url=https://technick.net/guides/theory/dft/r320">TOC</a> <a href="proxy.php?url=https://technick.net/guides/theory/dft/dft_index">INDEX</a> <a href="proxy.php?url=https://technick.net/guides/theory/dft/appendix_a_linear">Next page >></a></b></font></p>
- Alias Operatorhttps://technick.net/guides/theory/dft/alias_operator/Sun, 01 Mar 1998 00:00:00 +0000https://technick.net/guides/theory/dft/alias_operator/<p style="background-color:#FFFFAA;border:1px solid red;padding:0.5em;"><strong>NOTE: THIS DOCUMENT IS OBSOLETE, PLEASE CHECK THE NEW VERSION:</strong> "<a href="proxy.php?url=http://ccrma.stanford.edu/~jos/mdft/">Mathematics of the Discrete Fourier Transform (DFT), with Audio Applications --- Second Edition</a>", by <a href="proxy.php?url=http://ccrma.stanford.edu/~jos/"> Julius O. Smith III</a>, <a href="proxy.php?url=http://www.w3k.org/books/">W3K Publishing</a>, 2007, ISBN 978-0-9745607-4-8. - Copyright © <i>2017-09-28</i> by <a href="proxy.php?url=http://ccrma.stanford.edu/~jos/"> Julius O. Smith III</a> - <a href="proxy.php?url=http://ccrma.stanford.edu/">Center for Computer Research in Music and Acoustics (CCRMA),</a> <a href="proxy.php?url=http://www.stanford.edu/"> Stanford University</a></p>
<p align="center"><font size="2"><b><a href="proxy.php?url=https://technick.net/guides/theory/dft/decimation_operator"><< Previous page</a> <a href="proxy.php?url=https://technick.net/guides/theory/dft/r320">TOC</a> <a href="proxy.php?url=https://technick.net/guides/theory/dft/dft_index">INDEX</a> <a href="proxy.php?url=https://technick.net/guides/theory/dft/even_odd_functions">Next page >></a></b></font></p><blockquote><h2><a name="SECTION00929000000000000000">Alias Operator</a></h2><p><i><a href="proxy.php?url=https://technick.net/guides/theory/dft/decimation_theorem_aliasing">Aliasing</a></i><a name="13858"></a> occurs when a signal is <i>undersampled</i>. If the signal<a href="proxy.php?url=https://technick.net/guides/theory/dft/shannon_s_sampling_theorem">sampling rate</a> <img width="19" height="29" align="MIDDLE" border="0" src="proxy.php?url=https://technick.net/img/guide_dft/img55.png" alt="$f_s$" /> is too low, we get <i><a href="proxy.php?url=http://www.treasure-troves.com/physics/frequency.php">frequency</a>-domain aliasing</i><a name="13860"></a>.</p>
- Aliasing of Sampled Continuous-Time Signalshttps://technick.net/guides/theory/dft/aliasing_sampled_continuous/Sun, 01 Mar 1998 00:00:00 +0000https://technick.net/guides/theory/dft/aliasing_sampled_continuous/<p style="background-color:#FFFFAA;border:1px solid red;padding:0.5em;"><strong>NOTE: THIS DOCUMENT IS OBSOLETE, PLEASE CHECK THE NEW VERSION:</strong> "<a href="proxy.php?url=http://ccrma.stanford.edu/~jos/mdft/">Mathematics of the Discrete Fourier Transform (DFT), with Audio Applications --- Second Edition</a>", by <a href="proxy.php?url=http://ccrma.stanford.edu/~jos/"> Julius O. Smith III</a>, <a href="proxy.php?url=http://www.w3k.org/books/">W3K Publishing</a>, 2007, ISBN 978-0-9745607-4-8. - Copyright © <i>2017-09-28</i> by <a href="proxy.php?url=http://ccrma.stanford.edu/~jos/"> Julius O. Smith III</a> - <a href="proxy.php?url=http://ccrma.stanford.edu/">Center for Computer Research in Music and Acoustics (CCRMA),</a> <a href="proxy.php?url=http://www.stanford.edu/"> Stanford University</a></p>
<p align="center"><font size="2"><b><a href="proxy.php?url=https://technick.net/guides/theory/dft/reconstruction_samples_the"><< Previous page</a> <a href="proxy.php?url=https://technick.net/guides/theory/dft/r320">TOC</a> <a href="proxy.php?url=https://technick.net/guides/theory/dft/dft_index">INDEX</a> <a href="proxy.php?url=https://technick.net/guides/theory/dft/shannon_s_sampling_theorem">Next page >></a></b></font></p><blockquote><h1><a name="SECTION001120000000000000000"></a><a name="sec:aliasing"></a><br /><a href="proxy.php?url=https://technick.net/guides/theory/dft/decimation_theorem_aliasing">Aliasing</a> of Sampled Continuous-Time Signals</h1><p>This section quantifies aliasing in the general case. This result is
then used in the proof of <a href="proxy.php?url=https://technick.net/guides/theory/dft/shannon_s_sampling_theorem">Shannon's Sampling Theorem</a> in the next
section.</p>
- An Example of Changing Coordinates in 2Dhttps://technick.net/guides/theory/dft/example_changing_coordinate/Sun, 01 Mar 1998 00:00:00 +0000https://technick.net/guides/theory/dft/example_changing_coordinate/<p style="background-color:#FFFFAA;border:1px solid red;padding:0.5em;"><strong>NOTE: THIS DOCUMENT IS OBSOLETE, PLEASE CHECK THE NEW VERSION:</strong> "<a href="proxy.php?url=http://ccrma.stanford.edu/~jos/mdft/">Mathematics of the Discrete Fourier Transform (DFT), with Audio Applications --- Second Edition</a>", by <a href="proxy.php?url=http://ccrma.stanford.edu/~jos/"> Julius O. Smith III</a>, <a href="proxy.php?url=http://www.w3k.org/books/">W3K Publishing</a>, 2007, ISBN 978-0-9745607-4-8. - Copyright © <i>2017-09-28</i> by <a href="proxy.php?url=http://ccrma.stanford.edu/~jos/"> Julius O. Smith III</a> - <a href="proxy.php?url=http://ccrma.stanford.edu/">Center for Computer Research in Music and Acoustics (CCRMA),</a> <a href="proxy.php?url=http://www.stanford.edu/"> Stanford University</a></p>
<p align="center"><font size="2"><b><a href="proxy.php?url=https://technick.net/guides/theory/dft/signal_reconstruction_proje"><< Previous page</a> <a href="proxy.php?url=https://technick.net/guides/theory/dft/r320">TOC</a> <a href="proxy.php?url=https://technick.net/guides/theory/dft/dft_index">INDEX</a> <a href="proxy.php?url=https://technick.net/guides/theory/dft/general_conditions">Next page >></a></b></font></p><blockquote><h2><a name="SECTION00771000000000000000">An Example of Changing Coordinates in 2D</a></h2><p>As a simple example, let's pick the following pair of new coordinate vectors in 2D</p>
- An Example Vector Viewhttps://technick.net/guides/theory/dft/example_vector_view/Sun, 01 Mar 1998 00:00:00 +0000https://technick.net/guides/theory/dft/example_vector_view/<p style="background-color:#FFFFAA;border:1px solid red;padding:0.5em;"><strong>NOTE: THIS DOCUMENT IS OBSOLETE, PLEASE CHECK THE NEW VERSION:</strong> "<a href="proxy.php?url=http://ccrma.stanford.edu/~jos/mdft/">Mathematics of the Discrete Fourier Transform (DFT), with Audio Applications --- Second Edition</a>", by <a href="proxy.php?url=http://ccrma.stanford.edu/~jos/"> Julius O. Smith III</a>, <a href="proxy.php?url=http://www.w3k.org/books/">W3K Publishing</a>, 2007, ISBN 978-0-9745607-4-8. - Copyright © <i>2017-09-28</i> by <a href="proxy.php?url=http://ccrma.stanford.edu/~jos/"> Julius O. Smith III</a> - <a href="proxy.php?url=http://ccrma.stanford.edu/">Center for Computer Research in Music and Acoustics (CCRMA),</a> <a href="proxy.php?url=http://www.stanford.edu/"> Stanford University</a></p>
<p align="center"><font size="2"><b><a href="proxy.php?url=https://technick.net/guides/theory/dft/signals_vectors"><< Previous page</a> <a href="proxy.php?url=https://technick.net/guides/theory/dft/r320">TOC</a> <a href="proxy.php?url=https://technick.net/guides/theory/dft/dft_index">INDEX</a> <a href="proxy.php?url=https://technick.net/guides/theory/dft/vector_addition">Next page >></a></b></font></p><blockquote><h2><a name="SECTION00721000000000000000">An Example Vector View: <img width="48" height="14" align="BOTTOM" border="0" src="proxy.php?url=https://technick.net/img/guide_dft/img19.png" alt="$N=2$" /></a></h2><p></p><p>Consider the example two-sample signal <img width="70" height="31" align="MIDDLE" border="0" src="proxy.php?url=https://technick.net/img/guide_dft/img18.png" alt="$x=(2, 3)$" /> graphed in Fig. <a href="proxy.php?url=https://technick.net/guides/theory/dft/example_vector_view#fig:vec2d">6.1</a>.</p>
- An Orthonormal Sinusoidal Sethttps://technick.net/guides/theory/dft/orthonormal_sinusoidal_set/Sun, 01 Mar 1998 00:00:00 +0000https://technick.net/guides/theory/dft/orthonormal_sinusoidal_set/<p style="background-color:#FFFFAA;border:1px solid red;padding:0.5em;"><strong>NOTE: THIS DOCUMENT IS OBSOLETE, PLEASE CHECK THE NEW VERSION:</strong> "<a href="proxy.php?url=http://ccrma.stanford.edu/~jos/mdft/">Mathematics of the Discrete Fourier Transform (DFT), with Audio Applications --- Second Edition</a>", by <a href="proxy.php?url=http://ccrma.stanford.edu/~jos/"> Julius O. Smith III</a>, <a href="proxy.php?url=http://www.w3k.org/books/">W3K Publishing</a>, 2007, ISBN 978-0-9745607-4-8. - Copyright © <i>2017-09-28</i> by <a href="proxy.php?url=http://ccrma.stanford.edu/~jos/"> Julius O. Smith III</a> - <a href="proxy.php?url=http://ccrma.stanford.edu/">Center for Computer Research in Music and Acoustics (CCRMA),</a> <a href="proxy.php?url=http://www.stanford.edu/"> Stanford University</a></p>
<p align="center"><font size="2"><b><a href="proxy.php?url=https://technick.net/guides/theory/dft/norm_dft_sinusoids"><< Previous page</a> <a href="proxy.php?url=https://technick.net/guides/theory/dft/r320">TOC</a> <a href="proxy.php?url=https://technick.net/guides/theory/dft/dft_index">INDEX</a> <a href="proxy.php?url=https://technick.net/guides/theory/dft/discrete_fourier_transform">Next page >></a></b></font></p><blockquote><h2><a name="SECTION00815000000000000000">An Orthonormal Sinusoidal Set</a></h2><p>We can normalize the <a href="proxy.php?url=https://technick.net/guides/theory/dft/dft">DFT</a> <a href="proxy.php?url=https://technick.net/guides/theory/dft/why_sinusoids_are">sinusoids</a> to obtain an orthonormal set:<br /></p>
- Appendix A: Linear Time-Invariant Filters and Convolutionhttps://technick.net/guides/theory/dft/appendix_a_linear/Sun, 01 Mar 1998 00:00:00 +0000https://technick.net/guides/theory/dft/appendix_a_linear/<p style="background-color:#FFFFAA;border:1px solid red;padding:0.5em;"><strong>NOTE: THIS DOCUMENT IS OBSOLETE, PLEASE CHECK THE NEW VERSION:</strong> "<a href="proxy.php?url=http://ccrma.stanford.edu/~jos/mdft/">Mathematics of the Discrete Fourier Transform (DFT), with Audio Applications --- Second Edition</a>", by <a href="proxy.php?url=http://ccrma.stanford.edu/~jos/"> Julius O. Smith III</a>, <a href="proxy.php?url=http://www.w3k.org/books/">W3K Publishing</a>, 2007, ISBN 978-0-9745607-4-8. - Copyright © <i>2017-09-28</i> by <a href="proxy.php?url=http://ccrma.stanford.edu/~jos/"> Julius O. Smith III</a> - <a href="proxy.php?url=http://ccrma.stanford.edu/">Center for Computer Research in Music and Acoustics (CCRMA),</a> <a href="proxy.php?url=http://www.stanford.edu/"> Stanford University</a></p>
<p align="center"><font size="2"><b><a href="proxy.php?url=https://technick.net/guides/theory/dft/acknowledgement"><< Previous page</a> <a href="proxy.php?url=https://technick.net/guides/theory/dft/r320">TOC</a> <a href="proxy.php?url=https://technick.net/guides/theory/dft/dft_index">INDEX</a> <a href="proxy.php?url=https://technick.net/guides/theory/dft/lti_filters_convolution">Next page >></a></b></font></p><blockquote><h1><a name="SECTION00970000000000000000"></a><a name="sec:LTI"></a><br />Appendix A: Linear Time-Invariant <a href="proxy.php?url=https://ccrma.stanford.edu/~jos//filters/difference_equation.php">Filters</a> and <a href="proxy.php?url=https://technick.net/guides/theory/dft/convolution">Convolution</a></h1><p>A reason for the importance of convolution is that <i>every linear
time-invariant system<a name="tex2html103" href="proxy.php?url=https://technick.net/guides/theory/dft/footnode#foot13290"><sup>8.9</sup></a> can be represented by a convolution</i>. Thus, in the
convolution equation<br /></p>
- Appendix A: Round-Off Error Variancehttps://technick.net/guides/theory/dft/appendix_a_round_off/Sun, 01 Mar 1998 00:00:00 +0000https://technick.net/guides/theory/dft/appendix_a_round_off/<p style="background-color:#FFFFAA;border:1px solid red;padding:0.5em;"><strong>NOTE: THIS DOCUMENT IS OBSOLETE, PLEASE CHECK THE NEW VERSION:</strong> "<a href="proxy.php?url=http://ccrma.stanford.edu/~jos/mdft/">Mathematics of the Discrete Fourier Transform (DFT), with Audio Applications --- Second Edition</a>", by <a href="proxy.php?url=http://ccrma.stanford.edu/~jos/"> Julius O. Smith III</a>, <a href="proxy.php?url=http://www.w3k.org/books/">W3K Publishing</a>, 2007, ISBN 978-0-9745607-4-8. - Copyright © <i>2017-09-28</i> by <a href="proxy.php?url=http://ccrma.stanford.edu/~jos/"> Julius O. Smith III</a> - <a href="proxy.php?url=http://ccrma.stanford.edu/">Center for Computer Research in Music and Acoustics (CCRMA),</a> <a href="proxy.php?url=http://www.stanford.edu/"> Stanford University</a></p>
<p align="center"><font size="2"><b><a href="proxy.php?url=https://technick.net/guides/theory/dft/law_companding"><< Previous page</a> <a href="proxy.php?url=https://technick.net/guides/theory/dft/r320">TOC</a> <a href="proxy.php?url=https://technick.net/guides/theory/dft/dft_index">INDEX</a> <a href="proxy.php?url=https://technick.net/guides/theory/dft/appendix_b_electrical">Next page >></a></b></font></p><blockquote><h1><a name="SECTION00550000000000000000">Appendix A: Round-Off Error Variance</a></h1><p>This section shows how to derive that the <a href="proxy.php?url=http://www.treasure-troves.com/physics/noisepower.php">noise power</a> of quantization
error is <img width="43" height="33" align="MIDDLE" border="0" src="proxy.php?url=https://technick.net/img/guide_dft/img458.png" alt="$q^2/12$" />, where <img width="12" height="28" align="MIDDLE" border="0" src="proxy.php?url=https://technick.net/img/guide_dft/img378.png" alt="$q$" /> is the quantization step size.</p>
- Appendix B: Electrical Engineering 101https://technick.net/guides/theory/dft/appendix_b_electrical/Sun, 01 Mar 1998 00:00:00 +0000https://technick.net/guides/theory/dft/appendix_b_electrical/<p style="background-color:#FFFFAA;border:1px solid red;padding:0.5em;"><strong>NOTE: THIS DOCUMENT IS OBSOLETE, PLEASE CHECK THE NEW VERSION:</strong> "<a href="proxy.php?url=http://ccrma.stanford.edu/~jos/mdft/">Mathematics of the Discrete Fourier Transform (DFT), with Audio Applications --- Second Edition</a>", by <a href="proxy.php?url=http://ccrma.stanford.edu/~jos/"> Julius O. Smith III</a>, <a href="proxy.php?url=http://www.w3k.org/books/">W3K Publishing</a>, 2007, ISBN 978-0-9745607-4-8. - Copyright © <i>2017-09-28</i> by <a href="proxy.php?url=http://ccrma.stanford.edu/~jos/"> Julius O. Smith III</a> - <a href="proxy.php?url=http://ccrma.stanford.edu/">Center for Computer Research in Music and Acoustics (CCRMA),</a> <a href="proxy.php?url=http://www.stanford.edu/"> Stanford University</a></p>
<p align="center"><font size="2"><b><a href="proxy.php?url=https://technick.net/guides/theory/dft/appendix_a_round_off"><< Previous page</a> <a href="proxy.php?url=https://technick.net/guides/theory/dft/r320">TOC</a> <a href="proxy.php?url=https://technick.net/guides/theory/dft/dft_index">INDEX</a> <a href="proxy.php?url=https://technick.net/guides/theory/dft/sinusoids_exponentials">Next page >></a></b></font></p><blockquote><h1><a name="SECTION00560000000000000000">Appendix B: Electrical Engineering 101</a></h1><p>The state of an ideal resistor is completely specified by the voltage
across it (call it <img width="17" height="15" align="BOTTOM" border="0" src="proxy.php?url=https://technick.net/img/guide_dft/img478.png" alt="$V$" /> <i>volts</i>) and the current passing through it
(<img width="12" height="14" align="BOTTOM" border="0" src="proxy.php?url=https://technick.net/img/guide_dft/img301.png" alt="$I$" /> Amperes, or simply ''amps''). The ratio of voltage to current gives
the value of the resistor (<img width="82" height="31" align="MIDDLE" border="0" src="proxy.php?url=https://technick.net/img/guide_dft/img479.png" alt="$V/I = R = $" /> resistance in <a href="proxy.php?url=http://www.treasure-troves.com/physics/ohm.php">Ohms</a>). The
fundamental relation between voltage and current in a resistor is called<i>Ohm's Law</i>:<br /></p>
- Appendix B: Introductory Statistical Signal Processinghttps://technick.net/guides/theory/dft/appendix_b_introductory/Sun, 01 Mar 1998 00:00:00 +0000https://technick.net/guides/theory/dft/appendix_b_introductory/<p style="background-color:#FFFFAA;border:1px solid red;padding:0.5em;"><strong>NOTE: THIS DOCUMENT IS OBSOLETE, PLEASE CHECK THE NEW VERSION:</strong> "<a href="proxy.php?url=http://ccrma.stanford.edu/~jos/mdft/">Mathematics of the Discrete Fourier Transform (DFT), with Audio Applications --- Second Edition</a>", by <a href="proxy.php?url=http://ccrma.stanford.edu/~jos/"> Julius O. Smith III</a>, <a href="proxy.php?url=http://www.w3k.org/books/">W3K Publishing</a>, 2007, ISBN 978-0-9745607-4-8. - Copyright © <i>2017-09-28</i> by <a href="proxy.php?url=http://ccrma.stanford.edu/~jos/"> Julius O. Smith III</a> - <a href="proxy.php?url=http://ccrma.stanford.edu/">Center for Computer Research in Music and Acoustics (CCRMA),</a> <a href="proxy.php?url=http://www.stanford.edu/"> Stanford University</a></p>
<p align="center"><font size="2"><b><a href="proxy.php?url=https://technick.net/guides/theory/dft/lti_filters_convolution"><< Previous page</a> <a href="proxy.php?url=https://technick.net/guides/theory/dft/r320">TOC</a> <a href="proxy.php?url=https://technick.net/guides/theory/dft/dft_index">INDEX</a> <a href="proxy.php?url=https://technick.net/guides/theory/dft/cross_correlation">Next page >></a></b></font></p><blockquote><h1><a name="SECTION00980000000000000000"></a><a name="sec:SSP"></a><br />Appendix B: Introductory <a href="proxy.php?url=https://technick.net/guides/theory/dft/appendix_b_introductory">Statistical Signal Processing</a></h1><p>The <i><a href="proxy.php?url=https://technick.net/guides/theory/dft/correlation">correlation</a> operator</i> defined above plays a major role in
statistical signal processing. This section gives a short
introduction to some of the most commonly used elements. The student
interested in mastering the concepts introduced briefly below may
consider taking <a href="proxy.php?url=http://ee.stanford.edu/default.php">EE</a> 278 in the Electrical Engineering Department. For
further reading, see [<a href="proxy.php?url=https://technick.net/guides/theory/dft/bibliography#Sharf91">16</a>,<a href="proxy.php?url=https://technick.net/guides/theory/dft/bibliography#Kay88">20</a>].</p>
- Appendix C: Mathematica/Matlab Exampleshttps://technick.net/guides/theory/dft/appendix_c_mathematica_matl/Sun, 01 Mar 1998 00:00:00 +0000https://technick.net/guides/theory/dft/appendix_c_mathematica_matl/<p style="background-color:#FFFFAA;border:1px solid red;padding:0.5em;"><strong>NOTE: THIS DOCUMENT IS OBSOLETE, PLEASE CHECK THE NEW VERSION:</strong> "<a href="proxy.php?url=http://ccrma.stanford.edu/~jos/mdft/">Mathematics of the Discrete Fourier Transform (DFT), with Audio Applications --- Second Edition</a>", by <a href="proxy.php?url=http://ccrma.stanford.edu/~jos/"> Julius O. Smith III</a>, <a href="proxy.php?url=http://www.w3k.org/books/">W3K Publishing</a>, 2007, ISBN 978-0-9745607-4-8. - Copyright © <i>2017-09-28</i> by <a href="proxy.php?url=http://ccrma.stanford.edu/~jos/"> Julius O. Smith III</a> - <a href="proxy.php?url=http://ccrma.stanford.edu/">Center for Computer Research in Music and Acoustics (CCRMA),</a> <a href="proxy.php?url=http://www.stanford.edu/"> Stanford University</a></p>
<p align="center"><font size="2"><b><a href="proxy.php?url=https://technick.net/guides/theory/dft/coherence"><< Previous page</a> <a href="proxy.php?url=https://technick.net/guides/theory/dft/r320">TOC</a> <a href="proxy.php?url=https://technick.net/guides/theory/dft/dft_index">INDEX</a> <a href="proxy.php?url=https://technick.net/guides/theory/dft/appendix_d_similarity">Next page >></a></b></font></p><blockquote><h1><a name="SECTION00990000000000000000">Appendix C: Mathematica/Matlab Examples</a></h1><p>Below is the <a href="proxy.php?url=https://technick.net/guides/theory/dft/sidebar_mathematica">Mathematica</a> code for creating the <a href="proxy.php?url=https://technick.net/guides/theory/dft/decimation_theorem_aliasing">aliasing</a> example in
Fig. <a href="proxy.php?url=https://technick.net/guides/theory/dft/alias_operator#fig:aliasing">8.9</a>.<pre>
aliasShow[freq_, srate_, options___] :=
SeqPlot[Sin[2 \[Pi] freq t / srate], {t, 0, srate-1},options,
Continuous->True]
<p>a = aliasShow[1, 10];
b = aliasShow[-9, 10, PlotStyle->RGBColor[1,0,0]];
Show[a, b, AspectRatio->1/3];</pre></p>
- Appendix D: The Similarity Theoremhttps://technick.net/guides/theory/dft/appendix_d_similarity/Sun, 01 Mar 1998 00:00:00 +0000https://technick.net/guides/theory/dft/appendix_d_similarity/<p style="background-color:#FFFFAA;border:1px solid red;padding:0.5em;"><strong>NOTE: THIS DOCUMENT IS OBSOLETE, PLEASE CHECK THE NEW VERSION:</strong> "<a href="proxy.php?url=http://ccrma.stanford.edu/~jos/mdft/">Mathematics of the Discrete Fourier Transform (DFT), with Audio Applications --- Second Edition</a>", by <a href="proxy.php?url=http://ccrma.stanford.edu/~jos/"> Julius O. Smith III</a>, <a href="proxy.php?url=http://www.w3k.org/books/">W3K Publishing</a>, 2007, ISBN 978-0-9745607-4-8. - Copyright © <i>2017-09-28</i> by <a href="proxy.php?url=http://ccrma.stanford.edu/~jos/"> Julius O. Smith III</a> - <a href="proxy.php?url=http://ccrma.stanford.edu/">Center for Computer Research in Music and Acoustics (CCRMA),</a> <a href="proxy.php?url=http://www.stanford.edu/"> Stanford University</a></p>
<p align="center"><font size="2"><b><a href="proxy.php?url=https://technick.net/guides/theory/dft/appendix_c_mathematica_matl"><< Previous page</a> <a href="proxy.php?url=https://technick.net/guides/theory/dft/r320">TOC</a> <a href="proxy.php?url=https://technick.net/guides/theory/dft/dft_index">INDEX</a> <a href="proxy.php?url=https://technick.net/guides/theory/dft/example_applications_dft">Next page >></a></b></font></p><blockquote><h1><a name="SECTION009100000000000000000"></a><a name="sec:Similarity"></a><br />Appendix D: The <a href="proxy.php?url=https://technick.net/guides/theory/dft/appendix_d_similarity">Similarity Theorem</a></h1><p>The <i>similarity theorem</i><a name="14606"></a>
is fundamentally
restricted to the <i>continuous</i>-time case. It says that if you
''stretch'' a signal by the factor <img width="14" height="14" align="BOTTOM" border="0" src="proxy.php?url=https://technick.net/img/guide_dft/img1363.png" alt="$\" lpha="" /> in the time domain, you
''squeeze'' its <a href="proxy.php?url=https://technick.net/guides/theory/dft/dft">Fourier transform</a> by the same factor in the <a href="proxy.php?url=http://www.treasure-troves.com/physics/frequency.php">frequency</a>domain. This is such a fundamental Fourier relationship, that we
include it here rather than leave it out as a non-<a href="proxy.php?url=https://technick.net/guides/theory/dft/dft">DFT</a> result.</p>
- Appendix: Matlab Exampleshttps://technick.net/guides/theory/dft/appendix_matlab_examples/Sun, 01 Mar 1998 00:00:00 +0000https://technick.net/guides/theory/dft/appendix_matlab_examples/<p style="background-color:#FFFFAA;border:1px solid red;padding:0.5em;"><strong>NOTE: THIS DOCUMENT IS OBSOLETE, PLEASE CHECK THE NEW VERSION:</strong> "<a href="proxy.php?url=http://ccrma.stanford.edu/~jos/mdft/">Mathematics of the Discrete Fourier Transform (DFT), with Audio Applications --- Second Edition</a>", by <a href="proxy.php?url=http://ccrma.stanford.edu/~jos/"> Julius O. Smith III</a>, <a href="proxy.php?url=http://www.w3k.org/books/">W3K Publishing</a>, 2007, ISBN 978-0-9745607-4-8. - Copyright © <i>2017-09-28</i> by <a href="proxy.php?url=http://ccrma.stanford.edu/~jos/"> Julius O. Smith III</a> - <a href="proxy.php?url=http://ccrma.stanford.edu/">Center for Computer Research in Music and Acoustics (CCRMA),</a> <a href="proxy.php?url=http://www.stanford.edu/"> Stanford University</a></p>
<p align="center"><font size="2"><b><a href="proxy.php?url=https://technick.net/guides/theory/dft/gram_schmidt_orthogonalizat"><< Previous page</a> <a href="proxy.php?url=https://technick.net/guides/theory/dft/r320">TOC</a> <a href="proxy.php?url=https://technick.net/guides/theory/dft/dft_index">INDEX</a> <a href="proxy.php?url=https://technick.net/guides/theory/dft/discrete_fourier_transform">Next page >></a></b></font></p><blockquote><h1><a name="SECTION00780000000000000000">Appendix: Matlab Examples</a></h1><p>Here's how Fig. <a href="proxy.php?url=https://technick.net/guides/theory/dft/example_vector_view#fig:vec2d">6.1</a> was generated in <a href="proxy.php?url=http://www.mathworks.com/access/helpdesk/help/techdoc/basics/getstarted.shtml">Matlab</a>:<pre>
>> x = [2 3]; % coordinates of x
>> origin = [0 0]; % coordinates of the origin
>> xcoords = [origin(1) x(1)]; % plot() expects coordinate lists, not endpoints
>> ycoords = [origin(2) x(2)];
>> plot(xcoords,ycoords); % Draw a line from origin to x</pre><a href="proxy.php?url=https://technick.net/guides/theory/dft/sidebar_mathematica">Mathematica</a> can plot a list of ordered pairs:<pre>
In[1]:
ListPlot[{{0,0},{2,3}},PlotJoined->True]; (* Draw a line from (0,0) to (2,3) *)</pre></p>
- Application of the Shift Theorem to FFT Windowshttps://technick.net/guides/theory/dft/application_shift_theorem/Sun, 01 Mar 1998 00:00:00 +0000https://technick.net/guides/theory/dft/application_shift_theorem/<p style="background-color:#FFFFAA;border:1px solid red;padding:0.5em;"><strong>NOTE: THIS DOCUMENT IS OBSOLETE, PLEASE CHECK THE NEW VERSION:</strong> "<a href="proxy.php?url=http://ccrma.stanford.edu/~jos/mdft/">Mathematics of the Discrete Fourier Transform (DFT), with Audio Applications --- Second Edition</a>", by <a href="proxy.php?url=http://ccrma.stanford.edu/~jos/"> Julius O. Smith III</a>, <a href="proxy.php?url=http://www.w3k.org/books/">W3K Publishing</a>, 2007, ISBN 978-0-9745607-4-8. - Copyright © <i>2017-09-28</i> by <a href="proxy.php?url=http://ccrma.stanford.edu/~jos/"> Julius O. Smith III</a> - <a href="proxy.php?url=http://ccrma.stanford.edu/">Center for Computer Research in Music and Acoustics (CCRMA),</a> <a href="proxy.php?url=http://www.stanford.edu/"> Stanford University</a></p>
<p align="center"><font size="2"><b><a href="proxy.php?url=https://technick.net/guides/theory/dft/linear_phase_terms"><< Previous page</a> <a href="proxy.php?url=https://technick.net/guides/theory/dft/r320">TOC</a> <a href="proxy.php?url=https://technick.net/guides/theory/dft/dft_index">INDEX</a> <a href="proxy.php?url=https://technick.net/guides/theory/dft/convolution_theorem">Next page >></a></b></font></p><blockquote><h3><a name="SECTION00944200000000000000">Application of the Shift Theorem to FFT Windows</a></h3><p>In practical <a href="proxy.php?url=https://technick.net/guides/theory/dft/dft">spectrum analysis</a>, we most often use the <i><a href="proxy.php?url=http://www.treasure-troves.com/math/fastfouriertransform.php">fast Fourier
transform</a></i><a name="tex2html100" href="proxy.php?url=https://technick.net/guides/theory/dft/footnode#foot13118"><sup>8.6</sup></a>(FFT) together with a <i>window function</i> <!-- MATH
$w(n), n=0,1,2,\ldots,N-1$
--><img width="191" height="31" align="MIDDLE" border="0" src="proxy.php?url=https://technick.net/img/guide_dft/img1236.png" alt="$w(n), n=0,1,2,\" dots="" />.
Windows are normally positive (<img width="67" height="31" align="MIDDLE" border="0" src="proxy.php?url=https://technick.net/img/guide_dft/img1237.png" alt="$w(n)>0$" />), symmetric about their midpoint,
and look pretty much like a ''<a href="proxy.php?url=http://www.ruf.rice.edu/~lane/hyperstat/a25726.php">bell curve</a>.'' A window multiplies the signal<img width="13" height="14" align="BOTTOM" border="0" src="proxy.php?url=https://technick.net/img/guide_dft/img12.png" alt="$x$" /> being analyzed to form a <i>windowed signal</i> <!-- MATH
$x_w(n) = w(n)x(n)$
--><img width="131" height="31" align="MIDDLE" border="0" src="proxy.php?url=https://technick.net/img/guide_dft/img1238.png" alt="$x_w(n) = w(n)x(n)$" />, or
<!-- MATH
$x_w = w\cdot x$
--><img width="77" height="28" align="MIDDLE" border="0" src="proxy.php?url=https://technick.net/img/guide_dft/img1239.png" alt="$x_w = w\" dot="" />, which is then analyzed using the FFT. The window serves
to <i>taper</i> the data segment gracefully to zero, thus eliminating
spectral distortions due to suddenly cutting off the signal in time.
Windowing is thus appropriate when <img width="13" height="14" align="BOTTOM" border="0" src="proxy.php?url=https://technick.net/img/guide_dft/img12.png" alt="$x$" /> is a short section of a longer
signal.</p>
- Applications of Cross-Correlationhttps://technick.net/guides/theory/dft/applications_cross_correlat/Sun, 01 Mar 1998 00:00:00 +0000https://technick.net/guides/theory/dft/applications_cross_correlat/<p style="background-color:#FFFFAA;border:1px solid red;padding:0.5em;"><strong>NOTE: THIS DOCUMENT IS OBSOLETE, PLEASE CHECK THE NEW VERSION:</strong> "<a href="proxy.php?url=http://ccrma.stanford.edu/~jos/mdft/">Mathematics of the Discrete Fourier Transform (DFT), with Audio Applications --- Second Edition</a>", by <a href="proxy.php?url=http://ccrma.stanford.edu/~jos/"> Julius O. Smith III</a>, <a href="proxy.php?url=http://www.w3k.org/books/">W3K Publishing</a>, 2007, ISBN 978-0-9745607-4-8. - Copyright © <i>2017-09-28</i> by <a href="proxy.php?url=http://ccrma.stanford.edu/~jos/"> Julius O. Smith III</a> - <a href="proxy.php?url=http://ccrma.stanford.edu/">Center for Computer Research in Music and Acoustics (CCRMA),</a> <a href="proxy.php?url=http://www.stanford.edu/"> Stanford University</a></p>
<p align="center"><font size="2"><b><a href="proxy.php?url=https://technick.net/guides/theory/dft/cross_correlation"><< Previous page</a> <a href="proxy.php?url=https://technick.net/guides/theory/dft/r320">TOC</a> <a href="proxy.php?url=https://technick.net/guides/theory/dft/dft_index">INDEX</a> <a href="proxy.php?url=https://technick.net/guides/theory/dft/autocorrelation">Next page >></a></b></font></p><blockquote><h2><a name="SECTION00982000000000000000">Applications of Cross-Correlation</a></h2><p>The <a href="proxy.php?url=https://technick.net/guides/theory/dft/cross_correlation">cross-correlation</a> function is used extensively in <i>pattern
recognition</i> and <i>signal detection</i>. We know that projecting one
signal onto another is a means of measuring how much of the second signal
is present in the first. This can be used to ''detect'' the presence of
known signals as components of more complicated signals. As a simple
example, suppose we record <img width="35" height="31" align="MIDDLE" border="0" src="proxy.php?url=https://technick.net/img/guide_dft/img50.png" alt="$x(n)$" /> which we think consists of a signal<img width="34" height="31" align="MIDDLE" border="0" src="proxy.php?url=https://technick.net/img/guide_dft/img1334.png" alt="$s(n)$" /> which we are looking for plus some additive measurement <a href="proxy.php?url=http://www.treasure-troves.com/physics/noise.php">noise</a><img width="33" height="31" align="MIDDLE" border="0" src="proxy.php?url=https://technick.net/img/guide_dft/img459.png" alt="$e(n)$" />. Then the projection of <img width="13" height="14" align="BOTTOM" border="0" src="proxy.php?url=https://technick.net/img/guide_dft/img12.png" alt="$x$" /> onto <img width="12" height="14" align="BOTTOM" border="0" src="proxy.php?url=https://technick.net/img/guide_dft/img17.png" alt="$s$" /> is<br /></p>
- Audio Decay Timehttps://technick.net/guides/theory/dft/audio_decay_time/Sun, 01 Mar 1998 00:00:00 +0000https://technick.net/guides/theory/dft/audio_decay_time/<p style="background-color:#FFFFAA;border:1px solid red;padding:0.5em;"><strong>NOTE: THIS DOCUMENT IS OBSOLETE, PLEASE CHECK THE NEW VERSION:</strong> "<a href="proxy.php?url=http://ccrma.stanford.edu/~jos/mdft/">Mathematics of the Discrete Fourier Transform (DFT), with Audio Applications --- Second Edition</a>", by <a href="proxy.php?url=http://ccrma.stanford.edu/~jos/"> Julius O. Smith III</a>, <a href="proxy.php?url=http://www.w3k.org/books/">W3K Publishing</a>, 2007, ISBN 978-0-9745607-4-8. - Copyright © <i>2017-09-28</i> by <a href="proxy.php?url=http://ccrma.stanford.edu/~jos/"> Julius O. Smith III</a> - <a href="proxy.php?url=http://ccrma.stanford.edu/">Center for Computer Research in Music and Acoustics (CCRMA),</a> <a href="proxy.php?url=http://www.stanford.edu/"> Stanford University</a></p>
<p align="center"><font size="2"><b><a href="proxy.php?url=https://technick.net/guides/theory/dft/why_exponentials_are"><< Previous page</a> <a href="proxy.php?url=https://technick.net/guides/theory/dft/r320">TOC</a> <a href="proxy.php?url=https://technick.net/guides/theory/dft/dft_index">INDEX</a> <a href="proxy.php?url=https://technick.net/guides/theory/dft/complex_sinusoids">Next page >></a></b></font></p><blockquote><h2><a name="SECTION00622000000000000000">Audio Decay Time (<img width="23" height="28" align="MIDDLE" border="0" src="proxy.php?url=https://technick.net/img/guide_dft/img8.png" alt="$t_{60}$" />)</a></h2><p>In audio, a decay by <img width="27" height="31" align="MIDDLE" border="0" src="proxy.php?url=https://technick.net/img/guide_dft/img541.png" alt="$1/e$" /> is too small to be considered a practical
''<a href="proxy.php?url=https://technick.net/guides/theory/dft/audio_decay_time">decay time</a>.'' In <i>architectural acoustics</i> (which includes the
design of concert halls), a more commonly used measure of decay is
''<img width="23" height="28" align="MIDDLE" border="0" src="proxy.php?url=https://technick.net/img/guide_dft/img8.png" alt="$t_{60}$" />'', which is defined as the <i>time to decay by <img width="20" height="14" align="BOTTOM" border="0" src="proxy.php?url=https://technick.net/img/guide_dft/img545.png" alt="$60$" /><a href="proxy.php?url=https://technick.net/guides/theory/dft/decibels">dB</a></i>.<a name="tex2html49" href="proxy.php?url=https://technick.net/guides/theory/dft/footnode#foot6863"><sup>5.5</sup></a> That is, <img width="23" height="28" align="MIDDLE" border="0" src="proxy.php?url=https://technick.net/img/guide_dft/img8.png" alt="$t_{60}$" /> is obtained by
solving the equation<br /></p>
- Autocorrelationhttps://technick.net/guides/theory/dft/autocorrelation/Sun, 01 Mar 1998 00:00:00 +0000https://technick.net/guides/theory/dft/autocorrelation/<p style="background-color:#FFFFAA;border:1px solid red;padding:0.5em;"><strong>NOTE: THIS DOCUMENT IS OBSOLETE, PLEASE CHECK THE NEW VERSION:</strong> "<a href="proxy.php?url=http://ccrma.stanford.edu/~jos/mdft/">Mathematics of the Discrete Fourier Transform (DFT), with Audio Applications --- Second Edition</a>", by <a href="proxy.php?url=http://ccrma.stanford.edu/~jos/"> Julius O. Smith III</a>, <a href="proxy.php?url=http://www.w3k.org/books/">W3K Publishing</a>, 2007, ISBN 978-0-9745607-4-8. - Copyright © <i>2017-09-28</i> by <a href="proxy.php?url=http://ccrma.stanford.edu/~jos/"> Julius O. Smith III</a> - <a href="proxy.php?url=http://ccrma.stanford.edu/">Center for Computer Research in Music and Acoustics (CCRMA),</a> <a href="proxy.php?url=http://www.stanford.edu/"> Stanford University</a></p>
<p align="center"><font size="2"><b><a href="proxy.php?url=https://technick.net/guides/theory/dft/applications_cross_correlat"><< Previous page</a> <a href="proxy.php?url=https://technick.net/guides/theory/dft/r320">TOC</a> <a href="proxy.php?url=https://technick.net/guides/theory/dft/dft_index">INDEX</a> <a href="proxy.php?url=https://technick.net/guides/theory/dft/coherence">Next page >></a></b></font></p><blockquote><h2><a name="SECTION00983000000000000000">Autocorrelation</a></h2><p>The <a href="proxy.php?url=https://technick.net/guides/theory/dft/cross_correlation">cross-correlation</a> of a signal with itself gives the <i><a href="proxy.php?url=https://technick.net/guides/theory/dft/autocorrelation">autocorrelation</a> function</i><br /></p><p></p><div align="CENTER"><!-- MATH
\begin{displaymath}
\fbox{$\displaystyle r_x(l) \isdef \frac{1}{N}(x\star x)(l)
\isdef \frac{1}{N}\sum_{n=0}^{N-1}\overline{x(n)} x(n+l)$} \quad\mbox{(autocorrelation)}
\end{displaymath}
--><img width="483" height="73" border="0" src="proxy.php?url=https://technick.net/img/guide_dft/img1337.png" alt="\" egin="" isplaymath="" box="" isplaystyle="" l="" sdef="" rac="" x\star="" n-1="" verline="" n="" n="" quad\mbox="" utocorrelation="" nd="" isplaymath="" /></div><br clear="ALL" /><p></p>
- Back to ehttps://technick.net/guides/theory/dft/back_e/Sun, 01 Mar 1998 00:00:00 +0000https://technick.net/guides/theory/dft/back_e/<p style="background-color:#FFFFAA;border:1px solid red;padding:0.5em;"><strong>NOTE: THIS DOCUMENT IS OBSOLETE, PLEASE CHECK THE NEW VERSION:</strong> "<a href="proxy.php?url=http://ccrma.stanford.edu/~jos/mdft/">Mathematics of the Discrete Fourier Transform (DFT), with Audio Applications --- Second Edition</a>", by <a href="proxy.php?url=http://ccrma.stanford.edu/~jos/"> Julius O. Smith III</a>, <a href="proxy.php?url=http://www.w3k.org/books/">W3K Publishing</a>, 2007, ISBN 978-0-9745607-4-8. - Copyright © <i>2017-09-28</i> by <a href="proxy.php?url=http://ccrma.stanford.edu/~jos/"> Julius O. Smith III</a> - <a href="proxy.php?url=http://ccrma.stanford.edu/">Center for Computer Research in Music and Acoustics (CCRMA),</a> <a href="proxy.php?url=http://www.stanford.edu/"> Stanford University</a></p>
<p align="center"><font size="2"><b><a href="proxy.php?url=https://technick.net/guides/theory/dft/derivatives_f_x_a_x"><< Previous page</a> <a href="proxy.php?url=https://technick.net/guides/theory/dft/r320">TOC</a> <a href="proxy.php?url=https://technick.net/guides/theory/dft/dft_index">INDEX</a> <a href="proxy.php?url=https://technick.net/guides/theory/dft/sidebar_mathematica">Next page >></a></b></font></p><blockquote><h2><a name="SECTION004110000000000000000">Back to <i>e</i></a></h2><p>Above, we defined <img width="12" height="14" align="BOTTOM" border="0" src="proxy.php?url=https://technick.net/img/guide_dft/img61.png" alt="$e$" /> as the particular real number satisfying<br /></p>
- Back to e^(j theta)https://technick.net/guides/theory/dft/back_e_j_theta/Sun, 01 Mar 1998 00:00:00 +0000https://technick.net/guides/theory/dft/back_e_j_theta/<p style="background-color:#FFFFAA;border:1px solid red;padding:0.5em;"><strong>NOTE: THIS DOCUMENT IS OBSOLETE, PLEASE CHECK THE NEW VERSION:</strong> "<a href="proxy.php?url=http://ccrma.stanford.edu/~jos/mdft/">Mathematics of the Discrete Fourier Transform (DFT), with Audio Applications --- Second Edition</a>", by <a href="proxy.php?url=http://ccrma.stanford.edu/~jos/"> Julius O. Smith III</a>, <a href="proxy.php?url=http://www.w3k.org/books/">W3K Publishing</a>, 2007, ISBN 978-0-9745607-4-8. - Copyright © <i>2017-09-28</i> by <a href="proxy.php?url=http://ccrma.stanford.edu/~jos/"> Julius O. Smith III</a> - <a href="proxy.php?url=http://ccrma.stanford.edu/">Center for Computer Research in Music and Acoustics (CCRMA),</a> <a href="proxy.php?url=http://www.stanford.edu/"> Stanford University</a></p>
<p align="center"><font size="2"><b><a href="proxy.php?url=https://technick.net/guides/theory/dft/sidebar_mathematica"><< Previous page</a> <a href="proxy.php?url=https://technick.net/guides/theory/dft/r320">TOC</a> <a href="proxy.php?url=https://technick.net/guides/theory/dft/dft_index">INDEX</a> <a href="proxy.php?url=https://technick.net/guides/theory/dft/informal_derivation_taylor">Next page >></a></b></font></p><blockquote><h2><a name="SECTION004112000000000000000">Back to e^(j theta)</a></h2><p>We've now defined <img width="20" height="15" align="BOTTOM" border="0" src="proxy.php?url=https://technick.net/img/guide_dft/img248.png" alt="$a^z$" /> for any positive real number <img width="12" height="14" align="BOTTOM" border="0" src="proxy.php?url=https://technick.net/img/guide_dft/img192.png" alt="$a$" /> and any <a href="proxy.php?url=https://technick.net/guides/theory/dft/introduction_complex_number">complex
number</a> <img width="12" height="14" align="BOTTOM" border="0" src="proxy.php?url=https://technick.net/img/guide_dft/img16.png" alt="$z$" />. Setting <img width="41" height="14" align="BOTTOM" border="0" src="proxy.php?url=https://technick.net/img/guide_dft/img254.png" alt="$a=e$" /> and <img width="49" height="29" align="MIDDLE" border="0" src="proxy.php?url=https://technick.net/img/guide_dft/img273.png" alt="$z=j\" heta="" /> gives us the special case we
need for <a href="proxy.php?url=https://technick.net/guides/theory/dft/proof_euler_s_identity">Euler's identity</a>. Since <img width="19" height="15" align="BOTTOM" border="0" src="proxy.php?url=https://technick.net/img/guide_dft/img274.png" alt="$e^z$" /> is its own derivative, the <a href="proxy.php?url=https://technick.net/guides/theory/dft/first_look_at">Taylor
series expansion</a> for for <img width="72" height="31" align="MIDDLE" border="0" src="proxy.php?url=https://technick.net/img/guide_dft/img275.png" alt="$f(x)=e^x$" /> is the simplest series there could be:<br /></p>
- Bandlimited Interpolation in Timehttps://technick.net/guides/theory/dft/bandlimited_interpolation_t/Sun, 01 Mar 1998 00:00:00 +0000https://technick.net/guides/theory/dft/bandlimited_interpolation_t/<p style="background-color:#FFFFAA;border:1px solid red;padding:0.5em;"><strong>NOTE: THIS DOCUMENT IS OBSOLETE, PLEASE CHECK THE NEW VERSION:</strong> "<a href="proxy.php?url=http://ccrma.stanford.edu/~jos/mdft/">Mathematics of the Discrete Fourier Transform (DFT), with Audio Applications --- Second Edition</a>", by <a href="proxy.php?url=http://ccrma.stanford.edu/~jos/"> Julius O. Smith III</a>, <a href="proxy.php?url=http://www.w3k.org/books/">W3K Publishing</a>, 2007, ISBN 978-0-9745607-4-8. - Copyright © <i>2017-09-28</i> by <a href="proxy.php?url=http://ccrma.stanford.edu/~jos/"> Julius O. Smith III</a> - <a href="proxy.php?url=http://ccrma.stanford.edu/">Center for Computer Research in Music and Acoustics (CCRMA),</a> <a href="proxy.php?url=http://www.stanford.edu/"> Stanford University</a></p>
<p align="center"><font size="2"><b><a href="proxy.php?url=https://technick.net/guides/theory/dft/fourier_theorems"><< Previous page</a> <a href="proxy.php?url=https://technick.net/guides/theory/dft/r320">TOC</a> <a href="proxy.php?url=https://technick.net/guides/theory/dft/dft_index">INDEX</a> <a href="proxy.php?url=https://technick.net/guides/theory/dft/conclusions">Next page >></a></b></font></p><blockquote><h2><a name="SECTION009413000000000000000">Bandlimited Interpolation in Time</a></h2><p>The <i>dual</i> of the <a href="proxy.php?url=https://technick.net/guides/theory/dft/zero_padding_theorem">Zero-Padding Theorem</a> states formally that <i><a href="proxy.php?url=https://ccrma.stanford.edu/~jos//ola/quick_summary_zero.php">zero
padding</a> in the <a href="proxy.php?url=http://www.treasure-troves.com/physics/frequency.php">frequency</a> domain</i> corresponds to <i>ideal <a href="proxy.php?url=https://ccrma.stanford.edu/~jos//resample/default.php">bandlimited
interpolation</a> in the time domain</i>. However, we have not precisely defined
ideal bandlimited interpolation in the time domain. Therefore, we'll let
the dual of the Zero-Padding Theorem provide its definition:</p>
- Bibliographyhttps://technick.net/guides/theory/dft/bibliography/Sun, 01 Mar 1998 00:00:00 +0000https://technick.net/guides/theory/dft/bibliography/<p style="background-color:#FFFFAA;border:1px solid red;padding:0.5em;"><strong>NOTE: THIS DOCUMENT IS OBSOLETE, PLEASE CHECK THE NEW VERSION:</strong> "<a href="proxy.php?url=http://ccrma.stanford.edu/~jos/mdft/">Mathematics of the Discrete Fourier Transform (DFT), with Audio Applications --- Second Edition</a>", by <a href="proxy.php?url=http://ccrma.stanford.edu/~jos/"> Julius O. Smith III</a>, <a href="proxy.php?url=http://www.w3k.org/books/">W3K Publishing</a>, 2007, ISBN 978-0-9745607-4-8. - Copyright © <i>2017-09-28</i> by <a href="proxy.php?url=http://ccrma.stanford.edu/~jos/"> Julius O. Smith III</a> - <a href="proxy.php?url=http://ccrma.stanford.edu/">Center for Computer Research in Music and Acoustics (CCRMA),</a> <a href="proxy.php?url=http://www.stanford.edu/"> Stanford University</a></p>
<p align="center"><font size="2"><b><a href="proxy.php?url=https://technick.net/guides/theory/dft/phase_delay_group"><< Previous page</a> <a href="proxy.php?url=https://technick.net/guides/theory/dft/r320">TOC</a> <a href="proxy.php?url=https://technick.net/guides/theory/dft/dft_index">INDEX</a> <a href="proxy.php?url=https://technick.net/guides/theory/dft/dft_index">Next page >></a></b></font></p><blockquote><h2><a name="SECTION001300000000000000000">Bibliography</a></h2><dl compact="compact"><dd><p></p><dt><a name="JOSFP">1</a><dd>J. O. Smith,<br />''<a href="proxy.php?url=https://technick.net/guides/theory/dft/introduction_digital_filter">Introduction to digital filter theory</a>'',<br />in <em>Digital Audio Signal Processing: An Anthology</em>, J. Strawn,
Ed. William Kaufmann, Inc., Los Altos, California, 1985,<br />a shortened version appears in [<a href="proxy.php?url=https://technick.net/guides/theory/dft/bibliography#RoadsMM">23</a>]. Also available as
<a href="proxy.php?url=http://www.stanford.edu/default.php">Stanford University</a> Department of Music Technical Report <a href="proxy.php?url=http://www-ccrma.stanford.edu/ccrma/overview/publications.php">STAN-M</a>-20, April
1985.<p></p>
- Binary Integer Fixed-Point Numbershttps://technick.net/guides/theory/dft/binary_integer_fixed_point/Sun, 01 Mar 1998 00:00:00 +0000https://technick.net/guides/theory/dft/binary_integer_fixed_point/<p style="background-color:#FFFFAA;border:1px solid red;padding:0.5em;"><strong>NOTE: THIS DOCUMENT IS OBSOLETE, PLEASE CHECK THE NEW VERSION:</strong> "<a href="proxy.php?url=http://ccrma.stanford.edu/~jos/mdft/">Mathematics of the Discrete Fourier Transform (DFT), with Audio Applications --- Second Edition</a>", by <a href="proxy.php?url=http://ccrma.stanford.edu/~jos/"> Julius O. Smith III</a>, <a href="proxy.php?url=http://www.w3k.org/books/">W3K Publishing</a>, 2007, ISBN 978-0-9745607-4-8. - Copyright © <i>2017-09-28</i> by <a href="proxy.php?url=http://ccrma.stanford.edu/~jos/"> Julius O. Smith III</a> - <a href="proxy.php?url=http://ccrma.stanford.edu/">Center for Computer Research in Music and Acoustics (CCRMA),</a> <a href="proxy.php?url=http://www.stanford.edu/"> Stanford University</a></p>
<p align="center"><font size="2"><b><a href="proxy.php?url=https://technick.net/guides/theory/dft/pulse_code_modulation"><< Previous page</a> <a href="proxy.php?url=https://technick.net/guides/theory/dft/r320">TOC</a> <a href="proxy.php?url=https://technick.net/guides/theory/dft/dft_index">INDEX</a> <a href="proxy.php?url=https://technick.net/guides/theory/dft/one_s_complement_fixed_poin">Next page >></a></b></font></p><blockquote><h2><a name="SECTION00532000000000000000">Binary Integer Fixed-Point Numbers</a></h2><p><a name="5418"></a>Most prevalent computer languages only offer two kinds of numbers,<i>floating-point</i> and <i>integer <a href="proxy.php?url=https://technick.net/guides/theory/dft/binary_integer_fixed_point">fixed-point</a></i>.
On present-day computers, all numbers are encoded using <i>binary
digits</i><a name="5420"></a> (called ''bits<a name="5421"></a>'') which are either 1 or
0.<a name="tex2html23" href="proxy.php?url=https://technick.net/guides/theory/dft/footnode#foot5273"><sup>4.7</sup></a> In C, C++, and <a href="proxy.php?url=http://java.sun.com/nav/whatis/default.php">Java</a>, floating-point variables
are declared as <tt>float</tt> (32 bits) or <tt>double</tt> (64 bits), while
integer fixed-point variables are declared as <tt>short int</tt>(typically 16 bits and never less), <tt>long int</tt> (typically 32 bits
and never less), or simply <tt>int</tt> (typically the same as a <tt>long int</tt>, but sometimes between short and long). For an 8-bit
integer, one can use the <tt>char</tt> datatype (8 bits).</p>
- Cauchy-Schwarz Inequalityhttps://technick.net/guides/theory/dft/cauchy_schwarz_inequality/Sun, 01 Mar 1998 00:00:00 +0000https://technick.net/guides/theory/dft/cauchy_schwarz_inequality/<p style="background-color:#FFFFAA;border:1px solid red;padding:0.5em;"><strong>NOTE: THIS DOCUMENT IS OBSOLETE, PLEASE CHECK THE NEW VERSION:</strong> "<a href="proxy.php?url=http://ccrma.stanford.edu/~jos/mdft/">Mathematics of the Discrete Fourier Transform (DFT), with Audio Applications --- Second Edition</a>", by <a href="proxy.php?url=http://ccrma.stanford.edu/~jos/"> Julius O. Smith III</a>, <a href="proxy.php?url=http://www.w3k.org/books/">W3K Publishing</a>, 2007, ISBN 978-0-9745607-4-8. - Copyright © <i>2017-09-28</i> by <a href="proxy.php?url=http://ccrma.stanford.edu/~jos/"> Julius O. Smith III</a> - <a href="proxy.php?url=http://ccrma.stanford.edu/">Center for Computer Research in Music and Acoustics (CCRMA),</a> <a href="proxy.php?url=http://www.stanford.edu/"> Stanford University</a></p>
<p align="center"><font size="2"><b><a href="proxy.php?url=https://technick.net/guides/theory/dft/norm_induced_inner"><< Previous page</a> <a href="proxy.php?url=https://technick.net/guides/theory/dft/r320">TOC</a> <a href="proxy.php?url=https://technick.net/guides/theory/dft/dft_index">INDEX</a> <a href="proxy.php?url=https://technick.net/guides/theory/dft/triangle_inequality">Next page >></a></b></font></p><blockquote><h2><a name="SECTION00763000000000000000">Cauchy-Schwarz Inequality</a></h2><p>The <i>Cauchy-Schwarz Inequality</i> (or ''Schwarz Inequality'')
states that for all <!-- MATH
$\underline{x}\in{\cal C}^N$
--><img width="54" height="34" align="MIDDLE" border="0" src="proxy.php?url=https://technick.net/img/guide_dft/img751.png" alt="$\" nderline="" in="" al="" /> and <!-- MATH
$\underline{y}\in{\cal C}^N$
--><img width="53" height="34" align="MIDDLE" border="0" src="proxy.php?url=https://technick.net/img/guide_dft/img752.png" alt="$\" nderline="" in="" al="" />, we have<br /></p>
- Causal FIR Filtershttps://technick.net/guides/theory/dft/causal_fir_filters/Sun, 01 Mar 1998 00:00:00 +0000https://technick.net/guides/theory/dft/causal_fir_filters/<p style="background-color:#FFFFAA;border:1px solid red;padding:0.5em;"><strong>NOTE: THIS DOCUMENT IS OBSOLETE, PLEASE CHECK THE NEW VERSION:</strong> "<a href="proxy.php?url=http://ccrma.stanford.edu/~jos/mdft/">Mathematics of the Discrete Fourier Transform (DFT), with Audio Applications --- Second Edition</a>", by <a href="proxy.php?url=http://ccrma.stanford.edu/~jos/"> Julius O. Smith III</a>, <a href="proxy.php?url=http://www.w3k.org/books/">W3K Publishing</a>, 2007, ISBN 978-0-9745607-4-8. - Copyright © <i>2017-09-28</i> by <a href="proxy.php?url=http://ccrma.stanford.edu/~jos/"> Julius O. Smith III</a> - <a href="proxy.php?url=http://ccrma.stanford.edu/">Center for Computer Research in Music and Acoustics (CCRMA),</a> <a href="proxy.php?url=http://www.stanford.edu/"> Stanford University</a></p>
<p align="center"><font size="2"><b><a href="proxy.php?url=https://technick.net/guides/theory/dft/finiteness"><< Previous page</a> <a href="proxy.php?url=https://technick.net/guides/theory/dft/r320">TOC</a> <a href="proxy.php?url=https://technick.net/guides/theory/dft/dft_index">INDEX</a> <a href="proxy.php?url=https://technick.net/guides/theory/dft/transfer_function">Next page >></a></b></font></p><blockquote><h3><a name="SECTION001220300000000000000">Causal FIR Filters</a></h3><p>From Eq. (<a href="proxy.php?url=https://technick.net/guides/theory/dft/fir_filters#eq:firir">B.2</a>), we that the <a href="proxy.php?url=https://ccrma.stanford.edu/~jos//filters/difference_equation.php#2324">impulse response</a> <img width="35" height="31" align="MIDDLE" border="0" src="proxy.php?url=https://technick.net/img/guide_dft/img1312.png" alt="$h(n)$" /> is always<i>zero</i> for <img width="43" height="28" align="MIDDLE" border="0" src="proxy.php?url=https://technick.net/img/guide_dft/img1316.png" alt="$n<0$" />. Any <a href="proxy.php?url=https://ccrma.stanford.edu/~jos//filters/difference_equation.php">filter</a> having a zero impulse response
prior to time <img width="12" height="14" align="BOTTOM" border="0" src="proxy.php?url=https://technick.net/img/guide_dft/img38.png" alt="$0$" /> is said to be <i><a href="proxy.php?url=https://ccrma.stanford.edu/~jos//filters/difference_equation.php">causal</a></i><a name="18714"></a>. Thus, a tapped delay
line such as that depicted in Fig. <a href="proxy.php?url=https://technick.net/guides/theory/dft/fir_filters#fig:fir">B.1</a> can <i>only</i> implement
causal <a href="proxy.php?url=https://ccrma.stanford.edu/~jos//waveguide/fir_filters.php">FIR filters</a>. In software, however, we may easily implement
non-<a href="proxy.php?url=https://ccrma.stanford.edu/~jos//filters/difference_equation.php">causal filters</a> as well based simply on the definition of<a href="proxy.php?url=https://technick.net/guides/theory/dft/convolution">convolution</a>. However, noncausal filters are never precisely physical,
of course, since events are causal in the real world (disregarding
certain effects in quantum mechanics).</p>
- Changing the Basehttps://technick.net/guides/theory/dft/changing_base/Sun, 01 Mar 1998 00:00:00 +0000https://technick.net/guides/theory/dft/changing_base/<p style="background-color:#FFFFAA;border:1px solid red;padding:0.5em;"><strong>NOTE: THIS DOCUMENT IS OBSOLETE, PLEASE CHECK THE NEW VERSION:</strong> "<a href="proxy.php?url=http://ccrma.stanford.edu/~jos/mdft/">Mathematics of the Discrete Fourier Transform (DFT), with Audio Applications --- Second Edition</a>", by <a href="proxy.php?url=http://ccrma.stanford.edu/~jos/"> Julius O. Smith III</a>, <a href="proxy.php?url=http://www.w3k.org/books/">W3K Publishing</a>, 2007, ISBN 978-0-9745607-4-8. - Copyright © <i>2017-09-28</i> by <a href="proxy.php?url=http://ccrma.stanford.edu/~jos/"> Julius O. Smith III</a> - <a href="proxy.php?url=http://ccrma.stanford.edu/">Center for Computer Research in Music and Acoustics (CCRMA),</a> <a href="proxy.php?url=http://www.stanford.edu/"> Stanford University</a></p>
<p align="center"><font size="2"><b><a href="proxy.php?url=https://technick.net/guides/theory/dft/logarithms"><< Previous page</a> <a href="proxy.php?url=https://technick.net/guides/theory/dft/r320">TOC</a> <a href="proxy.php?url=https://technick.net/guides/theory/dft/dft_index">INDEX</a> <a href="proxy.php?url=https://technick.net/guides/theory/dft/logarithms_negative_imagina">Next page >></a></b></font></p><blockquote><h2><a name="SECTION00511000000000000000">Changing the Base</a></h2><p>By definition, <!-- MATH
$x = b^{\log_b(x)}$
--><img width="81" height="18" align="BOTTOM" border="0" src="proxy.php?url=https://technick.net/img/guide_dft/img343.png" alt="$x = b^{\" og="" b="" />. Taking the log base <img width="12" height="14" align="BOTTOM" border="0" src="proxy.php?url=https://technick.net/img/guide_dft/img192.png" alt="$a$" /> of both sides
gives<br /></p>
- Circular Motionhttps://technick.net/guides/theory/dft/circular_motion/Sun, 01 Mar 1998 00:00:00 +0000https://technick.net/guides/theory/dft/circular_motion/<p style="background-color:#FFFFAA;border:1px solid red;padding:0.5em;"><strong>NOTE: THIS DOCUMENT IS OBSOLETE, PLEASE CHECK THE NEW VERSION:</strong> "<a href="proxy.php?url=http://ccrma.stanford.edu/~jos/mdft/">Mathematics of the Discrete Fourier Transform (DFT), with Audio Applications --- Second Edition</a>", by <a href="proxy.php?url=http://ccrma.stanford.edu/~jos/"> Julius O. Smith III</a>, <a href="proxy.php?url=http://www.w3k.org/books/">W3K Publishing</a>, 2007, ISBN 978-0-9745607-4-8. - Copyright © <i>2017-09-28</i> by <a href="proxy.php?url=http://ccrma.stanford.edu/~jos/"> Julius O. Smith III</a> - <a href="proxy.php?url=http://ccrma.stanford.edu/">Center for Computer Research in Music and Acoustics (CCRMA),</a> <a href="proxy.php?url=http://www.stanford.edu/"> Stanford University</a></p>
<p align="center"><font size="2"><b><a href="proxy.php?url=https://technick.net/guides/theory/dft/complex_sinusoids"><< Previous page</a> <a href="proxy.php?url=https://technick.net/guides/theory/dft/r320">TOC</a> <a href="proxy.php?url=https://technick.net/guides/theory/dft/dft_index">INDEX</a> <a href="proxy.php?url=https://technick.net/guides/theory/dft/projection_circular_motion">Next page >></a></b></font></p><blockquote><h2><a name="SECTION00631000000000000000">Circular Motion</a></h2><p>Since the modulus of the complex <a href="proxy.php?url=https://technick.net/guides/theory/dft/why_sinusoids_are">sinusoid</a> is constant, it must lie on a<i>circle</i> in the <a href="proxy.php?url=https://technick.net/guides/theory/dft/complex_plane">complex plane</a>. For example,<br /></p>
- Coherencehttps://technick.net/guides/theory/dft/coherence/Sun, 01 Mar 1998 00:00:00 +0000https://technick.net/guides/theory/dft/coherence/<p style="background-color:#FFFFAA;border:1px solid red;padding:0.5em;"><strong>NOTE: THIS DOCUMENT IS OBSOLETE, PLEASE CHECK THE NEW VERSION:</strong> "<a href="proxy.php?url=http://ccrma.stanford.edu/~jos/mdft/">Mathematics of the Discrete Fourier Transform (DFT), with Audio Applications --- Second Edition</a>", by <a href="proxy.php?url=http://ccrma.stanford.edu/~jos/"> Julius O. Smith III</a>, <a href="proxy.php?url=http://www.w3k.org/books/">W3K Publishing</a>, 2007, ISBN 978-0-9745607-4-8. - Copyright © <i>2017-09-28</i> by <a href="proxy.php?url=http://ccrma.stanford.edu/~jos/"> Julius O. Smith III</a> - <a href="proxy.php?url=http://ccrma.stanford.edu/">Center for Computer Research in Music and Acoustics (CCRMA),</a> <a href="proxy.php?url=http://www.stanford.edu/"> Stanford University</a></p>
<p align="center"><font size="2"><b><a href="proxy.php?url=https://technick.net/guides/theory/dft/autocorrelation"><< Previous page</a> <a href="proxy.php?url=https://technick.net/guides/theory/dft/r320">TOC</a> <a href="proxy.php?url=https://technick.net/guides/theory/dft/dft_index">INDEX</a> <a href="proxy.php?url=https://technick.net/guides/theory/dft/appendix_c_mathematica_matl">Next page >></a></b></font></p><blockquote><h2><a name="SECTION00984000000000000000">Coherence</a></h2><p>A function related to <a href="proxy.php?url=https://technick.net/guides/theory/dft/cross_correlation">cross-correlation</a> is the <i>coherence function</i><!-- MATH
$\Gamma_{xy}(\omega)$
--><img width="52" height="31" align="MIDDLE" border="0" src="proxy.php?url=https://technick.net/img/guide_dft/img1351.png" alt="$\" amma="" y="" mega="" />, defined in terms of power spectral densities and
the cross-spectral density by<br /></p>
- Comparing Analog and Digital Complex Planeshttps://technick.net/guides/theory/dft/comparing_analog_digital/Sun, 01 Mar 1998 00:00:00 +0000https://technick.net/guides/theory/dft/comparing_analog_digital/<p style="background-color:#FFFFAA;border:1px solid red;padding:0.5em;"><strong>NOTE: THIS DOCUMENT IS OBSOLETE, PLEASE CHECK THE NEW VERSION:</strong> "<a href="proxy.php?url=http://ccrma.stanford.edu/~jos/mdft/">Mathematics of the Discrete Fourier Transform (DFT), with Audio Applications --- Second Edition</a>", by <a href="proxy.php?url=http://ccrma.stanford.edu/~jos/"> Julius O. Smith III</a>, <a href="proxy.php?url=http://www.w3k.org/books/">W3K Publishing</a>, 2007, ISBN 978-0-9745607-4-8. - Copyright © <i>2017-09-28</i> by <a href="proxy.php?url=http://ccrma.stanford.edu/~jos/"> Julius O. Smith III</a> - <a href="proxy.php?url=http://ccrma.stanford.edu/">Center for Computer Research in Music and Acoustics (CCRMA),</a> <a href="proxy.php?url=http://www.stanford.edu/"> Stanford University</a></p>
<p align="center"><font size="2"><b><a href="proxy.php?url=https://technick.net/guides/theory/dft/why_generalized_complex"><< Previous page</a> <a href="proxy.php?url=https://technick.net/guides/theory/dft/r320">TOC</a> <a href="proxy.php?url=https://technick.net/guides/theory/dft/dft_index">INDEX</a> <a href="proxy.php?url=https://technick.net/guides/theory/dft/mathematica_selected_plots">Next page >></a></b></font></p><blockquote><h2><a name="SECTION00639000000000000000">Comparing Analog and Digital Complex Planes</a></h2><p>In signal processing, it is customary to use <img width="12" height="14" align="BOTTOM" border="0" src="proxy.php?url=https://technick.net/img/guide_dft/img17.png" alt="$s$" /> as the Laplace transform
variable for continuous-time analysis, and <img width="12" height="14" align="BOTTOM" border="0" src="proxy.php?url=https://technick.net/img/guide_dft/img16.png" alt="$z$" /> as the <img width="12" height="14" align="BOTTOM" border="0" src="proxy.php?url=https://technick.net/img/guide_dft/img16.png" alt="$z$" />-transform
variable for discrete-time analysis. In other words, for continuous-time
systems, the <a href="proxy.php?url=http://www.treasure-troves.com/physics/frequency.php">frequency</a> domain is the ''<img width="12" height="14" align="BOTTOM" border="0" src="proxy.php?url=https://technick.net/img/guide_dft/img17.png" alt="$s$" /> plane'', while for discrete-time
systems, the frequency domain is the ''<img width="12" height="14" align="BOTTOM" border="0" src="proxy.php?url=https://technick.net/img/guide_dft/img16.png" alt="$z$" /> plane.'' However, both are
simply <a href="proxy.php?url=https://technick.net/guides/theory/dft/complex_plane">complex planes</a>.</p>
- Complex Numbershttps://technick.net/guides/theory/dft/complex_numbers/Sun, 01 Mar 1998 00:00:00 +0000https://technick.net/guides/theory/dft/complex_numbers/<p style="background-color:#FFFFAA;border:1px solid red;padding:0.5em;"><strong>NOTE: THIS DOCUMENT IS OBSOLETE, PLEASE CHECK THE NEW VERSION:</strong> "<a href="proxy.php?url=http://ccrma.stanford.edu/~jos/mdft/">Mathematics of the Discrete Fourier Transform (DFT), with Audio Applications --- Second Edition</a>", by <a href="proxy.php?url=http://ccrma.stanford.edu/~jos/"> Julius O. Smith III</a>, <a href="proxy.php?url=http://www.w3k.org/books/">W3K Publishing</a>, 2007, ISBN 978-0-9745607-4-8. - Copyright © <i>2017-09-28</i> by <a href="proxy.php?url=http://ccrma.stanford.edu/~jos/"> Julius O. Smith III</a> - <a href="proxy.php?url=http://ccrma.stanford.edu/">Center for Computer Research in Music and Acoustics (CCRMA),</a> <a href="proxy.php?url=http://www.stanford.edu/"> Stanford University</a></p>
<p align="center"><font size="2"><b><a href="proxy.php?url=https://technick.net/guides/theory/dft/fundamental_theorem_algebra"><< Previous page</a> <a href="proxy.php?url=https://technick.net/guides/theory/dft/r320">TOC</a> <a href="proxy.php?url=https://technick.net/guides/theory/dft/dft_index">INDEX</a> <a href="proxy.php?url=https://technick.net/guides/theory/dft/complex_plane">Next page >></a></b></font></p><blockquote><h1><a name="SECTION00350000000000000000">Complex Numbers</a></h1><p>This section introduces various notation and terms associated with <a href="proxy.php?url=https://technick.net/guides/theory/dft/introduction_complex_number">complex
numbers</a>. As discussed above, complex numbers are devised by introducing
the square-root of <img width="24" height="28" align="MIDDLE" border="0" src="proxy.php?url=https://technick.net/img/guide_dft/img134.png" alt="$-1$" /> as a primitive new algebraic object among real
numbers and manipulating it symbolically as if it were a real number
itself:<br /></p>
- Complex Rootshttps://technick.net/guides/theory/dft/complex_roots/Sun, 01 Mar 1998 00:00:00 +0000https://technick.net/guides/theory/dft/complex_roots/<p style="background-color:#FFFFAA;border:1px solid red;padding:0.5em;"><strong>NOTE: THIS DOCUMENT IS OBSOLETE, PLEASE CHECK THE NEW VERSION:</strong> "<a href="proxy.php?url=http://ccrma.stanford.edu/~jos/mdft/">Mathematics of the Discrete Fourier Transform (DFT), with Audio Applications --- Second Edition</a>", by <a href="proxy.php?url=http://ccrma.stanford.edu/~jos/"> Julius O. Smith III</a>, <a href="proxy.php?url=http://www.w3k.org/books/">W3K Publishing</a>, 2007, ISBN 978-0-9745607-4-8. - Copyright © <i>2017-09-28</i> by <a href="proxy.php?url=http://ccrma.stanford.edu/~jos/"> Julius O. Smith III</a> - <a href="proxy.php?url=http://ccrma.stanford.edu/">Center for Computer Research in Music and Acoustics (CCRMA),</a> <a href="proxy.php?url=http://www.stanford.edu/"> Stanford University</a></p>
<p align="center"><font size="2"><b><a href="proxy.php?url=https://technick.net/guides/theory/dft/quadratic_formula"><< Previous page</a> <a href="proxy.php?url=https://technick.net/guides/theory/dft/r320">TOC</a> <a href="proxy.php?url=https://technick.net/guides/theory/dft/dft_index">INDEX</a> <a href="proxy.php?url=https://technick.net/guides/theory/dft/fundamental_theorem_algebra">Next page >></a></b></font></p><blockquote><h1><a name="SECTION00330000000000000000">Complex Roots</a></h1><p> <div align="CENTER"></div></p><p></p><div align="CENTER"><a name="fig:parabola"></a><a name="3010"></a><table><caption align="BOTTOM"><strong>Figure 2.1:</strong>An example parabola defined by <!-- MATH
$p(x) = x^2 + 4$
--><img width="99" height="33" align="MIDDLE" border="0" src="proxy.php?url=https://technick.net/img/guide_dft/img1.png" alt="$p(x) = x^2 + 4$" />.</caption><tr><td><div align="CENTER"><!-- MATH
$\scalebox{0.5}{\includegraphics{eps/parabola.eps}}$
--><img width="383" height="307" align="BOTTOM" border="0" src="proxy.php?url=https://technick.net/img/guide_dft/img112.png" alt="\" calebox="" ncludegraphics="" ps="" arabola="" ps="" /></div></td></tr></table></div><p></p>
- Complex Sinusoidshttps://technick.net/guides/theory/dft/complex_sinusoids/Sun, 01 Mar 1998 00:00:00 +0000https://technick.net/guides/theory/dft/complex_sinusoids/<p style="background-color:#FFFFAA;border:1px solid red;padding:0.5em;"><strong>NOTE: THIS DOCUMENT IS OBSOLETE, PLEASE CHECK THE NEW VERSION:</strong> "<a href="proxy.php?url=http://ccrma.stanford.edu/~jos/mdft/">Mathematics of the Discrete Fourier Transform (DFT), with Audio Applications --- Second Edition</a>", by <a href="proxy.php?url=http://ccrma.stanford.edu/~jos/"> Julius O. Smith III</a>, <a href="proxy.php?url=http://www.w3k.org/books/">W3K Publishing</a>, 2007, ISBN 978-0-9745607-4-8. - Copyright © <i>2017-09-28</i> by <a href="proxy.php?url=http://ccrma.stanford.edu/~jos/"> Julius O. Smith III</a> - <a href="proxy.php?url=http://ccrma.stanford.edu/">Center for Computer Research in Music and Acoustics (CCRMA),</a> <a href="proxy.php?url=http://www.stanford.edu/"> Stanford University</a></p>
<p align="center"><font size="2"><b><a href="proxy.php?url=https://technick.net/guides/theory/dft/audio_decay_time"><< Previous page</a> <a href="proxy.php?url=https://technick.net/guides/theory/dft/r320">TOC</a> <a href="proxy.php?url=https://technick.net/guides/theory/dft/dft_index">INDEX</a> <a href="proxy.php?url=https://technick.net/guides/theory/dft/circular_motion">Next page >></a></b></font></p><blockquote><h1><a name="SECTION00630000000000000000">Complex Sinusoids</a></h1><p>Recall <a href="proxy.php?url=https://technick.net/guides/theory/dft/proof_euler_s_identity">Euler's Identity</a>,<br /></p><p></p><div align="CENTER"><!-- MATH
\begin{displaymath}
e^{j\theta} = \cos(\theta) + j\sin(\theta)
\end{displaymath}
--><img width="167" height="31" border="0" src="proxy.php?url=https://technick.net/img/guide_dft/img64.png" alt="\" egin="" isplaymath="" j\theta="" os="" heta="" sin="" heta="" nd="" isplaymath="" /></div><br clear="ALL" /><p></p>
- Conclusionshttps://technick.net/guides/theory/dft/conclusions/Sun, 01 Mar 1998 00:00:00 +0000https://technick.net/guides/theory/dft/conclusions/<p style="background-color:#FFFFAA;border:1px solid red;padding:0.5em;"><strong>NOTE: THIS DOCUMENT IS OBSOLETE, PLEASE CHECK THE NEW VERSION:</strong> "<a href="proxy.php?url=http://ccrma.stanford.edu/~jos/mdft/">Mathematics of the Discrete Fourier Transform (DFT), with Audio Applications --- Second Edition</a>", by <a href="proxy.php?url=http://ccrma.stanford.edu/~jos/"> Julius O. Smith III</a>, <a href="proxy.php?url=http://www.w3k.org/books/">W3K Publishing</a>, 2007, ISBN 978-0-9745607-4-8. - Copyright © <i>2017-09-28</i> by <a href="proxy.php?url=http://ccrma.stanford.edu/~jos/"> Julius O. Smith III</a> - <a href="proxy.php?url=http://ccrma.stanford.edu/">Center for Computer Research in Music and Acoustics (CCRMA),</a> <a href="proxy.php?url=http://www.stanford.edu/"> Stanford University</a></p>
<p align="center"><font size="2"><b><a href="proxy.php?url=https://technick.net/guides/theory/dft/bandlimited_interpolation_t"><< Previous page</a> <a href="proxy.php?url=https://technick.net/guides/theory/dft/r320">TOC</a> <a href="proxy.php?url=https://technick.net/guides/theory/dft/dft_index">INDEX</a> <a href="proxy.php?url=https://technick.net/guides/theory/dft/acknowledgement">Next page >></a></b></font></p><blockquote><h1><a name="SECTION00950000000000000000">Conclusions</a></h1><p>For the student interested in pursuing further the topics of this reader,
see [<a href="proxy.php?url=https://technick.net/guides/theory/dft/bibliography#Bracewell">18</a>,<a href="proxy.php?url=https://technick.net/guides/theory/dft/bibliography#Brigham">19</a>].</p>
- Conjugation and Reversalhttps://technick.net/guides/theory/dft/conjugation_reversal/Sun, 01 Mar 1998 00:00:00 +0000https://technick.net/guides/theory/dft/conjugation_reversal/<p style="background-color:#FFFFAA;border:1px solid red;padding:0.5em;"><strong>NOTE: THIS DOCUMENT IS OBSOLETE, PLEASE CHECK THE NEW VERSION:</strong> "<a href="proxy.php?url=http://ccrma.stanford.edu/~jos/mdft/">Mathematics of the Discrete Fourier Transform (DFT), with Audio Applications --- Second Edition</a>", by <a href="proxy.php?url=http://ccrma.stanford.edu/~jos/"> Julius O. Smith III</a>, <a href="proxy.php?url=http://www.w3k.org/books/">W3K Publishing</a>, 2007, ISBN 978-0-9745607-4-8. - Copyright © <i>2017-09-28</i> by <a href="proxy.php?url=http://ccrma.stanford.edu/~jos/"> Julius O. Smith III</a> - <a href="proxy.php?url=http://ccrma.stanford.edu/">Center for Computer Research in Music and Acoustics (CCRMA),</a> <a href="proxy.php?url=http://www.stanford.edu/"> Stanford University</a></p>
<p align="center"><font size="2"><b><a href="proxy.php?url=https://technick.net/guides/theory/dft/linearity"><< Previous page</a> <a href="proxy.php?url=https://technick.net/guides/theory/dft/r320">TOC</a> <a href="proxy.php?url=https://technick.net/guides/theory/dft/dft_index">INDEX</a> <a href="proxy.php?url=https://technick.net/guides/theory/dft/symmetry">Next page >></a></b></font></p><blockquote><h2><a name="SECTION00942000000000000000">Conjugation and Reversal</a></h2><p></p><p><br /><br /><b>Theorem: </b>For any <!-- MATH
$x\in{\cal C}^N$
--><img width="54" height="34" align="MIDDLE" border="0" src="proxy.php?url=https://technick.net/img/guide_dft/img687.png" alt="$x\" n="" al="" />,<br /></p>
- Constructive and Destructive Interference of Sinusoidshttps://technick.net/guides/theory/dft/constructive_destructive_in/Sun, 01 Mar 1998 00:00:00 +0000https://technick.net/guides/theory/dft/constructive_destructive_in/<p style="background-color:#FFFFAA;border:1px solid red;padding:0.5em;"><strong>NOTE: THIS DOCUMENT IS OBSOLETE, PLEASE CHECK THE NEW VERSION:</strong> "<a href="proxy.php?url=http://ccrma.stanford.edu/~jos/mdft/">Mathematics of the Discrete Fourier Transform (DFT), with Audio Applications --- Second Edition</a>", by <a href="proxy.php?url=http://ccrma.stanford.edu/~jos/"> Julius O. Smith III</a>, <a href="proxy.php?url=http://www.w3k.org/books/">W3K Publishing</a>, 2007, ISBN 978-0-9745607-4-8. - Copyright © <i>2017-09-28</i> by <a href="proxy.php?url=http://ccrma.stanford.edu/~jos/"> Julius O. Smith III</a> - <a href="proxy.php?url=http://ccrma.stanford.edu/">Center for Computer Research in Music and Acoustics (CCRMA),</a> <a href="proxy.php?url=http://www.stanford.edu/"> Stanford University</a></p>
<p align="center"><font size="2"><b><a href="proxy.php?url=https://technick.net/guides/theory/dft/sinusoids_at_same"><< Previous page</a> <a href="proxy.php?url=https://technick.net/guides/theory/dft/r320">TOC</a> <a href="proxy.php?url=https://technick.net/guides/theory/dft/dft_index">INDEX</a> <a href="proxy.php?url=https://technick.net/guides/theory/dft/exponentials">Next page >></a></b></font></p><blockquote><h2><a name="SECTION00615000000000000000">Constructive and Destructive Interference of Sinusoids</a></h2><p>Sinusoidal signals are analogous to monochromatic <a href="proxy.php?url=http://www.misty.com/~don/lasersam.php">laser</a> light. You might
have seen ''speckle'' associated with laser light, caused by destructive
inteference of multiple <a href="proxy.php?url=https://ccrma.stanford.edu/~jos//waveguide/scattering_at_impedance.php">reflections</a> of the light beam. In a room, the
same thing happens with sinusoidal sound. For example, play a simple
sinusoidal tone (e.g., ''A-440'' which is a <a href="proxy.php?url=https://technick.net/guides/theory/dft/why_sinusoids_are">sinusoid</a> at <a href="proxy.php?url=http://www.treasure-troves.com/physics/frequency.php">frequency</a> <img width="59" height="29" align="MIDDLE" border="0" src="proxy.php?url=https://technick.net/img/guide_dft/img499.png" alt="$f=440$" />Hz) and walk around the room with one ear plugged. If the room is
reverberant you should be able find places where the sound goes completely
away due to <a href="proxy.php?url=https://technick.net/guides/theory/dft/constructive_destructive_in">destructive interference</a>. In between such places (which we
call ''nodes'' in the soundfield), there are ''antinodes'' at which the
sound is louder by 6 <a href="proxy.php?url=https://technick.net/guides/theory/dft/decibels">dB</a> (<a href="proxy.php?url=https://technick.net/guides/theory/dft/logarithms">amplitude</a> doubled) due to <a href="proxy.php?url=https://technick.net/guides/theory/dft/constructive_destructive_in">constructive
interference</a>. In a diffuse reverberant soundfield, the distance between
nodes is on the order of a wavelength (the ''<a href="proxy.php?url=https://technick.net/guides/theory/dft/correlation">correlation</a> distance'' within
the random soundfield).</p>
- Convolutionhttps://technick.net/guides/theory/dft/convolution/Sun, 01 Mar 1998 00:00:00 +0000https://technick.net/guides/theory/dft/convolution/<p style="background-color:#FFFFAA;border:1px solid red;padding:0.5em;"><strong>NOTE: THIS DOCUMENT IS OBSOLETE, PLEASE CHECK THE NEW VERSION:</strong> "<a href="proxy.php?url=http://ccrma.stanford.edu/~jos/mdft/">Mathematics of the Discrete Fourier Transform (DFT), with Audio Applications --- Second Edition</a>", by <a href="proxy.php?url=http://ccrma.stanford.edu/~jos/"> Julius O. Smith III</a>, <a href="proxy.php?url=http://www.w3k.org/books/">W3K Publishing</a>, 2007, ISBN 978-0-9745607-4-8. - Copyright © <i>2017-09-28</i> by <a href="proxy.php?url=http://ccrma.stanford.edu/~jos/"> Julius O. Smith III</a> - <a href="proxy.php?url=http://ccrma.stanford.edu/">Center for Computer Research in Music and Acoustics (CCRMA),</a> <a href="proxy.php?url=http://www.stanford.edu/"> Stanford University</a></p>
<p align="center"><font size="2"><b><a href="proxy.php?url=https://technick.net/guides/theory/dft/shift_operator"><< Previous page</a> <a href="proxy.php?url=https://technick.net/guides/theory/dft/r320">TOC</a> <a href="proxy.php?url=https://technick.net/guides/theory/dft/dft_index">INDEX</a> <a href="proxy.php?url=https://technick.net/guides/theory/dft/graphical_convolution">Next page >></a></b></font></p><blockquote><h2><a name="SECTION00923000000000000000">Convolution</a></h2><p></p><p><br /><br /><b>Definition: </b>The <i><a href="proxy.php?url=https://technick.net/guides/theory/dft/convolution">convolution</a></i><a name="13664"></a> of two signals <img width="13" height="14" align="BOTTOM" border="0" src="proxy.php?url=https://technick.net/img/guide_dft/img12.png" alt="$x$" /> and <img width="12" height="28" align="MIDDLE" border="0" src="proxy.php?url=https://technick.net/img/guide_dft/img13.png" alt="$y$" /> in <img width="26" height="18" align="BOTTOM" border="0" src="proxy.php?url=https://technick.net/img/guide_dft/img745.png" alt="${\" al="" /> is
denoted ''<img width="37" height="28" align="MIDDLE" border="0" src="proxy.php?url=https://technick.net/img/guide_dft/img1089.png" alt="$x\" st="" />'' and defined by<br /></p>
- Convolution Representationhttps://technick.net/guides/theory/dft/convolution_representation/Sun, 01 Mar 1998 00:00:00 +0000https://technick.net/guides/theory/dft/convolution_representation/<p style="background-color:#FFFFAA;border:1px solid red;padding:0.5em;"><strong>NOTE: THIS DOCUMENT IS OBSOLETE, PLEASE CHECK THE NEW VERSION:</strong> "<a href="proxy.php?url=http://ccrma.stanford.edu/~jos/mdft/">Mathematics of the Discrete Fourier Transform (DFT), with Audio Applications --- Second Edition</a>", by <a href="proxy.php?url=http://ccrma.stanford.edu/~jos/"> Julius O. Smith III</a>, <a href="proxy.php?url=http://www.w3k.org/books/">W3K Publishing</a>, 2007, ISBN 978-0-9745607-4-8. - Copyright © <i>2017-09-28</i> by <a href="proxy.php?url=http://ccrma.stanford.edu/~jos/"> Julius O. Smith III</a> - <a href="proxy.php?url=http://ccrma.stanford.edu/">Center for Computer Research in Music and Acoustics (CCRMA),</a> <a href="proxy.php?url=http://www.stanford.edu/"> Stanford University</a></p>
<p align="center"><font size="2"><b><a href="proxy.php?url=https://technick.net/guides/theory/dft/fir_filters"><< Previous page</a> <a href="proxy.php?url=https://technick.net/guides/theory/dft/r320">TOC</a> <a href="proxy.php?url=https://technick.net/guides/theory/dft/dft_index">INDEX</a> <a href="proxy.php?url=https://technick.net/guides/theory/dft/finiteness">Next page >></a></b></font></p><blockquote><h3><a name="SECTION001220100000000000000">Convolution Representation</a></h3><p>Note that the output of the <img width="13" height="15" align="BOTTOM" border="0" src="proxy.php?url=https://technick.net/img/guide_dft/img53.png" alt="$k$" />th delay element in Fig. <a href="proxy.php?url=https://technick.net/guides/theory/dft/fir_filters#fig:fir">B.1</a> is<img width="63" height="31" align="MIDDLE" border="0" src="proxy.php?url=https://technick.net/img/guide_dft/img1524.png" alt="$x(n-k)$" />, <!-- MATH
$k=0,1,2,\ldots,N-1$
--><img width="149" height="29" align="MIDDLE" border="0" src="proxy.php?url=https://technick.net/img/guide_dft/img821.png" alt="$k=0,1,2,\" dots="" />, where <img width="35" height="31" align="MIDDLE" border="0" src="proxy.php?url=https://technick.net/img/guide_dft/img50.png" alt="$x(n)$" /> is the input signal<a href="proxy.php?url=https://technick.net/guides/theory/dft/logarithms">amplitude</a> at time <img width="14" height="14" align="BOTTOM" border="0" src="proxy.php?url=https://technick.net/img/guide_dft/img51.png" alt="$n$" />. The output signal <img width="34" height="31" align="MIDDLE" border="0" src="proxy.php?url=https://technick.net/img/guide_dft/img641.png" alt="$y(n)$" /> is therefore<br /><div align="CENTER"><a name="eq:fir"></a><!-- MATH
\begin{eqnarray}
y(n) &=& h_0 x(n) + h_1 x(n-1) + h_2 x(n-2) + \cdots + h_{N-1} x(n-N+1) \\
&=& \sum_{m=0}^{N-1} h_m x(n-m)\\
&=& \sum_{m=-\infty}^{\infty} h(m) x(n-m)\\
&\isdef & (h\ast x)(n)
\end{eqnarray}
--><table align="CENTER" cellpadding="0" width="100%"><tr valign="MIDDLE"><td nowrap="nowrap" ign="RIGHT"><img width="38" height="35" align="MIDDLE" border="0" src="proxy.php?url=https://technick.net/img/guide_dft/img1525.png" alt="$\" isplaystyle="" /></td><td align="CENTER" nowrap="nowrap"><img width="18" height="31" align="MIDDLE" border="0" src="proxy.php?url=https://technick.net/img/guide_dft/img1526.png" alt="$\" extstyle="$" /></td><td align="LEFT" nowrap="nowrap"><img width="472" height="35" align="MIDDLE" border="0" src="proxy.php?url=https://technick.net/img/guide_dft/img1527.png" alt="$\" isplaystyle="" n="" x="" h="" n-2="" dots="" n-1="" n-n="" /></td><td width="10" align="RIGHT">(B.1)</td></tr><tr valign="MIDDLE"><td nowrap="nowrap" ign="RIGHT"> </td><td align="CENTER" nowrap="nowrap"><img width="18" height="31" align="MIDDLE" border="0" src="proxy.php?url=https://technick.net/img/guide_dft/img1526.png" alt="$\" extstyle="$" /></td><td align="LEFT" nowrap="nowrap"><img width="133" height="73" align="MIDDLE" border="0" src="proxy.php?url=https://technick.net/img/guide_dft/img1528.png" alt="$\" isplaystyle="" um="" n-1="" h="" n-m="" /></td><td width="10" align="RIGHT">(B.2)</td></tr><tr valign="MIDDLE"><td nowrap="nowrap" ign="RIGHT"> </td><td align="CENTER" nowrap="nowrap"><img width="18" height="31" align="MIDDLE" border="0" src="proxy.php?url=https://technick.net/img/guide_dft/img1526.png" alt="$\" extstyle="$" /></td><td align="LEFT" nowrap="nowrap"><img width="166" height="66" align="MIDDLE" border="0" src="proxy.php?url=https://technick.net/img/guide_dft/img1529.png" alt="$\" isplaystyle="" um="" infty="" infty="" h="" x="" m="" /></td><td width="10" align="RIGHT">(B.3)</td></tr><tr valign="MIDDLE"><td nowrap="nowrap" ign="RIGHT"> </td><td align="CENTER" nowrap="nowrap"><img width="18" height="44" align="MIDDLE" border="0" src="proxy.php?url=https://technick.net/img/guide_dft/img1530.png" alt="$\" extstyle="" sdef="" /></td><td align="LEFT" nowrap="nowrap"><img width="79" height="35" align="MIDDLE" border="0" src="proxy.php?url=https://technick.net/img/guide_dft/img1531.png" alt="$\" isplaystyle="" ast="" /></td><td width="10" align="RIGHT">(B.4)</td></tr></table></div><br clear="ALL" /></p>
- Convolution Representation of LTI Filtershttps://technick.net/guides/theory/dft/convolution_representation_/Sun, 01 Mar 1998 00:00:00 +0000https://technick.net/guides/theory/dft/convolution_representation_/<p style="background-color:#FFFFAA;border:1px solid red;padding:0.5em;"><strong>NOTE: THIS DOCUMENT IS OBSOLETE, PLEASE CHECK THE NEW VERSION:</strong> "<a href="proxy.php?url=http://ccrma.stanford.edu/~jos/mdft/">Mathematics of the Discrete Fourier Transform (DFT), with Audio Applications --- Second Edition</a>", by <a href="proxy.php?url=http://ccrma.stanford.edu/~jos/"> Julius O. Smith III</a>, <a href="proxy.php?url=http://www.w3k.org/books/">W3K Publishing</a>, 2007, ISBN 978-0-9745607-4-8. - Copyright © <i>2017-09-28</i> by <a href="proxy.php?url=http://ccrma.stanford.edu/~jos/"> Julius O. Smith III</a> - <a href="proxy.php?url=http://ccrma.stanford.edu/">Center for Computer Research in Music and Acoustics (CCRMA),</a> <a href="proxy.php?url=http://www.stanford.edu/"> Stanford University</a></p>
<p align="center"><font size="2"><b><a href="proxy.php?url=https://technick.net/guides/theory/dft/difference_equation"><< Previous page</a> <a href="proxy.php?url=https://technick.net/guides/theory/dft/r320">TOC</a> <a href="proxy.php?url=https://technick.net/guides/theory/dft/dft_index">INDEX</a> <a href="proxy.php?url=https://technick.net/guides/theory/dft/frequency_response">Next page >></a></b></font></p><blockquote><h2><a name="SECTION001243000000000000000"></a><a name="sec:convolution"></a><br /><a href="proxy.php?url=https://ccrma.stanford.edu/~jos//filters/convolution_representation.php">Convolution Representation</a> of <a href="proxy.php?url=https://ccrma.stanford.edu/~jos//filters/linearity_time_invariance.php">LTI</a> <a href="proxy.php?url=https://ccrma.stanford.edu/~jos//filters/difference_equation.php">Filters</a></h2><a name="18803"></a><p>If <img width="34" height="31" align="MIDDLE" border="0" src="proxy.php?url=https://technick.net/img/guide_dft/img641.png" alt="$y(n)$" /> is the output of an LTI filter with input <img width="35" height="31" align="MIDDLE" border="0" src="proxy.php?url=https://technick.net/img/guide_dft/img50.png" alt="$x(n)$" /> and <a href="proxy.php?url=https://ccrma.stanford.edu/~jos//filters/difference_equation.php#2324">impulse
response</a> <img width="35" height="31" align="MIDDLE" border="0" src="proxy.php?url=https://technick.net/img/guide_dft/img1312.png" alt="$h(n)$" />, then <img width="12" height="28" align="MIDDLE" border="0" src="proxy.php?url=https://technick.net/img/guide_dft/img13.png" alt="$y$" /> is the <i><a href="proxy.php?url=https://technick.net/guides/theory/dft/convolution">convolution</a></i> of <img width="13" height="14" align="BOTTOM" border="0" src="proxy.php?url=https://technick.net/img/guide_dft/img12.png" alt="$x$" /> with <img width="13" height="15" align="BOTTOM" border="0" src="proxy.php?url=https://technick.net/img/guide_dft/img1101.png" alt="$h$" />,<br /></p>
- Convolution Theoremhttps://technick.net/guides/theory/dft/convolution_theorem/Sun, 01 Mar 1998 00:00:00 +0000https://technick.net/guides/theory/dft/convolution_theorem/<p style="background-color:#FFFFAA;border:1px solid red;padding:0.5em;"><strong>NOTE: THIS DOCUMENT IS OBSOLETE, PLEASE CHECK THE NEW VERSION:</strong> "<a href="proxy.php?url=http://ccrma.stanford.edu/~jos/mdft/">Mathematics of the Discrete Fourier Transform (DFT), with Audio Applications --- Second Edition</a>", by <a href="proxy.php?url=http://ccrma.stanford.edu/~jos/"> Julius O. Smith III</a>, <a href="proxy.php?url=http://www.w3k.org/books/">W3K Publishing</a>, 2007, ISBN 978-0-9745607-4-8. - Copyright © <i>2017-09-28</i> by <a href="proxy.php?url=http://ccrma.stanford.edu/~jos/"> Julius O. Smith III</a> - <a href="proxy.php?url=http://ccrma.stanford.edu/">Center for Computer Research in Music and Acoustics (CCRMA),</a> <a href="proxy.php?url=http://www.stanford.edu/"> Stanford University</a></p>
<p align="center"><font size="2"><b><a href="proxy.php?url=https://technick.net/guides/theory/dft/application_shift_theorem"><< Previous page</a> <a href="proxy.php?url=https://technick.net/guides/theory/dft/r320">TOC</a> <a href="proxy.php?url=https://technick.net/guides/theory/dft/dft_index">INDEX</a> <a href="proxy.php?url=https://technick.net/guides/theory/dft/dual_convolution_theorem">Next page >></a></b></font></p><blockquote><h2><a name="SECTION00945000000000000000">Convolution Theorem</a></h2><p></p><p><br /><br /><b>Theorem: </b>For any <!-- MATH
$x,y\in{\cal C}^N$
--><img width="69" height="34" align="MIDDLE" border="0" src="proxy.php?url=https://technick.net/img/guide_dft/img1095.png" alt="$x,y\" n="" al="" />,<br /></p>
- Correlationhttps://technick.net/guides/theory/dft/correlation/Sun, 01 Mar 1998 00:00:00 +0000https://technick.net/guides/theory/dft/correlation/<p style="background-color:#FFFFAA;border:1px solid red;padding:0.5em;"><strong>NOTE: THIS DOCUMENT IS OBSOLETE, PLEASE CHECK THE NEW VERSION:</strong> "<a href="proxy.php?url=http://ccrma.stanford.edu/~jos/mdft/">Mathematics of the Discrete Fourier Transform (DFT), with Audio Applications --- Second Edition</a>", by <a href="proxy.php?url=http://ccrma.stanford.edu/~jos/"> Julius O. Smith III</a>, <a href="proxy.php?url=http://www.w3k.org/books/">W3K Publishing</a>, 2007, ISBN 978-0-9745607-4-8. - Copyright © <i>2017-09-28</i> by <a href="proxy.php?url=http://ccrma.stanford.edu/~jos/"> Julius O. Smith III</a> - <a href="proxy.php?url=http://ccrma.stanford.edu/">Center for Computer Research in Music and Acoustics (CCRMA),</a> <a href="proxy.php?url=http://www.stanford.edu/"> Stanford University</a></p>
<p align="center"><font size="2"><b><a href="proxy.php?url=https://technick.net/guides/theory/dft/multiplication_decimal_numb"><< Previous page</a> <a href="proxy.php?url=https://technick.net/guides/theory/dft/r320">TOC</a> <a href="proxy.php?url=https://technick.net/guides/theory/dft/dft_index">INDEX</a> <a href="proxy.php?url=https://technick.net/guides/theory/dft/stretch_operator">Next page >></a></b></font></p><blockquote><h2><a name="SECTION00924000000000000000">Correlation</a></h2><p></p><p><br /><br /><b>Definition: </b>The <i><a href="proxy.php?url=https://technick.net/guides/theory/dft/correlation">correlation</a> operator</i><a name="13710"></a> for two signals <img width="13" height="14" align="BOTTOM" border="0" src="proxy.php?url=https://technick.net/img/guide_dft/img12.png" alt="$x$" /> and <img width="12" height="28" align="MIDDLE" border="0" src="proxy.php?url=https://technick.net/img/guide_dft/img13.png" alt="$y$" /> in <img width="26" height="18" align="BOTTOM" border="0" src="proxy.php?url=https://technick.net/img/guide_dft/img745.png" alt="${\" al="" />is defined as<br /></p>
- Correlation Theoremhttps://technick.net/guides/theory/dft/correlation_theorem/Sun, 01 Mar 1998 00:00:00 +0000https://technick.net/guides/theory/dft/correlation_theorem/<p style="background-color:#FFFFAA;border:1px solid red;padding:0.5em;"><strong>NOTE: THIS DOCUMENT IS OBSOLETE, PLEASE CHECK THE NEW VERSION:</strong> "<a href="proxy.php?url=http://ccrma.stanford.edu/~jos/mdft/">Mathematics of the Discrete Fourier Transform (DFT), with Audio Applications --- Second Edition</a>", by <a href="proxy.php?url=http://ccrma.stanford.edu/~jos/"> Julius O. Smith III</a>, <a href="proxy.php?url=http://www.w3k.org/books/">W3K Publishing</a>, 2007, ISBN 978-0-9745607-4-8. - Copyright © <i>2017-09-28</i> by <a href="proxy.php?url=http://ccrma.stanford.edu/~jos/"> Julius O. Smith III</a> - <a href="proxy.php?url=http://ccrma.stanford.edu/">Center for Computer Research in Music and Acoustics (CCRMA),</a> <a href="proxy.php?url=http://www.stanford.edu/"> Stanford University</a></p>
<p align="center"><font size="2"><b><a href="proxy.php?url=https://technick.net/guides/theory/dft/dual_convolution_theorem"><< Previous page</a> <a href="proxy.php?url=https://technick.net/guides/theory/dft/r320">TOC</a> <a href="proxy.php?url=https://technick.net/guides/theory/dft/dft_index">INDEX</a> <a href="proxy.php?url=https://technick.net/guides/theory/dft/power_theorem">Next page >></a></b></font></p><blockquote><h2><a name="SECTION00947000000000000000">Correlation Theorem</a></h2><p></p><p><br /><br /><b>Theorem: </b>For all <!-- MATH
$x,y\in{\cal C}^N$
--><img width="69" height="34" align="MIDDLE" border="0" src="proxy.php?url=https://technick.net/img/guide_dft/img1095.png" alt="$x,y\" n="" al="" />,<br /></p>
- Cross-Correlationhttps://technick.net/guides/theory/dft/cross_correlation/Sun, 01 Mar 1998 00:00:00 +0000https://technick.net/guides/theory/dft/cross_correlation/<p style="background-color:#FFFFAA;border:1px solid red;padding:0.5em;"><strong>NOTE: THIS DOCUMENT IS OBSOLETE, PLEASE CHECK THE NEW VERSION:</strong> "<a href="proxy.php?url=http://ccrma.stanford.edu/~jos/mdft/">Mathematics of the Discrete Fourier Transform (DFT), with Audio Applications --- Second Edition</a>", by <a href="proxy.php?url=http://ccrma.stanford.edu/~jos/"> Julius O. Smith III</a>, <a href="proxy.php?url=http://www.w3k.org/books/">W3K Publishing</a>, 2007, ISBN 978-0-9745607-4-8. - Copyright © <i>2017-09-28</i> by <a href="proxy.php?url=http://ccrma.stanford.edu/~jos/"> Julius O. Smith III</a> - <a href="proxy.php?url=http://ccrma.stanford.edu/">Center for Computer Research in Music and Acoustics (CCRMA),</a> <a href="proxy.php?url=http://www.stanford.edu/"> Stanford University</a></p>
<p align="center"><font size="2"><b><a href="proxy.php?url=https://technick.net/guides/theory/dft/appendix_b_introductory"><< Previous page</a> <a href="proxy.php?url=https://technick.net/guides/theory/dft/r320">TOC</a> <a href="proxy.php?url=https://technick.net/guides/theory/dft/dft_index">INDEX</a> <a href="proxy.php?url=https://technick.net/guides/theory/dft/applications_cross_correlat">Next page >></a></b></font></p><blockquote><h2><a name="SECTION00981000000000000000">Cross-Correlation</a></h2><p></p><p><br /><br /><b>Definition: </b>The <i>circular <a href="proxy.php?url=https://technick.net/guides/theory/dft/cross_correlation">cross-correlation</a></i> of two signals <img width="13" height="14" align="BOTTOM" border="0" src="proxy.php?url=https://technick.net/img/guide_dft/img12.png" alt="$x$" /> and <img width="12" height="28" align="MIDDLE" border="0" src="proxy.php?url=https://technick.net/img/guide_dft/img13.png" alt="$y$" /> in <img width="26" height="18" align="BOTTOM" border="0" src="proxy.php?url=https://technick.net/img/guide_dft/img745.png" alt="${\" al="" />
may be defined by<br /></p>
- DB for Displayhttps://technick.net/guides/theory/dft/db_display/Sun, 01 Mar 1998 00:00:00 +0000https://technick.net/guides/theory/dft/db_display/<p style="background-color:#FFFFAA;border:1px solid red;padding:0.5em;"><strong>NOTE: THIS DOCUMENT IS OBSOLETE, PLEASE CHECK THE NEW VERSION:</strong> "<a href="proxy.php?url=http://ccrma.stanford.edu/~jos/mdft/">Mathematics of the Discrete Fourier Transform (DFT), with Audio Applications --- Second Edition</a>", by <a href="proxy.php?url=http://ccrma.stanford.edu/~jos/"> Julius O. Smith III</a>, <a href="proxy.php?url=http://www.w3k.org/books/">W3K Publishing</a>, 2007, ISBN 978-0-9745607-4-8. - Copyright © <i>2017-09-28</i> by <a href="proxy.php?url=http://ccrma.stanford.edu/~jos/"> Julius O. Smith III</a> - <a href="proxy.php?url=http://ccrma.stanford.edu/">Center for Computer Research in Music and Acoustics (CCRMA),</a> <a href="proxy.php?url=http://www.stanford.edu/"> Stanford University</a></p>
<p align="center"><font size="2"><b><a href="proxy.php?url=https://technick.net/guides/theory/dft/db_spl"><< Previous page</a> <a href="proxy.php?url=https://technick.net/guides/theory/dft/r320">TOC</a> <a href="proxy.php?url=https://technick.net/guides/theory/dft/dft_index">INDEX</a> <a href="proxy.php?url=https://technick.net/guides/theory/dft/dynamic_range">Next page >></a></b></font></p><blockquote><h3><a name="SECTION00522400000000000000">DB for Display</a></h3><p>In practical signal processing, it is common to choose the <i>maximum
signal magnitude</i> as the reference <a href="proxy.php?url=https://technick.net/guides/theory/dft/logarithms">amplitude</a>. That is, we normalize the
signal so that the maximum amplitude is defined as 1, or 0 <a href="proxy.php?url=https://technick.net/guides/theory/dft/decibels">dB</a>. This
convention is also used by ''sound level meters'' in audio recording. When
displaying magnitude spectra, the highest spectral peak is often normalized
to 0 dB. We can then easily read off lower peaks as so many dB below the
highest peak.</p>
- DB SPLhttps://technick.net/guides/theory/dft/db_spl/Sun, 01 Mar 1998 00:00:00 +0000https://technick.net/guides/theory/dft/db_spl/<p style="background-color:#FFFFAA;border:1px solid red;padding:0.5em;"><strong>NOTE: THIS DOCUMENT IS OBSOLETE, PLEASE CHECK THE NEW VERSION:</strong> "<a href="proxy.php?url=http://ccrma.stanford.edu/~jos/mdft/">Mathematics of the Discrete Fourier Transform (DFT), with Audio Applications --- Second Edition</a>", by <a href="proxy.php?url=http://ccrma.stanford.edu/~jos/"> Julius O. Smith III</a>, <a href="proxy.php?url=http://www.w3k.org/books/">W3K Publishing</a>, 2007, ISBN 978-0-9745607-4-8. - Copyright © <i>2017-09-28</i> by <a href="proxy.php?url=http://ccrma.stanford.edu/~jos/"> Julius O. Smith III</a> - <a href="proxy.php?url=http://ccrma.stanford.edu/">Center for Computer Research in Music and Acoustics (CCRMA),</a> <a href="proxy.php?url=http://www.stanford.edu/"> Stanford University</a></p>
<p align="center"><font size="2"><b><a href="proxy.php?url=https://technick.net/guides/theory/dft/dbv_scale"><< Previous page</a> <a href="proxy.php?url=https://technick.net/guides/theory/dft/r320">TOC</a> <a href="proxy.php?url=https://technick.net/guides/theory/dft/dft_index">INDEX</a> <a href="proxy.php?url=https://technick.net/guides/theory/dft/db_display">Next page >></a></b></font></p><blockquote><h3><a name="SECTION00522300000000000000">DB SPL</a></h3><p><i><a href="proxy.php?url=http://www-ccrma.stanford.edu/ccrma/courses/152/spl.php">Sound Pressure Level</a></i><a name="5374"></a> (<a href="proxy.php?url=http://www-ccrma.stanford.edu/ccrma/courses/152/spl.php">SPL</a><a name="5375"></a>) is defined using a reference
which is approximately the <a href="proxy.php?url=http://www-ccrma.stanford.edu/ccrma/courses/152/spl.php">intensity</a> of 1000 Hz <a href="proxy.php?url=https://technick.net/guides/theory/dft/why_sinusoids_are">sinusoid</a> that is just
barely audible (0 ''phons''). In <i>pressure</i> units:</p>
- DBm Scalehttps://technick.net/guides/theory/dft/dbm_scale/Sun, 01 Mar 1998 00:00:00 +0000https://technick.net/guides/theory/dft/dbm_scale/<p style="background-color:#FFFFAA;border:1px solid red;padding:0.5em;"><strong>NOTE: THIS DOCUMENT IS OBSOLETE, PLEASE CHECK THE NEW VERSION:</strong> "<a href="proxy.php?url=http://ccrma.stanford.edu/~jos/mdft/">Mathematics of the Discrete Fourier Transform (DFT), with Audio Applications --- Second Edition</a>", by <a href="proxy.php?url=http://ccrma.stanford.edu/~jos/"> Julius O. Smith III</a>, <a href="proxy.php?url=http://www.w3k.org/books/">W3K Publishing</a>, 2007, ISBN 978-0-9745607-4-8. - Copyright © <i>2017-09-28</i> by <a href="proxy.php?url=http://ccrma.stanford.edu/~jos/"> Julius O. Smith III</a> - <a href="proxy.php?url=http://ccrma.stanford.edu/">Center for Computer Research in Music and Acoustics (CCRMA),</a> <a href="proxy.php?url=http://www.stanford.edu/"> Stanford University</a></p>
<p align="center"><font size="2"><b><a href="proxy.php?url=https://technick.net/guides/theory/dft/specific_db_scales"><< Previous page</a> <a href="proxy.php?url=https://technick.net/guides/theory/dft/r320">TOC</a> <a href="proxy.php?url=https://technick.net/guides/theory/dft/dft_index">INDEX</a> <a href="proxy.php?url=https://technick.net/guides/theory/dft/dbv_scale">Next page >></a></b></font></p><blockquote><h3><a name="SECTION00522100000000000000">DBm Scale</a></h3><p>One common <a href="proxy.php?url=https://technick.net/guides/theory/dft/decibels">dB scale</a> in audio recording is the <a href="proxy.php?url=https://technick.net/guides/theory/dft/dbm_scale">dBm scale</a> in which the
reference power is taken to be a milliwatt (1 mW) dissipated by a 600<a href="proxy.php?url=http://www.treasure-troves.com/physics/ohm.php">Ohm</a> resistor. (See Appendix B for a primer on resistors, voltage,
current, and power.)</p>
- DBV Scalehttps://technick.net/guides/theory/dft/dbv_scale/Sun, 01 Mar 1998 00:00:00 +0000https://technick.net/guides/theory/dft/dbv_scale/<p style="background-color:#FFFFAA;border:1px solid red;padding:0.5em;"><strong>NOTE: THIS DOCUMENT IS OBSOLETE, PLEASE CHECK THE NEW VERSION:</strong> "<a href="proxy.php?url=http://ccrma.stanford.edu/~jos/mdft/">Mathematics of the Discrete Fourier Transform (DFT), with Audio Applications --- Second Edition</a>", by <a href="proxy.php?url=http://ccrma.stanford.edu/~jos/"> Julius O. Smith III</a>, <a href="proxy.php?url=http://www.w3k.org/books/">W3K Publishing</a>, 2007, ISBN 978-0-9745607-4-8. - Copyright © <i>2017-09-28</i> by <a href="proxy.php?url=http://ccrma.stanford.edu/~jos/"> Julius O. Smith III</a> - <a href="proxy.php?url=http://ccrma.stanford.edu/">Center for Computer Research in Music and Acoustics (CCRMA),</a> <a href="proxy.php?url=http://www.stanford.edu/"> Stanford University</a></p>
<p align="center"><font size="2"><b><a href="proxy.php?url=https://technick.net/guides/theory/dft/dbm_scale"><< Previous page</a> <a href="proxy.php?url=https://technick.net/guides/theory/dft/r320">TOC</a> <a href="proxy.php?url=https://technick.net/guides/theory/dft/dft_index">INDEX</a> <a href="proxy.php?url=https://technick.net/guides/theory/dft/db_spl">Next page >></a></b></font></p><blockquote><h3><a name="SECTION00522200000000000000">DBV Scale</a></h3><p>Another <a href="proxy.php?url=https://technick.net/guides/theory/dft/decibels">dB scale</a> is the dBV scale which sets 0 dBV to 1 volt.
Thus, a 100-volt signal is <br /></p>
- De Moivre's Theoremhttps://technick.net/guides/theory/dft/de_moivre_s_theorem/Sun, 01 Mar 1998 00:00:00 +0000https://technick.net/guides/theory/dft/de_moivre_s_theorem/<p style="background-color:#FFFFAA;border:1px solid red;padding:0.5em;"><strong>NOTE: THIS DOCUMENT IS OBSOLETE, PLEASE CHECK THE NEW VERSION:</strong> "<a href="proxy.php?url=http://ccrma.stanford.edu/~jos/mdft/">Mathematics of the Discrete Fourier Transform (DFT), with Audio Applications --- Second Edition</a>", by <a href="proxy.php?url=http://ccrma.stanford.edu/~jos/"> Julius O. Smith III</a>, <a href="proxy.php?url=http://www.w3k.org/books/">W3K Publishing</a>, 2007, ISBN 978-0-9745607-4-8. - Copyright © <i>2017-09-28</i> by <a href="proxy.php?url=http://ccrma.stanford.edu/~jos/"> Julius O. Smith III</a> - <a href="proxy.php?url=http://ccrma.stanford.edu/">Center for Computer Research in Music and Acoustics (CCRMA),</a> <a href="proxy.php?url=http://www.stanford.edu/"> Stanford University</a></p>
<p align="center"><font size="2"><b><a href="proxy.php?url=https://technick.net/guides/theory/dft/euler_s_formula"><< Previous page</a> <a href="proxy.php?url=https://technick.net/guides/theory/dft/r320">TOC</a> <a href="proxy.php?url=https://technick.net/guides/theory/dft/dft_index">INDEX</a> <a href="proxy.php?url=https://technick.net/guides/theory/dft/numerical_tools_matlab">Next page >></a></b></font></p><blockquote><h2><a name="SECTION00355000000000000000">De Moivre's Theorem</a></h2><p>As a more complicated example of the value of the polar form, we'll prove<i><a href="proxy.php?url=https://technick.net/guides/theory/dft/de_moivre_s_theorem">De Moivre's theorem</a></i>:<br /></p>
- Decibelshttps://technick.net/guides/theory/dft/decibels/Sun, 01 Mar 1998 00:00:00 +0000https://technick.net/guides/theory/dft/decibels/<p style="background-color:#FFFFAA;border:1px solid red;padding:0.5em;"><strong>NOTE: THIS DOCUMENT IS OBSOLETE, PLEASE CHECK THE NEW VERSION:</strong> "<a href="proxy.php?url=http://ccrma.stanford.edu/~jos/mdft/">Mathematics of the Discrete Fourier Transform (DFT), with Audio Applications --- Second Edition</a>", by <a href="proxy.php?url=http://ccrma.stanford.edu/~jos/"> Julius O. Smith III</a>, <a href="proxy.php?url=http://www.w3k.org/books/">W3K Publishing</a>, 2007, ISBN 978-0-9745607-4-8. - Copyright © <i>2017-09-28</i> by <a href="proxy.php?url=http://ccrma.stanford.edu/~jos/"> Julius O. Smith III</a> - <a href="proxy.php?url=http://ccrma.stanford.edu/">Center for Computer Research in Music and Acoustics (CCRMA),</a> <a href="proxy.php?url=http://www.stanford.edu/"> Stanford University</a></p>
<p align="center"><font size="2"><b><a href="proxy.php?url=https://technick.net/guides/theory/dft/logarithms_negative_imagina"><< Previous page</a> <a href="proxy.php?url=https://technick.net/guides/theory/dft/r320">TOC</a> <a href="proxy.php?url=https://technick.net/guides/theory/dft/dft_index">INDEX</a> <a href="proxy.php?url=https://technick.net/guides/theory/dft/properties_db_scales">Next page >></a></b></font></p><blockquote><h1><a name="SECTION00520000000000000000">Decibels</a></h1><p>A <i><a href="proxy.php?url=https://technick.net/guides/theory/dft/decibels">decibel</a></i><a name="5343"></a> (abbreviated <a href="proxy.php?url=https://technick.net/guides/theory/dft/decibels">dB</a>) is defined as one tenth of a<i>bel</i><a name="5345"></a>. The bel<a name="tex2html15" href="proxy.php?url=https://technick.net/guides/theory/dft/footnode#foot4779"><sup>4.2</sup></a> is an <a href="proxy.php?url=https://technick.net/guides/theory/dft/logarithms">amplitude</a> unit
defined for sound as the log (base 10) of the <i><a href="proxy.php?url=http://www-ccrma.stanford.edu/ccrma/courses/152/spl.php">intensity</a></i>relative to some <i>reference intensity</i>,<a name="tex2html16" href="proxy.php?url=https://technick.net/guides/theory/dft/footnode#foot5230"><sup>4.3</sup></a>
i.e.,<br /></p>
- Decimation Operatorhttps://technick.net/guides/theory/dft/decimation_operator/Sun, 01 Mar 1998 00:00:00 +0000https://technick.net/guides/theory/dft/decimation_operator/<p style="background-color:#FFFFAA;border:1px solid red;padding:0.5em;"><strong>NOTE: THIS DOCUMENT IS OBSOLETE, PLEASE CHECK THE NEW VERSION:</strong> "<a href="proxy.php?url=http://ccrma.stanford.edu/~jos/mdft/">Mathematics of the Discrete Fourier Transform (DFT), with Audio Applications --- Second Edition</a>", by <a href="proxy.php?url=http://ccrma.stanford.edu/~jos/"> Julius O. Smith III</a>, <a href="proxy.php?url=http://www.w3k.org/books/">W3K Publishing</a>, 2007, ISBN 978-0-9745607-4-8. - Copyright © <i>2017-09-28</i> by <a href="proxy.php?url=http://ccrma.stanford.edu/~jos/"> Julius O. Smith III</a> - <a href="proxy.php?url=http://ccrma.stanford.edu/">Center for Computer Research in Music and Acoustics (CCRMA),</a> <a href="proxy.php?url=http://www.stanford.edu/"> Stanford University</a></p>
<p align="center"><font size="2"><b><a href="proxy.php?url=https://technick.net/guides/theory/dft/repeat_operator"><< Previous page</a> <a href="proxy.php?url=https://technick.net/guides/theory/dft/r320">TOC</a> <a href="proxy.php?url=https://technick.net/guides/theory/dft/dft_index">INDEX</a> <a href="proxy.php?url=https://technick.net/guides/theory/dft/alias_operator">Next page >></a></b></font></p><blockquote><h2><a name="SECTION00928000000000000000">Decimation Operator</a></h2><p></p><p><br /><br /><b>Definition: </b><i><a href="proxy.php?url=https://technick.net/guides/theory/dft/decimation_operator">Decimation</a> by <img width="15" height="14" align="BOTTOM" border="0" src="proxy.php?url=https://technick.net/img/guide_dft/img1116.png" alt="$L$" /></i> is defined as taking every <img width="15" height="14" align="BOTTOM" border="0" src="proxy.php?url=https://technick.net/img/guide_dft/img1116.png" alt="$L$" />th sample, starting
with sample <img width="12" height="14" align="BOTTOM" border="0" src="proxy.php?url=https://technick.net/img/guide_dft/img38.png" alt="$0$" />:<br /></p>
- Decimation Theorem (Aliasing Theorem)https://technick.net/guides/theory/dft/decimation_theorem_aliasing/Sun, 01 Mar 1998 00:00:00 +0000https://technick.net/guides/theory/dft/decimation_theorem_aliasing/<p style="background-color:#FFFFAA;border:1px solid red;padding:0.5em;"><strong>NOTE: THIS DOCUMENT IS OBSOLETE, PLEASE CHECK THE NEW VERSION:</strong> "<a href="proxy.php?url=http://ccrma.stanford.edu/~jos/mdft/">Mathematics of the Discrete Fourier Transform (DFT), with Audio Applications --- Second Edition</a>", by <a href="proxy.php?url=http://ccrma.stanford.edu/~jos/"> Julius O. Smith III</a>, <a href="proxy.php?url=http://www.w3k.org/books/">W3K Publishing</a>, 2007, ISBN 978-0-9745607-4-8. - Copyright © <i>2017-09-28</i> by <a href="proxy.php?url=http://ccrma.stanford.edu/~jos/"> Julius O. Smith III</a> - <a href="proxy.php?url=http://ccrma.stanford.edu/">Center for Computer Research in Music and Acoustics (CCRMA),</a> <a href="proxy.php?url=http://www.stanford.edu/"> Stanford University</a></p>
<p align="center"><font size="2"><b><a href="proxy.php?url=https://technick.net/guides/theory/dft/stretch_theorem_repeat"><< Previous page</a> <a href="proxy.php?url=https://technick.net/guides/theory/dft/r320">TOC</a> <a href="proxy.php?url=https://technick.net/guides/theory/dft/dft_index">INDEX</a> <a href="proxy.php?url=https://technick.net/guides/theory/dft/zero_padding_theorem">Next page >></a></b></font></p><blockquote><h2><a name="SECTION009411000000000000000">Decimation Theorem (Aliasing Theorem)</a></h2><p></p><p><br /><br /><b>Theorem: </b>For all <!-- MATH
$x\in{\cal C}^N$
--><img width="54" height="34" align="MIDDLE" border="0" src="proxy.php?url=https://technick.net/img/guide_dft/img687.png" alt="$x\" n="" al="" />,<br /></p>
- Derivation of Taylor Series Expansion with Remainderhttps://technick.net/guides/theory/dft/derivation_taylor_series/Sun, 01 Mar 1998 00:00:00 +0000https://technick.net/guides/theory/dft/derivation_taylor_series/<p style="background-color:#FFFFAA;border:1px solid red;padding:0.5em;"><strong>NOTE: THIS DOCUMENT IS OBSOLETE, PLEASE CHECK THE NEW VERSION:</strong> "<a href="proxy.php?url=http://ccrma.stanford.edu/~jos/mdft/">Mathematics of the Discrete Fourier Transform (DFT), with Audio Applications --- Second Edition</a>", by <a href="proxy.php?url=http://ccrma.stanford.edu/~jos/"> Julius O. Smith III</a>, <a href="proxy.php?url=http://www.w3k.org/books/">W3K Publishing</a>, 2007, ISBN 978-0-9745607-4-8. - Copyright © <i>2017-09-28</i> by <a href="proxy.php?url=http://ccrma.stanford.edu/~jos/"> Julius O. Smith III</a> - <a href="proxy.php?url=http://ccrma.stanford.edu/">Center for Computer Research in Music and Acoustics (CCRMA),</a> <a href="proxy.php?url=http://www.stanford.edu/"> Stanford University</a></p>
<p align="center"><font size="2"><b><a href="proxy.php?url=https://technick.net/guides/theory/dft/informal_derivation_taylor"><< Previous page</a> <a href="proxy.php?url=https://technick.net/guides/theory/dft/r320">TOC</a> <a href="proxy.php?url=https://technick.net/guides/theory/dft/dft_index">INDEX</a> <a href="proxy.php?url=https://technick.net/guides/theory/dft/formal_statement_taylor_s">Next page >></a></b></font></p><blockquote><h1><a name="SECTION00430000000000000000"></a><a name="sec:B"></a><br />Derivation of <a href="proxy.php?url=https://technick.net/guides/theory/dft/first_look_at">Taylor Series Expansion</a> with Remainder</h1><p>We repeat the derivation of the preceding section, but this time we
treat the error term more carefully.</p>
- Derivatives of f(x)=a^xhttps://technick.net/guides/theory/dft/derivatives_f_x_a_x/Sun, 01 Mar 1998 00:00:00 +0000https://technick.net/guides/theory/dft/derivatives_f_x_a_x/<p style="background-color:#FFFFAA;border:1px solid red;padding:0.5em;"><strong>NOTE: THIS DOCUMENT IS OBSOLETE, PLEASE CHECK THE NEW VERSION:</strong> "<a href="proxy.php?url=http://ccrma.stanford.edu/~jos/mdft/">Mathematics of the Discrete Fourier Transform (DFT), with Audio Applications --- Second Edition</a>", by <a href="proxy.php?url=http://ccrma.stanford.edu/~jos/"> Julius O. Smith III</a>, <a href="proxy.php?url=http://www.w3k.org/books/">W3K Publishing</a>, 2007, ISBN 978-0-9745607-4-8. - Copyright © <i>2017-09-28</i> by <a href="proxy.php?url=http://ccrma.stanford.edu/~jos/"> Julius O. Smith III</a> - <a href="proxy.php?url=http://ccrma.stanford.edu/">Center for Computer Research in Music and Acoustics (CCRMA),</a> <a href="proxy.php?url=http://www.stanford.edu/"> Stanford University</a></p>
<p align="center"><font size="2"><b><a href="proxy.php?url=https://technick.net/guides/theory/dft/imaginary_exponents"><< Previous page</a> <a href="proxy.php?url=https://technick.net/guides/theory/dft/r320">TOC</a> <a href="proxy.php?url=https://technick.net/guides/theory/dft/dft_index">INDEX</a> <a href="proxy.php?url=https://technick.net/guides/theory/dft/back_e">Next page >></a></b></font></p><blockquote><h2><a name="SECTION00419000000000000000">Derivatives of f(x)=a^x</a></h2><p>Let's apply the definition of differentiation and see what happens:</p><p></p>
- Device Servers: Network-Enabling Nearly Any Devicehttps://technick.net/guides/hardware/net/device_servers/Sun, 01 Mar 1998 00:00:00 +0000https://technick.net/guides/hardware/net/device_servers/<p><h4>Terminal and Print Servers -- Traditional Applications</h4> </p><p>Despite many of
the advancements of the computer industry, there still exist a great
many applications where serial I/O devices are the best or only solution.
Terminal/print/serial servers have long been the best method for networking
simple terminals, bar code readers, scanners or printers. Input devices
attached to a serial port on a server can reach any host supporting
the same protocols as that server. Printers can be shared over the network
in the same manner, with a job from one protocol following a job from
another. In the case of the print server that has multiple ports, jobs
coming from hosts supporting different protocols can even print simultaneously.</p>
- DFT Math Outlinehttps://technick.net/guides/theory/dft/dft_math_outline/Sun, 01 Mar 1998 00:00:00 +0000https://technick.net/guides/theory/dft/dft_math_outline/<p style="background-color:#FFFFAA;border:1px solid red;padding:0.5em;"><strong>NOTE: THIS DOCUMENT IS OBSOLETE, PLEASE CHECK THE NEW VERSION:</strong> "<a href="proxy.php?url=http://ccrma.stanford.edu/~jos/mdft/">Mathematics of the Discrete Fourier Transform (DFT), with Audio Applications --- Second Edition</a>", by <a href="proxy.php?url=http://ccrma.stanford.edu/~jos/"> Julius O. Smith III</a>, <a href="proxy.php?url=http://www.w3k.org/books/">W3K Publishing</a>, 2007, ISBN 978-0-9745607-4-8. - Copyright © <i>2017-09-28</i> by <a href="proxy.php?url=http://ccrma.stanford.edu/~jos/"> Julius O. Smith III</a> - <a href="proxy.php?url=http://ccrma.stanford.edu/">Center for Computer Research in Music and Acoustics (CCRMA),</a> <a href="proxy.php?url=http://www.stanford.edu/"> Stanford University</a></p>
<p align="center"><font size="2"><b><a href="proxy.php?url=https://technick.net/guides/theory/dft/mathematics_dft"><< Previous page</a> <a href="proxy.php?url=https://technick.net/guides/theory/dft/r320">TOC</a> <a href="proxy.php?url=https://technick.net/guides/theory/dft/dft_index">INDEX</a> <a href="proxy.php?url=https://technick.net/guides/theory/dft/introduction_complex_number">Next page >></a></b></font></p><blockquote><h1><a name="SECTION00230000000000000000">DFT Math Outline</a></h1><p>In summary, understanding the <a href="proxy.php?url=https://technick.net/guides/theory/dft/dft">DFT</a> takes us through the following topics:<ol><li><a href="proxy.php?url=https://technick.net/guides/theory/dft/introduction_complex_number">Complex numbers</a></li><li><a href="proxy.php?url=https://technick.net/guides/theory/dft/imaginary_exponents">Complex exponents</a></li><li>Why <img width="12" height="14" align="BOTTOM" border="0" src="proxy.php?url=https://technick.net/img/guide_dft/img61.png" alt="$e$" />?</li><li><a href="proxy.php?url=https://technick.net/guides/theory/dft/proof_euler_s_identity">Euler's formula</a></li><li>Projecting signals onto signals via the <a href="proxy.php?url=https://technick.net/guides/theory/dft/inner_product">inner product</a></li><li>The DFT as the coefficient of projection of a signal <img width="13" height="14" align="BOTTOM" border="0" src="proxy.php?url=https://technick.net/img/guide_dft/img12.png" alt="$x$" /> onto <img width="19" height="14" align="BOTTOM" border="0" src="proxy.php?url=https://technick.net/img/guide_dft/img4.png" alt="$N$" /> <a href="proxy.php?url=https://technick.net/guides/theory/dft/why_sinusoids_are">sinusoids</a></li><li>The IDFT as a weighted sum of the <img width="19" height="14" align="BOTTOM" border="0" src="proxy.php?url=https://technick.net/img/guide_dft/img4.png" alt="$N$" /> projections</li><li>Various <a href="proxy.php?url=https://technick.net/guides/theory/dft/fourier_theorems">Fourier theorems</a></li><li>Elementary time-<a href="proxy.php?url=http://www.treasure-troves.com/physics/frequency.php">frequency</a> pairs</li><li>Practical <a href="proxy.php?url=https://technick.net/guides/theory/dft/dft">spectrum analysis</a> in <a href="proxy.php?url=http://www.mathworks.com/access/helpdesk/help/techdoc/basics/getstarted.shtml">Matlab</a></li></ol></p>
- Difference Equationhttps://technick.net/guides/theory/dft/difference_equation/Sun, 01 Mar 1998 00:00:00 +0000https://technick.net/guides/theory/dft/difference_equation/<p style="background-color:#FFFFAA;border:1px solid red;padding:0.5em;"><strong>NOTE: THIS DOCUMENT IS OBSOLETE, PLEASE CHECK THE NEW VERSION:</strong> "<a href="proxy.php?url=http://ccrma.stanford.edu/~jos/mdft/">Mathematics of the Discrete Fourier Transform (DFT), with Audio Applications --- Second Edition</a>", by <a href="proxy.php?url=http://ccrma.stanford.edu/~jos/"> Julius O. Smith III</a>, <a href="proxy.php?url=http://www.w3k.org/books/">W3K Publishing</a>, 2007, ISBN 978-0-9745607-4-8. - Copyright © <i>2017-09-28</i> by <a href="proxy.php?url=http://ccrma.stanford.edu/~jos/"> Julius O. Smith III</a> - <a href="proxy.php?url=http://ccrma.stanford.edu/">Center for Computer Research in Music and Acoustics (CCRMA),</a> <a href="proxy.php?url=http://www.stanford.edu/"> Stanford University</a></p>
<p align="center"><font size="2"><b><a href="proxy.php?url=https://technick.net/guides/theory/dft/linearity_time_invariance"><< Previous page</a> <a href="proxy.php?url=https://technick.net/guides/theory/dft/r320">TOC</a> <a href="proxy.php?url=https://technick.net/guides/theory/dft/dft_index">INDEX</a> <a href="proxy.php?url=https://technick.net/guides/theory/dft/convolution_representation_">Next page >></a></b></font></p><blockquote><h2><a name="SECTION001242000000000000000">Difference Equation</a></h2><p><b>Definition. </b>The <i><a href="proxy.php?url=https://ccrma.stanford.edu/~jos//filters/difference_equation.php">difference equation</a></i><a name="18764"></a> for a general, <a href="proxy.php?url=https://ccrma.stanford.edu/~jos//filters/difference_equation.php">causal</a>, linear time-invariant (<a href="proxy.php?url=https://ccrma.stanford.edu/~jos//filters/linearity_time_invariance.php">LTI</a>)<a href="proxy.php?url=http://www.dsptutor.freeuk.com/dfilt1.php">digital filter</a> is given by<br /><div align="CENTER"><a name="eq:gde"></a><!-- MATH
\begin{eqnarray}
y(n) = b_0\,x(n) &+& b_1\,x(n-1) +\,\cdots\, + b_{n_b}\,x(n-{n_b}) \\
&-& a_1\,y(n-1) - \,\cdots\, -a_{n_a}\,y(n-{n_a})
\end{eqnarray}
--><table align="CENTER" cellpadding="0" width="100%"><tr valign="MIDDLE"><td nowrap="nowrap" ign="RIGHT"><img width="114" height="35" align="MIDDLE" border="0" src="proxy.php?url=https://technick.net/img/guide_dft/img1564.png" alt="$\" isplaystyle="" b="b" x="" /></td><td align="CENTER" nowrap="nowrap"><img width="18" height="31" align="MIDDLE" border="0" src="proxy.php?url=https://technick.net/img/guide_dft/img1565.png" alt="$\" extstyle="" /></td><td align="LEFT" nowrap="nowrap"><img width="257" height="35" align="MIDDLE" border="0" src="proxy.php?url=https://technick.net/img/guide_dft/img1566.png" alt="$\" isplaystyle="" n-1="" dots\="" b="" b="b" x="" n="" b="" /></td><td width="10" align="RIGHT">(B.7)</td></tr><tr valign="MIDDLE"><td nowrap="nowrap" ign="RIGHT"> </td><td align="CENTER" nowrap="nowrap"><img width="18" height="31" align="MIDDLE" border="0" src="proxy.php?url=https://technick.net/img/guide_dft/img1567.png" alt="$\" extstyle="" /></td><td align="LEFT" nowrap="nowrap"><img width="261" height="35" align="MIDDLE" border="0" src="proxy.php?url=https://technick.net/img/guide_dft/img1568.png" alt="$\" isplaystyle="" n-1="" dots\="" a="" a="a" y="" n="" a="" /></td><td width="10" align="RIGHT">(B.8)</td></tr></table></div><br clear="ALL" /></p>
- Digital Filter Theory Summaryhttps://technick.net/guides/theory/dft/digital_filter_theory/Sun, 01 Mar 1998 00:00:00 +0000https://technick.net/guides/theory/dft/digital_filter_theory/<p style="background-color:#FFFFAA;border:1px solid red;padding:0.5em;"><strong>NOTE: THIS DOCUMENT IS OBSOLETE, PLEASE CHECK THE NEW VERSION:</strong> "<a href="proxy.php?url=http://ccrma.stanford.edu/~jos/mdft/">Mathematics of the Discrete Fourier Transform (DFT), with Audio Applications --- Second Edition</a>", by <a href="proxy.php?url=http://ccrma.stanford.edu/~jos/"> Julius O. Smith III</a>, <a href="proxy.php?url=http://www.w3k.org/books/">W3K Publishing</a>, 2007, ISBN 978-0-9745607-4-8. - Copyright © <i>2017-09-28</i> by <a href="proxy.php?url=http://ccrma.stanford.edu/~jos/"> Julius O. Smith III</a> - <a href="proxy.php?url=http://ccrma.stanford.edu/">Center for Computer Research in Music and Acoustics (CCRMA),</a> <a href="proxy.php?url=http://www.stanford.edu/"> Stanford University</a></p>
<p align="center"><font size="2"><b><a href="proxy.php?url=https://technick.net/guides/theory/dft/biquad_section"><< Previous page</a> <a href="proxy.php?url=https://technick.net/guides/theory/dft/r320">TOC</a> <a href="proxy.php?url=https://technick.net/guides/theory/dft/dft_index">INDEX</a> <a href="proxy.php?url=https://technick.net/guides/theory/dft/linearity_time_invariance">Next page >></a></b></font></p><blockquote><h1><a name="SECTION001240000000000000000">Digital Filter Theory Summary</a></h1><p>This section summarizes <a href="proxy.php?url=https://technick.net/guides/theory/dft/introduction_digital_filter">digital filter theory</a> in a rather terse
fashion suitable for review study. <i>linearity</i>,<i>time-invariance</i> and four basic representations of <a href="proxy.php?url=http://www.dsptutor.freeuk.com/dfilt1.php">digital
filters</a> are defined: the <i><a href="proxy.php?url=https://ccrma.stanford.edu/~jos//filters/difference_equation.php">difference equation</a> coefficients,<a href="proxy.php?url=https://ccrma.stanford.edu/~jos//filters/difference_equation.php#2324">impulse response</a>, transfer function,</i> and <i><a href="proxy.php?url=https://ccrma.stanford.edu/~jos//filters/frequency_response.php">frequency response</a></i>.
Next the concepts of <i><a href="proxy.php?url=https://ccrma.stanford.edu/~jos//filters/phase_delay_group.php">phase delay</a></i> and <i><a href="proxy.php?url=https://ccrma.stanford.edu/~jos//filters/phase_delay_group.php">group delay</a></i> are
defined. This material is a subset of that in [<a href="proxy.php?url=https://technick.net/guides/theory/dft/bibliography#JOSFP">1</a>].</p>
- Does it Work?https://technick.net/guides/theory/dft/does_it_work/Sun, 01 Mar 1998 00:00:00 +0000https://technick.net/guides/theory/dft/does_it_work/<p style="background-color:#FFFFAA;border:1px solid red;padding:0.5em;"><strong>NOTE: THIS DOCUMENT IS OBSOLETE, PLEASE CHECK THE NEW VERSION:</strong> "<a href="proxy.php?url=http://ccrma.stanford.edu/~jos/mdft/">Mathematics of the Discrete Fourier Transform (DFT), with Audio Applications --- Second Edition</a>", by <a href="proxy.php?url=http://ccrma.stanford.edu/~jos/"> Julius O. Smith III</a>, <a href="proxy.php?url=http://www.w3k.org/books/">W3K Publishing</a>, 2007, ISBN 978-0-9745607-4-8. - Copyright © <i>2017-09-28</i> by <a href="proxy.php?url=http://ccrma.stanford.edu/~jos/"> Julius O. Smith III</a> - <a href="proxy.php?url=http://ccrma.stanford.edu/">Center for Computer Research in Music and Acoustics (CCRMA),</a> <a href="proxy.php?url=http://www.stanford.edu/"> Stanford University</a></p>
<p align="center"><font size="2"><b><a href="proxy.php?url=https://technick.net/guides/theory/dft/method_1_additive"><< Previous page</a> <a href="proxy.php?url=https://technick.net/guides/theory/dft/r320">TOC</a> <a href="proxy.php?url=https://technick.net/guides/theory/dft/dft_index">INDEX</a> <a href="proxy.php?url=https://technick.net/guides/theory/dft/introduction_digital_filter">Next page >></a></b></font></p><blockquote><h3><a name="SECTION001142200000000000000">Does it Work?</a></h3><p>It is straightforward to show that the ''additive synthesis''
reconstruction method of the previous section actually works exactly
(in the periodic case) in the following sense:<ul><li>The reconstructed signal <img width="31" height="31" align="MIDDLE" border="0" src="proxy.php?url=https://technick.net/img/guide_dft/img357.png" alt="$x(t)$" /> is <i>band-limited</i> to <img width="53" height="31" align="MIDDLE" border="0" src="proxy.php?url=https://technick.net/img/guide_dft/img1058.png" alt="$[-\" i="i" pi="" />,
i.e., its <i><a href="proxy.php?url=https://technick.net/guides/theory/dft/dft">Fourier transform</a></i> <img width="41" height="31" align="MIDDLE" border="0" src="proxy.php?url=https://technick.net/img/guide_dft/img356.png" alt="$X(\" mega="" /> is zero
for all <!-- MATH
$|\omega|>\pi/T_s$
--><img width="78" height="31" align="MIDDLE" border="0" src="proxy.php?url=https://technick.net/img/guide_dft/img1494.png" alt="$\" ert\omega\vert="" t="" i="" s="s" />.
(This is not quite true in the truncated case.)</li><li>The reconstructed signal <img width="31" height="31" align="MIDDLE" border="0" src="proxy.php?url=https://technick.net/img/guide_dft/img357.png" alt="$x(t)$" /> passes through the samples <img width="40" height="31" align="MIDDLE" border="0" src="proxy.php?url=https://technick.net/img/guide_dft/img1493.png" alt="$x(t_n)$" /> exactly. (This is true in both cases.)</li></ul></p>
- Dual of the Convolution Theoremhttps://technick.net/guides/theory/dft/dual_convolution_theorem/Sun, 01 Mar 1998 00:00:00 +0000https://technick.net/guides/theory/dft/dual_convolution_theorem/<p style="background-color:#FFFFAA;border:1px solid red;padding:0.5em;"><strong>NOTE: THIS DOCUMENT IS OBSOLETE, PLEASE CHECK THE NEW VERSION:</strong> "<a href="proxy.php?url=http://ccrma.stanford.edu/~jos/mdft/">Mathematics of the Discrete Fourier Transform (DFT), with Audio Applications --- Second Edition</a>", by <a href="proxy.php?url=http://ccrma.stanford.edu/~jos/"> Julius O. Smith III</a>, <a href="proxy.php?url=http://www.w3k.org/books/">W3K Publishing</a>, 2007, ISBN 978-0-9745607-4-8. - Copyright © <i>2017-09-28</i> by <a href="proxy.php?url=http://ccrma.stanford.edu/~jos/"> Julius O. Smith III</a> - <a href="proxy.php?url=http://ccrma.stanford.edu/">Center for Computer Research in Music and Acoustics (CCRMA),</a> <a href="proxy.php?url=http://www.stanford.edu/"> Stanford University</a></p>
<p align="center"><font size="2"><b><a href="proxy.php?url=https://technick.net/guides/theory/dft/convolution_theorem"><< Previous page</a> <a href="proxy.php?url=https://technick.net/guides/theory/dft/r320">TOC</a> <a href="proxy.php?url=https://technick.net/guides/theory/dft/dft_index">INDEX</a> <a href="proxy.php?url=https://technick.net/guides/theory/dft/correlation_theorem">Next page >></a></b></font></p><blockquote><h2><a name="SECTION00946000000000000000">Dual of the Convolution Theorem</a></h2><p>The <i>Dual</i><a name="14229"></a><a name="tex2html101" href="proxy.php?url=https://technick.net/guides/theory/dft/footnode#foot13517"><sup>8.7</sup></a> of the <a href="proxy.php?url=https://technick.net/guides/theory/dft/convolution_theorem">Convolution Theorem</a> says that<i>multiplication in the time domain</i> is <i><a href="proxy.php?url=https://technick.net/guides/theory/dft/convolution">convolution</a> in the<a href="proxy.php?url=http://www.treasure-troves.com/physics/frequency.php">frequency</a> domain</i>: </p>
- Dynamic Rangehttps://technick.net/guides/theory/dft/dynamic_range/Sun, 01 Mar 1998 00:00:00 +0000https://technick.net/guides/theory/dft/dynamic_range/<p style="background-color:#FFFFAA;border:1px solid red;padding:0.5em;"><strong>NOTE: THIS DOCUMENT IS OBSOLETE, PLEASE CHECK THE NEW VERSION:</strong> "<a href="proxy.php?url=http://ccrma.stanford.edu/~jos/mdft/">Mathematics of the Discrete Fourier Transform (DFT), with Audio Applications --- Second Edition</a>", by <a href="proxy.php?url=http://ccrma.stanford.edu/~jos/"> Julius O. Smith III</a>, <a href="proxy.php?url=http://www.w3k.org/books/">W3K Publishing</a>, 2007, ISBN 978-0-9745607-4-8. - Copyright © <i>2017-09-28</i> by <a href="proxy.php?url=http://ccrma.stanford.edu/~jos/"> Julius O. Smith III</a> - <a href="proxy.php?url=http://ccrma.stanford.edu/">Center for Computer Research in Music and Acoustics (CCRMA),</a> <a href="proxy.php?url=http://www.stanford.edu/"> Stanford University</a></p>
<p align="center"><font size="2"><b><a href="proxy.php?url=https://technick.net/guides/theory/dft/db_display"><< Previous page</a> <a href="proxy.php?url=https://technick.net/guides/theory/dft/r320">TOC</a> <a href="proxy.php?url=https://technick.net/guides/theory/dft/dft_index">INDEX</a> <a href="proxy.php?url=https://technick.net/guides/theory/dft/linear_number_systems">Next page >></a></b></font></p><blockquote><h2><a name="SECTION00523000000000000000">Dynamic Range</a></h2><p>The <i><a href="proxy.php?url=https://technick.net/guides/theory/dft/dynamic_range">dynamic range</a></i><a name="5410"></a> of a <i>signal processing system</i> can be
defined as the maximum <a href="proxy.php?url=https://technick.net/guides/theory/dft/decibels">dB</a> level sustainable without overflow (or other
distortion) minus the dB level of the ''<a href="proxy.php?url=http://www.treasure-troves.com/physics/noise.php">noise</a> floor''. </p>
- Elementary Relationshipshttps://technick.net/guides/theory/dft/elementary_relationships/Sun, 01 Mar 1998 00:00:00 +0000https://technick.net/guides/theory/dft/elementary_relationships/<p style="background-color:#FFFFAA;border:1px solid red;padding:0.5em;"><strong>NOTE: THIS DOCUMENT IS OBSOLETE, PLEASE CHECK THE NEW VERSION:</strong> "<a href="proxy.php?url=http://ccrma.stanford.edu/~jos/mdft/">Mathematics of the Discrete Fourier Transform (DFT), with Audio Applications --- Second Edition</a>", by <a href="proxy.php?url=http://ccrma.stanford.edu/~jos/"> Julius O. Smith III</a>, <a href="proxy.php?url=http://www.w3k.org/books/">W3K Publishing</a>, 2007, ISBN 978-0-9745607-4-8. - Copyright © <i>2017-09-28</i> by <a href="proxy.php?url=http://ccrma.stanford.edu/~jos/"> Julius O. Smith III</a> - <a href="proxy.php?url=http://ccrma.stanford.edu/">Center for Computer Research in Music and Acoustics (CCRMA),</a> <a href="proxy.php?url=http://www.stanford.edu/"> Stanford University</a></p>
<p align="center"><font size="2"><b><a href="proxy.php?url=https://technick.net/guides/theory/dft/more_notation_terminology"><< Previous page</a> <a href="proxy.php?url=https://technick.net/guides/theory/dft/r320">TOC</a> <a href="proxy.php?url=https://technick.net/guides/theory/dft/dft_index">INDEX</a> <a href="proxy.php?url=https://technick.net/guides/theory/dft/euler_s_formula">Next page >></a></b></font></p><blockquote><h2><a name="SECTION00353000000000000000">Elementary Relationships</a></h2><p>From the above definitions, one can quickly verify</p><p></p><div align="CENTER"><!-- MATH
\begin{eqnarray*}
z+\overline{z} &=& 2 \, \mbox{re}\left\{z\right\} \\
z-\overline{z} &=& 2 j\, \mbox{im}\left\{z\right\} \\
z\overline{z} &=& \left|z\right|^2
\end{eqnarray*}
--><img width="157" height="86" border="0" src="proxy.php?url=https://technick.net/img/guide_dft/img166.png" alt="\" egin="" qnarray="" overline="" mbox="" e="" eft\="" right\="" overl="" eft\="" right\="" overline="" left\vert="" ight\vert="" nd="" qnarray="" /><br clear="ALL" /></div><p></p>
- Ethernet Tutorial Part I: Networking Basicshttps://technick.net/guides/hardware/net/ethernet_01/Sun, 01 Mar 1998 00:00:00 +0000https://technick.net/guides/hardware/net/ethernet_01/<hr /><a name="siunitsmain"></a>
<p>As companies rely on applications
like electronic mail and database management for core business operations,
computer networking becomes increasingly more important. This tutorial
helps to explain Ethernet and Fast Ethernet, which are two of the
most popular technologies used in networking.</p> <h4>LANs (Local Area Networks)</h4> <p>A network is any collection
of independent computers that communicate with one another over a
shared network medium. LANs are networks usually confined to
a geographic area, such as a single building or a college campus.
LANs can be small, linking as few as three computers, but often link
hundreds of computers used by thousands of people. The development of standard networking protocols and media has resulted in worldwide proliferation of LANs throughout business and educational organizations.</p>
- Ethernet Tutorial Part II: Adding Speedhttps://technick.net/guides/hardware/net/ethernet_02/Sun, 01 Mar 1998 00:00:00 +0000https://technick.net/guides/hardware/net/ethernet_02/<p><a name="siunitsmain"></a> <hr /><p>While repeaters allow LANs
to extend beyond normal distance limitations, they still limit the number
of nodes that can be supported. Bridges and switches, however, allow
LANs to grow significantly larger by virtue of their ability to support
full Ethernet segments on each port. Additionally, bridges and switches
selectively filter network traffic to only those packets needed on each
segment - this significantly increases throughput on each segment and
on the overall network. By providing better performance and more flexibility
for network topologies, bridges and switches will continue to gain popularity
among network managers.</p>
- Ethernet Tutorial Part III: Sharing Deviceshttps://technick.net/guides/hardware/net/ethernet_03/Sun, 01 Mar 1998 00:00:00 +0000https://technick.net/guides/hardware/net/ethernet_03/<p><a name="siunitsmain"></a> <hr /><p><h4>Device Servers</h4> </p><p>A <b>device server</b> is defined
as a specialized, network-based hardware device designed
to perform a single or specialized set of server functions. It is characterized
by a minimal operating architecture that requires no per seat network
operating system license, and client access that is independent of any
operating system or proprietary protocol. In addition the device server is
a “closed box,” delivering extreme ease of installation, minimal
maintenance, and can be managed by the client remotely via a Web browser.</p>
- Euler's Formulahttps://technick.net/guides/theory/dft/euler_s_formula/Sun, 01 Mar 1998 00:00:00 +0000https://technick.net/guides/theory/dft/euler_s_formula/<p style="background-color:#FFFFAA;border:1px solid red;padding:0.5em;"><strong>NOTE: THIS DOCUMENT IS OBSOLETE, PLEASE CHECK THE NEW VERSION:</strong> "<a href="proxy.php?url=http://ccrma.stanford.edu/~jos/mdft/">Mathematics of the Discrete Fourier Transform (DFT), with Audio Applications --- Second Edition</a>", by <a href="proxy.php?url=http://ccrma.stanford.edu/~jos/"> Julius O. Smith III</a>, <a href="proxy.php?url=http://www.w3k.org/books/">W3K Publishing</a>, 2007, ISBN 978-0-9745607-4-8. - Copyright © <i>2017-09-28</i> by <a href="proxy.php?url=http://ccrma.stanford.edu/~jos/"> Julius O. Smith III</a> - <a href="proxy.php?url=http://ccrma.stanford.edu/">Center for Computer Research in Music and Acoustics (CCRMA),</a> <a href="proxy.php?url=http://www.stanford.edu/"> Stanford University</a></p>
<p align="center"><font size="2"><b><a href="proxy.php?url=https://technick.net/guides/theory/dft/elementary_relationships"><< Previous page</a> <a href="proxy.php?url=https://technick.net/guides/theory/dft/r320">TOC</a> <a href="proxy.php?url=https://technick.net/guides/theory/dft/dft_index">INDEX</a> <a href="proxy.php?url=https://technick.net/guides/theory/dft/de_moivre_s_theorem">Next page >></a></b></font></p><blockquote><h2><a name="SECTION00354000000000000000">Euler's Formula</a></h2><p>Since <img width="78" height="28" align="MIDDLE" border="0" src="proxy.php?url=https://technick.net/img/guide_dft/img15.png" alt="$z = x + jy$" /> is the algebraic expression of <img width="12" height="14" align="BOTTOM" border="0" src="proxy.php?url=https://technick.net/img/guide_dft/img16.png" alt="$z$" /> in terms of its
rectangular coordinates, the corresponding expression in terms of its polar
coordinates is<br /></p>
- Euler's Theoremhttps://technick.net/guides/theory/dft/euler_s_theorem/Sun, 01 Mar 1998 00:00:00 +0000https://technick.net/guides/theory/dft/euler_s_theorem/<p style="background-color:#FFFFAA;border:1px solid red;padding:0.5em;"><strong>NOTE: THIS DOCUMENT IS OBSOLETE, PLEASE CHECK THE NEW VERSION:</strong> "<a href="proxy.php?url=http://ccrma.stanford.edu/~jos/mdft/">Mathematics of the Discrete Fourier Transform (DFT), with Audio Applications --- Second Edition</a>", by <a href="proxy.php?url=http://ccrma.stanford.edu/~jos/"> Julius O. Smith III</a>, <a href="proxy.php?url=http://www.w3k.org/books/">W3K Publishing</a>, 2007, ISBN 978-0-9745607-4-8. - Copyright © <i>2017-09-28</i> by <a href="proxy.php?url=http://ccrma.stanford.edu/~jos/"> Julius O. Smith III</a> - <a href="proxy.php?url=http://ccrma.stanford.edu/">Center for Computer Research in Music and Acoustics (CCRMA),</a> <a href="proxy.php?url=http://www.stanford.edu/"> Stanford University</a></p>
<p align="center"><font size="2"><b><a href="proxy.php?url=https://technick.net/guides/theory/dft/proof_euler_s_identity"><< Previous page</a> <a href="proxy.php?url=https://technick.net/guides/theory/dft/r320">TOC</a> <a href="proxy.php?url=https://technick.net/guides/theory/dft/dft_index">INDEX</a> <a href="proxy.php?url=https://technick.net/guides/theory/dft/positive_integer_exponents">Next page >></a></b></font></p><blockquote><h1><a name="SECTION00410000000000000000">Euler's Theorem</a></h1><p><i><a href="proxy.php?url=https://technick.net/guides/theory/dft/proof_euler_s_identity">Euler's Theorem</a></i><a name="3937"></a> (or ''identity'' or ''formula'') is<br /></p><p></p><div align="CENTER"><!-- MATH
\begin{displaymath}
e^{j\theta} = \cos(\theta) + j\sin(\theta) \qquad\qquad \mbox{(Euler's Identity)}
\end{displaymath}
--><img width="370" height="31" border="0" src="proxy.php?url=https://technick.net/img/guide_dft/img185.png" alt="\" egin="" isplaymath="" j\theta="" os="" heta="" sin="" heta="" quad\qquad="" box="" uler="" s="" entity="" nd="" isplaymath="" /></div><br clear="ALL" /><p></p>
- Even and Odd Functionshttps://technick.net/guides/theory/dft/even_odd_functions/Sun, 01 Mar 1998 00:00:00 +0000https://technick.net/guides/theory/dft/even_odd_functions/<p style="background-color:#FFFFAA;border:1px solid red;padding:0.5em;"><strong>NOTE: THIS DOCUMENT IS OBSOLETE, PLEASE CHECK THE NEW VERSION:</strong> "<a href="proxy.php?url=http://ccrma.stanford.edu/~jos/mdft/">Mathematics of the Discrete Fourier Transform (DFT), with Audio Applications --- Second Edition</a>", by <a href="proxy.php?url=http://ccrma.stanford.edu/~jos/"> Julius O. Smith III</a>, <a href="proxy.php?url=http://www.w3k.org/books/">W3K Publishing</a>, 2007, ISBN 978-0-9745607-4-8. - Copyright © <i>2017-09-28</i> by <a href="proxy.php?url=http://ccrma.stanford.edu/~jos/"> Julius O. Smith III</a> - <a href="proxy.php?url=http://ccrma.stanford.edu/">Center for Computer Research in Music and Acoustics (CCRMA),</a> <a href="proxy.php?url=http://www.stanford.edu/"> Stanford University</a></p>
<p align="center"><font size="2"><b><a href="proxy.php?url=https://technick.net/guides/theory/dft/alias_operator"><< Previous page</a> <a href="proxy.php?url=https://technick.net/guides/theory/dft/r320">TOC</a> <a href="proxy.php?url=https://technick.net/guides/theory/dft/dft_index">INDEX</a> <a href="proxy.php?url=https://technick.net/guides/theory/dft/fourier_theorems">Next page >></a></b></font></p><blockquote><h1><a name="SECTION00930000000000000000">Even and Odd Functions</a></h1><p>Some of the <a href="proxy.php?url=https://technick.net/guides/theory/dft/fourier_theorems">Fourier theorems</a> can be succinctly expressed in terms of even
and odd symmetries.</p>
- Example 1: FFT of a Simple Sinusoidhttps://technick.net/guides/theory/dft/example_1_fft/Sun, 01 Mar 1998 00:00:00 +0000https://technick.net/guides/theory/dft/example_1_fft/<p style="background-color:#FFFFAA;border:1px solid red;padding:0.5em;"><strong>NOTE: THIS DOCUMENT IS OBSOLETE, PLEASE CHECK THE NEW VERSION:</strong> "<a href="proxy.php?url=http://ccrma.stanford.edu/~jos/mdft/">Mathematics of the Discrete Fourier Transform (DFT), with Audio Applications --- Second Edition</a>", by <a href="proxy.php?url=http://ccrma.stanford.edu/~jos/"> Julius O. Smith III</a>, <a href="proxy.php?url=http://www.w3k.org/books/">W3K Publishing</a>, 2007, ISBN 978-0-9745607-4-8. - Copyright © <i>2017-09-28</i> by <a href="proxy.php?url=http://ccrma.stanford.edu/~jos/"> Julius O. Smith III</a> - <a href="proxy.php?url=http://ccrma.stanford.edu/">Center for Computer Research in Music and Acoustics (CCRMA),</a> <a href="proxy.php?url=http://www.stanford.edu/"> Stanford University</a></p>
<p align="center"><font size="2"><b><a href="proxy.php?url=https://technick.net/guides/theory/dft/spectrum_analysis_sinusoid"><< Previous page</a> <a href="proxy.php?url=https://technick.net/guides/theory/dft/r320">TOC</a> <a href="proxy.php?url=https://technick.net/guides/theory/dft/dft_index">INDEX</a> <a href="proxy.php?url=https://technick.net/guides/theory/dft/example_2_fft">Next page >></a></b></font></p><blockquote><h2><a name="SECTION001011000000000000000">Example 1: FFT of a Simple Sinusoid</a></h2><p>Our first example is an FFT of the simple <a href="proxy.php?url=https://technick.net/guides/theory/dft/why_sinusoids_are">sinusoid</a><br /></p>
- Example 2: FFT of a Not-So-Simple Sinusoidhttps://technick.net/guides/theory/dft/example_2_fft/Sun, 01 Mar 1998 00:00:00 +0000https://technick.net/guides/theory/dft/example_2_fft/<p style="background-color:#FFFFAA;border:1px solid red;padding:0.5em;"><strong>NOTE: THIS DOCUMENT IS OBSOLETE, PLEASE CHECK THE NEW VERSION:</strong> "<a href="proxy.php?url=http://ccrma.stanford.edu/~jos/mdft/">Mathematics of the Discrete Fourier Transform (DFT), with Audio Applications --- Second Edition</a>", by <a href="proxy.php?url=http://ccrma.stanford.edu/~jos/"> Julius O. Smith III</a>, <a href="proxy.php?url=http://www.w3k.org/books/">W3K Publishing</a>, 2007, ISBN 978-0-9745607-4-8. - Copyright © <i>2017-09-28</i> by <a href="proxy.php?url=http://ccrma.stanford.edu/~jos/"> Julius O. Smith III</a> - <a href="proxy.php?url=http://ccrma.stanford.edu/">Center for Computer Research in Music and Acoustics (CCRMA),</a> <a href="proxy.php?url=http://www.stanford.edu/"> Stanford University</a></p>
<p align="center"><font size="2"><b><a href="proxy.php?url=https://technick.net/guides/theory/dft/example_1_fft"><< Previous page</a> <a href="proxy.php?url=https://technick.net/guides/theory/dft/r320">TOC</a> <a href="proxy.php?url=https://technick.net/guides/theory/dft/dft_index">INDEX</a> <a href="proxy.php?url=https://technick.net/guides/theory/dft/example_3_fft">Next page >></a></b></font></p><blockquote><h2><a name="SECTION001012000000000000000">Example 2: FFT of a Not-So-Simple Sinusoid</a></h2><p>Now let's increase the <a href="proxy.php?url=http://www.treasure-troves.com/physics/frequency.php">frequency</a> in the above example by one-half of a bin:<pre>
% Example 2: Same as Example 1 but with a frequency between bins
<p>f = 0.25 + 0.5/N; % Move the frequency off of the bin center by half a bin</p>
- Example 3: FFT of a Zero-Padded Sinusoidhttps://technick.net/guides/theory/dft/example_3_fft/Sun, 01 Mar 1998 00:00:00 +0000https://technick.net/guides/theory/dft/example_3_fft/<p style="background-color:#FFFFAA;border:1px solid red;padding:0.5em;"><strong>NOTE: THIS DOCUMENT IS OBSOLETE, PLEASE CHECK THE NEW VERSION:</strong> "<a href="proxy.php?url=http://ccrma.stanford.edu/~jos/mdft/">Mathematics of the Discrete Fourier Transform (DFT), with Audio Applications --- Second Edition</a>", by <a href="proxy.php?url=http://ccrma.stanford.edu/~jos/"> Julius O. Smith III</a>, <a href="proxy.php?url=http://www.w3k.org/books/">W3K Publishing</a>, 2007, ISBN 978-0-9745607-4-8. - Copyright © <i>2017-09-28</i> by <a href="proxy.php?url=http://ccrma.stanford.edu/~jos/"> Julius O. Smith III</a> - <a href="proxy.php?url=http://ccrma.stanford.edu/">Center for Computer Research in Music and Acoustics (CCRMA),</a> <a href="proxy.php?url=http://www.stanford.edu/"> Stanford University</a></p>
<p align="center"><font size="2"><b><a href="proxy.php?url=https://technick.net/guides/theory/dft/example_2_fft"><< Previous page</a> <a href="proxy.php?url=https://technick.net/guides/theory/dft/r320">TOC</a> <a href="proxy.php?url=https://technick.net/guides/theory/dft/dft_index">INDEX</a> <a href="proxy.php?url=https://technick.net/guides/theory/dft/example_4_blackman">Next page >></a></b></font></p><blockquote><h2><a name="SECTION001013000000000000000">Example 3: FFT of a Zero-Padded Sinusoid</a></h2><p>Interestingly, looking back at Fig. <a href="proxy.php?url=https://technick.net/guides/theory/dft/example_2_fft#fig:example2">9.2</a>c, we see there are no
negative <a href="proxy.php?url=https://technick.net/guides/theory/dft/decibels">dB</a> values. Could this be right? To <i>really</i> see the
spectrum, let's use some <i><a href="proxy.php?url=https://ccrma.stanford.edu/~jos//ola/quick_summary_zero.php">zero padding</a></i> in the time domain to yield
ideal <i>interpolation</i> in the freqency domain:</p>
- Example 4: Blackman Windowhttps://technick.net/guides/theory/dft/example_4_blackman/Sun, 01 Mar 1998 00:00:00 +0000https://technick.net/guides/theory/dft/example_4_blackman/<p style="background-color:#FFFFAA;border:1px solid red;padding:0.5em;"><strong>NOTE: THIS DOCUMENT IS OBSOLETE, PLEASE CHECK THE NEW VERSION:</strong> "<a href="proxy.php?url=http://ccrma.stanford.edu/~jos/mdft/">Mathematics of the Discrete Fourier Transform (DFT), with Audio Applications --- Second Edition</a>", by <a href="proxy.php?url=http://ccrma.stanford.edu/~jos/"> Julius O. Smith III</a>, <a href="proxy.php?url=http://www.w3k.org/books/">W3K Publishing</a>, 2007, ISBN 978-0-9745607-4-8. - Copyright © <i>2017-09-28</i> by <a href="proxy.php?url=http://ccrma.stanford.edu/~jos/"> Julius O. Smith III</a> - <a href="proxy.php?url=http://ccrma.stanford.edu/">Center for Computer Research in Music and Acoustics (CCRMA),</a> <a href="proxy.php?url=http://www.stanford.edu/"> Stanford University</a></p>
<p align="center"><font size="2"><b><a href="proxy.php?url=https://technick.net/guides/theory/dft/example_3_fft"><< Previous page</a> <a href="proxy.php?url=https://technick.net/guides/theory/dft/r320">TOC</a> <a href="proxy.php?url=https://technick.net/guides/theory/dft/dft_index">INDEX</a> <a href="proxy.php?url=https://technick.net/guides/theory/dft/example_5_use">Next page >></a></b></font></p><blockquote><h2><a name="SECTION001014000000000000000">Example 4: Blackman Window</a></h2><p>Finally, to finish off this <a href="proxy.php?url=https://technick.net/guides/theory/dft/why_sinusoids_are">sinusoid</a>, let's look at the effect of using a<i>Blackman window</i> (which has nice but suboptimal parameters for audio
work). Figure <a href="proxy.php?url=https://technick.net/guides/theory/dft/example_4_blackman#fig:blackman">9.5</a>a shows the Blackman window, Fig. <a href="proxy.php?url=https://technick.net/guides/theory/dft/example_4_blackman#fig:blackman">9.5</a>b shows
its magnitude spectrum on a <a href="proxy.php?url=https://technick.net/guides/theory/dft/decibels">dB scale</a>, and Fig. <a href="proxy.php?url=https://technick.net/guides/theory/dft/example_4_blackman#fig:blackman">9.5</a>c introduces the
use of a more natural <a href="proxy.php?url=http://www.treasure-troves.com/physics/frequency.php">frequency</a> axis which interprets the upper half of the
bin numbers as <a href="proxy.php?url=https://technick.net/guides/theory/dft/positive_negative_frequenci">negative frequencies</a>. Here is the <a href="proxy.php?url=http://www.mathworks.com/access/helpdesk/help/techdoc/basics/getstarted.shtml">Matlab</a> for it:<pre>
% Add a "Blackman window"
% w = blackman(N); % if you have the signal processing toolbox
w = .42-.5*cos(2*pi*(0:N-1)/(N-1))+.08*cos(4*pi*(0:N-1)/(N-1));
figure(5);
subplot(3,1,1); plot(w,'*'); title('The Blackman Window');
xlabel('Time (samples)'); ylabel('<a href="proxy.php?url=https://technick.net/guides/theory/dft/logarithms">Amplitude</a>');
text(-8,1,'a)');
<p>% Also show the window transform:
xw = [w,zeros(1,(zpf-1)<em>N)]; % zero-padded window (col vector)
Xw = fft(xw); % Blackman window transform
spec = 20</em>log10(abs(Xw)); % Spectral magnitude in <a href="proxy.php?url=https://technick.net/guides/theory/dft/decibels">dB</a>
spec = spec - max(spec); % Usually we normalize to 0 db max
spec = max(spec,-100*ones(1,nfft)); % clip to -100 dB
subplot(3,1,2); plot(fni,spec,’-’); axis([0,1,-100,10]); grid;
xlabel(‘Normalized Frequency (cycles per sample))’);
ylabel(‘Magnitude (dB)’);
text(-.12,20,‘b)’);</p>
- Example 5: Use of the Blackman Windowhttps://technick.net/guides/theory/dft/example_5_use/Sun, 01 Mar 1998 00:00:00 +0000https://technick.net/guides/theory/dft/example_5_use/<p style="background-color:#FFFFAA;border:1px solid red;padding:0.5em;"><strong>NOTE: THIS DOCUMENT IS OBSOLETE, PLEASE CHECK THE NEW VERSION:</strong> "<a href="proxy.php?url=http://ccrma.stanford.edu/~jos/mdft/">Mathematics of the Discrete Fourier Transform (DFT), with Audio Applications --- Second Edition</a>", by <a href="proxy.php?url=http://ccrma.stanford.edu/~jos/"> Julius O. Smith III</a>, <a href="proxy.php?url=http://www.w3k.org/books/">W3K Publishing</a>, 2007, ISBN 978-0-9745607-4-8. - Copyright © <i>2017-09-28</i> by <a href="proxy.php?url=http://ccrma.stanford.edu/~jos/"> Julius O. Smith III</a> - <a href="proxy.php?url=http://ccrma.stanford.edu/">Center for Computer Research in Music and Acoustics (CCRMA),</a> <a href="proxy.php?url=http://www.stanford.edu/"> Stanford University</a></p>
<p align="center"><font size="2"><b><a href="proxy.php?url=https://technick.net/guides/theory/dft/example_4_blackman"><< Previous page</a> <a href="proxy.php?url=https://technick.net/guides/theory/dft/r320">TOC</a> <a href="proxy.php?url=https://technick.net/guides/theory/dft/dft_index">INDEX</a> <a href="proxy.php?url=https://technick.net/guides/theory/dft/example_6_hanning_windowed">Next page >></a></b></font></p><blockquote><h2><a name="SECTION001015000000000000000">Example 5: Use of the Blackman Window</a></h2><p>Now let's apply this window to the sinusoidal data:<pre>
% Use the Blackman window on the <a href="proxy.php?url=https://technick.net/guides/theory/dft/why_sinusoids_are">sinusoid</a> data
xw = [w .* cos(2*pi*n*f*T),zeros(1,(zpf-1)*N)]; % windowed, zero-padded data
X = fft(xw); % Smoothed, interpolated spectrum
<p>% Plot time data
figure(6);
subplot(2,1,1);
plot(xw); <br>
title(‘Windowed, Zero-Padded, Sampled Sinusoid’);
xlabel(‘Time (samples)’); ylabel(’<a href="proxy.php?url=https://technick.net/guides/theory/dft/logarithms">Amplitude</a>’);
text(-50,1,‘a)’); hold off;</p>
- Example 6: Hanning-Windowed Complex Sinusoidhttps://technick.net/guides/theory/dft/example_6_hanning_windowed/Sun, 01 Mar 1998 00:00:00 +0000https://technick.net/guides/theory/dft/example_6_hanning_windowed/<p style="background-color:#FFFFAA;border:1px solid red;padding:0.5em;"><strong>NOTE: THIS DOCUMENT IS OBSOLETE, PLEASE CHECK THE NEW VERSION:</strong> "<a href="proxy.php?url=http://ccrma.stanford.edu/~jos/mdft/">Mathematics of the Discrete Fourier Transform (DFT), with Audio Applications --- Second Edition</a>", by <a href="proxy.php?url=http://ccrma.stanford.edu/~jos/"> Julius O. Smith III</a>, <a href="proxy.php?url=http://www.w3k.org/books/">W3K Publishing</a>, 2007, ISBN 978-0-9745607-4-8. - Copyright © <i>2017-09-28</i> by <a href="proxy.php?url=http://ccrma.stanford.edu/~jos/"> Julius O. Smith III</a> - <a href="proxy.php?url=http://ccrma.stanford.edu/">Center for Computer Research in Music and Acoustics (CCRMA),</a> <a href="proxy.php?url=http://www.stanford.edu/"> Stanford University</a></p>
<p align="center"><font size="2"><b><a href="proxy.php?url=https://technick.net/guides/theory/dft/example_5_use"><< Previous page</a> <a href="proxy.php?url=https://technick.net/guides/theory/dft/r320">TOC</a> <a href="proxy.php?url=https://technick.net/guides/theory/dft/dft_index">INDEX</a> <a href="proxy.php?url=https://technick.net/guides/theory/dft/spectral_phase">Next page >></a></b></font></p><blockquote><h2><a name="SECTION001016000000000000000">Example 6: Hanning-Windowed Complex Sinusoid</a></h2><p>In this example, we'll perform <a href="proxy.php?url=https://technick.net/guides/theory/dft/dft">spectrum analysis</a> on a complex <a href="proxy.php?url=https://technick.net/guides/theory/dft/why_sinusoids_are">sinusoid</a>having only a single positive <a href="proxy.php?url=http://www.treasure-troves.com/physics/frequency.php">frequency</a>. We'll use the Hanning window
which does not have as much sidelobe suppression as the Blackman window,
but its main lobe is narrower. Its sidelobes ''roll off'' very quickly
versus frequency. Compare with the Blackman window results to see if you
can see these differences.<pre>
% Example 5: Practical spectrum analysis of a sinusoidal signal
<p>% Analysis parameters:
M = 31; % Window length (we’ll use a “Hanning window”)
N = 64; % FFT length (<a href="proxy.php?url=https://ccrma.stanford.edu/~jos//ola/quick_summary_zero.php">zero padding</a> around a factor of 2)</p>
- Example Applications of the DFThttps://technick.net/guides/theory/dft/example_applications_dft/Sun, 01 Mar 1998 00:00:00 +0000https://technick.net/guides/theory/dft/example_applications_dft/<p style="background-color:#FFFFAA;border:1px solid red;padding:0.5em;"><strong>NOTE: THIS DOCUMENT IS OBSOLETE, PLEASE CHECK THE NEW VERSION:</strong> "<a href="proxy.php?url=http://ccrma.stanford.edu/~jos/mdft/">Mathematics of the Discrete Fourier Transform (DFT), with Audio Applications --- Second Edition</a>", by <a href="proxy.php?url=http://ccrma.stanford.edu/~jos/"> Julius O. Smith III</a>, <a href="proxy.php?url=http://www.w3k.org/books/">W3K Publishing</a>, 2007, ISBN 978-0-9745607-4-8. - Copyright © <i>2017-09-28</i> by <a href="proxy.php?url=http://ccrma.stanford.edu/~jos/"> Julius O. Smith III</a> - <a href="proxy.php?url=http://ccrma.stanford.edu/">Center for Computer Research in Music and Acoustics (CCRMA),</a> <a href="proxy.php?url=http://www.stanford.edu/"> Stanford University</a></p>
<p align="center"><font size="2"><b><a href="proxy.php?url=https://technick.net/guides/theory/dft/appendix_d_similarity"><< Previous page</a> <a href="proxy.php?url=https://technick.net/guides/theory/dft/r320">TOC</a> <a href="proxy.php?url=https://technick.net/guides/theory/dft/dft_index">INDEX</a> <a href="proxy.php?url=https://technick.net/guides/theory/dft/spectrum_analysis_sinusoid">Next page >></a></b></font></p><blockquote><h1><a name="SECTION001000000000000000000">Example Applications of the DFT</a></h1><p>This chapter goes through some practical examples of FFT analysis in<a href="proxy.php?url=http://www.mathworks.com/access/helpdesk/help/techdoc/basics/getstarted.shtml">Matlab</a>. The various <a href="proxy.php?url=https://technick.net/guides/theory/dft/fourier_theorems">Fourier theorems</a> provide a ''thinking
vocabulary'' for understanding elements of spectral analysis.</p>
- Example Sinusoidshttps://technick.net/guides/theory/dft/example_sinusoids/Sun, 01 Mar 1998 00:00:00 +0000https://technick.net/guides/theory/dft/example_sinusoids/<p style="background-color:#FFFFAA;border:1px solid red;padding:0.5em;"><strong>NOTE: THIS DOCUMENT IS OBSOLETE, PLEASE CHECK THE NEW VERSION:</strong> "<a href="proxy.php?url=http://ccrma.stanford.edu/~jos/mdft/">Mathematics of the Discrete Fourier Transform (DFT), with Audio Applications --- Second Edition</a>", by <a href="proxy.php?url=http://ccrma.stanford.edu/~jos/"> Julius O. Smith III</a>, <a href="proxy.php?url=http://www.w3k.org/books/">W3K Publishing</a>, 2007, ISBN 978-0-9745607-4-8. - Copyright © <i>2017-09-28</i> by <a href="proxy.php?url=http://ccrma.stanford.edu/~jos/"> Julius O. Smith III</a> - <a href="proxy.php?url=http://ccrma.stanford.edu/">Center for Computer Research in Music and Acoustics (CCRMA),</a> <a href="proxy.php?url=http://www.stanford.edu/"> Stanford University</a></p>
<p align="center"><font size="2"><b><a href="proxy.php?url=https://technick.net/guides/theory/dft/sinusoids"><< Previous page</a> <a href="proxy.php?url=https://technick.net/guides/theory/dft/r320">TOC</a> <a href="proxy.php?url=https://technick.net/guides/theory/dft/dft_index">INDEX</a> <a href="proxy.php?url=https://technick.net/guides/theory/dft/why_sinusoids_are">Next page >></a></b></font></p><blockquote><h2><a name="SECTION00611000000000000000">Example Sinusoids</a></h2><p>Figure <a href="proxy.php?url=https://technick.net/guides/theory/dft/example_sinusoids#fig:sine">5.1</a> plots the <a href="proxy.php?url=https://technick.net/guides/theory/dft/why_sinusoids_are">sinusoid</a>
<!-- MATH
$A \sin(2\pi f t + \phi)$
--><img width="112" height="31" align="MIDDLE" border="0" src="proxy.php?url=https://technick.net/img/guide_dft/img493.png" alt="$A \" in="" i="" phi="" />, for <img width="53" height="15" align="BOTTOM" border="0" src="proxy.php?url=https://technick.net/img/guide_dft/img494.png" alt="$A=10$" />, <img width="55" height="29" align="MIDDLE" border="0" src="proxy.php?url=https://technick.net/img/guide_dft/img495.png" alt="$f=2.5$" />, <img width="60" height="31" align="MIDDLE" border="0" src="proxy.php?url=https://technick.net/img/guide_dft/img496.png" alt="$\" hi="\pi/4$" />, and<img width="61" height="31" align="MIDDLE" border="0" src="proxy.php?url=https://technick.net/img/guide_dft/img497.png" alt="$t\" n="" />. Study the plot to make sure you understand the effect of
changing each parameter (<a href="proxy.php?url=https://technick.net/guides/theory/dft/logarithms">amplitude</a>, <a href="proxy.php?url=http://www.treasure-troves.com/physics/frequency.php">frequency</a>, phase), and also note the
definitions of ''peak-to-peak amplitude'' and ''zero crossings.''</p>
- Exponentialshttps://technick.net/guides/theory/dft/exponentials/Sun, 01 Mar 1998 00:00:00 +0000https://technick.net/guides/theory/dft/exponentials/<p style="background-color:#FFFFAA;border:1px solid red;padding:0.5em;"><strong>NOTE: THIS DOCUMENT IS OBSOLETE, PLEASE CHECK THE NEW VERSION:</strong> "<a href="proxy.php?url=http://ccrma.stanford.edu/~jos/mdft/">Mathematics of the Discrete Fourier Transform (DFT), with Audio Applications --- Second Edition</a>", by <a href="proxy.php?url=http://ccrma.stanford.edu/~jos/"> Julius O. Smith III</a>, <a href="proxy.php?url=http://www.w3k.org/books/">W3K Publishing</a>, 2007, ISBN 978-0-9745607-4-8. - Copyright © <i>2017-09-28</i> by <a href="proxy.php?url=http://ccrma.stanford.edu/~jos/"> Julius O. Smith III</a> - <a href="proxy.php?url=http://ccrma.stanford.edu/">Center for Computer Research in Music and Acoustics (CCRMA),</a> <a href="proxy.php?url=http://www.stanford.edu/"> Stanford University</a></p>
<p align="center"><font size="2"><b><a href="proxy.php?url=https://technick.net/guides/theory/dft/constructive_destructive_in"><< Previous page</a> <a href="proxy.php?url=https://technick.net/guides/theory/dft/r320">TOC</a> <a href="proxy.php?url=https://technick.net/guides/theory/dft/dft_index">INDEX</a> <a href="proxy.php?url=https://technick.net/guides/theory/dft/why_exponentials_are">Next page >></a></b></font></p><blockquote><h1><a name="SECTION00620000000000000000">Exponentials</a></h1><p>The canonical form of an <a href="proxy.php?url=https://technick.net/guides/theory/dft/exponentials">exponential function</a>, as typically used in signal
processing, is<br /></p>
- Factoring a Polynomial with Real Rootshttps://technick.net/guides/theory/dft/factoring_polynomial_with/Sun, 01 Mar 1998 00:00:00 +0000https://technick.net/guides/theory/dft/factoring_polynomial_with/<p style="background-color:#FFFFAA;border:1px solid red;padding:0.5em;"><strong>NOTE: THIS DOCUMENT IS OBSOLETE, PLEASE CHECK THE NEW VERSION:</strong> "<a href="proxy.php?url=http://ccrma.stanford.edu/~jos/mdft/">Mathematics of the Discrete Fourier Transform (DFT), with Audio Applications --- Second Edition</a>", by <a href="proxy.php?url=http://ccrma.stanford.edu/~jos/"> Julius O. Smith III</a>, <a href="proxy.php?url=http://www.w3k.org/books/">W3K Publishing</a>, 2007, ISBN 978-0-9745607-4-8. - Copyright © <i>2017-09-28</i> by <a href="proxy.php?url=http://ccrma.stanford.edu/~jos/"> Julius O. Smith III</a> - <a href="proxy.php?url=http://ccrma.stanford.edu/">Center for Computer Research in Music and Acoustics (CCRMA),</a> <a href="proxy.php?url=http://www.stanford.edu/"> Stanford University</a></p>
<p align="center"><font size="2"><b><a href="proxy.php?url=https://technick.net/guides/theory/dft/introduction_complex_number"><< Previous page</a> <a href="proxy.php?url=https://technick.net/guides/theory/dft/r320">TOC</a> <a href="proxy.php?url=https://technick.net/guides/theory/dft/dft_index">INDEX</a> <a href="proxy.php?url=https://technick.net/guides/theory/dft/quadratic_formula">Next page >></a></b></font></p><blockquote><h1><a name="SECTION00310000000000000000">Factoring a Polynomial with Real Roots</a></h1><p>Remember ''factoring polynomials''? Consider the second-order polynomial<br /></p>
- Figure 7.2https://technick.net/guides/theory/dft/figure_7_2/Sun, 01 Mar 1998 00:00:00 +0000https://technick.net/guides/theory/dft/figure_7_2/<p style="background-color:#FFFFAA;border:1px solid red;padding:0.5em;"><strong>NOTE: THIS DOCUMENT IS OBSOLETE, PLEASE CHECK THE NEW VERSION:</strong> "<a href="proxy.php?url=http://ccrma.stanford.edu/~jos/mdft/">Mathematics of the Discrete Fourier Transform (DFT), with Audio Applications --- Second Edition</a>", by <a href="proxy.php?url=http://ccrma.stanford.edu/~jos/"> Julius O. Smith III</a>, <a href="proxy.php?url=http://www.w3k.org/books/">W3K Publishing</a>, 2007, ISBN 978-0-9745607-4-8. - Copyright © <i>2017-09-28</i> by <a href="proxy.php?url=http://ccrma.stanford.edu/~jos/"> Julius O. Smith III</a> - <a href="proxy.php?url=http://ccrma.stanford.edu/">Center for Computer Research in Music and Acoustics (CCRMA),</a> <a href="proxy.php?url=http://www.stanford.edu/"> Stanford University</a></p>
<p align="center"><font size="2"><b><a href="proxy.php?url=https://technick.net/guides/theory/dft/matlab_examples"><< Previous page</a> <a href="proxy.php?url=https://technick.net/guides/theory/dft/r320">TOC</a> <a href="proxy.php?url=https://technick.net/guides/theory/dft/dft_index">INDEX</a> <a href="proxy.php?url=https://technick.net/guides/theory/dft/figure_7_3">Next page >></a></b></font></p><blockquote><h2><a name="SECTION00841000000000000000">Figure </a><a href="proxy.php?url=https://technick.net/guides/theory/dft/orthogonality_sinusoids#fig:dftsines">7.2</a></h2><p>Below is the <a href="proxy.php?url=http://www.mathworks.com/access/helpdesk/help/techdoc/basics/getstarted.shtml">Matlab</a> for Fig. <a href="proxy.php?url=https://technick.net/guides/theory/dft/orthogonality_sinusoids#fig:dftsines">7.2</a>:<pre>
N=8;
fs=1;
<p>n = [0:N-1]; % row
t = [0:0.01:N]; % interpolated
k=fliplr(n)’ - N/2;
fk = k<em>fs/N;
wk = 2</em>pi<em>fk;
clf;
for i=1:N
subplot(N,2,2</em>i-1);
plot(t,cos(wk(i)<em>t))
axis([0,8,-1,1]);
hold on;
plot(n,cos(wk(i)<em>n),’</em>’)
if i==1
title(‘Real Part’);
end;
ylabel(sprintf(‘k=%d’,k(i)));
if i==N
xlabel(‘Time (samples)’);
end;
subplot(N,2,2</em>i);
plot(t,sin(wk(i)*t))
axis([0,8,-1,1]);
hold on;
plot(n,sin(wk(i)<em>n),’</em>’)
ylabel(sprintf(‘k=%d’,k(i)));
if i==1
title(‘Imaginary Part’);
end;
if i==N
xlabel(‘Time (samples)’);
end;
end</pre></p>
- Figure 7.3https://technick.net/guides/theory/dft/figure_7_3/Sun, 01 Mar 1998 00:00:00 +0000https://technick.net/guides/theory/dft/figure_7_3/<p style="background-color:#FFFFAA;border:1px solid red;padding:0.5em;"><strong>NOTE: THIS DOCUMENT IS OBSOLETE, PLEASE CHECK THE NEW VERSION:</strong> "<a href="proxy.php?url=http://ccrma.stanford.edu/~jos/mdft/">Mathematics of the Discrete Fourier Transform (DFT), with Audio Applications --- Second Edition</a>", by <a href="proxy.php?url=http://ccrma.stanford.edu/~jos/"> Julius O. Smith III</a>, <a href="proxy.php?url=http://www.w3k.org/books/">W3K Publishing</a>, 2007, ISBN 978-0-9745607-4-8. - Copyright © <i>2017-09-28</i> by <a href="proxy.php?url=http://ccrma.stanford.edu/~jos/"> Julius O. Smith III</a> - <a href="proxy.php?url=http://ccrma.stanford.edu/">Center for Computer Research in Music and Acoustics (CCRMA),</a> <a href="proxy.php?url=http://www.stanford.edu/"> Stanford University</a></p>
<p align="center"><font size="2"><b><a href="proxy.php?url=https://technick.net/guides/theory/dft/figure_7_2"><< Previous page</a> <a href="proxy.php?url=https://technick.net/guides/theory/dft/r320">TOC</a> <a href="proxy.php?url=https://technick.net/guides/theory/dft/dft_index">INDEX</a> <a href="proxy.php?url=https://technick.net/guides/theory/dft/dft_matrix">Next page >></a></b></font></p><blockquote><h2><a name="SECTION00842000000000000000">Figure </a><a href="proxy.php?url=https://technick.net/guides/theory/dft/frequencies_cracks#fig:dftfilter">7.3</a></h2><p>Below is the <a href="proxy.php?url=http://www.mathworks.com/access/helpdesk/help/techdoc/basics/getstarted.shtml">Matlab</a> for Fig. <a href="proxy.php?url=https://technick.net/guides/theory/dft/frequencies_cracks#fig:dftfilter">7.3</a>:<pre>
% Parameters (<a href="proxy.php?url=https://technick.net/guides/theory/dft/shannon_s_sampling_theorem">sampling rate</a> = 1)
N = 16; % <a href="proxy.php?url=https://technick.net/guides/theory/dft/dft">DFT</a> length
k = N/4; % bin where DFT <a href="proxy.php?url=https://ccrma.stanford.edu/~jos//filters/difference_equation.php">filter</a> is centered
wk = 2*pi*k/N; % normalized radian center-<a href="proxy.php?url=http://www.treasure-troves.com/physics/frequency.php">frequency</a> for DFT_k()
wStep = 2*pi/N;
w = [0:wStep:2*pi - wStep]; % DFT frequency grid
<p>interp = 10;
N2 = interp<em>N; % Denser grid showing “arbitrary” frequencies
w2Step = 2</em>pi/N2;
w2 = [0:w2Step:2<em>pi - w2Step]; % Extra dense frequency grid
X = (1 - exp(j</em>(w2-wk)<em>N)) ./ (1 - exp(j</em>(w2-wk)));
% slightly offset to avoid divide by zero at wk
X(1+k*interp) = N; % Fix divide-by-zero point (overwrite “NaN”)</p>
- Figuring Out Sampling Theory by Playing Around with Complex Sinusoidshttps://technick.net/guides/theory/dft/figuring_out_sampling/Sun, 01 Mar 1998 00:00:00 +0000https://technick.net/guides/theory/dft/figuring_out_sampling/<p style="background-color:#FFFFAA;border:1px solid red;padding:0.5em;"><strong>NOTE: THIS DOCUMENT IS OBSOLETE, PLEASE CHECK THE NEW VERSION:</strong> "<a href="proxy.php?url=http://ccrma.stanford.edu/~jos/mdft/">Mathematics of the Discrete Fourier Transform (DFT), with Audio Applications --- Second Edition</a>", by <a href="proxy.php?url=http://ccrma.stanford.edu/~jos/"> Julius O. Smith III</a>, <a href="proxy.php?url=http://www.w3k.org/books/">W3K Publishing</a>, 2007, ISBN 978-0-9745607-4-8. - Copyright © <i>2017-09-28</i> by <a href="proxy.php?url=http://ccrma.stanford.edu/~jos/"> Julius O. Smith III</a> - <a href="proxy.php?url=http://ccrma.stanford.edu/">Center for Computer Research in Music and Acoustics (CCRMA),</a> <a href="proxy.php?url=http://www.stanford.edu/"> Stanford University</a></p>
<p align="center"><font size="2"><b><a href="proxy.php?url=https://technick.net/guides/theory/dft/shannon_s_sampling_theorem"><< Previous page</a> <a href="proxy.php?url=https://technick.net/guides/theory/dft/r320">TOC</a> <a href="proxy.php?url=https://technick.net/guides/theory/dft/dft_index">INDEX</a> <a href="proxy.php?url=https://technick.net/guides/theory/dft/what_frequencies_are">Next page >></a></b></font></p><blockquote><h1><a name="SECTION001140000000000000000"></a><a name="sec:derivation"></a><br />Figuring Out <a href="proxy.php?url=https://technick.net/guides/theory/dft/shannon_s_sampling_theorem">Sampling Theory</a> by Playing Around with Complex <a href="proxy.php?url=https://technick.net/guides/theory/dft/why_sinusoids_are">Sinusoids</a></h1><p></p><p>Consider <!-- MATH
$z_0\in{\cal C}$
--><img width="47" height="29" align="MIDDLE" border="0" src="proxy.php?url=https://technick.net/img/guide_dft/img1457.png" alt="$z_0\" n="" al="" />, with <img width="57" height="31" align="MIDDLE" border="0" src="proxy.php?url=https://technick.net/img/guide_dft/img1458.png" alt="$\" ert="" ert="1$" />. Then we can write<img width="19" height="28" align="MIDDLE" border="0" src="proxy.php?url=https://technick.net/img/guide_dft/img635.png" alt="$z_0$" /> in polar form as<br /></p>
- Finitenesshttps://technick.net/guides/theory/dft/finiteness/Sun, 01 Mar 1998 00:00:00 +0000https://technick.net/guides/theory/dft/finiteness/<p style="background-color:#FFFFAA;border:1px solid red;padding:0.5em;"><strong>NOTE: THIS DOCUMENT IS OBSOLETE, PLEASE CHECK THE NEW VERSION:</strong> "<a href="proxy.php?url=http://ccrma.stanford.edu/~jos/mdft/">Mathematics of the Discrete Fourier Transform (DFT), with Audio Applications --- Second Edition</a>", by <a href="proxy.php?url=http://ccrma.stanford.edu/~jos/"> Julius O. Smith III</a>, <a href="proxy.php?url=http://www.w3k.org/books/">W3K Publishing</a>, 2007, ISBN 978-0-9745607-4-8. - Copyright © <i>2017-09-28</i> by <a href="proxy.php?url=http://ccrma.stanford.edu/~jos/"> Julius O. Smith III</a> - <a href="proxy.php?url=http://ccrma.stanford.edu/">Center for Computer Research in Music and Acoustics (CCRMA),</a> <a href="proxy.php?url=http://www.stanford.edu/"> Stanford University</a></p>
<p align="center"><font size="2"><b><a href="proxy.php?url=https://technick.net/guides/theory/dft/convolution_representation"><< Previous page</a> <a href="proxy.php?url=https://technick.net/guides/theory/dft/r320">TOC</a> <a href="proxy.php?url=https://technick.net/guides/theory/dft/dft_index">INDEX</a> <a href="proxy.php?url=https://technick.net/guides/theory/dft/causal_fir_filters">Next page >></a></b></font></p><blockquote><h3><a name="SECTION001220200000000000000">Finiteness</a></h3><p>From Eq. (<a href="proxy.php?url=https://technick.net/guides/theory/dft/convolution_representation#eq:fir">B.4</a>), we see that the maximum length of the <a href="proxy.php?url=https://ccrma.stanford.edu/~jos//filters/difference_equation.php#2324">impulse
response</a> is <img width="46" height="29" align="MIDDLE" border="0" src="proxy.php?url=https://technick.net/img/guide_dft/img1533.png" alt="$N+1$" /> samples. Therefore, a tapped delay line can only
implement impulse responses of <i>finite</i> length, i.e., <a href="proxy.php?url=https://ccrma.stanford.edu/~jos//waveguide/fir_filters.php">FIR
filters</a>.</p>
- FIR Filtershttps://technick.net/guides/theory/dft/fir_filters/Sun, 01 Mar 1998 00:00:00 +0000https://technick.net/guides/theory/dft/fir_filters/<p style="background-color:#FFFFAA;border:1px solid red;padding:0.5em;"><strong>NOTE: THIS DOCUMENT IS OBSOLETE, PLEASE CHECK THE NEW VERSION:</strong> "<a href="proxy.php?url=http://ccrma.stanford.edu/~jos/mdft/">Mathematics of the Discrete Fourier Transform (DFT), with Audio Applications --- Second Edition</a>", by <a href="proxy.php?url=http://ccrma.stanford.edu/~jos/"> Julius O. Smith III</a>, <a href="proxy.php?url=http://www.w3k.org/books/">W3K Publishing</a>, 2007, ISBN 978-0-9745607-4-8. - Copyright © <i>2017-09-28</i> by <a href="proxy.php?url=http://ccrma.stanford.edu/~jos/"> Julius O. Smith III</a> - <a href="proxy.php?url=http://ccrma.stanford.edu/">Center for Computer Research in Music and Acoustics (CCRMA),</a> <a href="proxy.php?url=http://www.stanford.edu/"> Stanford University</a></p>
<p align="center"><font size="2"><b><a href="proxy.php?url=https://technick.net/guides/theory/dft/motivating_example_overview"><< Previous page</a> <a href="proxy.php?url=https://technick.net/guides/theory/dft/r320">TOC</a> <a href="proxy.php?url=https://technick.net/guides/theory/dft/dft_index">INDEX</a> <a href="proxy.php?url=https://technick.net/guides/theory/dft/convolution_representation">Next page >></a></b></font></p><blockquote><h1><a name="SECTION001220000000000000000"></a><a name="sec:fir"></a><br /><a href="proxy.php?url=https://ccrma.stanford.edu/~jos//waveguide/fir_filters.php">FIR Filters</a></h1><p><i><img width="20" height="28" align="MIDDLE" border="0" src="proxy.php?url=https://technick.net/img/guide_dft/img324.png" alt="$\" l="" /> FIXME: Consider adding a section here on the one-zero <a href="proxy.php?url=https://ccrma.stanford.edu/~jos//filters/difference_equation.php">filter</a>, as in the
filter tutorial. Or scan it, finally.<img width="20" height="28" align="MIDDLE" border="0" src="proxy.php?url=https://technick.net/img/guide_dft/img325.png" alt="$\" g="" /></i></p>
- Flip Operatorhttps://technick.net/guides/theory/dft/flip_operator/Sun, 01 Mar 1998 00:00:00 +0000https://technick.net/guides/theory/dft/flip_operator/<p style="background-color:#FFFFAA;border:1px solid red;padding:0.5em;"><strong>NOTE: THIS DOCUMENT IS OBSOLETE, PLEASE CHECK THE NEW VERSION:</strong> "<a href="proxy.php?url=http://ccrma.stanford.edu/~jos/mdft/">Mathematics of the Discrete Fourier Transform (DFT), with Audio Applications --- Second Edition</a>", by <a href="proxy.php?url=http://ccrma.stanford.edu/~jos/"> Julius O. Smith III</a>, <a href="proxy.php?url=http://www.w3k.org/books/">W3K Publishing</a>, 2007, ISBN 978-0-9745607-4-8. - Copyright © <i>2017-09-28</i> by <a href="proxy.php?url=http://ccrma.stanford.edu/~jos/"> Julius O. Smith III</a> - <a href="proxy.php?url=http://ccrma.stanford.edu/">Center for Computer Research in Music and Acoustics (CCRMA),</a> <a href="proxy.php?url=http://www.stanford.edu/"> Stanford University</a></p>
<p align="center"><font size="2"><b><a href="proxy.php?url=https://technick.net/guides/theory/dft/signal_operators"><< Previous page</a> <a href="proxy.php?url=https://technick.net/guides/theory/dft/r320">TOC</a> <a href="proxy.php?url=https://technick.net/guides/theory/dft/dft_index">INDEX</a> <a href="proxy.php?url=https://technick.net/guides/theory/dft/shift_operator">Next page >></a></b></font></p><blockquote><h2><a name="SECTION00921000000000000000">Flip Operator</a></h2><p></p><p><br /><br /><b>Definition: </b>We define the <i><a href="proxy.php?url=https://technick.net/guides/theory/dft/flip_operator">flip operator</a></i><a name="13614"></a> by<br /></p><p></p>
- Floating-Point Numbershttps://technick.net/guides/theory/dft/floating_point_numbers/Sun, 01 Mar 1998 00:00:00 +0000https://technick.net/guides/theory/dft/floating_point_numbers/<p style="background-color:#FFFFAA;border:1px solid red;padding:0.5em;"><strong>NOTE: THIS DOCUMENT IS OBSOLETE, PLEASE CHECK THE NEW VERSION:</strong> "<a href="proxy.php?url=http://ccrma.stanford.edu/~jos/mdft/">Mathematics of the Discrete Fourier Transform (DFT), with Audio Applications --- Second Edition</a>", by <a href="proxy.php?url=http://ccrma.stanford.edu/~jos/"> Julius O. Smith III</a>, <a href="proxy.php?url=http://www.w3k.org/books/">W3K Publishing</a>, 2007, ISBN 978-0-9745607-4-8. - Copyright © <i>2017-09-28</i> by <a href="proxy.php?url=http://ccrma.stanford.edu/~jos/"> Julius O. Smith III</a> - <a href="proxy.php?url=http://ccrma.stanford.edu/">Center for Computer Research in Music and Acoustics (CCRMA),</a> <a href="proxy.php?url=http://www.stanford.edu/"> Stanford University</a></p>
<p align="center"><font size="2"><b><a href="proxy.php?url=https://technick.net/guides/theory/dft/logarithmic_number_systems"><< Previous page</a> <a href="proxy.php?url=https://technick.net/guides/theory/dft/r320">TOC</a> <a href="proxy.php?url=https://technick.net/guides/theory/dft/dft_index">INDEX</a> <a href="proxy.php?url=https://technick.net/guides/theory/dft/logarithmic_fixed_point_num">Next page >></a></b></font></p><blockquote><h2><a name="SECTION00541000000000000000">Floating-Point Numbers</a></h2><p><a href="proxy.php?url=https://technick.net/guides/theory/dft/floating_point_numbers">Floating-point numbers</a> consist of an ''exponent,'' ''significand'', and
''sign bit''. For a negative number, we may set the sign bit of the
floating-point word and negate the number to be encoded, leaving only
nonnegative numbers to be considered. Zero is represented by all zeros, so
now we need only consider positive numbers. </p>
- Footnoteshttps://technick.net/guides/theory/dft/footnode/Sun, 01 Mar 1998 00:00:00 +0000https://technick.net/guides/theory/dft/footnode/<p style="background-color:#FFFFAA;border:1px solid red;padding:0.5em;"><strong>NOTE: THIS DOCUMENT IS OBSOLETE, PLEASE CHECK THE NEW VERSION:</strong> "<a href="proxy.php?url=http://ccrma.stanford.edu/~jos/mdft/">Mathematics of the Discrete Fourier Transform (DFT), with Audio Applications --- Second Edition</a>", by <a href="proxy.php?url=http://ccrma.stanford.edu/~jos/"> Julius O. Smith III</a>, <a href="proxy.php?url=http://www.w3k.org/books/">W3K Publishing</a>, 2007, ISBN 978-0-9745607-4-8. - Copyright © <i>2017-09-28</i> by <a href="proxy.php?url=http://ccrma.stanford.edu/~jos/"> Julius O. Smith III</a> - <a href="proxy.php?url=http://ccrma.stanford.edu/">Center for Computer Research in Music and Acoustics (CCRMA),</a> <a href="proxy.php?url=http://www.stanford.edu/"> Stanford University</a></p>
<dl><dt><a name="foot2492">... sample.</a><a name="foot2492" href="proxy.php?url=https://technick.net/guides/theory/dft/mathematics_dft#tex2html7"><sup>1.1</sup></a><dd>Note that the definition of<img width="26" height="31" align="MIDDLE" border="0" src="proxy.php?url=https://technick.net/img/guide_dft/img54.png" alt="$x()$" /> has changed unless the <a href="proxy.php?url=https://technick.net/guides/theory/dft/shannon_s_sampling_theorem">sampling rate</a> <img width="19" height="29" align="MIDDLE" border="0" src="proxy.php?url=https://technick.net/img/guide_dft/img55.png" alt="$f_s$" /> really is 1, and the
definition of <img width="31" height="31" align="MIDDLE" border="0" src="proxy.php?url=https://technick.net/img/guide_dft/img56.png" alt="$X()$" /> has changed no matter what the sampling rate is, since
when <img width="45" height="14" align="BOTTOM" border="0" src="proxy.php?url=https://technick.net/img/guide_dft/img48.png" alt="$T=1$" />, <!-- MATH
$\omega_k =2\pi k/N$
--><img width="91" height="31" align="MIDDLE" border="0" src="proxy.php?url=https://technick.net/img/guide_dft/img57.png" alt="$\" mega="" pi="" n="" />, not <img width="13" height="15" align="BOTTOM" border="0" src="proxy.php?url=https://technick.net/img/guide_dft/img53.png" alt="$k$" />.<pre>.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.</pre><dt><a name="foot2945">...
unknowns.</a><a name="foot2945" href="proxy.php?url=https://technick.net/guides/theory/dft/factoring_polynomial_with#tex2html8"><sup>2.1</sup></a><dd>''Linear'' in this context means that the unknowns are
multiplied only by constants--they may not be multiplied by each other or
raised to any power other than <img width="12" height="13" align="BOTTOM" border="0" src="proxy.php?url=https://technick.net/img/guide_dft/img78.png" alt="$1$" /> (e.g., not squared or cubed or raised to
the <img width="28" height="31" align="MIDDLE" border="0" src="proxy.php?url=https://technick.net/img/guide_dft/img87.png" alt="$1/5$" /> power). Linear systems of <img width="19" height="14" align="BOTTOM" border="0" src="proxy.php?url=https://technick.net/img/guide_dft/img4.png" alt="$N$" /> equations in <img width="19" height="14" align="BOTTOM" border="0" src="proxy.php?url=https://technick.net/img/guide_dft/img4.png" alt="$N$" /> unknowns are very
easy to solve compared to <i>nonlinear</i> systems of <img width="19" height="14" align="BOTTOM" border="0" src="proxy.php?url=https://technick.net/img/guide_dft/img4.png" alt="$N$" /> equations in <img width="19" height="14" align="BOTTOM" border="0" src="proxy.php?url=https://technick.net/img/guide_dft/img4.png" alt="$N$" />unknowns. For example, <a href="proxy.php?url=http://www.mathworks.com/access/helpdesk/help/techdoc/basics/getstarted.shtml">Matlab</a> or <a href="proxy.php?url=https://technick.net/guides/theory/dft/sidebar_mathematica">Mathematica</a> can easily handle them. You
learn all about this in a course on <i><a href="proxy.php?url=http://mathworld.wolfram.com/linearalgebra.php">Linear Algebra</a></i> which is highly
recommended for anyone interested in getting involved with signal
processing. Linear algebra also teaches you all about <i><a href="proxy.php?url=https://technick.net/guides/theory/dft/matrices">matrices</a></i> which
we will only introduce briefly in this course.<p>To give you a simple first exposure, here's how the linear <a href="proxy.php?url=http://mathworld.wolfram.com/systemofequations.php">system of equations</a></p>
- Formal Statement of Taylor's Theoremhttps://technick.net/guides/theory/dft/formal_statement_taylor_s/Sun, 01 Mar 1998 00:00:00 +0000https://technick.net/guides/theory/dft/formal_statement_taylor_s/<p style="background-color:#FFFFAA;border:1px solid red;padding:0.5em;"><strong>NOTE: THIS DOCUMENT IS OBSOLETE, PLEASE CHECK THE NEW VERSION:</strong> "<a href="proxy.php?url=http://ccrma.stanford.edu/~jos/mdft/">Mathematics of the Discrete Fourier Transform (DFT), with Audio Applications --- Second Edition</a>", by <a href="proxy.php?url=http://ccrma.stanford.edu/~jos/"> Julius O. Smith III</a>, <a href="proxy.php?url=http://www.w3k.org/books/">W3K Publishing</a>, 2007, ISBN 978-0-9745607-4-8. - Copyright © <i>2017-09-28</i> by <a href="proxy.php?url=http://ccrma.stanford.edu/~jos/"> Julius O. Smith III</a> - <a href="proxy.php?url=http://ccrma.stanford.edu/">Center for Computer Research in Music and Acoustics (CCRMA),</a> <a href="proxy.php?url=http://www.stanford.edu/"> Stanford University</a></p>
<p align="center"><font size="2"><b><a href="proxy.php?url=https://technick.net/guides/theory/dft/derivation_taylor_series"><< Previous page</a> <a href="proxy.php?url=https://technick.net/guides/theory/dft/r320">TOC</a> <a href="proxy.php?url=https://technick.net/guides/theory/dft/dft_index">INDEX</a> <a href="proxy.php?url=https://technick.net/guides/theory/dft/weierstrass_polynomial_appr">Next page >></a></b></font></p><blockquote><h1><a name="SECTION00440000000000000000"></a><a name="sec:C"></a><br />Formal Statement of <a href="proxy.php?url=https://technick.net/guides/theory/dft/formal_statement_taylor_s">Taylor's Theorem</a></h1><p>Let <img width="35" height="31" align="MIDDLE" border="0" src="proxy.php?url=https://technick.net/img/guide_dft/img236.png" alt="$f(x)$" /> be continuous on a real interval <img width="12" height="14" align="BOTTOM" border="0" src="proxy.php?url=https://technick.net/img/guide_dft/img301.png" alt="$I$" /> containing <img width="20" height="28" align="MIDDLE" border="0" src="proxy.php?url=https://technick.net/img/guide_dft/img310.png" alt="$x_0$" /> (and <img width="13" height="14" align="BOTTOM" border="0" src="proxy.php?url=https://technick.net/img/guide_dft/img12.png" alt="$x$" />),
and let <img width="54" height="36" align="MIDDLE" border="0" src="proxy.php?url=https://technick.net/img/guide_dft/img311.png" alt="$f^{(n)}(x)$" /> exist at <img width="13" height="14" align="BOTTOM" border="0" src="proxy.php?url=https://technick.net/img/guide_dft/img12.png" alt="$x$" /> and <!-- MATH
$f^{(n+1)}(\xi)$
--><img width="68" height="36" align="MIDDLE" border="0" src="proxy.php?url=https://technick.net/img/guide_dft/img312.png" alt="$f^{(n+1)}(\" i="i" /> be continuous for
all <img width="39" height="29" align="MIDDLE" border="0" src="proxy.php?url=https://technick.net/img/guide_dft/img313.png" alt="$\" i\in="" />. Then we have the following <a href="proxy.php?url=https://technick.net/guides/theory/dft/first_look_at">Taylor series expansion</a>:<br /></p>
- Fourier Theorems for the DFThttps://technick.net/guides/theory/dft/fourier_theorems_dft/Sun, 01 Mar 1998 00:00:00 +0000https://technick.net/guides/theory/dft/fourier_theorems_dft/<p style="background-color:#FFFFAA;border:1px solid red;padding:0.5em;"><strong>NOTE: THIS DOCUMENT IS OBSOLETE, PLEASE CHECK THE NEW VERSION:</strong> "<a href="proxy.php?url=http://ccrma.stanford.edu/~jos/mdft/">Mathematics of the Discrete Fourier Transform (DFT), with Audio Applications --- Second Edition</a>", by <a href="proxy.php?url=http://ccrma.stanford.edu/~jos/"> Julius O. Smith III</a>, <a href="proxy.php?url=http://www.w3k.org/books/">W3K Publishing</a>, 2007, ISBN 978-0-9745607-4-8. - Copyright © <i>2017-09-28</i> by <a href="proxy.php?url=http://ccrma.stanford.edu/~jos/"> Julius O. Smith III</a> - <a href="proxy.php?url=http://ccrma.stanford.edu/">Center for Computer Research in Music and Acoustics (CCRMA),</a> <a href="proxy.php?url=http://www.stanford.edu/"> Stanford University</a></p>
<p align="center"><font size="2"><b><a href="proxy.php?url=https://technick.net/guides/theory/dft/dft_matrix"><< Previous page</a> <a href="proxy.php?url=https://technick.net/guides/theory/dft/r320">TOC</a> <a href="proxy.php?url=https://technick.net/guides/theory/dft/dft_index">INDEX</a> <a href="proxy.php?url=https://technick.net/guides/theory/dft/dft_its_inverse">Next page >></a></b></font></p><blockquote><h1><a name="SECTION00900000000000000000">Fourier Theorems for the DFT</a></h1><p>This chapter derives various <i><a href="proxy.php?url=https://technick.net/guides/theory/dft/fourier_theorems">Fourier theorems</a></i> for the case of the <a href="proxy.php?url=https://technick.net/guides/theory/dft/dft">DFT</a>.
Included are symmetry relations, the <a href="proxy.php?url=https://technick.net/guides/theory/dft/shift_theorem">shift theorem</a>, <a href="proxy.php?url=https://technick.net/guides/theory/dft/convolution_theorem">convolution theorem</a>,<a href="proxy.php?url=https://technick.net/guides/theory/dft/correlation_theorem">correlation theorem</a>, <a href="proxy.php?url=https://technick.net/guides/theory/dft/power_theorem">power theorem</a>, and theorems pertaining to interpolation
and <a href="proxy.php?url=https://ccrma.stanford.edu/~jos//filterbanks/downsampling_upsampling.php">downsampling</a>. Applications related to certain theorems are outlined,
including linear time-invariant <a href="proxy.php?url=https://ccrma.stanford.edu/~jos//filters/difference_equation.php">filtering</a>, <a href="proxy.php?url=https://ccrma.stanford.edu/~jos//resample/default.php">sampling rate conversion</a>, and<a href="proxy.php?url=https://technick.net/guides/theory/dft/appendix_b_introductory">statistical signal processing</a>.</p>
- Fractional Binary Fixed-Point Numbershttps://technick.net/guides/theory/dft/fractional_binary_fixed_poi/Sun, 01 Mar 1998 00:00:00 +0000https://technick.net/guides/theory/dft/fractional_binary_fixed_poi/<p style="background-color:#FFFFAA;border:1px solid red;padding:0.5em;"><strong>NOTE: THIS DOCUMENT IS OBSOLETE, PLEASE CHECK THE NEW VERSION:</strong> "<a href="proxy.php?url=http://ccrma.stanford.edu/~jos/mdft/">Mathematics of the Discrete Fourier Transform (DFT), with Audio Applications --- Second Edition</a>", by <a href="proxy.php?url=http://ccrma.stanford.edu/~jos/"> Julius O. Smith III</a>, <a href="proxy.php?url=http://www.w3k.org/books/">W3K Publishing</a>, 2007, ISBN 978-0-9745607-4-8. - Copyright © <i>2017-09-28</i> by <a href="proxy.php?url=http://ccrma.stanford.edu/~jos/"> Julius O. Smith III</a> - <a href="proxy.php?url=http://ccrma.stanford.edu/">Center for Computer Research in Music and Acoustics (CCRMA),</a> <a href="proxy.php?url=http://www.stanford.edu/"> Stanford University</a></p>
<p align="center"><font size="2"><b><a href="proxy.php?url=https://technick.net/guides/theory/dft/little_endian_formula"><< Previous page</a> <a href="proxy.php?url=https://technick.net/guides/theory/dft/r320">TOC</a> <a href="proxy.php?url=https://technick.net/guides/theory/dft/dft_index">INDEX</a> <a href="proxy.php?url=https://technick.net/guides/theory/dft/how_many_bits">Next page >></a></b></font></p><blockquote><h2><a name="SECTION00533000000000000000">Fractional Binary Fixed-Point Numbers</a></h2><p>In ''<a href="proxy.php?url=http://www.dsptutor.freeuk.com/default.php">DSP</a> chips'' (microprocessors explicitly designed for <a href="proxy.php?url=http://www.dsptutor.freeuk.com/default.php">digital signal
processing</a> applications), the most commonly used <a href="proxy.php?url=https://technick.net/guides/theory/dft/binary_integer_fixed_point">fixed-point</a> format is<i>fractional fixed point</i>, also in <a href="proxy.php?url=https://technick.net/guides/theory/dft/general_formula_two_s_compl">two's complement</a>.</p>
- Frequencies in the \https://technick.net/guides/theory/dft/frequencies_cracks/Sun, 01 Mar 1998 00:00:00 +0000https://technick.net/guides/theory/dft/frequencies_cracks/<p style="background-color:#FFFFAA;border:1px solid red;padding:0.5em;"><strong>NOTE: THIS DOCUMENT IS OBSOLETE, PLEASE CHECK THE NEW VERSION:</strong> "<a href="proxy.php?url=http://ccrma.stanford.edu/~jos/mdft/">Mathematics of the Discrete Fourier Transform (DFT), with Audio Applications --- Second Edition</a>", by <a href="proxy.php?url=http://ccrma.stanford.edu/~jos/"> Julius O. Smith III</a>, <a href="proxy.php?url=http://www.w3k.org/books/">W3K Publishing</a>, 2007, ISBN 978-0-9745607-4-8. - Copyright © <i>2017-09-28</i> by <a href="proxy.php?url=http://ccrma.stanford.edu/~jos/"> Julius O. Smith III</a> - <a href="proxy.php?url=http://ccrma.stanford.edu/">Center for Computer Research in Music and Acoustics (CCRMA),</a> <a href="proxy.php?url=http://www.stanford.edu/"> Stanford University</a></p>
<p align="center"><font size="2"><b><a href="proxy.php?url=https://technick.net/guides/theory/dft/discrete_fourier_transform"><< Previous page</a> <a href="proxy.php?url=https://technick.net/guides/theory/dft/r320">TOC</a> <a href="proxy.php?url=https://technick.net/guides/theory/dft/dft_index">INDEX</a> <a href="proxy.php?url=https://technick.net/guides/theory/dft/normalized_dft">Next page >></a></b></font></p><blockquote><h2><a name="SECTION00817000000000000000">Frequencies in the ''Cracks''</a></h2><p>The <a href="proxy.php?url=https://technick.net/guides/theory/dft/dft">DFT</a> is defined only for frequencies <!-- MATH
$\omega_k = 2\pi k f_s/N$
--><img width="106" height="31" align="MIDDLE" border="0" src="proxy.php?url=https://technick.net/img/guide_dft/img644.png" alt="$\" mega="" pi="" s="s" n="" />. If we
are analyzing one or more periods of an exactly periodic signal, where the
period is exactly <img width="19" height="14" align="BOTTOM" border="0" src="proxy.php?url=https://technick.net/img/guide_dft/img4.png" alt="$N$" /> samples (or some integer divisor of <img width="19" height="14" align="BOTTOM" border="0" src="proxy.php?url=https://technick.net/img/guide_dft/img4.png" alt="$N$" />), then these
really are the only frequencies present in the signal, and the spectrum is
actually zero everywhere but at <!-- MATH
$\omega=\omega_k$
--><img width="53" height="28" align="MIDDLE" border="0" src="proxy.php?url=https://technick.net/img/guide_dft/img954.png" alt="$\" mega="\omega_k$" />. However, we use the
DFT to analyze arbitrary signals from nature. What happens when a<a href="proxy.php?url=http://www.treasure-troves.com/physics/frequency.php">frequency</a> <img width="15" height="14" align="BOTTOM" border="0" src="proxy.php?url=https://technick.net/img/guide_dft/img527.png" alt="$\" mega="" /> is present in a signal <img width="13" height="14" align="BOTTOM" border="0" src="proxy.php?url=https://technick.net/img/guide_dft/img12.png" alt="$x$" /> that is not one of the
DFT-<a href="proxy.php?url=https://technick.net/guides/theory/dft/why_sinusoids_are">sinusoid</a> freqencies <img width="22" height="28" align="MIDDLE" border="0" src="proxy.php?url=https://technick.net/img/guide_dft/img681.png" alt="$\" mega="" />?</p>
- Frequency Responsehttps://technick.net/guides/theory/dft/frequency_response/Sun, 01 Mar 1998 00:00:00 +0000https://technick.net/guides/theory/dft/frequency_response/<p style="background-color:#FFFFAA;border:1px solid red;padding:0.5em;"><strong>NOTE: THIS DOCUMENT IS OBSOLETE, PLEASE CHECK THE NEW VERSION:</strong> "<a href="proxy.php?url=http://ccrma.stanford.edu/~jos/mdft/">Mathematics of the Discrete Fourier Transform (DFT), with Audio Applications --- Second Edition</a>", by <a href="proxy.php?url=http://ccrma.stanford.edu/~jos/"> Julius O. Smith III</a>, <a href="proxy.php?url=http://www.w3k.org/books/">W3K Publishing</a>, 2007, ISBN 978-0-9745607-4-8. - Copyright © <i>2017-09-28</i> by <a href="proxy.php?url=http://ccrma.stanford.edu/~jos/"> Julius O. Smith III</a> - <a href="proxy.php?url=http://ccrma.stanford.edu/">Center for Computer Research in Music and Acoustics (CCRMA),</a> <a href="proxy.php?url=http://www.stanford.edu/"> Stanford University</a></p>
<p align="center"><font size="2"><b><a href="proxy.php?url=https://technick.net/guides/theory/dft/convolution_representation_"><< Previous page</a> <a href="proxy.php?url=https://technick.net/guides/theory/dft/r320">TOC</a> <a href="proxy.php?url=https://technick.net/guides/theory/dft/dft_index">INDEX</a> <a href="proxy.php?url=https://technick.net/guides/theory/dft/phase_delay_group">Next page >></a></b></font></p><blockquote><h2><a name="SECTION001244000000000000000">Frequency Response</a></h2><p>Beginning with Eq. (<a href="proxy.php?url=https://technick.net/guides/theory/dft/convolution_representation_#eq:YHX">B.4.3</a>), we have<br /></p><p></p><div align="CENTER"><!-- MATH
\begin{displaymath}
Y(z)=H(z)X(z),
\end{displaymath}
--><img width="142" height="31" border="0" src="proxy.php?url=https://technick.net/img/guide_dft/img1611.png" alt="\" egin="" isplaymath="" z="" z="" z="" nd="" isplaymath="" /></div><br clear="ALL" /><p></p>
- Further Notes on Differentiability of Audio Signalshttps://technick.net/guides/theory/dft/further_notes_differentiabi/Sun, 01 Mar 1998 00:00:00 +0000https://technick.net/guides/theory/dft/further_notes_differentiabi/<p style="background-color:#FFFFAA;border:1px solid red;padding:0.5em;"><strong>NOTE: THIS DOCUMENT IS OBSOLETE, PLEASE CHECK THE NEW VERSION:</strong> "<a href="proxy.php?url=http://ccrma.stanford.edu/~jos/mdft/">Mathematics of the Discrete Fourier Transform (DFT), with Audio Applications --- Second Edition</a>", by <a href="proxy.php?url=http://ccrma.stanford.edu/~jos/"> Julius O. Smith III</a>, <a href="proxy.php?url=http://www.w3k.org/books/">W3K Publishing</a>, 2007, ISBN 978-0-9745607-4-8. - Copyright © <i>2017-09-28</i> by <a href="proxy.php?url=http://ccrma.stanford.edu/~jos/"> Julius O. Smith III</a> - <a href="proxy.php?url=http://ccrma.stanford.edu/">Center for Computer Research in Music and Acoustics (CCRMA),</a> <a href="proxy.php?url=http://www.stanford.edu/"> Stanford University</a></p>
<p align="center"><font size="2"><b><a href="proxy.php?url=https://technick.net/guides/theory/dft/weierstrass_polynomial_appr"><< Previous page</a> <a href="proxy.php?url=https://technick.net/guides/theory/dft/r320">TOC</a> <a href="proxy.php?url=https://technick.net/guides/theory/dft/dft_index">INDEX</a> <a href="proxy.php?url=https://technick.net/guides/theory/dft/logarithms_decibels_number">Next page >></a></b></font></p><blockquote><h1><a name="SECTION00460000000000000000"></a><a name="sec:E"></a><br />Further Notes on Differentiability of Audio Signals</h1><p>As mentioned earlier, every audio signal can be regarded as infinitely
differentiable due to the finite bandwidth of human <a href="proxy.php?url=http://www-ccrma.stanford.edu/ccrma/courses/152/hearing.php">hearing</a>. One of
the Fourier properties we will learn later in this course is that<i>a signal cannot be both time limited and <a href="proxy.php?url=http://www.treasure-troves.com/physics/frequency.php">frequency</a> limited.</i>Therefore, by conceptually ''lowpass <a href="proxy.php?url=https://ccrma.stanford.edu/~jos//filters/difference_equation.php">filtering</a>'' every audio signal to
reject all frequencies above <img width="20" height="14" align="BOTTOM" border="0" src="proxy.php?url=https://technick.net/img/guide_dft/img240.png" alt="$20$" /> kHz, we implicitly make every audio
signal last forever! Another way of saying this is that the ''ideal
lowpass filter `rings' forever''. Such fine points do not concern us
in practice, but they are important for fully understanding the
underlying theory. Since, in reality, signals can be said to have a
true beginning and end, we must admit in practice that all signals we
work with have infinite-bandwidth at turn-on and turn-off
transients.<a name="tex2html13" href="proxy.php?url=https://technick.net/guides/theory/dft/footnode#foot3876"><sup>3.1</sup></a></p>
- General Conditionshttps://technick.net/guides/theory/dft/general_conditions/Sun, 01 Mar 1998 00:00:00 +0000https://technick.net/guides/theory/dft/general_conditions/<p style="background-color:#FFFFAA;border:1px solid red;padding:0.5em;"><strong>NOTE: THIS DOCUMENT IS OBSOLETE, PLEASE CHECK THE NEW VERSION:</strong> "<a href="proxy.php?url=http://ccrma.stanford.edu/~jos/mdft/">Mathematics of the Discrete Fourier Transform (DFT), with Audio Applications --- Second Edition</a>", by <a href="proxy.php?url=http://ccrma.stanford.edu/~jos/"> Julius O. Smith III</a>, <a href="proxy.php?url=http://www.w3k.org/books/">W3K Publishing</a>, 2007, ISBN 978-0-9745607-4-8. - Copyright © <i>2017-09-28</i> by <a href="proxy.php?url=http://ccrma.stanford.edu/~jos/"> Julius O. Smith III</a> - <a href="proxy.php?url=http://ccrma.stanford.edu/">Center for Computer Research in Music and Acoustics (CCRMA),</a> <a href="proxy.php?url=http://www.stanford.edu/"> Stanford University</a></p>
<p align="center"><font size="2"><b><a href="proxy.php?url=https://technick.net/guides/theory/dft/example_changing_coordinate"><< Previous page</a> <a href="proxy.php?url=https://technick.net/guides/theory/dft/r320">TOC</a> <a href="proxy.php?url=https://technick.net/guides/theory/dft/dft_index">INDEX</a> <a href="proxy.php?url=https://technick.net/guides/theory/dft/gram_schmidt_orthogonalizat">Next page >></a></b></font></p><blockquote><h2><a name="SECTION00772000000000000000">General Conditions</a></h2><p>This section summarizes and extends the above derivations in a somewhat
formal manner (following portions of chapter 4 of <img width="21" height="31" align="MIDDLE" border="0" src="proxy.php?url=https://technick.net/img/guide_dft/img857.png" alt="$\" ite="" oble="" />).</p>
- General Formula for Two's-Complement, Integer Fixed-Point Numbershttps://technick.net/guides/theory/dft/general_formula_two_s_compl/Sun, 01 Mar 1998 00:00:00 +0000https://technick.net/guides/theory/dft/general_formula_two_s_compl/<p style="background-color:#FFFFAA;border:1px solid red;padding:0.5em;"><strong>NOTE: THIS DOCUMENT IS OBSOLETE, PLEASE CHECK THE NEW VERSION:</strong> "<a href="proxy.php?url=http://ccrma.stanford.edu/~jos/mdft/">Mathematics of the Discrete Fourier Transform (DFT), with Audio Applications --- Second Edition</a>", by <a href="proxy.php?url=http://ccrma.stanford.edu/~jos/"> Julius O. Smith III</a>, <a href="proxy.php?url=http://www.w3k.org/books/">W3K Publishing</a>, 2007, ISBN 978-0-9745607-4-8. - Copyright © <i>2017-09-28</i> by <a href="proxy.php?url=http://ccrma.stanford.edu/~jos/"> Julius O. Smith III</a> - <a href="proxy.php?url=http://ccrma.stanford.edu/">Center for Computer Research in Music and Acoustics (CCRMA),</a> <a href="proxy.php?url=http://www.stanford.edu/"> Stanford University</a></p>
<p align="center"><font size="2"><b><a href="proxy.php?url=https://technick.net/guides/theory/dft/two_s_complement_fixed_poin"><< Previous page</a> <a href="proxy.php?url=https://technick.net/guides/theory/dft/r320">TOC</a> <a href="proxy.php?url=https://technick.net/guides/theory/dft/dft_index">INDEX</a> <a href="proxy.php?url=https://technick.net/guides/theory/dft/little_endian_formula">Next page >></a></b></font></p><blockquote><h3><a name="SECTION00532300000000000000">General Formula for Two's-Complement,
Integer Fixed-Point Numbers</a></h3><p>Let <img width="19" height="14" align="BOTTOM" border="0" src="proxy.php?url=https://technick.net/img/guide_dft/img4.png" alt="$N$" /> denote the (even) number of bits. Then the value of a <a href="proxy.php?url=https://technick.net/guides/theory/dft/general_formula_two_s_compl">two's
complement</a> integer <a href="proxy.php?url=https://technick.net/guides/theory/dft/binary_integer_fixed_point">fixed-point</a> number can be expressed in terms of its
bits <!-- MATH
$\{b_i\}_{i=0}^{N-1}$
--><img width="61" height="36" align="MIDDLE" border="0" src="proxy.php?url=https://technick.net/img/guide_dft/img394.png" alt="$\" b="b" i\="" n-1="" /> as<br /></p>
- Generalized Complex Sinusoidshttps://technick.net/guides/theory/dft/generalized_complex_sinusoi/Sun, 01 Mar 1998 00:00:00 +0000https://technick.net/guides/theory/dft/generalized_complex_sinusoi/<p style="background-color:#FFFFAA;border:1px solid red;padding:0.5em;"><strong>NOTE: THIS DOCUMENT IS OBSOLETE, PLEASE CHECK THE NEW VERSION:</strong> "<a href="proxy.php?url=http://ccrma.stanford.edu/~jos/mdft/">Mathematics of the Discrete Fourier Transform (DFT), with Audio Applications --- Second Edition</a>", by <a href="proxy.php?url=http://ccrma.stanford.edu/~jos/"> Julius O. Smith III</a>, <a href="proxy.php?url=http://www.w3k.org/books/">W3K Publishing</a>, 2007, ISBN 978-0-9745607-4-8. - Copyright © <i>2017-09-28</i> by <a href="proxy.php?url=http://ccrma.stanford.edu/~jos/"> Julius O. Smith III</a> - <a href="proxy.php?url=http://ccrma.stanford.edu/">Center for Computer Research in Music and Acoustics (CCRMA),</a> <a href="proxy.php?url=http://www.stanford.edu/"> Stanford University</a></p>
<p align="center"><font size="2"><b><a href="proxy.php?url=https://technick.net/guides/theory/dft/analytic_signal_hilbert"><< Previous page</a> <a href="proxy.php?url=https://technick.net/guides/theory/dft/r320">TOC</a> <a href="proxy.php?url=https://technick.net/guides/theory/dft/dft_index">INDEX</a> <a href="proxy.php?url=https://technick.net/guides/theory/dft/sampled_sinusoids">Next page >></a></b></font></p><blockquote><h2><a name="SECTION00635000000000000000">Generalized Complex Sinusoids</a></h2><p>We have defined <a href="proxy.php?url=https://technick.net/guides/theory/dft/why_sinusoids_are">sinusoids</a> and extended the definition to include complex
sinusoids. We now extend one more step by allowing for <i><a href="proxy.php?url=https://technick.net/guides/theory/dft/exponentials">exponential</a><a href="proxy.php?url=https://technick.net/guides/theory/dft/logarithms">amplitude</a> envelopes</i>:<br /></p>
- Geometric Serieshttps://technick.net/guides/theory/dft/geometric_series/Sun, 01 Mar 1998 00:00:00 +0000https://technick.net/guides/theory/dft/geometric_series/<p style="background-color:#FFFFAA;border:1px solid red;padding:0.5em;"><strong>NOTE: THIS DOCUMENT IS OBSOLETE, PLEASE CHECK THE NEW VERSION:</strong> "<a href="proxy.php?url=http://ccrma.stanford.edu/~jos/mdft/">Mathematics of the Discrete Fourier Transform (DFT), with Audio Applications --- Second Edition</a>", by <a href="proxy.php?url=http://ccrma.stanford.edu/~jos/"> Julius O. Smith III</a>, <a href="proxy.php?url=http://www.w3k.org/books/">W3K Publishing</a>, 2007, ISBN 978-0-9745607-4-8. - Copyright © <i>2017-09-28</i> by <a href="proxy.php?url=http://ccrma.stanford.edu/~jos/"> Julius O. Smith III</a> - <a href="proxy.php?url=http://ccrma.stanford.edu/">Center for Computer Research in Music and Acoustics (CCRMA),</a> <a href="proxy.php?url=http://www.stanford.edu/"> Stanford University</a></p>
<p align="center"><font size="2"><b><a href="proxy.php?url=https://technick.net/guides/theory/dft/dft_derived"><< Previous page</a> <a href="proxy.php?url=https://technick.net/guides/theory/dft/r320">TOC</a> <a href="proxy.php?url=https://technick.net/guides/theory/dft/dft_index">INDEX</a> <a href="proxy.php?url=https://technick.net/guides/theory/dft/orthogonality_sinusoids">Next page >></a></b></font></p><blockquote><h2><a name="SECTION00811000000000000000">Geometric Series</a></h2><p>Recall that for any compex number <!-- MATH
$z_1\in{\cal C}$
--><img width="47" height="29" align="MIDDLE" border="0" src="proxy.php?url=https://technick.net/img/guide_dft/img913.png" alt="$z_1\" n="" al="" />, the signal <!-- MATH
$x(n)\isdef
z_1^n$
--><img width="73" height="39" align="MIDDLE" border="0" src="proxy.php?url=https://technick.net/img/guide_dft/img914.png" alt="$x(n)\" sdef="" />, <!-- MATH
$n=0,1,2,\ldots$
--><img width="99" height="28" align="MIDDLE" border="0" src="proxy.php?url=https://technick.net/img/guide_dft/img142.png" alt="$n=0,1,2,\" dots="" />, defines a <i>geometric sequence</i><a name="11401"></a>, i.e., each
term is obtained by multiplying the previous term by a (complex) constant.
A <i><a href="proxy.php?url=https://technick.net/guides/theory/dft/geometric_series">geometric series</a></i><a name="11403"></a> is defined as the <i>sum</i> of a geometric
sequence:<br /></p>
- Geometric Signal Theoryhttps://technick.net/guides/theory/dft/geometric_signal_theory/Sun, 01 Mar 1998 00:00:00 +0000https://technick.net/guides/theory/dft/geometric_signal_theory/<p style="background-color:#FFFFAA;border:1px solid red;padding:0.5em;"><strong>NOTE: THIS DOCUMENT IS OBSOLETE, PLEASE CHECK THE NEW VERSION:</strong> "<a href="proxy.php?url=http://ccrma.stanford.edu/~jos/mdft/">Mathematics of the Discrete Fourier Transform (DFT), with Audio Applications --- Second Edition</a>", by <a href="proxy.php?url=http://ccrma.stanford.edu/~jos/"> Julius O. Smith III</a>, <a href="proxy.php?url=http://www.w3k.org/books/">W3K Publishing</a>, 2007, ISBN 978-0-9745607-4-8. - Copyright © <i>2017-09-28</i> by <a href="proxy.php?url=http://ccrma.stanford.edu/~jos/"> Julius O. Smith III</a> - <a href="proxy.php?url=http://ccrma.stanford.edu/">Center for Computer Research in Music and Acoustics (CCRMA),</a> <a href="proxy.php?url=http://www.stanford.edu/"> Stanford University</a></p>
<p align="center"><font size="2"><b><a href="proxy.php?url=https://technick.net/guides/theory/dft/acknowledgement"><< Previous page</a> <a href="proxy.php?url=https://technick.net/guides/theory/dft/r320">TOC</a> <a href="proxy.php?url=https://technick.net/guides/theory/dft/dft_index">INDEX</a> <a href="proxy.php?url=https://technick.net/guides/theory/dft/dft">Next page >></a></b></font></p><blockquote><h1><a name="SECTION00700000000000000000">Geometric Signal Theory</a></h1><p>This chapter provides an introduction to the elements of <a href="proxy.php?url=https://technick.net/guides/theory/dft/geometric_signal_theory">geometric
signal theory</a>, including <a href="proxy.php?url=http://mathworld.wolfram.com/vectorspace.php">vector spaces</a>, <a href="proxy.php?url=https://ccrma.stanford.edu/~jos//interpolation/lp_norms.php">norms</a>, <a href="proxy.php?url=https://technick.net/guides/theory/dft/inner_product">inner products</a>,<a href="proxy.php?url=https://technick.net/guides/theory/dft/orthogonality">orthogonality</a>, projection of one signal onto another, and elementary
vector space operations.</p>
- Gram-Schmidt Orthogonalizationhttps://technick.net/guides/theory/dft/gram_schmidt_orthogonalizat/Sun, 01 Mar 1998 00:00:00 +0000https://technick.net/guides/theory/dft/gram_schmidt_orthogonalizat/<p style="background-color:#FFFFAA;border:1px solid red;padding:0.5em;"><strong>NOTE: THIS DOCUMENT IS OBSOLETE, PLEASE CHECK THE NEW VERSION:</strong> "<a href="proxy.php?url=http://ccrma.stanford.edu/~jos/mdft/">Mathematics of the Discrete Fourier Transform (DFT), with Audio Applications --- Second Edition</a>", by <a href="proxy.php?url=http://ccrma.stanford.edu/~jos/"> Julius O. Smith III</a>, <a href="proxy.php?url=http://www.w3k.org/books/">W3K Publishing</a>, 2007, ISBN 978-0-9745607-4-8. - Copyright © <i>2017-09-28</i> by <a href="proxy.php?url=http://ccrma.stanford.edu/~jos/"> Julius O. Smith III</a> - <a href="proxy.php?url=http://ccrma.stanford.edu/">Center for Computer Research in Music and Acoustics (CCRMA),</a> <a href="proxy.php?url=http://www.stanford.edu/"> Stanford University</a></p>
<p align="center"><font size="2"><b><a href="proxy.php?url=https://technick.net/guides/theory/dft/general_conditions"><< Previous page</a> <a href="proxy.php?url=https://technick.net/guides/theory/dft/r320">TOC</a> <a href="proxy.php?url=https://technick.net/guides/theory/dft/dft_index">INDEX</a> <a href="proxy.php?url=https://technick.net/guides/theory/dft/appendix_matlab_examples">Next page >></a></b></font></p><blockquote><h2><a name="SECTION00773000000000000000">Gram-Schmidt Orthogonalization</a></h2><p><a name="sec:gso"></a></p><p></p><p><br /><br /><b>Theorem: </b>Given a set of <img width="19" height="14" align="BOTTOM" border="0" src="proxy.php?url=https://technick.net/img/guide_dft/img4.png" alt="$N$" /> <a href="proxy.php?url=http://mathworld.wolfram.com/linearlyindependent.php">linearly independent</a> vectors
<!-- MATH
$\underline{s}_0,\ldots,\underline{s}_{N-1}$
--><img width="90" height="28" align="MIDDLE" border="0" src="proxy.php?url=https://technick.net/img/guide_dft/img878.png" alt="$\" nderline="" s="" dots="" nderline="" s="" /> from <img width="26" height="18" align="BOTTOM" border="0" src="proxy.php?url=https://technick.net/img/guide_dft/img745.png" alt="${\" al="" />, we can construct an <i>orthonormal</i>set <!-- MATH
$\underline{{\tilde s}}_0,\ldots,\underline{{\tilde s}}_{N-1}$
--><img width="90" height="29" align="MIDDLE" border="0" src="proxy.php?url=https://technick.net/img/guide_dft/img897.png" alt="$\" nderline="" ilde="" dots="" nderline="" ilde="" /> which are linear combinations of the
original set and which span the same space.</p>
- Graphical Convolutionhttps://technick.net/guides/theory/dft/graphical_convolution/Sun, 01 Mar 1998 00:00:00 +0000https://technick.net/guides/theory/dft/graphical_convolution/<p style="background-color:#FFFFAA;border:1px solid red;padding:0.5em;"><strong>NOTE: THIS DOCUMENT IS OBSOLETE, PLEASE CHECK THE NEW VERSION:</strong> "<a href="proxy.php?url=http://ccrma.stanford.edu/~jos/mdft/">Mathematics of the Discrete Fourier Transform (DFT), with Audio Applications --- Second Edition</a>", by <a href="proxy.php?url=http://ccrma.stanford.edu/~jos/"> Julius O. Smith III</a>, <a href="proxy.php?url=http://www.w3k.org/books/">W3K Publishing</a>, 2007, ISBN 978-0-9745607-4-8. - Copyright © <i>2017-09-28</i> by <a href="proxy.php?url=http://ccrma.stanford.edu/~jos/"> Julius O. Smith III</a> - <a href="proxy.php?url=http://ccrma.stanford.edu/">Center for Computer Research in Music and Acoustics (CCRMA),</a> <a href="proxy.php?url=http://www.stanford.edu/"> Stanford University</a></p>
<p align="center"><font size="2"><b><a href="proxy.php?url=https://technick.net/guides/theory/dft/convolution"><< Previous page</a> <a href="proxy.php?url=https://technick.net/guides/theory/dft/r320">TOC</a> <a href="proxy.php?url=https://technick.net/guides/theory/dft/dft_index">INDEX</a> <a href="proxy.php?url=https://technick.net/guides/theory/dft/polynomial_multiplication">Next page >></a></b></font></p><blockquote><h3><a name="SECTION00923100000000000000">Graphical Convolution</a></h3><p>Note that the cyclic <a href="proxy.php?url=https://technick.net/guides/theory/dft/convolution">convolution</a> operation can be expressed in terms of
previously defined operators as<br /></p>
- Guide to Using Fast Ethernethttps://technick.net/guides/hardware/net/fast_ethernet/Sun, 01 Mar 1998 00:00:00 +0000https://technick.net/guides/hardware/net/fast_ethernet/<p><a name="siunitsmain"></a><hr /><p>The demand for higher transmission speeds for near-term network growth has been realized by the new Fast Ethernet specification (IEEE 802.3u) known as 100BASE-T. This new LAN standard has raised the Ethernet speed limit from 10 Megabits per second to 100 Megabits per second with only minimal changes to the existing cable structure. The building blocks of today’s networks call out for a mixture of legacy 10BASE-T Ethernet networks and Fast Ethernet. </p>
- How Many Bits are Enough for Digital Audio?https://technick.net/guides/theory/dft/how_many_bits/Sun, 01 Mar 1998 00:00:00 +0000https://technick.net/guides/theory/dft/how_many_bits/<p style="background-color:#FFFFAA;border:1px solid red;padding:0.5em;"><strong>NOTE: THIS DOCUMENT IS OBSOLETE, PLEASE CHECK THE NEW VERSION:</strong> "<a href="proxy.php?url=http://ccrma.stanford.edu/~jos/mdft/">Mathematics of the Discrete Fourier Transform (DFT), with Audio Applications --- Second Edition</a>", by <a href="proxy.php?url=http://ccrma.stanford.edu/~jos/"> Julius O. Smith III</a>, <a href="proxy.php?url=http://www.w3k.org/books/">W3K Publishing</a>, 2007, ISBN 978-0-9745607-4-8. - Copyright © <i>2017-09-28</i> by <a href="proxy.php?url=http://ccrma.stanford.edu/~jos/"> Julius O. Smith III</a> - <a href="proxy.php?url=http://ccrma.stanford.edu/">Center for Computer Research in Music and Acoustics (CCRMA),</a> <a href="proxy.php?url=http://www.stanford.edu/"> Stanford University</a></p>
<p align="center"><font size="2"><b><a href="proxy.php?url=https://technick.net/guides/theory/dft/fractional_binary_fixed_poi"><< Previous page</a> <a href="proxy.php?url=https://technick.net/guides/theory/dft/r320">TOC</a> <a href="proxy.php?url=https://technick.net/guides/theory/dft/dft_index">INDEX</a> <a href="proxy.php?url=https://technick.net/guides/theory/dft/when_do_we">Next page >></a></b></font></p><blockquote><h2><a name="SECTION00534000000000000000">How Many Bits are Enough for Digital Audio?</a></h2><p>Armed with the above knowledge, we can visit the question ''how many bits
are enough'' for digital audio. Since the threshold of <a href="proxy.php?url=http://www-ccrma.stanford.edu/ccrma/courses/152/hearing.php">hearing</a> is around 0<a href="proxy.php?url=http://www-ccrma.stanford.edu/ccrma/courses/152/spl.php">db SPL</a>, the ''threshold of pain'' is around 120 <a href="proxy.php?url=https://technick.net/guides/theory/dft/decibels">dB</a> SPL, and each bit in a
linear <a href="proxy.php?url=https://technick.net/guides/theory/dft/pulse_code_modulation">PCM</a> format is worth about 6 dB of <a href="proxy.php?url=https://technick.net/guides/theory/dft/dynamic_range">dynamic range</a>, we find that we
need <img width="81" height="31" align="MIDDLE" border="0" src="proxy.php?url=https://technick.net/img/guide_dft/img418.png" alt="$120/6 = 20$" /> bits to represent the full dynamic range of audio in a
linear <a href="proxy.php?url=https://technick.net/guides/theory/dft/binary_integer_fixed_point">fixed-point</a> format. This is a simplestic analysis because it is not
quite right to equate the least-significant bit with the threshold of
hearing; instead, we would like to adjust the <i>quantization <a href="proxy.php?url=http://www.treasure-troves.com/physics/noise.php">noise</a>floor</i> to just below the threshold of hearing. Since the threshold of
hearing is non-uniform, we would also prefer a <i>shaped</i> quantization
noise floor (a feat that can be accomplished using <i><a href="proxy.php?url=https://ccrma.stanford.edu/~jos//filters/difference_equation.php">filtered</a> error
feedback</i><a name="tex2html32" href="proxy.php?url=https://technick.net/guides/theory/dft/footnode#foot5280"><sup>4.9</sup></a> Nevertheless, the simplistic result gives an
answer similar to the more careful analysis, and 20 bits is a good number.
However, this still does not provide for<i>headroom</i> needed in a digital recording scenario. We also need both
headroom and <i>guard bits</i> on the lower end when we plan to carry
out a lot of signal processing operations, especially <a href="proxy.php?url=http://www.dsptutor.freeuk.com/dfilt1.php">digital
filtering</a>. As an example, a 1024-point FFT (<a href="proxy.php?url=http://www.treasure-troves.com/math/fastfouriertransform.php">Fast Fourier Transform</a>)
can give <a href="proxy.php?url=https://technick.net/guides/theory/dft/logarithms">amplitudes</a> 1024 times the input amplitude (such as in the
case of a constant ''dc'' input signal), thus requiring 10 headroom
bits. In general, 24 fixed-point bits are pretty reasonable to work
with, although you still have to scale very carefully, and 32 bits are
preferable.</p>
- Imaginary Exponentshttps://technick.net/guides/theory/dft/imaginary_exponents/Sun, 01 Mar 1998 00:00:00 +0000https://technick.net/guides/theory/dft/imaginary_exponents/<p style="background-color:#FFFFAA;border:1px solid red;padding:0.5em;"><strong>NOTE: THIS DOCUMENT IS OBSOLETE, PLEASE CHECK THE NEW VERSION:</strong> "<a href="proxy.php?url=http://ccrma.stanford.edu/~jos/mdft/">Mathematics of the Discrete Fourier Transform (DFT), with Audio Applications --- Second Edition</a>", by <a href="proxy.php?url=http://ccrma.stanford.edu/~jos/"> Julius O. Smith III</a>, <a href="proxy.php?url=http://www.w3k.org/books/">W3K Publishing</a>, 2007, ISBN 978-0-9745607-4-8. - Copyright © <i>2017-09-28</i> by <a href="proxy.php?url=http://ccrma.stanford.edu/~jos/"> Julius O. Smith III</a> - <a href="proxy.php?url=http://ccrma.stanford.edu/">Center for Computer Research in Music and Acoustics (CCRMA),</a> <a href="proxy.php?url=http://www.stanford.edu/"> Stanford University</a></p>
<p align="center"><font size="2"><b><a href="proxy.php?url=https://technick.net/guides/theory/dft/first_look_at"><< Previous page</a> <a href="proxy.php?url=https://technick.net/guides/theory/dft/r320">TOC</a> <a href="proxy.php?url=https://technick.net/guides/theory/dft/dft_index">INDEX</a> <a href="proxy.php?url=https://technick.net/guides/theory/dft/derivatives_f_x_a_x">Next page >></a></b></font></p><blockquote><h2><a name="SECTION00418000000000000000">Imaginary Exponents</a></h2><p>We may define <i><a href="proxy.php?url=https://technick.net/guides/theory/dft/imaginary_exponents">imaginary exponents</a></i> the same way that all sufficiently
smooth real-valued functions of a real variable are generalized to the
complex case--using <i><a href="proxy.php?url=https://technick.net/guides/theory/dft/first_look_at">Taylor series</a></i>. A <a href="proxy.php?url=https://technick.net/guides/theory/dft/first_look_at">Taylor series expansion</a> is
just a polynomial (possibly of infinitely high order), and polynomials
involve only addition, multiplication, and division. Since these
elementary operations are also defined for <a href="proxy.php?url=https://technick.net/guides/theory/dft/introduction_complex_number">complex numbers</a>, any smooth
function of a real variable <img width="35" height="31" align="MIDDLE" border="0" src="proxy.php?url=https://technick.net/img/guide_dft/img236.png" alt="$f(x)$" /> may be generalized to a function of a
complex variable <img width="34" height="31" align="MIDDLE" border="0" src="proxy.php?url=https://technick.net/img/guide_dft/img243.png" alt="$f(z)$" /> by simply substituting the complex variable<img width="78" height="28" align="MIDDLE" border="0" src="proxy.php?url=https://technick.net/img/guide_dft/img15.png" alt="$z = x + jy$" /> for the real variable <img width="13" height="14" align="BOTTOM" border="0" src="proxy.php?url=https://technick.net/img/guide_dft/img12.png" alt="$x$" /> in the Taylor series expansion.</p>
- In-Phase and Quadrature Sinusoidal Componentshttps://technick.net/guides/theory/dft/in_phase_quadrature_sinusoi/Sun, 01 Mar 1998 00:00:00 +0000https://technick.net/guides/theory/dft/in_phase_quadrature_sinusoi/<p style="background-color:#FFFFAA;border:1px solid red;padding:0.5em;"><strong>NOTE: THIS DOCUMENT IS OBSOLETE, PLEASE CHECK THE NEW VERSION:</strong> "<a href="proxy.php?url=http://ccrma.stanford.edu/~jos/mdft/">Mathematics of the Discrete Fourier Transform (DFT), with Audio Applications --- Second Edition</a>", by <a href="proxy.php?url=http://ccrma.stanford.edu/~jos/"> Julius O. Smith III</a>, <a href="proxy.php?url=http://www.w3k.org/books/">W3K Publishing</a>, 2007, ISBN 978-0-9745607-4-8. - Copyright © <i>2017-09-28</i> by <a href="proxy.php?url=http://ccrma.stanford.edu/~jos/"> Julius O. Smith III</a> - <a href="proxy.php?url=http://ccrma.stanford.edu/">Center for Computer Research in Music and Acoustics (CCRMA),</a> <a href="proxy.php?url=http://www.stanford.edu/"> Stanford University</a></p>
<p align="center"><font size="2"><b><a href="proxy.php?url=https://technick.net/guides/theory/dft/why_sinusoids_are"><< Previous page</a> <a href="proxy.php?url=https://technick.net/guides/theory/dft/r320">TOC</a> <a href="proxy.php?url=https://technick.net/guides/theory/dft/dft_index">INDEX</a> <a href="proxy.php?url=https://technick.net/guides/theory/dft/sinusoids_at_same">Next page >></a></b></font></p><blockquote><h2><a name="SECTION00613000000000000000">In-Phase and Quadrature Sinusoidal Components</a></h2><p>From the trig identity <!-- MATH
$\sin(A+B)=\sin(A)\cos(B)+\cos(A)\sin(B)$
--><img width="307" height="31" align="MIDDLE" border="0" src="proxy.php?url=https://technick.net/img/guide_dft/img507.png" alt="$\" in="" a="" b="" in="" a="" os="" b="" os="" a="" in="" b="" />, we have</p>
- Indexhttps://technick.net/guides/theory/dft/dft_index/Sun, 01 Mar 1998 00:00:00 +0000https://technick.net/guides/theory/dft/dft_index/<p style="background-color:#FFFFAA;border:1px solid red;padding:0.5em;"><strong>NOTE: THIS DOCUMENT IS OBSOLETE, PLEASE CHECK THE NEW VERSION:</strong> "<a href="proxy.php?url=http://ccrma.stanford.edu/~jos/mdft/">Mathematics of the Discrete Fourier Transform (DFT), with Audio Applications --- Second Edition</a>", by <a href="proxy.php?url=http://ccrma.stanford.edu/~jos/"> Julius O. Smith III</a>, <a href="proxy.php?url=http://www.w3k.org/books/">W3K Publishing</a>, 2007, ISBN 978-0-9745607-4-8. - Copyright © <i>2017-09-28</i> by <a href="proxy.php?url=http://ccrma.stanford.edu/~jos/"> Julius O. Smith III</a> - <a href="proxy.php?url=http://ccrma.stanford.edu/">Center for Computer Research in Music and Acoustics (CCRMA),</a> <a href="proxy.php?url=http://www.stanford.edu/"> Stanford University</a></p>
<p align="center"><font size="2"><b><a href="proxy.php?url=https://technick.net/guides/theory/dft/bibliography"><< Previous page</a> <a href="proxy.php?url=https://technick.net/guides/theory/dft/r320">TOC</a> <a href="proxy.php?url=https://technick.net/guides/theory/dft/dft_index">INDEX</a> <a href="proxy.php?url=https://technick.net/guides/theory/dft/about_this_document">Next page >></a></b></font></p><blockquote><h2><a name="SECTION001400000000000000000">Index</a></h2><dl compact="compact"><dt><strong>20 <a href="proxy.php?url=https://technick.net/guides/theory/dft/decibels">dB</a> boost</strong><dd><a href="proxy.php?url=https://technick.net/guides/theory/dft/properties_db_scales#5370">Properties of DB Scales</a><dt><strong>3 dB boost</strong><dd><a href="proxy.php?url=https://technick.net/guides/theory/dft/properties_db_scales#5372">Properties of DB Scales</a><dt><strong><b><a href="proxy.php?url=https://technick.net/guides/theory/dft/convolution">convolution</a></b></strong><dd><a href="proxy.php?url=https://technick.net/guides/theory/dft/convolution_representation_#18803">Convolution Representation of LTI</a><dt><strong><a href="proxy.php?url=https://technick.net/guides/theory/dft/decimation_theorem_aliasing">Aliasing</a></strong><dd><a href="proxy.php?url=https://technick.net/guides/theory/dft/alias_operator#13858">Alias Operator</a><dt><strong>aliasing operator</strong><dd><a href="proxy.php?url=https://technick.net/guides/theory/dft/alias_operator#13871">Alias Operator</a><dt><strong><a href="proxy.php?url=https://technick.net/guides/theory/dft/logarithms">amplitude</a> response</strong><dd><a href="proxy.php?url=https://technick.net/guides/theory/dft/lti_filters_convolution#14528">LTI Filters and the</a> | <a href="proxy.php?url=https://technick.net/guides/theory/dft/frequency_response#18872">Frequency Response</a> | <a href="proxy.php?url=https://technick.net/guides/theory/dft/frequency_response#18885">Frequency Response</a><dt><strong>anti-aliasing lowpass <a href="proxy.php?url=https://ccrma.stanford.edu/~jos//filters/difference_equation.php">filter</a></strong><dd><a href="proxy.php?url=https://technick.net/guides/theory/dft/alias_operator#13916">Alias Operator</a><dt><strong>antilog</strong><dd><a href="proxy.php?url=https://technick.net/guides/theory/dft/logarithms#5317">Logarithms</a><dt><strong>antilogarithm</strong><dd><a href="proxy.php?url=https://technick.net/guides/theory/dft/logarithms#5315">Logarithms</a><dt><strong>antisymmetric functions</strong><dd><a href="proxy.php?url=https://technick.net/guides/theory/dft/even_odd_functions#13930">Even and Odd Functions</a><dt><strong>average power</strong><dd><a href="proxy.php?url=https://technick.net/guides/theory/dft/appendix_a_round_off#5556">Appendix A: Round-Off Error</a><dt><strong>base</strong><dd><a href="proxy.php?url=https://technick.net/guides/theory/dft/logarithms#5313">Logarithms</a><dt><strong>base <img width="12" height="13" align="BOTTOM" border="0" src="proxy.php?url=https://technick.net/img/guide_dft/img76.png" alt="$2$" /> logarithm</strong><dd><a href="proxy.php?url=https://technick.net/guides/theory/dft/logarithms#5322">Logarithms</a><dt><strong>base <img width="20" height="14" align="BOTTOM" border="0" src="proxy.php?url=https://technick.net/img/guide_dft/img332.png" alt="$10$" /> logarithm</strong><dd><a href="proxy.php?url=https://technick.net/guides/theory/dft/logarithms#5323">Logarithms</a><dt><strong>bel</strong><dd><a href="proxy.php?url=https://technick.net/guides/theory/dft/decibels#5345">Decibels</a><dt><strong>bin number</strong><dd><a href="proxy.php?url=https://technick.net/guides/theory/dft/frequencies_cracks#11530">Frequencies in the ''Cracks''</a><dt><strong>binary</strong><dd><a href="proxy.php?url=https://technick.net/guides/theory/dft/binary_integer_fixed_point#5418">Binary Integer Fixed-Point Numbers</a><dt><strong>binary digits</strong><dd><a href="proxy.php?url=https://technick.net/guides/theory/dft/binary_integer_fixed_point#5420">Binary Integer Fixed-Point Numbers</a><dt><strong>bits</strong><dd><a href="proxy.php?url=https://technick.net/guides/theory/dft/binary_integer_fixed_point#5421">Binary Integer Fixed-Point Numbers</a><dt><strong>canonical with respect to delay</strong><dd><a href="proxy.php?url=https://technick.net/guides/theory/dft/order#18721">Order</a><dt><strong><a href="proxy.php?url=https://ccrma.stanford.edu/~jos//filters/difference_equation.php">causal</a></strong><dd><a href="proxy.php?url=https://technick.net/guides/theory/dft/causal_fir_filters#18714">Causal FIR Filters</a> | <a href="proxy.php?url=https://technick.net/guides/theory/dft/difference_equation#18782">Difference Equation</a><dt><strong>characteristic of the logarithm</strong><dd><a href="proxy.php?url=https://technick.net/guides/theory/dft/logarithms#5327">Logarithms</a><dt><strong>coefficient of projection</strong><dd><a href="proxy.php?url=https://technick.net/guides/theory/dft/discrete_fourier_transform#11471">The Discrete Fourier Transform</a><dt><strong>column-vector</strong><dd><a href="proxy.php?url=https://technick.net/guides/theory/dft/matrices#11641">Matrices</a><dt><strong>comb-filter</strong><dd><a href="proxy.php?url=https://technick.net/guides/theory/dft/constructive_destructive_in#6907">Constructive and Destructive Interference</a><dt><strong>common logarithm</strong><dd><a href="proxy.php?url=https://technick.net/guides/theory/dft/logarithms#5319">Logarithms</a><dt><strong>commutativity of convolution</strong><dd><a href="proxy.php?url=https://technick.net/guides/theory/dft/convolution#13671">Convolution</a><dt><strong>companding</strong><dd><a href="proxy.php?url=https://technick.net/guides/theory/dft/dynamic_range#5415">Dynamic Range</a><dt><strong>complex <a href="proxy.php?url=https://technick.net/guides/theory/dft/matrices">matrix</a></strong><dd><a href="proxy.php?url=https://technick.net/guides/theory/dft/matrices#11609">Matrices</a><dt><strong>complex matrix transpose</strong><dd><a href="proxy.php?url=https://technick.net/guides/theory/dft/matrices#11612">Matrices</a><dt><strong>convolution</strong><dd><a href="proxy.php?url=https://technick.net/guides/theory/dft/convolution#13664">Convolution</a><dt><strong>convolution operator ''<img width="12" height="13" align="BOTTOM" border="0" src="proxy.php?url=https://technick.net/img/guide_dft/img1034.png" alt="$\" st="" />''</strong><dd><a href="proxy.php?url=https://technick.net/guides/theory/dft/convolution_representation#18710">Convolution Representation</a><dt><strong><a href="proxy.php?url=https://ccrma.stanford.edu/~jos//filters/convolution_representation.php">convolution representation</a></strong><dd><a href="proxy.php?url=https://technick.net/guides/theory/dft/appendix_a_linear#14513">Appendix A: Linear Time-Invariant</a><dt><strong><a href="proxy.php?url=https://technick.net/guides/theory/dft/correlation">correlation</a> operator</strong><dd><a href="proxy.php?url=https://technick.net/guides/theory/dft/correlation#13710">Correlation</a><dt><strong>cross-talk</strong><dd><a href="proxy.php?url=https://technick.net/guides/theory/dft/frequencies_cracks#11520">Frequencies in the ''Cracks''</a><dt><strong>cyclic convolution</strong><dd><a href="proxy.php?url=https://technick.net/guides/theory/dft/convolution#13670">Convolution</a><dt><strong><a href="proxy.php?url=https://technick.net/guides/theory/dft/decibels">dB scale</a></strong><dd><a href="proxy.php?url=https://technick.net/guides/theory/dft/decibels#5355">Decibels</a><dt><strong><a href="proxy.php?url=https://technick.net/guides/theory/dft/decibels">decibel</a></strong><dd><a href="proxy.php?url=https://technick.net/guides/theory/dft/decibels#5343">Decibels</a><dt><strong>decimal numbers</strong><dd><a href="proxy.php?url=https://technick.net/guides/theory/dft/binary_integer_fixed_point#5423">Binary Integer Fixed-Point Numbers</a><dt><strong><a href="proxy.php?url=https://technick.net/guides/theory/dft/dft">DFT</a> as a <a href="proxy.php?url=http://www.dsptutor.freeuk.com/dfilt1.php">digital filter</a></strong><dd><a href="proxy.php?url=https://technick.net/guides/theory/dft/frequencies_cracks#11496">Frequencies in the ''Cracks''</a><dt><strong><a href="proxy.php?url=https://technick.net/guides/theory/dft/dft_matrix">DFT matrix</a></strong><dd><a href="proxy.php?url=https://technick.net/guides/theory/dft/dft_matrix#11857">The DFT Matrix</a><dt><strong><a href="proxy.php?url=https://ccrma.stanford.edu/~jos//filters/difference_equation.php">difference equation</a></strong><dd><a href="proxy.php?url=https://technick.net/guides/theory/dft/difference_equation#18764">Difference Equation</a><dt><strong>difference equation coefficients</strong><dd><a href="proxy.php?url=https://technick.net/guides/theory/dft/difference_equation#18774">Difference Equation</a><dt><strong>digit</strong><dd><a href="proxy.php?url=https://technick.net/guides/theory/dft/binary_integer_fixed_point#5424">Binary Integer Fixed-Point Numbers</a><dt><strong>digital filter</strong><dd><a href="proxy.php?url=https://technick.net/guides/theory/dft/appendix_a_linear#14492">Appendix A: Linear Time-Invariant</a><dt><strong><a href="proxy.php?url=https://technick.net/guides/theory/dft/dft">Discrete Fourier Transform</a></strong><dd><a href="proxy.php?url=https://technick.net/guides/theory/dft/dft_its_inverse#13570">The DFT and its</a><dt><strong>Discrete Fourier Transform (DFT)</strong><dd><a href="proxy.php?url=https://technick.net/guides/theory/dft/dft#2536">The DFT</a><dt><strong><a href="proxy.php?url=https://technick.net/guides/theory/dft/dynamic_range">dynamic range</a></strong><dd><a href="proxy.php?url=https://technick.net/guides/theory/dft/dynamic_range#5410">Dynamic Range</a><dt><strong>dynamic range of magnetic tape</strong><dd><a href="proxy.php?url=https://technick.net/guides/theory/dft/dynamic_range#5413">Dynamic Range</a><dt><strong>energy</strong><dd><a href="proxy.php?url=https://technick.net/guides/theory/dft/decibels#5349">Decibels</a><dt><strong><a href="proxy.php?url=https://technick.net/guides/theory/dft/proof_euler_s_identity">Euler's Formula</a></strong><dd><a href="proxy.php?url=https://technick.net/guides/theory/dft/euler_s_formula#3067">Euler's Formula</a><dt><strong><a href="proxy.php?url=https://technick.net/guides/theory/dft/proof_euler_s_identity">Euler's Theorem</a></strong><dd><a href="proxy.php?url=https://technick.net/guides/theory/dft/euler_s_theorem#3937">Euler's Theorem</a><dt><strong><a href="proxy.php?url=https://technick.net/guides/theory/dft/even_odd_functions">even functions</a></strong><dd><a href="proxy.php?url=https://technick.net/guides/theory/dft/even_odd_functions#13922">Even and Odd Functions</a><dt><strong>expected value</strong><dd><a href="proxy.php?url=https://technick.net/guides/theory/dft/appendix_a_round_off#5537">Appendix A: Round-Off Error</a><dt><strong>fast convolution</strong><dd><a href="proxy.php?url=https://technick.net/guides/theory/dft/convolution_theorem#14227">Convolution Theorem</a><dt><strong>filter</strong><dd><a href="proxy.php?url=https://technick.net/guides/theory/dft/digital_filter_theory#18738">Digital Filter Theory Summary</a><dt><strong>filter coefficients</strong><dd><a href="proxy.php?url=https://technick.net/guides/theory/dft/difference_equation#18776">Difference Equation</a><dt><strong>filter delay for amplitude envelopes</strong><dd><a href="proxy.php?url=https://technick.net/guides/theory/dft/phase_delay_group#18640">Phase Delay and Group</a><dt><strong><a href="proxy.php?url=https://ccrma.stanford.edu/~jos//filters/difference_equation.php">filter order</a></strong><dd><a href="proxy.php?url=https://technick.net/guides/theory/dft/difference_equation#18784">Difference Equation</a><dt><strong>filter power response</strong><dd><a href="proxy.php?url=https://technick.net/guides/theory/dft/frequency_response#18887">Frequency Response</a><dt><strong>filter time delay</strong><dd><a href="proxy.php?url=https://technick.net/guides/theory/dft/phase_delay_group#18902">Phase Delay and Group</a><dt><strong>finite-<a href="proxy.php?url=https://ccrma.stanford.edu/~jos//filters/difference_equation.php#2324">impulse-response</a> filter</strong><dd><a href="proxy.php?url=https://technick.net/guides/theory/dft/fir_filters#18695">FIR Filters</a><dt><strong><a href="proxy.php?url=https://ccrma.stanford.edu/~jos//waveguide/fir_filters.php">FIR filter</a></strong><dd><a href="proxy.php?url=https://technick.net/guides/theory/dft/fir_filters#18696">FIR Filters</a><dt><strong><a href="proxy.php?url=https://technick.net/guides/theory/dft/flip_operator">flip operator</a></strong><dd><a href="proxy.php?url=https://technick.net/guides/theory/dft/flip_operator#13614">Flip Operator</a><dt><strong>Fourier Dual</strong><dd><a href="proxy.php?url=https://technick.net/guides/theory/dft/dual_convolution_theorem#14229">Dual of the Convolution</a><dt><strong><a href="proxy.php?url=http://www.treasure-troves.com/physics/frequency.php">frequency</a> bin</strong><dd><a href="proxy.php?url=https://technick.net/guides/theory/dft/frequencies_cracks#11528">Frequencies in the ''Cracks''</a><dt><strong><a href="proxy.php?url=https://ccrma.stanford.edu/~jos//filters/frequency_response.php">frequency response</a></strong><dd><a href="proxy.php?url=https://technick.net/guides/theory/dft/lti_filters_convolution#14517">LTI Filters and the</a> | <a href="proxy.php?url=https://technick.net/guides/theory/dft/frequency_response#18868">Frequency Response</a><dt><strong>frequency-domain aliasing</strong><dd><a href="proxy.php?url=https://technick.net/guides/theory/dft/alias_operator#13860">Alias Operator</a> | <a href="proxy.php?url=https://technick.net/guides/theory/dft/alias_operator#13884">Alias Operator</a><dt><strong>geometric sequence</strong><dd><a href="proxy.php?url=https://technick.net/guides/theory/dft/geometric_series#11401">Geometric Series</a><dt><strong><a href="proxy.php?url=https://technick.net/guides/theory/dft/geometric_series">geometric series</a></strong><dd><a href="proxy.php?url=https://technick.net/guides/theory/dft/geometric_series#11403">Geometric Series</a><dt><strong><a href="proxy.php?url=https://ccrma.stanford.edu/~jos//filters/phase_delay_group.php">group delay</a></strong><dd><a href="proxy.php?url=https://technick.net/guides/theory/dft/phase_delay_group#18907">Phase Delay and Group</a><dt><strong>Hermitian spectra</strong><dd><a href="proxy.php?url=https://technick.net/guides/theory/dft/symmetry#14104">Symmetry</a><dt><strong>Hermitian symmetry</strong><dd><a href="proxy.php?url=https://technick.net/guides/theory/dft/conjugation_reversal#14093">Conjugation and Reversal</a><dt><strong>Hermitian transpose</strong><dd><a href="proxy.php?url=https://technick.net/guides/theory/dft/matrices#11614">Matrices</a><dt><strong>hex</strong><dd><a href="proxy.php?url=https://technick.net/guides/theory/dft/binary_integer_fixed_point#5429">Binary Integer Fixed-Point Numbers</a><dt><strong>hexadecimal</strong><dd><a href="proxy.php?url=https://technick.net/guides/theory/dft/binary_integer_fixed_point#5428">Binary Integer Fixed-Point Numbers</a><dt><strong>ideal <a href="proxy.php?url=https://ccrma.stanford.edu/~jos//resample/default.php">bandlimited interpolation</a></strong><dd><a href="proxy.php?url=https://technick.net/guides/theory/dft/zero_padding_theorem#14381">Zero Padding Theorem</a> | <a href="proxy.php?url=https://technick.net/guides/theory/dft/bandlimited_interpolation_t#14456">Bandlimited Interpolation in Time</a><dt><strong>ideal lowpass filtering operation in the frequency domain</strong><dd><a href="proxy.php?url=https://technick.net/guides/theory/dft/bandlimited_interpolation_t#14454">Bandlimited Interpolation in Time</a><dt><strong>identity matrix</strong><dd><a href="proxy.php?url=https://technick.net/guides/theory/dft/matrix_multiplication#11744">Matrix Multiplication</a><dt><strong>IDFT</strong><dd><a href="proxy.php?url=https://technick.net/guides/theory/dft/dft_its_inverse#13578">The DFT and its</a><dt><strong>impulse response</strong><dd><a href="proxy.php?url=https://technick.net/guides/theory/dft/appendix_a_linear#14511">Appendix A: Linear Time-Invariant</a> | <a href="proxy.php?url=https://technick.net/guides/theory/dft/fir_filters#18698">FIR Filters</a> | <a href="proxy.php?url=https://technick.net/guides/theory/dft/difference_equation#18797">Difference Equation</a><dt><strong><a href="proxy.php?url=https://ccrma.stanford.edu/~jos//filters/difference_equation.php#2321">impulse signal</a></strong><dd><a href="proxy.php?url=https://technick.net/guides/theory/dft/appendix_a_linear#14503">Appendix A: Linear Time-Invariant</a> | <a href="proxy.php?url=https://technick.net/guides/theory/dft/fir_filters#18700">FIR Filters</a> | <a href="proxy.php?url=https://technick.net/guides/theory/dft/difference_equation#18794">Difference Equation</a><dt><strong>indicator function</strong><dd><a href="proxy.php?url=https://technick.net/guides/theory/dft/linear_phase_terms#14199">Linear Phase Terms</a><dt><strong><a href="proxy.php?url=http://www-ccrma.stanford.edu/ccrma/courses/152/spl.php">Intensity</a></strong><dd><a href="proxy.php?url=https://technick.net/guides/theory/dft/decibels#5347">Decibels</a><dt><strong>intensity level</strong><dd><a href="proxy.php?url=https://technick.net/guides/theory/dft/db_spl#5397">DB SPL</a><dt><strong>interpolation operator</strong><dd><a href="proxy.php?url=https://technick.net/guides/theory/dft/zero_padding_theorem#14390">Zero Padding Theorem</a><dt><strong>inverse DFT</strong><dd><a href="proxy.php?url=https://technick.net/guides/theory/dft/dft#2541">The DFT</a> | <a href="proxy.php?url=https://technick.net/guides/theory/dft/dft_its_inverse#13576">The DFT and its</a><dt><strong>inverse DFT matrix</strong><dd><a href="proxy.php?url=https://technick.net/guides/theory/dft/dft_matrix#11864">The DFT Matrix</a><dt><strong><a href="proxy.php?url=http://mathworld.wolfram.com/irrationalnumber.php">irrational number</a></strong><dd><a href="proxy.php?url=https://technick.net/guides/theory/dft/real_exponents#3959">Real Exponents</a><dt><strong>JND</strong><dd><a href="proxy.php?url=https://technick.net/guides/theory/dft/decibels#5368">Decibels</a><dt><strong>just-noticeable difference</strong><dd><a href="proxy.php?url=https://technick.net/guides/theory/dft/decibels#5367">Decibels</a><dt><strong>lag</strong><dd><a href="proxy.php?url=https://technick.net/guides/theory/dft/correlation#13721">Correlation</a><dt><strong>lagged product</strong><dd><a href="proxy.php?url=https://technick.net/guides/theory/dft/correlation#13724">Correlation</a><dt><strong>length <img width="21" height="14" align="BOTTOM" border="0" src="proxy.php?url=https://technick.net/img/guide_dft/img201.png" alt="$M$" /> even rectangular windowing operation</strong><dd><a href="proxy.php?url=https://technick.net/guides/theory/dft/bandlimited_interpolation_t#14436">Bandlimited Interpolation in Time</a><dt><strong>linear</strong><dd><a href="proxy.php?url=https://technick.net/guides/theory/dft/linearity_time_invariance#18747">Linearity and Time-Invariance</a><dt><strong>linear filter</strong><dd><a href="proxy.php?url=https://technick.net/guides/theory/dft/linearity_time_invariance#18742">Linearity and Time-Invariance</a><dt><strong><a href="proxy.php?url=https://technick.net/guides/theory/dft/linear_phase_terms">linear phase</a> <a href="proxy.php?url=https://ccrma.stanford.edu/~jos//windows/welcome.php">FFT windows</a></strong><dd><a href="proxy.php?url=https://technick.net/guides/theory/dft/application_shift_theorem#14203">Application of the Shift</a><dt><strong>linear phase signal</strong><dd><a href="proxy.php?url=https://technick.net/guides/theory/dft/linear_phase_terms#14197">Linear Phase Terms</a><dt><strong><a href="proxy.php?url=https://technick.net/guides/theory/dft/linear_phase_terms">linear phase term</a></strong><dd><a href="proxy.php?url=https://technick.net/guides/theory/dft/shift_theorem#14190">Shift Theorem</a> | <a href="proxy.php?url=https://technick.net/guides/theory/dft/linear_phase_terms#14193">Linear Phase Terms</a><dt><strong><a href="proxy.php?url=http://mathworld.wolfram.com/lineartransformation.php">linear transformation</a></strong><dd><a href="proxy.php?url=https://technick.net/guides/theory/dft/matrix_multiplication#11782">Matrix Multiplication</a><dt><strong>logarithm</strong><dd><a href="proxy.php?url=https://technick.net/guides/theory/dft/logarithms#5310">Logarithms</a><dt><strong><a href="proxy.php?url=https://ccrma.stanford.edu/~jos//virtualanalog/amplitude_loudness.php">loudness</a></strong><dd><a href="proxy.php?url=https://technick.net/guides/theory/dft/db_spl#5391">DB SPL</a><dt><strong><a href="proxy.php?url=https://ccrma.stanford.edu/~jos//filters/linearity_time_invariance.php">LTI</a> filters</strong><dd><a href="proxy.php?url=https://technick.net/guides/theory/dft/linearity_time_invariance#18761">Linearity and Time-Invariance</a><dt><strong>main lobe</strong><dd><a href="proxy.php?url=https://technick.net/guides/theory/dft/frequencies_cracks#11507">Frequencies in the ''Cracks''</a><dt><strong>mantissa</strong><dd><a href="proxy.php?url=https://technick.net/guides/theory/dft/logarithms#5329">Logarithms</a><dt><strong>matrix</strong><dd><a href="proxy.php?url=https://technick.net/guides/theory/dft/matrices#11589">Matrices</a><dt><strong>matrix columns</strong><dd><a href="proxy.php?url=https://technick.net/guides/theory/dft/matrices#11596">Matrices</a><dt><strong><a href="proxy.php?url=https://technick.net/guides/theory/dft/matrix_multiplication">matrix multiplication</a></strong><dd><a href="proxy.php?url=https://technick.net/guides/theory/dft/matrix_multiplication#11662">Matrix Multiplication</a><dt><strong>matrix rows</strong><dd><a href="proxy.php?url=https://technick.net/guides/theory/dft/matrices#11594">Matrices</a><dt><strong>matrix transpose</strong><dd><a href="proxy.php?url=https://technick.net/guides/theory/dft/matrices#11600">Matrices</a><dt><strong>mean</strong><dd><a href="proxy.php?url=https://technick.net/guides/theory/dft/appendix_a_round_off#5533">Appendix A: Round-Off Error</a><dt><strong>mean of a random variable</strong><dd><a href="proxy.php?url=https://technick.net/guides/theory/dft/appendix_a_round_off#5532">Appendix A: Round-Off Error</a><dt><strong>mean of a signal</strong><dd><a href="proxy.php?url=https://technick.net/guides/theory/dft/appendix_a_round_off#5535">Appendix A: Round-Off Error</a><dt><strong>mean square</strong><dd><a href="proxy.php?url=https://technick.net/guides/theory/dft/appendix_a_round_off#5552">Appendix A: Round-Off Error</a><dt><strong>modulo</strong><dd><a href="proxy.php?url=https://technick.net/guides/theory/dft/modulo_indexing_periodic#13608">Modulo Indexing, Periodic Extension</a><dt><strong>moments</strong><dd><a href="proxy.php?url=https://technick.net/guides/theory/dft/appendix_a_round_off#5543">Appendix A: Round-Off Error</a><dt><strong>multiplication of large numbers</strong><dd><a href="proxy.php?url=https://technick.net/guides/theory/dft/logarithms#5331">Logarithms</a><dt><strong>multiplying two numbers convolves their digits</strong><dd><a href="proxy.php?url=https://technick.net/guides/theory/dft/multiplication_decimal_numb#13706">Multiplication of Decimal Numbers</a><dt><strong><a href="proxy.php?url=http://www.treasure-troves.com/math/naturallogarithm.php">natural logarithm</a></strong><dd><a href="proxy.php?url=https://technick.net/guides/theory/dft/logarithms#5325">Logarithms</a><dt><strong>non-commutativity of matrix multiplication</strong><dd><a href="proxy.php?url=https://technick.net/guides/theory/dft/matrix_multiplication#11731">Matrix Multiplication</a><dt><strong>normalized <i>inverse</i> DFT matrix</strong><dd><a href="proxy.php?url=https://technick.net/guides/theory/dft/dft_matrix#11880">The DFT Matrix</a><dt><strong><a href="proxy.php?url=https://technick.net/guides/theory/dft/normalized_dft">normalized DFT</a> matrix</strong><dd><a href="proxy.php?url=https://technick.net/guides/theory/dft/dft_matrix#11875">The DFT Matrix</a><dt><strong>normalized DFT <a href="proxy.php?url=https://technick.net/guides/theory/dft/why_sinusoids_are">sinusoids</a></strong><dd><a href="proxy.php?url=https://technick.net/guides/theory/dft/orthonormal_sinusoidal_set#11457">An Orthonormal Sinusoidal Set</a> | <a href="proxy.php?url=https://technick.net/guides/theory/dft/normalized_dft#11532">Normalized DFT</a><dt><strong>normalized frequency</strong><dd><a href="proxy.php?url=https://technick.net/guides/theory/dft/dft_its_inverse#13586">The DFT and its</a><dt><strong>octal</strong><dd><a href="proxy.php?url=https://technick.net/guides/theory/dft/binary_integer_fixed_point#5426">Binary Integer Fixed-Point Numbers</a><dt><strong><a href="proxy.php?url=https://technick.net/guides/theory/dft/even_odd_functions">odd functions</a></strong><dd><a href="proxy.php?url=https://technick.net/guides/theory/dft/even_odd_functions#13928">Even and Odd Functions</a><dt><strong>order</strong><dd><a href="proxy.php?url=https://technick.net/guides/theory/dft/order#18718">Order</a><dt><strong><a href="proxy.php?url=https://technick.net/guides/theory/dft/orthogonality">orthogonal</a></strong><dd><a href="proxy.php?url=https://technick.net/guides/theory/dft/dft_matrix#11896">The DFT Matrix</a><dt><strong><a href="proxy.php?url=https://technick.net/guides/theory/dft/orthogonality">orthogonality</a> of sinusoids</strong><dd><a href="proxy.php?url=https://technick.net/guides/theory/dft/orthogonality_sinusoids#11411">Orthogonality of Sinusoids</a><dt><strong>orthonormal</strong><dd><a href="proxy.php?url=https://technick.net/guides/theory/dft/dft_matrix#11889">The DFT Matrix</a><dt><strong><a href="proxy.php?url=https://technick.net/guides/theory/dft/pulse_code_modulation">PCM</a></strong><dd><a href="proxy.php?url=https://technick.net/guides/theory/dft/pulse_code_modulation#5417">Pulse Code Modulation (PCM)</a><dt><strong>periodic</strong><dd><a href="proxy.php?url=https://technick.net/guides/theory/dft/modulo_indexing_periodic#13597">Modulo Indexing, Periodic Extension</a><dt><strong><a href="proxy.php?url=https://technick.net/guides/theory/dft/modulo_indexing_periodic">periodic extension</a></strong><dd><a href="proxy.php?url=https://technick.net/guides/theory/dft/frequencies_cracks#11522">Frequencies in the ''Cracks''</a> | <a href="proxy.php?url=https://technick.net/guides/theory/dft/modulo_indexing_periodic#13599">Modulo Indexing, Periodic Extension</a><dt><strong><a href="proxy.php?url=https://ccrma.stanford.edu/~jos//filters/phase_delay_group.php">phase delay</a></strong><dd><a href="proxy.php?url=https://technick.net/guides/theory/dft/phase_delay_group#18900">Phase Delay and Group</a><dt><strong>phase response</strong><dd><a href="proxy.php?url=https://technick.net/guides/theory/dft/lti_filters_convolution#14532">LTI Filters and the</a> | <a href="proxy.php?url=https://technick.net/guides/theory/dft/frequency_response#18874">Frequency Response</a> | <a href="proxy.php?url=https://technick.net/guides/theory/dft/frequency_response#18891">Frequency Response</a><dt><strong>phase response at zero frequency</strong><dd><a href="proxy.php?url=https://technick.net/guides/theory/dft/phase_delay_group#18634">Phase Delay and Group</a><dt><strong>phon amplitude scale</strong><dd><a href="proxy.php?url=https://technick.net/guides/theory/dft/db_spl#5395">DB SPL</a><dt><strong>polar form</strong><dd><a href="proxy.php?url=https://technick.net/guides/theory/dft/rational_exponents#3957">Rational Exponents</a><dt><strong><a href="proxy.php?url=https://technick.net/guides/theory/dft/weierstrass_polynomial_appr">polynomial approximation</a></strong><dd><a href="proxy.php?url=https://technick.net/guides/theory/dft/derivation_taylor_series#4015">Derivation of Taylor Series</a><dt><strong>power</strong><dd><a href="proxy.php?url=https://technick.net/guides/theory/dft/decibels#5351">Decibels</a><dt><strong>pressure</strong><dd><a href="proxy.php?url=https://technick.net/guides/theory/dft/decibels#5353">Decibels</a><dt><strong>primitive <img width="19" height="14" align="BOTTOM" border="0" src="proxy.php?url=https://technick.net/img/guide_dft/img4.png" alt="$N$" />th <a href="proxy.php?url=https://technick.net/guides/theory/dft/special_case_mth">root of unity</a></strong><dd><a href="proxy.php?url=https://technick.net/guides/theory/dft/orthogonality_sinusoids#11424">Orthogonality of Sinusoids</a><dt><strong>rational</strong><dd><a href="proxy.php?url=https://technick.net/guides/theory/dft/rational_exponents#3953">Rational Exponents</a><dt><strong>real filter</strong><dd><a href="proxy.php?url=https://technick.net/guides/theory/dft/difference_equation#18778">Difference Equation</a><dt><strong>rectangular window</strong><dd><a href="proxy.php?url=https://technick.net/guides/theory/dft/frequencies_cracks#11526">Frequencies in the ''Cracks''</a><dt><strong>rms level</strong><dd><a href="proxy.php?url=https://technick.net/guides/theory/dft/appendix_a_round_off#5558">Appendix A: Round-Off Error</a><dt><strong>roots of unity</strong><dd><a href="proxy.php?url=https://technick.net/guides/theory/dft/orthogonality_sinusoids#11413">Orthogonality of Sinusoids</a><dt><strong>row-vector</strong><dd><a href="proxy.php?url=https://technick.net/guides/theory/dft/matrices#11647">Matrices</a><dt><strong>sample mean</strong><dd><a href="proxy.php?url=https://technick.net/guides/theory/dft/appendix_a_round_off#5541">Appendix A: Round-Off Error</a><dt><strong>sample variance</strong><dd><a href="proxy.php?url=https://technick.net/guides/theory/dft/appendix_a_round_off#5554">Appendix A: Round-Off Error</a><dt><strong>second central moment</strong><dd><a href="proxy.php?url=https://technick.net/guides/theory/dft/appendix_a_round_off#5549">Appendix A: Round-Off Error</a><dt><strong>sensation level</strong><dd><a href="proxy.php?url=https://technick.net/guides/theory/dft/db_spl#5399">DB SPL</a><dt><strong><a href="proxy.php?url=https://technick.net/guides/theory/dft/shift_operator">shift operator</a></strong><dd><a href="proxy.php?url=https://technick.net/guides/theory/dft/shift_operator#13635">Shift Operator</a><dt><strong>sidelobes</strong><dd><a href="proxy.php?url=https://technick.net/guides/theory/dft/frequencies_cracks#11505">Frequencies in the ''Cracks''</a><dt><strong>signal</strong><dd><a href="proxy.php?url=https://technick.net/guides/theory/dft/digital_filter_theory#18735">Digital Filter Theory Summary</a><dt><strong>signal dynamic range</strong><dd><a href="proxy.php?url=https://technick.net/guides/theory/dft/dynamic_range#5412">Dynamic Range</a><dt><strong><a href="proxy.php?url=https://technick.net/guides/theory/dft/appendix_d_similarity">similarity theorem</a></strong><dd><a href="proxy.php?url=https://technick.net/guides/theory/dft/appendix_d_similarity#14606">Appendix D: The Similarity</a><dt><strong><a href="proxy.php?url=https://ccrma.stanford.edu/~jos//interpolation/sinc_function.php">sinc function</a></strong><dd><a href="proxy.php?url=https://technick.net/guides/theory/dft/frequencies_cracks#11500">Frequencies in the ''Cracks''</a><dt><strong>skew-Hermitian</strong><dd><a href="proxy.php?url=https://technick.net/guides/theory/dft/conjugation_reversal#14096">Conjugation and Reversal</a><dt><strong>sone amplitude scale</strong><dd><a href="proxy.php?url=https://technick.net/guides/theory/dft/db_spl#5393">DB SPL</a><dt><strong><a href="proxy.php?url=http://www-ccrma.stanford.edu/ccrma/courses/152/spl.php">Sound Pressure Level</a></strong><dd><a href="proxy.php?url=https://technick.net/guides/theory/dft/db_spl#5374">DB SPL</a><dt><strong>spectral leakage</strong><dd><a href="proxy.php?url=https://technick.net/guides/theory/dft/frequencies_cracks#11518">Frequencies in the ''Cracks''</a><dt><strong>spectrum</strong><dd><a href="proxy.php?url=https://technick.net/guides/theory/dft/discrete_fourier_transform#11460">The Discrete Fourier Transform</a> | <a href="proxy.php?url=https://technick.net/guides/theory/dft/dft_its_inverse#13568">The DFT and its</a><dt><strong><a href="proxy.php?url=http://www-ccrma.stanford.edu/ccrma/courses/152/spl.php">SPL</a></strong><dd><a href="proxy.php?url=https://technick.net/guides/theory/dft/db_spl#5375">DB SPL</a><dt><strong>square matrix</strong><dd><a href="proxy.php?url=https://technick.net/guides/theory/dft/matrices#11598">Matrices</a><dt><strong><a href="proxy.php?url=https://ccrma.stanford.edu/~jos//filters/difference_equation.php#2327">stable</a></strong><dd><a href="proxy.php?url=https://technick.net/guides/theory/dft/difference_equation#18800">Difference Equation</a><dt><strong>standard deviation</strong><dd><a href="proxy.php?url=https://technick.net/guides/theory/dft/appendix_a_round_off#5560">Appendix A: Round-Off Error</a><dt><strong>Stretch Operator</strong><dd><a href="proxy.php?url=https://technick.net/guides/theory/dft/correlation#13725">no title</a> | <a href="proxy.php?url=https://technick.net/guides/theory/dft/stretch_operator#13725">Stretch Operator</a><dt><strong>symmetric functions</strong><dd><a href="proxy.php?url=https://technick.net/guides/theory/dft/even_odd_functions#13924">Even and Odd Functions</a><dt><strong><a href="proxy.php?url=https://technick.net/guides/theory/dft/first_look_at">Taylor Series Expansion</a></strong><dd><a href="proxy.php?url=https://technick.net/guides/theory/dft/back_e_j_theta#4004">no title</a> | <a href="proxy.php?url=https://technick.net/guides/theory/dft/informal_derivation_taylor#4004">Informal Derivation of <i>Taylor</i></a><dt><strong>time-domain aliasing</strong><dd><a href="proxy.php?url=https://technick.net/guides/theory/dft/alias_operator#13882">Alias Operator</a><dt><strong>time-invariant</strong><dd><a href="proxy.php?url=https://technick.net/guides/theory/dft/linearity_time_invariance#18757">Linearity and Time-Invariance</a><dt><strong>Toeplitz</strong><dd><a href="proxy.php?url=https://technick.net/guides/theory/dft/matrix_multiplication#11786">Matrix Multiplication</a><dt><strong>transfer function</strong><dd><a href="proxy.php?url=https://technick.net/guides/theory/dft/transfer_function#18716">Transfer Function</a> | <a href="proxy.php?url=https://technick.net/guides/theory/dft/convolution_representation_#18815">Convolution Representation of LTI</a><dt><strong>transform pair</strong><dd><a href="proxy.php?url=https://technick.net/guides/theory/dft/notation_terminology#13588">Notation and Terminology</a><dt><strong>transpose of a <a href="proxy.php?url=https://technick.net/guides/theory/dft/matrix_multiplication">matrix product</a></strong><dd><a href="proxy.php?url=https://technick.net/guides/theory/dft/matrix_multiplication#11733">Matrix Multiplication</a><dt><strong>unilateral <img width="12" height="14" align="BOTTOM" border="0" src="proxy.php?url=https://technick.net/img/guide_dft/img16.png" alt="$z$" /> transform</strong><dd><a href="proxy.php?url=https://technick.net/guides/theory/dft/convolution_representation_#18807">Convolution Representation of LTI</a><dt><strong>unit pulse signal</strong><dd><a href="proxy.php?url=https://technick.net/guides/theory/dft/appendix_a_linear#14504">Appendix A: Linear Time-Invariant</a><dt><strong>unitary</strong><dd><a href="proxy.php?url=https://technick.net/guides/theory/dft/dft_matrix#11891">The DFT Matrix</a><dt><strong>variance</strong><dd><a href="proxy.php?url=https://technick.net/guides/theory/dft/appendix_a_round_off#5547">Appendix A: Round-Off Error</a><dt><strong>window</strong><dd><a href="proxy.php?url=https://technick.net/guides/theory/dft/frequencies_cracks#11524">Frequencies in the ''Cracks''</a><dt><strong><a href="proxy.php?url=https://ccrma.stanford.edu/~jos//ola/quick_summary_zero.php">Zero padding</a></strong><dd><a href="proxy.php?url=https://technick.net/guides/theory/dft/zero_padding#13753">Zero Padding</a><dt><strong>zero phase signal</strong><dd><a href="proxy.php?url=https://technick.net/guides/theory/dft/symmetry#14166">Symmetry</a></dd></dt></dd></dt></dd></dt></dd></dt></dd></dt></dd></dt></dd></dt></dd></dt></dd></dt></dd></dt></dd></dt></dd></dt></dd></dt></dd></dt></dd></dt></dd></dt></dd></dt></dd></dt></dd></dt></dd></dt></dd></dt></dd></dt></dd></dt></dd></dt></dd></dt></dd></dt></dd></dt></dd></dt></dd></dt></dd></dt></dd></dt></dd></dt></dd></dt></dd></dt></dd></dt></dd></dt></dd></dt></dd></dt></dd></dt></dd></dt></dd></dt></dd></dt></dd></dt></dd></dt></dd></dt></dd></dt></dd></dt></dd></dt></dd></dt></dd></dt></dd></dt></dd></dt></dd></dt></dd></dt></dd></dt></dd></dt></dd></dt></dd></dt></dd></dt></dd></dt></dd></dt></dd></dt></dd></dt></dd></dt></dd></dt></dd></dt></dd></dt></dd></dt></dd></dt></dd></dt></dd></dt></dd></dt></dd></dt></dd></dt></dd></dt></dd></dt></dd></dt></dd></dt></dd></dt></dd></dt></dd></dt></dd></dt></dd></dt></dd></dt></dd></dt></dd></dt></dd></dt></dd></dt></dd></dt></dd></dt></dd></dt></dd></dt></dd></dt></dd></dt></dd></dt></dd></dt></dd></dt></dd></dt></dd></dt></dd></dt></dd></dt></dd></dt></dd></dt></dd></dt></dd></dt></dd></dt></dd></dt></dd></dt></dd></dt></dd></dt></dd></dt></dd></dt></dd></dt></dd></dt></dd></dt></dd></dt></dd></dt></dd></dt></dd></dt></dd></dt></dd></dt></dd></dt></dd></dt></dd></dt></dd></dt></dd></dt></dd></dt></dd></dt></dd></dt></dd></dt></dd></dt></dd></dt></dd></dt></dd></dt></dd></dt></dd></dt></dd></dt></dd></dt></dd></dt></dd></dt></dd></dt></dd></dt></dd></dt></dd></dt></dd></dt></dd></dt></dd></dt></dd></dt></dd></dt></dd></dt></dd></dt></dd></dt></dd></dt></dd></dt></dd></dt></dd></dt></dd></dt></dd></dt></dd></dt></dd></dt></dd></dt></dd></dt></dd></dt></dd></dt></dd></dt></dd></dt></dd></dt></dd></dt></dd></dt></dd></dt></dd></dt></dd></dt></dd></dt></dd></dt></dd></dt></dd></dt></dd></dt></dd></dt></dd></dt></dd></dt></dd></dt></dd></dt></dd></dt></dl><p></p>
- Informal Derivation of Taylor Series Expansionhttps://technick.net/guides/theory/dft/informal_derivation_taylor/Sun, 01 Mar 1998 00:00:00 +0000https://technick.net/guides/theory/dft/informal_derivation_taylor/<p style="background-color:#FFFFAA;border:1px solid red;padding:0.5em;"><strong>NOTE: THIS DOCUMENT IS OBSOLETE, PLEASE CHECK THE NEW VERSION:</strong> "<a href="proxy.php?url=http://ccrma.stanford.edu/~jos/mdft/">Mathematics of the Discrete Fourier Transform (DFT), with Audio Applications --- Second Edition</a>", by <a href="proxy.php?url=http://ccrma.stanford.edu/~jos/"> Julius O. Smith III</a>, <a href="proxy.php?url=http://www.w3k.org/books/">W3K Publishing</a>, 2007, ISBN 978-0-9745607-4-8. - Copyright © <i>2017-09-28</i> by <a href="proxy.php?url=http://ccrma.stanford.edu/~jos/"> Julius O. Smith III</a> - <a href="proxy.php?url=http://ccrma.stanford.edu/">Center for Computer Research in Music and Acoustics (CCRMA),</a> <a href="proxy.php?url=http://www.stanford.edu/"> Stanford University</a></p>
<p align="center"><font size="2"><b><a href="proxy.php?url=https://technick.net/guides/theory/dft/back_e_j_theta"><< Previous page</a> <a href="proxy.php?url=https://technick.net/guides/theory/dft/r320">TOC</a> <a href="proxy.php?url=https://technick.net/guides/theory/dft/dft_index">INDEX</a> <a href="proxy.php?url=https://technick.net/guides/theory/dft/derivation_taylor_series">Next page >></a></b></font></p><blockquote><h1><a name="SECTION00420000000000000000"></a><a name="4004"></a><a name="sec:A"></a><br />Informal Derivation of <i><a href="proxy.php?url=https://technick.net/guides/theory/dft/first_look_at">Taylor Series Expansion</a></i></h1><p>We have a function <img width="35" height="31" align="MIDDLE" border="0" src="proxy.php?url=https://technick.net/img/guide_dft/img236.png" alt="$f(x)$" /> and we want to approximate it using an<img width="14" height="14" align="BOTTOM" border="0" src="proxy.php?url=https://technick.net/img/guide_dft/img51.png" alt="$n$" />th-order <i>polynomial</i>:<br /></p>
- Introductionhttps://technick.net/guides/theory/dft/introduction/Sun, 01 Mar 1998 00:00:00 +0000https://technick.net/guides/theory/dft/introduction/<p style="background-color:#FFFFAA;border:1px solid red;padding:0.5em;"><strong>NOTE: THIS DOCUMENT IS OBSOLETE, PLEASE CHECK THE NEW VERSION:</strong> "<a href="proxy.php?url=http://ccrma.stanford.edu/~jos/mdft/">Mathematics of the Discrete Fourier Transform (DFT), with Audio Applications --- Second Edition</a>", by <a href="proxy.php?url=http://ccrma.stanford.edu/~jos/"> Julius O. Smith III</a>, <a href="proxy.php?url=http://www.w3k.org/books/">W3K Publishing</a>, 2007, ISBN 978-0-9745607-4-8. - Copyright © <i>2017-09-28</i> by <a href="proxy.php?url=http://ccrma.stanford.edu/~jos/"> Julius O. Smith III</a> - <a href="proxy.php?url=http://ccrma.stanford.edu/">Center for Computer Research in Music and Acoustics (CCRMA),</a> <a href="proxy.php?url=http://www.stanford.edu/"> Stanford University</a></p>
<p align="center"><font size="2"><b><a href="proxy.php?url=https://technick.net/guides/theory/dft/basic_tutorial_sampling"><< Previous page</a> <a href="proxy.php?url=https://technick.net/guides/theory/dft/r320">TOC</a> <a href="proxy.php?url=https://technick.net/guides/theory/dft/dft_index">INDEX</a> <a href="proxy.php?url=https://technick.net/guides/theory/dft/reconstruction_samples_pict">Next page >></a></b></font></p><blockquote><h1><a name="SECTION001110000000000000000">Introduction</a></h1><p>Inside computers and modern ''digital'' synthesizers, (as well as music
CDs), sound is <i>sampled</i> into a stream of <i>numbers</i>. Each <em>sample</em> can be thought of as a number which specifies the <i>position</i> of
a loudspeaker at a particular instant. When sound is sampled, we call it<i>digital audio</i>. The <a href="proxy.php?url=https://technick.net/guides/theory/dft/shannon_s_sampling_theorem">sampling rate</a> used for CDs is 44,100 samples per
second. That means when you play a CD, the speakers in your stereo
system are moved to a new position 44,100 times per second, or once
every 23 microseconds. Controlling a speaker this fast enables it to
generate any sound in the human <a href="proxy.php?url=http://www.treasure-troves.com/physics/hearingrange.php">hearing range</a> because we cannot hear
frequencies higher than around 20,000 cycles per second, and a
sampling rate more than twice the highest <a href="proxy.php?url=http://www.treasure-troves.com/physics/frequency.php">frequency</a> in the sound
guarantees that exact reconstruction is possible from the samples.</p>
- Introduction to Complex Numbershttps://technick.net/guides/theory/dft/introduction_complex_number/Sun, 01 Mar 1998 00:00:00 +0000https://technick.net/guides/theory/dft/introduction_complex_number/<p style="background-color:#FFFFAA;border:1px solid red;padding:0.5em;"><strong>NOTE: THIS DOCUMENT IS OBSOLETE, PLEASE CHECK THE NEW VERSION:</strong> "<a href="proxy.php?url=http://ccrma.stanford.edu/~jos/mdft/">Mathematics of the Discrete Fourier Transform (DFT), with Audio Applications --- Second Edition</a>", by <a href="proxy.php?url=http://ccrma.stanford.edu/~jos/"> Julius O. Smith III</a>, <a href="proxy.php?url=http://www.w3k.org/books/">W3K Publishing</a>, 2007, ISBN 978-0-9745607-4-8. - Copyright © <i>2017-09-28</i> by <a href="proxy.php?url=http://ccrma.stanford.edu/~jos/"> Julius O. Smith III</a> - <a href="proxy.php?url=http://ccrma.stanford.edu/">Center for Computer Research in Music and Acoustics (CCRMA),</a> <a href="proxy.php?url=http://www.stanford.edu/"> Stanford University</a></p>
<p align="center"><font size="2"><b><a href="proxy.php?url=https://technick.net/guides/theory/dft/dft_math_outline"><< Previous page</a> <a href="proxy.php?url=https://technick.net/guides/theory/dft/r320">TOC</a> <a href="proxy.php?url=https://technick.net/guides/theory/dft/dft_index">INDEX</a> <a href="proxy.php?url=https://technick.net/guides/theory/dft/factoring_polynomial_with">Next page >></a></b></font></p><blockquote><h1><a name="SECTION00300000000000000000">Introduction to Complex Numbers</a></h1><p>This chapter provides an <a href="proxy.php?url=https://technick.net/guides/theory/dft/introduction_complex_number">introduction to complex numbers</a>, factoring
polynomials, the <a href="proxy.php?url=https://technick.net/guides/theory/dft/quadratic_formula">quadratic formula</a>, the <a href="proxy.php?url=https://technick.net/guides/theory/dft/complex_plane">complex plane</a>, <a href="proxy.php?url=https://technick.net/guides/theory/dft/proof_euler_s_identity">Euler's
formula</a>, and an overview of numerical facilities for <a href="proxy.php?url=https://technick.net/guides/theory/dft/introduction_complex_number">complex numbers</a>in <a href="proxy.php?url=http://www.mathworks.com/access/helpdesk/help/techdoc/basics/getstarted.shtml">Matlab</a> and <a href="proxy.php?url=https://technick.net/guides/theory/dft/sidebar_mathematica">Mathematica</a>.</p>
- Introduction to Digital Filter Analysishttps://technick.net/guides/theory/dft/introduction_digital_filter/Sun, 01 Mar 1998 00:00:00 +0000https://technick.net/guides/theory/dft/introduction_digital_filter/<p style="background-color:#FFFFAA;border:1px solid red;padding:0.5em;"><strong>NOTE: THIS DOCUMENT IS OBSOLETE, PLEASE CHECK THE NEW VERSION:</strong> "<a href="proxy.php?url=http://ccrma.stanford.edu/~jos/mdft/">Mathematics of the Discrete Fourier Transform (DFT), with Audio Applications --- Second Edition</a>", by <a href="proxy.php?url=http://ccrma.stanford.edu/~jos/"> Julius O. Smith III</a>, <a href="proxy.php?url=http://www.w3k.org/books/">W3K Publishing</a>, 2007, ISBN 978-0-9745607-4-8. - Copyright © <i>2017-09-28</i> by <a href="proxy.php?url=http://ccrma.stanford.edu/~jos/"> Julius O. Smith III</a> - <a href="proxy.php?url=http://ccrma.stanford.edu/">Center for Computer Research in Music and Acoustics (CCRMA),</a> <a href="proxy.php?url=http://www.stanford.edu/"> Stanford University</a></p>
<p align="center"><font size="2"><b><a href="proxy.php?url=https://technick.net/guides/theory/dft/does_it_work"><< Previous page</a> <a href="proxy.php?url=https://technick.net/guides/theory/dft/r320">TOC</a> <a href="proxy.php?url=https://technick.net/guides/theory/dft/dft_index">INDEX</a> <a href="proxy.php?url=https://technick.net/guides/theory/dft/motivating_example_overview">Next page >></a></b></font></p><blockquote><h1><a name="SECTION001200000000000000000"></a><a name="app:filters"></a><br />Introduction to <a href="proxy.php?url=http://www.dsptutor.freeuk.com/dfilt1.php">Digital Filter</a> Analysis</h1><p>The subject of digital <a href="proxy.php?url=https://ccrma.stanford.edu/~jos//filters/difference_equation.php">filtering</a> is quite large, and many <a href="proxy.php?url=http://www.amazon.com/exec/obidos/isbn_253d030642908x/ericstreasuretroa/default.php">books</a> are
devoted entirely to that subject from different points of view. This
chapter discusses only the filter structures we need, such as basic<a href="proxy.php?url=https://ccrma.stanford.edu/~jos//waveguide/fir_filters.php">FIR filters</a> and <a href="proxy.php?url=https://ccrma.stanford.edu/~jos//waveguide/biquad.php">BiQuads</a>. The last section summarizes the main point
of digital filter <i>theory</i>.</p>
- Introduction to the DFThttps://technick.net/guides/theory/dft/introduction_dft/Sun, 01 Mar 1998 00:00:00 +0000https://technick.net/guides/theory/dft/introduction_dft/<p style="background-color:#FFFFAA;border:1px solid red;padding:0.5em;"><strong>NOTE: THIS DOCUMENT IS OBSOLETE, PLEASE CHECK THE NEW VERSION:</strong> "<a href="proxy.php?url=http://ccrma.stanford.edu/~jos/mdft/">Mathematics of the Discrete Fourier Transform (DFT), with Audio Applications --- Second Edition</a>", by <a href="proxy.php?url=http://ccrma.stanford.edu/~jos/"> Julius O. Smith III</a>, <a href="proxy.php?url=http://www.w3k.org/books/">W3K Publishing</a>, 2007, ISBN 978-0-9745607-4-8. - Copyright © <i>2017-09-28</i> by <a href="proxy.php?url=http://ccrma.stanford.edu/~jos/"> Julius O. Smith III</a> - <a href="proxy.php?url=http://ccrma.stanford.edu/">Center for Computer Research in Music and Acoustics (CCRMA),</a> <a href="proxy.php?url=http://www.stanford.edu/"> Stanford University</a></p>
<p align="center"><font size="2"><b><a href="proxy.php?url=https://technick.net/guides/theory/dft/outline"><< Previous page</a> <a href="proxy.php?url=https://technick.net/guides/theory/dft/r320">TOC</a> <a href="proxy.php?url=https://technick.net/guides/theory/dft/dft_index">INDEX</a> <a href="proxy.php?url=https://technick.net/guides/theory/dft/dft">Next page >></a></b></font></p><blockquote><h1><a name="SECTION00200000000000000000">Introduction to the DFT</a></h1><p>This chapter introduces <a href="proxy.php?url=https://ccrma.stanford.edu/~jos//reviewfourier/welcome.php">the Discrete Fourier Transform</a> (<a href="proxy.php?url=https://technick.net/guides/theory/dft/dft">DFT</a>)
and points out the elements which will be discussed in the <a href="proxy.php?url=http://www-ccrma.stanford.edu/ccrma/courses/320/welcome.php">Music 320</a> Background Reader.</p>
- Law Compandinghttps://technick.net/guides/theory/dft/law_companding/Sun, 01 Mar 1998 00:00:00 +0000https://technick.net/guides/theory/dft/law_companding/<p style="background-color:#FFFFAA;border:1px solid red;padding:0.5em;"><strong>NOTE: THIS DOCUMENT IS OBSOLETE, PLEASE CHECK THE NEW VERSION:</strong> "<a href="proxy.php?url=http://ccrma.stanford.edu/~jos/mdft/">Mathematics of the Discrete Fourier Transform (DFT), with Audio Applications --- Second Edition</a>", by <a href="proxy.php?url=http://ccrma.stanford.edu/~jos/"> Julius O. Smith III</a>, <a href="proxy.php?url=http://www.w3k.org/books/">W3K Publishing</a>, 2007, ISBN 978-0-9745607-4-8. - Copyright © <i>2017-09-28</i> by <a href="proxy.php?url=http://ccrma.stanford.edu/~jos/"> Julius O. Smith III</a> - <a href="proxy.php?url=http://ccrma.stanford.edu/">Center for Computer Research in Music and Acoustics (CCRMA),</a> <a href="proxy.php?url=http://www.stanford.edu/"> Stanford University</a></p>
<p align="center"><font size="2"><b><a href="proxy.php?url=https://technick.net/guides/theory/dft/logarithmic_fixed_point_num"><< Previous page</a> <a href="proxy.php?url=https://technick.net/guides/theory/dft/r320">TOC</a> <a href="proxy.php?url=https://technick.net/guides/theory/dft/dft_index">INDEX</a> <a href="proxy.php?url=https://technick.net/guides/theory/dft/appendix_a_round_off">Next page >></a></b></font></p><blockquote><h2><a name="SECTION00543000000000000000"><img width="14" height="28" align="MIDDLE" border="0" src="proxy.php?url=https://technick.net/img/guide_dft/img5.png" alt="$\" u="u" />-Law Companding</a></h2><p>A <i>companding</i> operation <i>compresses</i> <a href="proxy.php?url=https://technick.net/guides/theory/dft/dynamic_range">dynamic range</a> on encode and<i>expands</i> dynamic range on decode. In digital telephone networks and
voice modems (currently in use everywhere), standard CODEC<a name="tex2html38" href="proxy.php?url=https://technick.net/guides/theory/dft/footnode#foot5146"><sup>4.14</sup></a> chips are used in which audio is
digitized in a simple 8-bit <i><img width="14" height="28" align="MIDDLE" border="0" src="proxy.php?url=https://technick.net/img/guide_dft/img5.png" alt="$\" u="u" />-law format</i> (or simply ''<a href="proxy.php?url=https://technick.net/guides/theory/dft/law_companding">mu-law</a>'').</p>
- Linear Number Systems for Digital Audiohttps://technick.net/guides/theory/dft/linear_number_systems/Sun, 01 Mar 1998 00:00:00 +0000https://technick.net/guides/theory/dft/linear_number_systems/<p style="background-color:#FFFFAA;border:1px solid red;padding:0.5em;"><strong>NOTE: THIS DOCUMENT IS OBSOLETE, PLEASE CHECK THE NEW VERSION:</strong> "<a href="proxy.php?url=http://ccrma.stanford.edu/~jos/mdft/">Mathematics of the Discrete Fourier Transform (DFT), with Audio Applications --- Second Edition</a>", by <a href="proxy.php?url=http://ccrma.stanford.edu/~jos/"> Julius O. Smith III</a>, <a href="proxy.php?url=http://www.w3k.org/books/">W3K Publishing</a>, 2007, ISBN 978-0-9745607-4-8. - Copyright © <i>2017-09-28</i> by <a href="proxy.php?url=http://ccrma.stanford.edu/~jos/"> Julius O. Smith III</a> - <a href="proxy.php?url=http://ccrma.stanford.edu/">Center for Computer Research in Music and Acoustics (CCRMA),</a> <a href="proxy.php?url=http://www.stanford.edu/"> Stanford University</a></p>
<p align="center"><font size="2"><b><a href="proxy.php?url=https://technick.net/guides/theory/dft/dynamic_range"><< Previous page</a> <a href="proxy.php?url=https://technick.net/guides/theory/dft/r320">TOC</a> <a href="proxy.php?url=https://technick.net/guides/theory/dft/dft_index">INDEX</a> <a href="proxy.php?url=https://technick.net/guides/theory/dft/pulse_code_modulation">Next page >></a></b></font></p><blockquote><h1><a name="SECTION00530000000000000000">Linear Number Systems for Digital Audio</a></h1><p>This section discusses the most commonly used number formats for digital
audio.</p>
- Linear Phase Termshttps://technick.net/guides/theory/dft/linear_phase_terms/Sun, 01 Mar 1998 00:00:00 +0000https://technick.net/guides/theory/dft/linear_phase_terms/<p style="background-color:#FFFFAA;border:1px solid red;padding:0.5em;"><strong>NOTE: THIS DOCUMENT IS OBSOLETE, PLEASE CHECK THE NEW VERSION:</strong> "<a href="proxy.php?url=http://ccrma.stanford.edu/~jos/mdft/">Mathematics of the Discrete Fourier Transform (DFT), with Audio Applications --- Second Edition</a>", by <a href="proxy.php?url=http://ccrma.stanford.edu/~jos/"> Julius O. Smith III</a>, <a href="proxy.php?url=http://www.w3k.org/books/">W3K Publishing</a>, 2007, ISBN 978-0-9745607-4-8. - Copyright © <i>2017-09-28</i> by <a href="proxy.php?url=http://ccrma.stanford.edu/~jos/"> Julius O. Smith III</a> - <a href="proxy.php?url=http://ccrma.stanford.edu/">Center for Computer Research in Music and Acoustics (CCRMA),</a> <a href="proxy.php?url=http://www.stanford.edu/"> Stanford University</a></p>
<p align="center"><font size="2"><b><a href="proxy.php?url=https://technick.net/guides/theory/dft/shift_theorem"><< Previous page</a> <a href="proxy.php?url=https://technick.net/guides/theory/dft/r320">TOC</a> <a href="proxy.php?url=https://technick.net/guides/theory/dft/dft_index">INDEX</a> <a href="proxy.php?url=https://technick.net/guides/theory/dft/application_shift_theorem">Next page >></a></b></font></p><blockquote><h3><a name="SECTION00944100000000000000">Linear Phase Terms</a></h3><p>The reason <!-- MATH
$e^{-j \omega_k \Delta}$
--><img width="54" height="18" align="BOTTOM" border="0" src="proxy.php?url=https://technick.net/img/guide_dft/img1224.png" alt="$e^{-j \" mega="" delta="" /> is called a <i><a href="proxy.php?url=https://technick.net/guides/theory/dft/linear_phase_terms">linear phase term</a></i><a name="14193"></a> is
that its phase is a linear function of <a href="proxy.php?url=http://www.treasure-troves.com/physics/frequency.php">frequency</a>:<br /></p>
- Linearityhttps://technick.net/guides/theory/dft/linearity/Sun, 01 Mar 1998 00:00:00 +0000https://technick.net/guides/theory/dft/linearity/<p style="background-color:#FFFFAA;border:1px solid red;padding:0.5em;"><strong>NOTE: THIS DOCUMENT IS OBSOLETE, PLEASE CHECK THE NEW VERSION:</strong> "<a href="proxy.php?url=http://ccrma.stanford.edu/~jos/mdft/">Mathematics of the Discrete Fourier Transform (DFT), with Audio Applications --- Second Edition</a>", by <a href="proxy.php?url=http://ccrma.stanford.edu/~jos/"> Julius O. Smith III</a>, <a href="proxy.php?url=http://www.w3k.org/books/">W3K Publishing</a>, 2007, ISBN 978-0-9745607-4-8. - Copyright © <i>2017-09-28</i> by <a href="proxy.php?url=http://ccrma.stanford.edu/~jos/"> Julius O. Smith III</a> - <a href="proxy.php?url=http://ccrma.stanford.edu/">Center for Computer Research in Music and Acoustics (CCRMA),</a> <a href="proxy.php?url=http://www.stanford.edu/"> Stanford University</a></p>
<p align="center"><font size="2"><b><a href="proxy.php?url=https://technick.net/guides/theory/dft/fourier_theorems"><< Previous page</a> <a href="proxy.php?url=https://technick.net/guides/theory/dft/r320">TOC</a> <a href="proxy.php?url=https://technick.net/guides/theory/dft/dft_index">INDEX</a> <a href="proxy.php?url=https://technick.net/guides/theory/dft/conjugation_reversal">Next page >></a></b></font></p><blockquote><h2><a name="SECTION00941000000000000000">Linearity</a></h2><p></p><p><br /><br /><b>Theorem: </b>For any <!-- MATH
$x,y\in{\cal C}^N$
--><img width="69" height="34" align="MIDDLE" border="0" src="proxy.php?url=https://technick.net/img/guide_dft/img1095.png" alt="$x,y\" n="" al="" /> and <!-- MATH
$\alpha,\beta\in{\cal C}$
--><img width="60" height="29" align="MIDDLE" border="0" src="proxy.php?url=https://technick.net/img/guide_dft/img1192.png" alt="$\" lpha="" eta\in="" al="" />, the <a href="proxy.php?url=https://technick.net/guides/theory/dft/dft">DFT</a> satisfies<br /></p>
- Linearity and Time-Invariancehttps://technick.net/guides/theory/dft/linearity_time_invariance/Sun, 01 Mar 1998 00:00:00 +0000https://technick.net/guides/theory/dft/linearity_time_invariance/<p style="background-color:#FFFFAA;border:1px solid red;padding:0.5em;"><strong>NOTE: THIS DOCUMENT IS OBSOLETE, PLEASE CHECK THE NEW VERSION:</strong> "<a href="proxy.php?url=http://ccrma.stanford.edu/~jos/mdft/">Mathematics of the Discrete Fourier Transform (DFT), with Audio Applications --- Second Edition</a>", by <a href="proxy.php?url=http://ccrma.stanford.edu/~jos/"> Julius O. Smith III</a>, <a href="proxy.php?url=http://www.w3k.org/books/">W3K Publishing</a>, 2007, ISBN 978-0-9745607-4-8. - Copyright © <i>2017-09-28</i> by <a href="proxy.php?url=http://ccrma.stanford.edu/~jos/"> Julius O. Smith III</a> - <a href="proxy.php?url=http://ccrma.stanford.edu/">Center for Computer Research in Music and Acoustics (CCRMA),</a> <a href="proxy.php?url=http://www.stanford.edu/"> Stanford University</a></p>
<p align="center"><font size="2"><b><a href="proxy.php?url=https://technick.net/guides/theory/dft/digital_filter_theory"><< Previous page</a> <a href="proxy.php?url=https://technick.net/guides/theory/dft/r320">TOC</a> <a href="proxy.php?url=https://technick.net/guides/theory/dft/dft_index">INDEX</a> <a href="proxy.php?url=https://technick.net/guides/theory/dft/difference_equation">Next page >></a></b></font></p><blockquote><h2><a name="SECTION001241000000000000000">Linearity and Time-Invariance</a></h2><p>In everyday terms, the fact that a <a href="proxy.php?url=https://ccrma.stanford.edu/~jos//filters/difference_equation.php">filter</a> is<i>linear</i><a name="18742"></a> means simply that <ol><li>the <a href="proxy.php?url=https://technick.net/guides/theory/dft/logarithms">amplitude</a> of the output is proportional to the amplitude of
the input, and<p></p>
- Linearity of the Inner Producthttps://technick.net/guides/theory/dft/linearity_inner_product/Sun, 01 Mar 1998 00:00:00 +0000https://technick.net/guides/theory/dft/linearity_inner_product/<p style="background-color:#FFFFAA;border:1px solid red;padding:0.5em;"><strong>NOTE: THIS DOCUMENT IS OBSOLETE, PLEASE CHECK THE NEW VERSION:</strong> "<a href="proxy.php?url=http://ccrma.stanford.edu/~jos/mdft/">Mathematics of the Discrete Fourier Transform (DFT), with Audio Applications --- Second Edition</a>", by <a href="proxy.php?url=http://ccrma.stanford.edu/~jos/"> Julius O. Smith III</a>, <a href="proxy.php?url=http://www.w3k.org/books/">W3K Publishing</a>, 2007, ISBN 978-0-9745607-4-8. - Copyright © <i>2017-09-28</i> by <a href="proxy.php?url=http://ccrma.stanford.edu/~jos/"> Julius O. Smith III</a> - <a href="proxy.php?url=http://ccrma.stanford.edu/">Center for Computer Research in Music and Acoustics (CCRMA),</a> <a href="proxy.php?url=http://www.stanford.edu/"> Stanford University</a></p>
<p align="center"><font size="2"><b><a href="proxy.php?url=https://technick.net/guides/theory/dft/inner_product"><< Previous page</a> <a href="proxy.php?url=https://technick.net/guides/theory/dft/r320">TOC</a> <a href="proxy.php?url=https://technick.net/guides/theory/dft/dft_index">INDEX</a> <a href="proxy.php?url=https://technick.net/guides/theory/dft/norm_induced_inner">Next page >></a></b></font></p><blockquote><h2><a name="SECTION00761000000000000000">Linearity of the Inner Product</a></h2><p>Any function <img width="35" height="31" align="MIDDLE" border="0" src="proxy.php?url=https://technick.net/img/guide_dft/img236.png" alt="$f(x)$" /> of a vector <!-- MATH
$x\in{\cal C}^N$
--><img width="54" height="34" align="MIDDLE" border="0" src="proxy.php?url=https://technick.net/img/guide_dft/img687.png" alt="$x\" n="" al="" /> (which we may call an <i>operator</i> on <img width="26" height="18" align="BOTTOM" border="0" src="proxy.php?url=https://technick.net/img/guide_dft/img745.png" alt="${\" al="" />) is said to be <i>linear</i> if for all <!-- MATH
$x_1\in{\cal C}^N$
--><img width="61" height="34" align="MIDDLE" border="0" src="proxy.php?url=https://technick.net/img/guide_dft/img765.png" alt="$x_1\" n="" al="" /> and
<!-- MATH
$x_2\in{\cal C}^N$
--><img width="61" height="34" align="MIDDLE" border="0" src="proxy.php?url=https://technick.net/img/guide_dft/img766.png" alt="$x_2\" n="" al="" />, and for all scalars <img width="18" height="28" align="MIDDLE" border="0" src="proxy.php?url=https://technick.net/img/guide_dft/img767.png" alt="$c_1$" /> and <img width="18" height="28" align="MIDDLE" border="0" src="proxy.php?url=https://technick.net/img/guide_dft/img768.png" alt="$c_2$" /> in <img width="13" height="15" align="BOTTOM" border="0" src="proxy.php?url=https://technick.net/img/guide_dft/img756.png" alt="${\" al="" />, we have<br /></p>
- Little Endian Formulahttps://technick.net/guides/theory/dft/little_endian_formula/Sun, 01 Mar 1998 00:00:00 +0000https://technick.net/guides/theory/dft/little_endian_formula/<p style="background-color:#FFFFAA;border:1px solid red;padding:0.5em;"><strong>NOTE: THIS DOCUMENT IS OBSOLETE, PLEASE CHECK THE NEW VERSION:</strong> "<a href="proxy.php?url=http://ccrma.stanford.edu/~jos/mdft/">Mathematics of the Discrete Fourier Transform (DFT), with Audio Applications --- Second Edition</a>", by <a href="proxy.php?url=http://ccrma.stanford.edu/~jos/"> Julius O. Smith III</a>, <a href="proxy.php?url=http://www.w3k.org/books/">W3K Publishing</a>, 2007, ISBN 978-0-9745607-4-8. - Copyright © <i>2017-09-28</i> by <a href="proxy.php?url=http://ccrma.stanford.edu/~jos/"> Julius O. Smith III</a> - <a href="proxy.php?url=http://ccrma.stanford.edu/">Center for Computer Research in Music and Acoustics (CCRMA),</a> <a href="proxy.php?url=http://www.stanford.edu/"> Stanford University</a></p>
<p align="center"><font size="2"><b><a href="proxy.php?url=https://technick.net/guides/theory/dft/general_formula_two_s_compl"><< Previous page</a> <a href="proxy.php?url=https://technick.net/guides/theory/dft/r320">TOC</a> <a href="proxy.php?url=https://technick.net/guides/theory/dft/dft_index">INDEX</a> <a href="proxy.php?url=https://technick.net/guides/theory/dft/fractional_binary_fixed_poi">Next page >></a></b></font></p><blockquote><h3><a name="SECTION00532400000000000000">''Little Endian'' Formula for Two's-Complement,
Integer Fixed-Point Numbers</a></h3><p>The formula of the preceding section can be considered ''big endian''
because the bits are labeled ''left to right'' in the word as it is
normally visualized. That is, <img width="18" height="29" align="MIDDLE" border="0" src="proxy.php?url=https://technick.net/img/guide_dft/img400.png" alt="$b_0$" /> is the <i>most</i> significant bit
instead of the least significant bit. The ''<a href="proxy.php?url=https://technick.net/guides/theory/dft/little_endian_formula">little endian</a>'' convention
numbers bits in order of their <i>significance</i> instead.</p>
- Logarithmic Fixed-Point Numbershttps://technick.net/guides/theory/dft/logarithmic_fixed_point_num/Sun, 01 Mar 1998 00:00:00 +0000https://technick.net/guides/theory/dft/logarithmic_fixed_point_num/<p style="background-color:#FFFFAA;border:1px solid red;padding:0.5em;"><strong>NOTE: THIS DOCUMENT IS OBSOLETE, PLEASE CHECK THE NEW VERSION:</strong> "<a href="proxy.php?url=http://ccrma.stanford.edu/~jos/mdft/">Mathematics of the Discrete Fourier Transform (DFT), with Audio Applications --- Second Edition</a>", by <a href="proxy.php?url=http://ccrma.stanford.edu/~jos/"> Julius O. Smith III</a>, <a href="proxy.php?url=http://www.w3k.org/books/">W3K Publishing</a>, 2007, ISBN 978-0-9745607-4-8. - Copyright © <i>2017-09-28</i> by <a href="proxy.php?url=http://ccrma.stanford.edu/~jos/"> Julius O. Smith III</a> - <a href="proxy.php?url=http://ccrma.stanford.edu/">Center for Computer Research in Music and Acoustics (CCRMA),</a> <a href="proxy.php?url=http://www.stanford.edu/"> Stanford University</a></p>
<p align="center"><font size="2"><b><a href="proxy.php?url=https://technick.net/guides/theory/dft/floating_point_numbers"><< Previous page</a> <a href="proxy.php?url=https://technick.net/guides/theory/dft/r320">TOC</a> <a href="proxy.php?url=https://technick.net/guides/theory/dft/dft_index">INDEX</a> <a href="proxy.php?url=https://technick.net/guides/theory/dft/law_companding">Next page >></a></b></font></p><blockquote><h2><a name="SECTION00542000000000000000">Logarithmic Fixed-Point Numbers</a></h2><p>In some situations it makes sense to use <i><a href="proxy.php?url=https://technick.net/guides/theory/dft/logarithmic_fixed_point_num">logarithmic fixed-point</a></i>.
This number format can be regarded as a floating-point format consisting of
an exponent and no explicit significand. However, the exponent is not
interpreted as an integer as it is in floating point. Instead, it has a
fractional part which is a true <i>mantissa</i>. (The integer part is then
of course the ''characteristic'' of the logarithm.) In other words, a
logarithmic fixed-point number is a binary encoding of the log-base-2 of
the signal-sample magnitude. The sign bit is of course separate.</p>
- Logarithmic Number Systems for Digital Audiohttps://technick.net/guides/theory/dft/logarithmic_number_systems/Sun, 01 Mar 1998 00:00:00 +0000https://technick.net/guides/theory/dft/logarithmic_number_systems/<p style="background-color:#FFFFAA;border:1px solid red;padding:0.5em;"><strong>NOTE: THIS DOCUMENT IS OBSOLETE, PLEASE CHECK THE NEW VERSION:</strong> "<a href="proxy.php?url=http://ccrma.stanford.edu/~jos/mdft/">Mathematics of the Discrete Fourier Transform (DFT), with Audio Applications --- Second Edition</a>", by <a href="proxy.php?url=http://ccrma.stanford.edu/~jos/"> Julius O. Smith III</a>, <a href="proxy.php?url=http://www.w3k.org/books/">W3K Publishing</a>, 2007, ISBN 978-0-9745607-4-8. - Copyright © <i>2017-09-28</i> by <a href="proxy.php?url=http://ccrma.stanford.edu/~jos/"> Julius O. Smith III</a> - <a href="proxy.php?url=http://ccrma.stanford.edu/">Center for Computer Research in Music and Acoustics (CCRMA),</a> <a href="proxy.php?url=http://www.stanford.edu/"> Stanford University</a></p>
<p align="center"><font size="2"><b><a href="proxy.php?url=https://technick.net/guides/theory/dft/when_do_we"><< Previous page</a> <a href="proxy.php?url=https://technick.net/guides/theory/dft/r320">TOC</a> <a href="proxy.php?url=https://technick.net/guides/theory/dft/dft_index">INDEX</a> <a href="proxy.php?url=https://technick.net/guides/theory/dft/floating_point_numbers">Next page >></a></b></font></p><blockquote><h1><a name="SECTION00540000000000000000">Logarithmic Number Systems for Digital Audio</a></h1><p>Since <a href="proxy.php?url=http://www-ccrma.stanford.edu/ccrma/courses/152/hearing.php">hearing</a> is approximately logarithmic, it makes sense to represent
sound samples in a logarithmic or semi-logarithmic number format.<a href="proxy.php?url=https://technick.net/guides/theory/dft/floating_point_numbers">Floating-point numbers</a> in a computer are partially logarithmic (the
exponent part), and one can even use an entirely <a href="proxy.php?url=https://technick.net/guides/theory/dft/logarithmic_fixed_point_num">logarithmic fixed-point</a>number system. The <img width="14" height="28" align="MIDDLE" border="0" src="proxy.php?url=https://technick.net/img/guide_dft/img5.png" alt="$\" u="u" />-law <a href="proxy.php?url=https://technick.net/guides/theory/dft/logarithms">amplitude</a>-encoding format is linear at small
amplitudes and becomes logarithmic at large amplitudes. This section
discusses these formats.</p>
- Logarithmshttps://technick.net/guides/theory/dft/logarithms/Sun, 01 Mar 1998 00:00:00 +0000https://technick.net/guides/theory/dft/logarithms/<p style="background-color:#FFFFAA;border:1px solid red;padding:0.5em;"><strong>NOTE: THIS DOCUMENT IS OBSOLETE, PLEASE CHECK THE NEW VERSION:</strong> "<a href="proxy.php?url=http://ccrma.stanford.edu/~jos/mdft/">Mathematics of the Discrete Fourier Transform (DFT), with Audio Applications --- Second Edition</a>", by <a href="proxy.php?url=http://ccrma.stanford.edu/~jos/"> Julius O. Smith III</a>, <a href="proxy.php?url=http://www.w3k.org/books/">W3K Publishing</a>, 2007, ISBN 978-0-9745607-4-8. - Copyright © <i>2017-09-28</i> by <a href="proxy.php?url=http://ccrma.stanford.edu/~jos/"> Julius O. Smith III</a> - <a href="proxy.php?url=http://ccrma.stanford.edu/">Center for Computer Research in Music and Acoustics (CCRMA),</a> <a href="proxy.php?url=http://www.stanford.edu/"> Stanford University</a></p>
<p align="center"><font size="2"><b><a href="proxy.php?url=https://technick.net/guides/theory/dft/logarithms_decibels_number"><< Previous page</a> <a href="proxy.php?url=https://technick.net/guides/theory/dft/r320">TOC</a> <a href="proxy.php?url=https://technick.net/guides/theory/dft/dft_index">INDEX</a> <a href="proxy.php?url=https://technick.net/guides/theory/dft/changing_base">Next page >></a></b></font></p><blockquote><h1><a name="SECTION00510000000000000000">Logarithms</a></h1><p>A <i>logarithm</i><a name="5310"></a> <img width="82" height="31" align="MIDDLE" border="0" src="proxy.php?url=https://technick.net/img/guide_dft/img326.png" alt="$y=\" og="" b="" /> is fundamentally an <i>exponent</i><img width="12" height="28" align="MIDDLE" border="0" src="proxy.php?url=https://technick.net/img/guide_dft/img13.png" alt="$y$" /> applied to a specific <i>base</i><a name="5313"></a> <img width="11" height="15" align="BOTTOM" border="0" src="proxy.php?url=https://technick.net/img/guide_dft/img327.png" alt="$b$" />. That is, <img width="49" height="15" align="BOTTOM" border="0" src="proxy.php?url=https://technick.net/img/guide_dft/img328.png" alt="$x = b^y$" />. The
term ''logarithm'' can be abbreviated as ''log''. The base <img width="11" height="15" align="BOTTOM" border="0" src="proxy.php?url=https://technick.net/img/guide_dft/img327.png" alt="$b$" /> is
chosen to be a positive real number, and we normally only take logs of
positive real numbers <img width="42" height="28" align="MIDDLE" border="0" src="proxy.php?url=https://technick.net/img/guide_dft/img157.png" alt="$x>0$" /> (although it is ok to say that the log of<img width="12" height="14" align="BOTTOM" border="0" src="proxy.php?url=https://technick.net/img/guide_dft/img38.png" alt="$0$" /> is <img width="32" height="28" align="MIDDLE" border="0" src="proxy.php?url=https://technick.net/img/guide_dft/img329.png" alt="$-\" nfty="" />). The inverse of a logarithm is called an<i>antilogarithm</i><a name="5315"></a> or <i>antilog</i><a name="5317"></a>.</p>
- Logarithms of Negative and Imaginary Numbershttps://technick.net/guides/theory/dft/logarithms_negative_imagina/Sun, 01 Mar 1998 00:00:00 +0000https://technick.net/guides/theory/dft/logarithms_negative_imagina/<p style="background-color:#FFFFAA;border:1px solid red;padding:0.5em;"><strong>NOTE: THIS DOCUMENT IS OBSOLETE, PLEASE CHECK THE NEW VERSION:</strong> "<a href="proxy.php?url=http://ccrma.stanford.edu/~jos/mdft/">Mathematics of the Discrete Fourier Transform (DFT), with Audio Applications --- Second Edition</a>", by <a href="proxy.php?url=http://ccrma.stanford.edu/~jos/"> Julius O. Smith III</a>, <a href="proxy.php?url=http://www.w3k.org/books/">W3K Publishing</a>, 2007, ISBN 978-0-9745607-4-8. - Copyright © <i>2017-09-28</i> by <a href="proxy.php?url=http://ccrma.stanford.edu/~jos/"> Julius O. Smith III</a> - <a href="proxy.php?url=http://ccrma.stanford.edu/">Center for Computer Research in Music and Acoustics (CCRMA),</a> <a href="proxy.php?url=http://www.stanford.edu/"> Stanford University</a></p>
<p align="center"><font size="2"><b><a href="proxy.php?url=https://technick.net/guides/theory/dft/changing_base"><< Previous page</a> <a href="proxy.php?url=https://technick.net/guides/theory/dft/r320">TOC</a> <a href="proxy.php?url=https://technick.net/guides/theory/dft/dft_index">INDEX</a> <a href="proxy.php?url=https://technick.net/guides/theory/dft/decibels">Next page >></a></b></font></p><blockquote><h2><a name="SECTION00512000000000000000">Logarithms of Negative and Imaginary Numbers</a></h2><p>By <i><a href="proxy.php?url=https://technick.net/guides/theory/dft/proof_euler_s_identity">Euler's formula</a></i>, <img width="68" height="34" align="MIDDLE" border="0" src="proxy.php?url=https://technick.net/img/guide_dft/img345.png" alt="$e^{j\" i="i" />, so that<br /></p><p></p>
- Logarithms, Decibels, and Number Systemshttps://technick.net/guides/theory/dft/logarithms_decibels_number/Sun, 01 Mar 1998 00:00:00 +0000https://technick.net/guides/theory/dft/logarithms_decibels_number/<p style="background-color:#FFFFAA;border:1px solid red;padding:0.5em;"><strong>NOTE: THIS DOCUMENT IS OBSOLETE, PLEASE CHECK THE NEW VERSION:</strong> "<a href="proxy.php?url=http://ccrma.stanford.edu/~jos/mdft/">Mathematics of the Discrete Fourier Transform (DFT), with Audio Applications --- Second Edition</a>", by <a href="proxy.php?url=http://ccrma.stanford.edu/~jos/"> Julius O. Smith III</a>, <a href="proxy.php?url=http://www.w3k.org/books/">W3K Publishing</a>, 2007, ISBN 978-0-9745607-4-8. - Copyright © <i>2017-09-28</i> by <a href="proxy.php?url=http://ccrma.stanford.edu/~jos/"> Julius O. Smith III</a> - <a href="proxy.php?url=http://ccrma.stanford.edu/">Center for Computer Research in Music and Acoustics (CCRMA),</a> <a href="proxy.php?url=http://www.stanford.edu/"> Stanford University</a></p>
<p align="center"><font size="2"><b><a href="proxy.php?url=https://technick.net/guides/theory/dft/further_notes_differentiabi"><< Previous page</a> <a href="proxy.php?url=https://technick.net/guides/theory/dft/r320">TOC</a> <a href="proxy.php?url=https://technick.net/guides/theory/dft/dft_index">INDEX</a> <a href="proxy.php?url=https://technick.net/guides/theory/dft/logarithms">Next page >></a></b></font></p><blockquote><h1><a name="SECTION00500000000000000000">Logarithms, Decibels, and Number Systems</a></h1><p>This chapter provides an introduction to logarithms (real and complex),<a href="proxy.php?url=https://technick.net/guides/theory/dft/decibels">decibels</a>, and number systems such as binary integer <a href="proxy.php?url=https://technick.net/guides/theory/dft/binary_integer_fixed_point">fixed-point</a>, fractional
fixed-point, <a href="proxy.php?url=https://technick.net/guides/theory/dft/one_s_complement_fixed_poin">one's complement</a>, <a href="proxy.php?url=https://technick.net/guides/theory/dft/general_formula_two_s_compl">two's complement</a>, <a href="proxy.php?url=https://technick.net/guides/theory/dft/logarithmic_fixed_point_num">logarithmic fixed-point</a>,<img width="14" height="28" align="MIDDLE" border="0" src="proxy.php?url=https://technick.net/img/guide_dft/img5.png" alt="$\" u="u" />-law, and <a href="proxy.php?url=https://technick.net/guides/theory/dft/floating_point_numbers">floating-point number</a> formats.</p>
- LTI Filters and the Convolution Theoremhttps://technick.net/guides/theory/dft/lti_filters_convolution/Sun, 01 Mar 1998 00:00:00 +0000https://technick.net/guides/theory/dft/lti_filters_convolution/<p style="background-color:#FFFFAA;border:1px solid red;padding:0.5em;"><strong>NOTE: THIS DOCUMENT IS OBSOLETE, PLEASE CHECK THE NEW VERSION:</strong> "<a href="proxy.php?url=http://ccrma.stanford.edu/~jos/mdft/">Mathematics of the Discrete Fourier Transform (DFT), with Audio Applications --- Second Edition</a>", by <a href="proxy.php?url=http://ccrma.stanford.edu/~jos/"> Julius O. Smith III</a>, <a href="proxy.php?url=http://www.w3k.org/books/">W3K Publishing</a>, 2007, ISBN 978-0-9745607-4-8. - Copyright © <i>2017-09-28</i> by <a href="proxy.php?url=http://ccrma.stanford.edu/~jos/"> Julius O. Smith III</a> - <a href="proxy.php?url=http://ccrma.stanford.edu/">Center for Computer Research in Music and Acoustics (CCRMA),</a> <a href="proxy.php?url=http://www.stanford.edu/"> Stanford University</a></p>
<p align="center"><font size="2"><b><a href="proxy.php?url=https://technick.net/guides/theory/dft/appendix_a_linear"><< Previous page</a> <a href="proxy.php?url=https://technick.net/guides/theory/dft/r320">TOC</a> <a href="proxy.php?url=https://technick.net/guides/theory/dft/dft_index">INDEX</a> <a href="proxy.php?url=https://technick.net/guides/theory/dft/appendix_b_introductory">Next page >></a></b></font></p><blockquote><h2><a name="SECTION00971000000000000000">LTI Filters and the Convolution Theorem</a></h2><p></p><p><br /><br /><b>Definition: </b>The <i><a href="proxy.php?url=https://ccrma.stanford.edu/~jos//filters/frequency_response.php">frequency response</a></i><a name="14517"></a> of an <a href="proxy.php?url=https://ccrma.stanford.edu/~jos//filters/linearity_time_invariance.php">LTI</a> <a href="proxy.php?url=https://ccrma.stanford.edu/~jos//filters/difference_equation.php">filter</a> is defined
as the <a href="proxy.php?url=https://technick.net/guides/theory/dft/dft">Fourier transform</a> of its <a href="proxy.php?url=https://ccrma.stanford.edu/~jos//filters/difference_equation.php#2324">impulse response</a>. In particular, for
finite, discrete-time signals <!-- MATH
$h\in{\cal C}^N$
--><img width="54" height="34" align="MIDDLE" border="0" src="proxy.php?url=https://technick.net/img/guide_dft/img1313.png" alt="$h\" n="" al="" />, the sampled <a href="proxy.php?url=http://www.treasure-troves.com/physics/frequency.php">frequency</a> response is
defined as<br /></p>
- Mathematica for Selected Plotshttps://technick.net/guides/theory/dft/mathematica_selected_plots/Sun, 01 Mar 1998 00:00:00 +0000https://technick.net/guides/theory/dft/mathematica_selected_plots/<p style="background-color:#FFFFAA;border:1px solid red;padding:0.5em;"><strong>NOTE: THIS DOCUMENT IS OBSOLETE, PLEASE CHECK THE NEW VERSION:</strong> "<a href="proxy.php?url=http://ccrma.stanford.edu/~jos/mdft/">Mathematics of the Discrete Fourier Transform (DFT), with Audio Applications --- Second Edition</a>", by <a href="proxy.php?url=http://ccrma.stanford.edu/~jos/"> Julius O. Smith III</a>, <a href="proxy.php?url=http://www.w3k.org/books/">W3K Publishing</a>, 2007, ISBN 978-0-9745607-4-8. - Copyright © <i>2017-09-28</i> by <a href="proxy.php?url=http://ccrma.stanford.edu/~jos/"> Julius O. Smith III</a> - <a href="proxy.php?url=http://ccrma.stanford.edu/">Center for Computer Research in Music and Acoustics (CCRMA),</a> <a href="proxy.php?url=http://www.stanford.edu/"> Stanford University</a></p>
<p align="center"><font size="2"><b><a href="proxy.php?url=https://technick.net/guides/theory/dft/comparing_analog_digital"><< Previous page</a> <a href="proxy.php?url=https://technick.net/guides/theory/dft/r320">TOC</a> <a href="proxy.php?url=https://technick.net/guides/theory/dft/dft_index">INDEX</a> <a href="proxy.php?url=https://technick.net/guides/theory/dft/acknowledgement">Next page >></a></b></font></p><blockquote><h1><a name="SECTION00640000000000000000"></a><a name="sec:MMA"></a><br /><a href="proxy.php?url=https://technick.net/guides/theory/dft/sidebar_mathematica">Mathematica</a> for Selected Plots</h1><p>The Mathematica code for producing Fig. <a href="proxy.php?url=https://technick.net/guides/theory/dft/example_sinusoids#fig:sine">5.1</a> (minus the annotations which
were done using NeXT Draw and EquationBuilder from Lighthouse Design) is<pre>
Plot[10 Sin[2 Pi 2.5 t + Pi/4],{t,0,1},
PlotLabel->"10 Sin[2 Pi 2.5 t + Pi/4]",
PlotPoints->500,
AxesLabel->{" Sec", "Amp."}];</pre></p>
- Mathematics of the DFThttps://technick.net/guides/theory/dft/mathematics_dft/Sun, 01 Mar 1998 00:00:00 +0000https://technick.net/guides/theory/dft/mathematics_dft/<p style="background-color:#FFFFAA;border:1px solid red;padding:0.5em;"><strong>NOTE: THIS DOCUMENT IS OBSOLETE, PLEASE CHECK THE NEW VERSION:</strong> "<a href="proxy.php?url=http://ccrma.stanford.edu/~jos/mdft/">Mathematics of the Discrete Fourier Transform (DFT), with Audio Applications --- Second Edition</a>", by <a href="proxy.php?url=http://ccrma.stanford.edu/~jos/"> Julius O. Smith III</a>, <a href="proxy.php?url=http://www.w3k.org/books/">W3K Publishing</a>, 2007, ISBN 978-0-9745607-4-8. - Copyright © <i>2017-09-28</i> by <a href="proxy.php?url=http://ccrma.stanford.edu/~jos/"> Julius O. Smith III</a> - <a href="proxy.php?url=http://ccrma.stanford.edu/">Center for Computer Research in Music and Acoustics (CCRMA),</a> <a href="proxy.php?url=http://www.stanford.edu/"> Stanford University</a></p>
<p align="center"><font size="2"><b><a href="proxy.php?url=https://technick.net/guides/theory/dft/dft"><< Previous page</a> <a href="proxy.php?url=https://technick.net/guides/theory/dft/r320">TOC</a> <a href="proxy.php?url=https://technick.net/guides/theory/dft/dft_index">INDEX</a> <a href="proxy.php?url=https://technick.net/guides/theory/dft/dft_math_outline">Next page >></a></b></font></p><blockquote><h1><a name="SECTION00220000000000000000">Mathematics of the DFT</a></h1><p>In the signal processing literature, it is common to write the <a href="proxy.php?url=https://technick.net/guides/theory/dft/dft">DFT</a> in the
more pure form obtained by setting <img width="45" height="14" align="BOTTOM" border="0" src="proxy.php?url=https://technick.net/img/guide_dft/img48.png" alt="$T=1$" /> in the previous definition:</p>
- Matlab Exampleshttps://technick.net/guides/theory/dft/matlab_examples/Sun, 01 Mar 1998 00:00:00 +0000https://technick.net/guides/theory/dft/matlab_examples/<p style="background-color:#FFFFAA;border:1px solid red;padding:0.5em;"><strong>NOTE: THIS DOCUMENT IS OBSOLETE, PLEASE CHECK THE NEW VERSION:</strong> "<a href="proxy.php?url=http://ccrma.stanford.edu/~jos/mdft/">Mathematics of the Discrete Fourier Transform (DFT), with Audio Applications --- Second Edition</a>", by <a href="proxy.php?url=http://ccrma.stanford.edu/~jos/"> Julius O. Smith III</a>, <a href="proxy.php?url=http://www.w3k.org/books/">W3K Publishing</a>, 2007, ISBN 978-0-9745607-4-8. - Copyright © <i>2017-09-28</i> by <a href="proxy.php?url=http://ccrma.stanford.edu/~jos/"> Julius O. Smith III</a> - <a href="proxy.php?url=http://ccrma.stanford.edu/">Center for Computer Research in Music and Acoustics (CCRMA),</a> <a href="proxy.php?url=http://www.stanford.edu/"> Stanford University</a></p>
<p align="center"><font size="2"><b><a href="proxy.php?url=https://technick.net/guides/theory/dft/dft_matrix"><< Previous page</a> <a href="proxy.php?url=https://technick.net/guides/theory/dft/r320">TOC</a> <a href="proxy.php?url=https://technick.net/guides/theory/dft/dft_index">INDEX</a> <a href="proxy.php?url=https://technick.net/guides/theory/dft/figure_7_2">Next page >></a></b></font></p><blockquote><h1><a name="SECTION00840000000000000000">Matlab Examples</a></h1><p><br /><hr /><!--Table of Child-Links--><a name="CHILD_LINKS"><strong>Subsections</strong></a><ul><li><a name="tex2html2018" href="proxy.php?url=https://technick.net/guides/theory/dft/figure_7_2">Figure 7.2</a></li><li><a name="tex2html2019" href="proxy.php?url=https://technick.net/guides/theory/dft/figure_7_3">Figure 7.3</a></li><li><a name="tex2html2020" href="proxy.php?url=https://technick.net/guides/theory/dft/dft_matrix">DFT Matrix</a></li></ul><!--End of Table of Child-Links-->
</p><p align="center"><font size="2"><b><a href="proxy.php?url=https://technick.net/guides/theory/dft/dft_matrix"><< Previous page</a> <a href="proxy.php?url=https://technick.net/guides/theory/dft/r320">TOC</a> <a href="proxy.php?url=https://technick.net/guides/theory/dft/dft_index">INDEX</a> <a href="proxy.php?url=https://technick.net/guides/theory/dft/figure_7_2">Next page >></a></b></font></p>
- Matriceshttps://technick.net/guides/theory/dft/matrices/Sun, 01 Mar 1998 00:00:00 +0000https://technick.net/guides/theory/dft/matrices/<p style="background-color:#FFFFAA;border:1px solid red;padding:0.5em;"><strong>NOTE: THIS DOCUMENT IS OBSOLETE, PLEASE CHECK THE NEW VERSION:</strong> "<a href="proxy.php?url=http://ccrma.stanford.edu/~jos/mdft/">Mathematics of the Discrete Fourier Transform (DFT), with Audio Applications --- Second Edition</a>", by <a href="proxy.php?url=http://ccrma.stanford.edu/~jos/"> Julius O. Smith III</a>, <a href="proxy.php?url=http://www.w3k.org/books/">W3K Publishing</a>, 2007, ISBN 978-0-9745607-4-8. - Copyright © <i>2017-09-28</i> by <a href="proxy.php?url=http://ccrma.stanford.edu/~jos/"> Julius O. Smith III</a> - <a href="proxy.php?url=http://ccrma.stanford.edu/">Center for Computer Research in Music and Acoustics (CCRMA),</a> <a href="proxy.php?url=http://www.stanford.edu/"> Stanford University</a></p>
<p align="center"><font size="2"><b><a href="proxy.php?url=https://technick.net/guides/theory/dft/matrix_formulation_dft"><< Previous page</a> <a href="proxy.php?url=https://technick.net/guides/theory/dft/r320">TOC</a> <a href="proxy.php?url=https://technick.net/guides/theory/dft/dft_index">INDEX</a> <a href="proxy.php?url=https://technick.net/guides/theory/dft/matrix_multiplication">Next page >></a></b></font></p><blockquote><h2><a name="SECTION00831000000000000000">Matrices</a></h2><p>A <i><a href="proxy.php?url=https://technick.net/guides/theory/dft/matrices">matrix</a></i><a name="11589"></a> is defined as a rectangular array of numbers, e.g., <br /></p><p></p>
- Matrix Formulation of the DFThttps://technick.net/guides/theory/dft/matrix_formulation_dft/Sun, 01 Mar 1998 00:00:00 +0000https://technick.net/guides/theory/dft/matrix_formulation_dft/<p style="background-color:#FFFFAA;border:1px solid red;padding:0.5em;"><strong>NOTE: THIS DOCUMENT IS OBSOLETE, PLEASE CHECK THE NEW VERSION:</strong> "<a href="proxy.php?url=http://ccrma.stanford.edu/~jos/mdft/">Mathematics of the Discrete Fourier Transform (DFT), with Audio Applications --- Second Edition</a>", by <a href="proxy.php?url=http://ccrma.stanford.edu/~jos/"> Julius O. Smith III</a>, <a href="proxy.php?url=http://www.w3k.org/books/">W3K Publishing</a>, 2007, ISBN 978-0-9745607-4-8. - Copyright © <i>2017-09-28</i> by <a href="proxy.php?url=http://ccrma.stanford.edu/~jos/"> Julius O. Smith III</a> - <a href="proxy.php?url=http://ccrma.stanford.edu/">Center for Computer Research in Music and Acoustics (CCRMA),</a> <a href="proxy.php?url=http://www.stanford.edu/"> Stanford University</a></p>
<p align="center"><font size="2"><b><a href="proxy.php?url=https://technick.net/guides/theory/dft/length_2_dft"><< Previous page</a> <a href="proxy.php?url=https://technick.net/guides/theory/dft/r320">TOC</a> <a href="proxy.php?url=https://technick.net/guides/theory/dft/dft_index">INDEX</a> <a href="proxy.php?url=https://technick.net/guides/theory/dft/matrices">Next page >></a></b></font></p><blockquote><h1><a name="SECTION00830000000000000000">Matrix Formulation of the DFT</a></h1><p>The <a href="proxy.php?url=https://technick.net/guides/theory/dft/dft">DFT</a> can be formulated as a complex <a href="proxy.php?url=https://technick.net/guides/theory/dft/matrix_multiplication">matrix multiply</a>.</p><p><br /><hr /><!--Table of Child-Links--><a name="CHILD_LINKS"><strong>Subsections</strong></a><ul><li><a name="tex2html1971" href="proxy.php?url=https://technick.net/guides/theory/dft/matrices">Matrices</a></li><li><a name="tex2html1972" href="proxy.php?url=https://technick.net/guides/theory/dft/matrix_multiplication">Matrix Multiplication</a></li><li><a name="tex2html1973" href="proxy.php?url=https://technick.net/guides/theory/dft/dft_matrix">The DFT Matrix</a></li></ul><!--End of Table of Child-Links-->
</p>
- Matrix Multiplicationhttps://technick.net/guides/theory/dft/matrix_multiplication/Sun, 01 Mar 1998 00:00:00 +0000https://technick.net/guides/theory/dft/matrix_multiplication/<p style="background-color:#FFFFAA;border:1px solid red;padding:0.5em;"><strong>NOTE: THIS DOCUMENT IS OBSOLETE, PLEASE CHECK THE NEW VERSION:</strong> "<a href="proxy.php?url=http://ccrma.stanford.edu/~jos/mdft/">Mathematics of the Discrete Fourier Transform (DFT), with Audio Applications --- Second Edition</a>", by <a href="proxy.php?url=http://ccrma.stanford.edu/~jos/"> Julius O. Smith III</a>, <a href="proxy.php?url=http://www.w3k.org/books/">W3K Publishing</a>, 2007, ISBN 978-0-9745607-4-8. - Copyright © <i>2017-09-28</i> by <a href="proxy.php?url=http://ccrma.stanford.edu/~jos/"> Julius O. Smith III</a> - <a href="proxy.php?url=http://ccrma.stanford.edu/">Center for Computer Research in Music and Acoustics (CCRMA),</a> <a href="proxy.php?url=http://www.stanford.edu/"> Stanford University</a></p>
<p align="center"><font size="2"><b><a href="proxy.php?url=https://technick.net/guides/theory/dft/matrices"><< Previous page</a> <a href="proxy.php?url=https://technick.net/guides/theory/dft/r320">TOC</a> <a href="proxy.php?url=https://technick.net/guides/theory/dft/dft_index">INDEX</a> <a href="proxy.php?url=https://technick.net/guides/theory/dft/dft_matrix">Next page >></a></b></font></p><blockquote><h2><a name="SECTION00832000000000000000">Matrix Multiplication</a></h2><p>Let <!-- MATH
${A}^{\hbox{\tiny T}}$
--><img width="25" height="14" align="BOTTOM" border="0" src="proxy.php?url=https://technick.net/img/guide_dft/img997.png" alt="${A}^{\" box="" iny="" /> be a general <img width="52" height="29" align="MIDDLE" border="0" src="proxy.php?url=https://technick.net/img/guide_dft/img1009.png" alt="$M\" imes="" /> <a href="proxy.php?url=https://technick.net/guides/theory/dft/matrices">matrix</a> and let <img width="17" height="14" align="BOTTOM" border="0" src="proxy.php?url=https://technick.net/img/guide_dft/img441.png" alt="$B$" /> denote a general<img width="49" height="29" align="MIDDLE" border="0" src="proxy.php?url=https://technick.net/img/guide_dft/img1010.png" alt="$L\" imes="" /> matrix. Denote the <a href="proxy.php?url=https://technick.net/guides/theory/dft/matrix_multiplication">matrix product</a> by <!-- MATH
$C={A}^{\hbox{\tiny T}}B$
--><img width="71" height="15" align="BOTTOM" border="0" src="proxy.php?url=https://technick.net/img/guide_dft/img1011.png" alt="$C={A}^{\" box="" iny="" b="" /> or <!-- MATH
$C={A}^{\hbox{\tiny T}}\cdot
B$
--><img width="83" height="15" align="BOTTOM" border="0" src="proxy.php?url=https://technick.net/img/guide_dft/img1012.png" alt="$C={A}^{\" box="" iny="" dot="" />. Then <i><a href="proxy.php?url=https://technick.net/guides/theory/dft/matrix_multiplication">matrix multiplication</a></i><a name="11662"></a> is carried out by computing the <i><a href="proxy.php?url=https://technick.net/guides/theory/dft/inner_product">inner product</a></i> of every row of <!-- MATH
${A}^{\hbox{\tiny T}}$
--><img width="25" height="14" align="BOTTOM" border="0" src="proxy.php?url=https://technick.net/img/guide_dft/img997.png" alt="${A}^{\" box="" iny="" /> with every column of <img width="17" height="14" align="BOTTOM" border="0" src="proxy.php?url=https://technick.net/img/guide_dft/img441.png" alt="$B$" />. Let the<img width="10" height="15" align="BOTTOM" border="0" src="proxy.php?url=https://technick.net/img/guide_dft/img136.png" alt="$i$" />th row of <!-- MATH
${A}^{\hbox{\tiny T}}$
--><img width="25" height="14" align="BOTTOM" border="0" src="proxy.php?url=https://technick.net/img/guide_dft/img997.png" alt="${A}^{\" box="" iny="" /> be denoted by <!-- MATH
${\underline{a}}^{\hbox{\tiny T}}_i$
--><img width="21" height="30" align="MIDDLE" border="0" src="proxy.php?url=https://technick.net/img/guide_dft/img1013.png" alt="${\" nderline="" a="" box="" iny="" i="" />, <!-- MATH
$i=1, 2,\ldots,M$
--><img width="106" height="29" align="MIDDLE" border="0" src="proxy.php?url=https://technick.net/img/guide_dft/img1014.png" alt="$i=1, 2,\" dots="" />, and the<img width="12" height="28" align="MIDDLE" border="0" src="proxy.php?url=https://technick.net/img/guide_dft/img63.png" alt="$j$" />th column of <img width="17" height="14" align="BOTTOM" border="0" src="proxy.php?url=https://technick.net/img/guide_dft/img441.png" alt="$B$" /> by <!-- MATH
$\underline{b}_j$
--><img width="18" height="29" align="MIDDLE" border="0" src="proxy.php?url=https://technick.net/img/guide_dft/img1015.png" alt="$\" nderline="" b="" />, <!-- MATH
$j=1,2,\ldots,L$
--><img width="102" height="29" align="MIDDLE" border="0" src="proxy.php?url=https://technick.net/img/guide_dft/img1016.png" alt="$j=1,2,\" dots="" />. Then the matrix product
<!-- MATH
$C={A}^{\hbox{\tiny T}}B$
--><img width="71" height="15" align="BOTTOM" border="0" src="proxy.php?url=https://technick.net/img/guide_dft/img1011.png" alt="$C={A}^{\" box="" iny="" b="" /> is defined as<br /></p>
- Method 1: Additive Synthesishttps://technick.net/guides/theory/dft/method_1_additive/Sun, 01 Mar 1998 00:00:00 +0000https://technick.net/guides/theory/dft/method_1_additive/<p style="background-color:#FFFFAA;border:1px solid red;padding:0.5em;"><strong>NOTE: THIS DOCUMENT IS OBSOLETE, PLEASE CHECK THE NEW VERSION:</strong> "<a href="proxy.php?url=http://ccrma.stanford.edu/~jos/mdft/">Mathematics of the Discrete Fourier Transform (DFT), with Audio Applications --- Second Edition</a>", by <a href="proxy.php?url=http://ccrma.stanford.edu/~jos/"> Julius O. Smith III</a>, <a href="proxy.php?url=http://www.w3k.org/books/">W3K Publishing</a>, 2007, ISBN 978-0-9745607-4-8. - Copyright © <i>2017-09-28</i> by <a href="proxy.php?url=http://ccrma.stanford.edu/~jos/"> Julius O. Smith III</a> - <a href="proxy.php?url=http://ccrma.stanford.edu/">Center for Computer Research in Music and Acoustics (CCRMA),</a> <a href="proxy.php?url=http://www.stanford.edu/"> Stanford University</a></p>
<p align="center"><font size="2"><b><a href="proxy.php?url=https://technick.net/guides/theory/dft/recovering_continuous_time_"><< Previous page</a> <a href="proxy.php?url=https://technick.net/guides/theory/dft/r320">TOC</a> <a href="proxy.php?url=https://technick.net/guides/theory/dft/dft_index">INDEX</a> <a href="proxy.php?url=https://technick.net/guides/theory/dft/does_it_work">Next page >></a></b></font></p><blockquote><h3><a name="SECTION001142100000000000000">Method 1: Additive Synthesis</a></h3><p>One reasonable definition for <img width="31" height="31" align="MIDDLE" border="0" src="proxy.php?url=https://technick.net/img/guide_dft/img357.png" alt="$x(t)$" /> can be based on the <a href="proxy.php?url=https://technick.net/guides/theory/dft/dft">DFT</a> of <img width="35" height="31" align="MIDDLE" border="0" src="proxy.php?url=https://technick.net/img/guide_dft/img50.png" alt="$x(n)$" />:<br /></p>
- Modulo Indexing, Periodic Extensionhttps://technick.net/guides/theory/dft/modulo_indexing_periodic/Sun, 01 Mar 1998 00:00:00 +0000https://technick.net/guides/theory/dft/modulo_indexing_periodic/<p style="background-color:#FFFFAA;border:1px solid red;padding:0.5em;"><strong>NOTE: THIS DOCUMENT IS OBSOLETE, PLEASE CHECK THE NEW VERSION:</strong> "<a href="proxy.php?url=http://ccrma.stanford.edu/~jos/mdft/">Mathematics of the Discrete Fourier Transform (DFT), with Audio Applications --- Second Edition</a>", by <a href="proxy.php?url=http://ccrma.stanford.edu/~jos/"> Julius O. Smith III</a>, <a href="proxy.php?url=http://www.w3k.org/books/">W3K Publishing</a>, 2007, ISBN 978-0-9745607-4-8. - Copyright © <i>2017-09-28</i> by <a href="proxy.php?url=http://ccrma.stanford.edu/~jos/"> Julius O. Smith III</a> - <a href="proxy.php?url=http://ccrma.stanford.edu/">Center for Computer Research in Music and Acoustics (CCRMA),</a> <a href="proxy.php?url=http://www.stanford.edu/"> Stanford University</a></p>
<p align="center"><font size="2"><b><a href="proxy.php?url=https://technick.net/guides/theory/dft/notation_terminology"><< Previous page</a> <a href="proxy.php?url=https://technick.net/guides/theory/dft/r320">TOC</a> <a href="proxy.php?url=https://technick.net/guides/theory/dft/dft_index">INDEX</a> <a href="proxy.php?url=https://technick.net/guides/theory/dft/signal_operators">Next page >></a></b></font></p><blockquote><h2><a name="SECTION00912000000000000000">Modulo Indexing, Periodic Extension</a></h2><p>The <a href="proxy.php?url=https://technick.net/guides/theory/dft/dft">DFT</a> <a href="proxy.php?url=https://technick.net/guides/theory/dft/why_sinusoids_are">sinusoids</a> <!-- MATH
$s_k(n) \isdef e^{j\omega_k n}$
--><img width="99" height="39" align="MIDDLE" border="0" src="proxy.php?url=https://technick.net/img/guide_dft/img1061.png" alt="$s_k(n) \" sdef="" omega="" /> are all <i>periodic</i><a name="13597"></a>having periods which divide <img width="19" height="14" align="BOTTOM" border="0" src="proxy.php?url=https://technick.net/img/guide_dft/img4.png" alt="$N$" />. That is, <!-- MATH
$s_k(n+mN)=s_k(n)$
--><img width="148" height="31" align="MIDDLE" border="0" src="proxy.php?url=https://technick.net/img/guide_dft/img1062.png" alt="$s_k(n+mN)=s_k(n)$" /> for any
integer <img width="18" height="14" align="BOTTOM" border="0" src="proxy.php?url=https://technick.net/img/guide_dft/img937.png" alt="$m$" />. Since a length <img width="19" height="14" align="BOTTOM" border="0" src="proxy.php?url=https://technick.net/img/guide_dft/img4.png" alt="$N$" /> signal <img width="13" height="14" align="BOTTOM" border="0" src="proxy.php?url=https://technick.net/img/guide_dft/img12.png" alt="$x$" /> can be expressed as a linear
combination of the DFT sinusoids in the time domain,<br /></p>
- More Notation and Terminologyhttps://technick.net/guides/theory/dft/more_notation_terminology/Sun, 01 Mar 1998 00:00:00 +0000https://technick.net/guides/theory/dft/more_notation_terminology/<p style="background-color:#FFFFAA;border:1px solid red;padding:0.5em;"><strong>NOTE: THIS DOCUMENT IS OBSOLETE, PLEASE CHECK THE NEW VERSION:</strong> "<a href="proxy.php?url=http://ccrma.stanford.edu/~jos/mdft/">Mathematics of the Discrete Fourier Transform (DFT), with Audio Applications --- Second Edition</a>", by <a href="proxy.php?url=http://ccrma.stanford.edu/~jos/"> Julius O. Smith III</a>, <a href="proxy.php?url=http://www.w3k.org/books/">W3K Publishing</a>, 2007, ISBN 978-0-9745607-4-8. - Copyright © <i>2017-09-28</i> by <a href="proxy.php?url=http://ccrma.stanford.edu/~jos/"> Julius O. Smith III</a> - <a href="proxy.php?url=http://ccrma.stanford.edu/">Center for Computer Research in Music and Acoustics (CCRMA),</a> <a href="proxy.php?url=http://www.stanford.edu/"> Stanford University</a></p>
<p align="center"><font size="2"><b><a href="proxy.php?url=https://technick.net/guides/theory/dft/complex_plane"><< Previous page</a> <a href="proxy.php?url=https://technick.net/guides/theory/dft/r320">TOC</a> <a href="proxy.php?url=https://technick.net/guides/theory/dft/dft_index">INDEX</a> <a href="proxy.php?url=https://technick.net/guides/theory/dft/elementary_relationships">Next page >></a></b></font></p><blockquote><h2><a name="SECTION00352000000000000000">More Notation and Terminology</a></h2><p>It's already been mentioned that the rectilinear coordinates of a <a href="proxy.php?url=https://technick.net/guides/theory/dft/introduction_complex_number">complex
number</a> <img width="78" height="28" align="MIDDLE" border="0" src="proxy.php?url=https://technick.net/img/guide_dft/img15.png" alt="$z = x + jy$" /> in the <a href="proxy.php?url=https://technick.net/guides/theory/dft/complex_plane">complex plane</a> are called the <i>real part</i> and<i>imaginary part</i>, respectively.</p>
- Motivating Example and Overviewhttps://technick.net/guides/theory/dft/motivating_example_overview/Sun, 01 Mar 1998 00:00:00 +0000https://technick.net/guides/theory/dft/motivating_example_overview/<p style="background-color:#FFFFAA;border:1px solid red;padding:0.5em;"><strong>NOTE: THIS DOCUMENT IS OBSOLETE, PLEASE CHECK THE NEW VERSION:</strong> "<a href="proxy.php?url=http://ccrma.stanford.edu/~jos/mdft/">Mathematics of the Discrete Fourier Transform (DFT), with Audio Applications --- Second Edition</a>", by <a href="proxy.php?url=http://ccrma.stanford.edu/~jos/"> Julius O. Smith III</a>, <a href="proxy.php?url=http://www.w3k.org/books/">W3K Publishing</a>, 2007, ISBN 978-0-9745607-4-8. - Copyright © <i>2017-09-28</i> by <a href="proxy.php?url=http://ccrma.stanford.edu/~jos/"> Julius O. Smith III</a> - <a href="proxy.php?url=http://ccrma.stanford.edu/">Center for Computer Research in Music and Acoustics (CCRMA),</a> <a href="proxy.php?url=http://www.stanford.edu/"> Stanford University</a></p>
<p align="center"><font size="2"><b><a href="proxy.php?url=https://technick.net/guides/theory/dft/introduction_digital_filter"><< Previous page</a> <a href="proxy.php?url=https://technick.net/guides/theory/dft/r320">TOC</a> <a href="proxy.php?url=https://technick.net/guides/theory/dft/dft_index">INDEX</a> <a href="proxy.php?url=https://technick.net/guides/theory/dft/fir_filters">Next page >></a></b></font></p><blockquote><h1><a name="SECTION001210000000000000000">Motivating Example and Overview</a></h1><p>Suppose you look up the documentation for a ''comb <a href="proxy.php?url=https://ccrma.stanford.edu/~jos//filters/difference_equation.php">filter</a>'' in a software package
you are using, and you find it described as follows:<pre>
out(n) = input(n) + feedforward * input(n-delay1) - feedback * out(n-delay2)</pre>Does this tell you everything you need to know? Well, it does tell
you exactly what is implemented, but to really understand it, you need
to see its <i><a href="proxy.php?url=https://ccrma.stanford.edu/~jos//filters/frequency_response.php">frequency response</a></i>. Moreover, if <tt>delay2</tt>corresponds to more than a a few milliseconds, you probably want to
see its <i><a href="proxy.php?url=https://ccrma.stanford.edu/~jos//filters/difference_equation.php#2324">impulse response</a></i> as well. The purpose of this appendix
is to describe how to do this analysis.</p>
- Multiplication of Decimal Numbershttps://technick.net/guides/theory/dft/multiplication_decimal_numb/Sun, 01 Mar 1998 00:00:00 +0000https://technick.net/guides/theory/dft/multiplication_decimal_numb/<p style="background-color:#FFFFAA;border:1px solid red;padding:0.5em;"><strong>NOTE: THIS DOCUMENT IS OBSOLETE, PLEASE CHECK THE NEW VERSION:</strong> "<a href="proxy.php?url=http://ccrma.stanford.edu/~jos/mdft/">Mathematics of the Discrete Fourier Transform (DFT), with Audio Applications --- Second Edition</a>", by <a href="proxy.php?url=http://ccrma.stanford.edu/~jos/"> Julius O. Smith III</a>, <a href="proxy.php?url=http://www.w3k.org/books/">W3K Publishing</a>, 2007, ISBN 978-0-9745607-4-8. - Copyright © <i>2017-09-28</i> by <a href="proxy.php?url=http://ccrma.stanford.edu/~jos/"> Julius O. Smith III</a> - <a href="proxy.php?url=http://ccrma.stanford.edu/">Center for Computer Research in Music and Acoustics (CCRMA),</a> <a href="proxy.php?url=http://www.stanford.edu/"> Stanford University</a></p>
<p align="center"><font size="2"><b><a href="proxy.php?url=https://technick.net/guides/theory/dft/polynomial_multiplication"><< Previous page</a> <a href="proxy.php?url=https://technick.net/guides/theory/dft/r320">TOC</a> <a href="proxy.php?url=https://technick.net/guides/theory/dft/dft_index">INDEX</a> <a href="proxy.php?url=https://technick.net/guides/theory/dft/correlation">Next page >></a></b></font></p><blockquote><h3><a name="SECTION00923300000000000000">Multiplication of Decimal Numbers</a></h3><p>Since decimal numbers are implicitly just polynomials in the powers of 10,
e.g.,<br /></p>
- Music 320 Background Reader Mathematics of the Discrete Fourier Transform (DFT)https://technick.net/guides/theory/dft/default/Sun, 01 Mar 1998 00:00:00 +0000https://technick.net/guides/theory/dft/default/<p style="background-color:#FFFFAA;border:1px solid red;padding:0.5em;"><strong>NOTE: THIS DOCUMENT IS OBSOLETE, PLEASE CHECK THE NEW VERSION:</strong> "<a href="proxy.php?url=http://ccrma.stanford.edu/~jos/mdft/">Mathematics of the Discrete Fourier Transform (DFT), with Audio Applications --- Second Edition</a>", by <a href="proxy.php?url=http://ccrma.stanford.edu/~jos/"> Julius O. Smith III</a>, <a href="proxy.php?url=http://www.w3k.org/books/">W3K Publishing</a>, 2007, ISBN 978-0-9745607-4-8. - Copyright © <i>2017-09-28</i> by <a href="proxy.php?url=http://ccrma.stanford.edu/~jos/"> Julius O. Smith III</a> - <a href="proxy.php?url=http://ccrma.stanford.edu/">Center for Computer Research in Music and Acoustics (CCRMA),</a> <a href="proxy.php?url=http://www.stanford.edu/"> Stanford University</a></p>
<p align="center"><font size="2"><b><a href="proxy.php?url=https://technick.net/guides/theory/dft/dft_index"><< Previous page</a> <a href="proxy.php?url=https://technick.net/guides/theory/dft/r320">TOC</a> <a href="proxy.php?url=https://technick.net/guides/theory/dft/dft_index">INDEX</a> <a href="proxy.php?url=https://technick.net/guides/theory/dft/preface">Next page >></a></b></font></p><blockquote><p><h1 align="CENTER"><a href="proxy.php?url=http://www-ccrma.stanford.edu/ccrma/courses/320/welcome.php">Music 320</a> Background Reader<br />Mathematics of <a href="proxy.php?url=https://ccrma.stanford.edu/~jos//reviewfourier/welcome.php">the Discrete Fourier Transform</a> (<a href="proxy.php?url=https://technick.net/guides/theory/dft/dft">DFT</a>)</h1></p><p align="CENTER"><strong><a name="tex2html1" href="proxy.php?url=https://ccrma.stanford.edu/~jos/">Julius O. Smith III</a>(<a name="tex2html2" href="proxy.php?url=mailto:[email protected]">[email protected]</a>) <br /><a name="tex2html3" href="proxy.php?url=http://www-ccrma.stanford.edu/default.php">Center for Computer Research in Music
<p>and Acoustics (CCRMA)</a><br /><a name="tex2html4" href="proxy.php?url=http://www-leland.stanford.edu/group/music/default.php">Department of Music</a>,<a name="tex2html5" href="proxy.php?url=http://www.stanford.edu/default.php">Stanford University</a><br />Stanford, California 94305</strong></p>
- Negative Exponentshttps://technick.net/guides/theory/dft/negative_exponents/Sun, 01 Mar 1998 00:00:00 +0000https://technick.net/guides/theory/dft/negative_exponents/<p style="background-color:#FFFFAA;border:1px solid red;padding:0.5em;"><strong>NOTE: THIS DOCUMENT IS OBSOLETE, PLEASE CHECK THE NEW VERSION:</strong> "<a href="proxy.php?url=http://ccrma.stanford.edu/~jos/mdft/">Mathematics of the Discrete Fourier Transform (DFT), with Audio Applications --- Second Edition</a>", by <a href="proxy.php?url=http://ccrma.stanford.edu/~jos/"> Julius O. Smith III</a>, <a href="proxy.php?url=http://www.w3k.org/books/">W3K Publishing</a>, 2007, ISBN 978-0-9745607-4-8. - Copyright © <i>2017-09-28</i> by <a href="proxy.php?url=http://ccrma.stanford.edu/~jos/"> Julius O. Smith III</a> - <a href="proxy.php?url=http://ccrma.stanford.edu/">Center for Computer Research in Music and Acoustics (CCRMA),</a> <a href="proxy.php?url=http://www.stanford.edu/"> Stanford University</a></p>
<p align="center"><font size="2"><b><a href="proxy.php?url=https://technick.net/guides/theory/dft/exponent_zero"><< Previous page</a> <a href="proxy.php?url=https://technick.net/guides/theory/dft/r320">TOC</a> <a href="proxy.php?url=https://technick.net/guides/theory/dft/dft_index">INDEX</a> <a href="proxy.php?url=https://technick.net/guides/theory/dft/rational_exponents">Next page >></a></b></font></p><blockquote><h2><a name="SECTION00414000000000000000">Negative Exponents</a></h2><p>What should <img width="30" height="17" align="BOTTOM" border="0" src="proxy.php?url=https://technick.net/img/guide_dft/img196.png" alt="$a^{-1}$" /> be? Multiplying it by <img width="12" height="14" align="BOTTOM" border="0" src="proxy.php?url=https://technick.net/img/guide_dft/img192.png" alt="$a$" /> gives<br /></p><p></p><div align="CENTER"><!-- MATH
\begin{displaymath}
a^{-1} \cdot a = a^{-1} a^1 = a^{-1+1} = a^0 = 1
\end{displaymath}
--><img width="260" height="26" border="0" src="proxy.php?url=https://technick.net/img/guide_dft/img197.png" alt="\" egin="" isplaymath="" a="" dot="" a="" a="" a="" a="" nd="" isplaymath="" /></div><br clear="ALL" /><p></p>
- Network Switching Tutorialhttps://technick.net/guides/hardware/net/switching/Sun, 01 Mar 1998 00:00:00 +0000https://technick.net/guides/hardware/net/switching/<p><a name="siunitsmain"></a> <hr /><p></p><p>Switches are great, they add network capacity and speed, but they are not a cure-all. How can you tell if your network will benefit from switching? And how do you add switches to your network design for the most benefit? This tutorial is written to answer these questions. Along the way we’ll describe how switches work, and how they both harm and benefit your networking strategy. And we¹ll discuss different network types, so you can profile your network and gauge the potential benefit of switching for your environment.</p>
- Norm Induced by the Inner Producthttps://technick.net/guides/theory/dft/norm_induced_inner/Sun, 01 Mar 1998 00:00:00 +0000https://technick.net/guides/theory/dft/norm_induced_inner/<p style="background-color:#FFFFAA;border:1px solid red;padding:0.5em;"><strong>NOTE: THIS DOCUMENT IS OBSOLETE, PLEASE CHECK THE NEW VERSION:</strong> "<a href="proxy.php?url=http://ccrma.stanford.edu/~jos/mdft/">Mathematics of the Discrete Fourier Transform (DFT), with Audio Applications --- Second Edition</a>", by <a href="proxy.php?url=http://ccrma.stanford.edu/~jos/"> Julius O. Smith III</a>, <a href="proxy.php?url=http://www.w3k.org/books/">W3K Publishing</a>, 2007, ISBN 978-0-9745607-4-8. - Copyright © <i>2017-09-28</i> by <a href="proxy.php?url=http://ccrma.stanford.edu/~jos/"> Julius O. Smith III</a> - <a href="proxy.php?url=http://ccrma.stanford.edu/">Center for Computer Research in Music and Acoustics (CCRMA),</a> <a href="proxy.php?url=http://www.stanford.edu/"> Stanford University</a></p>
<p align="center"><font size="2"><b><a href="proxy.php?url=https://technick.net/guides/theory/dft/linearity_inner_product"><< Previous page</a> <a href="proxy.php?url=https://technick.net/guides/theory/dft/r320">TOC</a> <a href="proxy.php?url=https://technick.net/guides/theory/dft/dft_index">INDEX</a> <a href="proxy.php?url=https://technick.net/guides/theory/dft/cauchy_schwarz_inequality">Next page >></a></b></font></p><blockquote><h2><a name="SECTION00762000000000000000">Norm Induced by the Inner Product</a></h2><p>We may define a <i><a href="proxy.php?url=https://ccrma.stanford.edu/~jos//interpolation/lp_norms.php">norm</a></i> on <!-- MATH
$\underline{x}\in{\cal C}^N$
--><img width="54" height="34" align="MIDDLE" border="0" src="proxy.php?url=https://technick.net/img/guide_dft/img751.png" alt="$\" nderline="" in="" al="" /> using the <a href="proxy.php?url=https://technick.net/guides/theory/dft/inner_product">inner product</a>:<br /></p>
- Norm of the DFT Sinusoidshttps://technick.net/guides/theory/dft/norm_dft_sinusoids/Sun, 01 Mar 1998 00:00:00 +0000https://technick.net/guides/theory/dft/norm_dft_sinusoids/<p style="background-color:#FFFFAA;border:1px solid red;padding:0.5em;"><strong>NOTE: THIS DOCUMENT IS OBSOLETE, PLEASE CHECK THE NEW VERSION:</strong> "<a href="proxy.php?url=http://ccrma.stanford.edu/~jos/mdft/">Mathematics of the Discrete Fourier Transform (DFT), with Audio Applications --- Second Edition</a>", by <a href="proxy.php?url=http://ccrma.stanford.edu/~jos/"> Julius O. Smith III</a>, <a href="proxy.php?url=http://www.w3k.org/books/">W3K Publishing</a>, 2007, ISBN 978-0-9745607-4-8. - Copyright © <i>2017-09-28</i> by <a href="proxy.php?url=http://ccrma.stanford.edu/~jos/"> Julius O. Smith III</a> - <a href="proxy.php?url=http://ccrma.stanford.edu/">Center for Computer Research in Music and Acoustics (CCRMA),</a> <a href="proxy.php?url=http://www.stanford.edu/"> Stanford University</a></p>
<p align="center"><font size="2"><b><a href="proxy.php?url=https://technick.net/guides/theory/dft/orthogonality_dft_sinusoids"><< Previous page</a> <a href="proxy.php?url=https://technick.net/guides/theory/dft/r320">TOC</a> <a href="proxy.php?url=https://technick.net/guides/theory/dft/dft_index">INDEX</a> <a href="proxy.php?url=https://technick.net/guides/theory/dft/orthonormal_sinusoidal_set">Next page >></a></b></font></p><blockquote><h2><a name="SECTION00814000000000000000">Norm of the DFT Sinusoids</a></h2><p>For <img width="39" height="15" align="BOTTOM" border="0" src="proxy.php?url=https://technick.net/img/guide_dft/img942.png" alt="$k=l$" />, we follow the previous derivation to the next-to-last step to get<br /></p>
- Normalized DFThttps://technick.net/guides/theory/dft/normalized_dft/Sun, 01 Mar 1998 00:00:00 +0000https://technick.net/guides/theory/dft/normalized_dft/<p style="background-color:#FFFFAA;border:1px solid red;padding:0.5em;"><strong>NOTE: THIS DOCUMENT IS OBSOLETE, PLEASE CHECK THE NEW VERSION:</strong> "<a href="proxy.php?url=http://ccrma.stanford.edu/~jos/mdft/">Mathematics of the Discrete Fourier Transform (DFT), with Audio Applications --- Second Edition</a>", by <a href="proxy.php?url=http://ccrma.stanford.edu/~jos/"> Julius O. Smith III</a>, <a href="proxy.php?url=http://www.w3k.org/books/">W3K Publishing</a>, 2007, ISBN 978-0-9745607-4-8. - Copyright © <i>2017-09-28</i> by <a href="proxy.php?url=http://ccrma.stanford.edu/~jos/"> Julius O. Smith III</a> - <a href="proxy.php?url=http://ccrma.stanford.edu/">Center for Computer Research in Music and Acoustics (CCRMA),</a> <a href="proxy.php?url=http://www.stanford.edu/"> Stanford University</a></p>
<p align="center"><font size="2"><b><a href="proxy.php?url=https://technick.net/guides/theory/dft/frequencies_cracks"><< Previous page</a> <a href="proxy.php?url=https://technick.net/guides/theory/dft/r320">TOC</a> <a href="proxy.php?url=https://technick.net/guides/theory/dft/dft_index">INDEX</a> <a href="proxy.php?url=https://technick.net/guides/theory/dft/length_2_dft">Next page >></a></b></font></p><blockquote><h2><a name="SECTION00818000000000000000">Normalized DFT</a></h2><p>A more ''theoretically clean'' <a href="proxy.php?url=https://technick.net/guides/theory/dft/dft">DFT</a> is obtained by projecting onto the<i><a href="proxy.php?url=https://technick.net/guides/theory/dft/normalized_dft">normalized DFT</a> <a href="proxy.php?url=https://technick.net/guides/theory/dft/why_sinusoids_are">sinusoids</a></i><a name="11532"></a><br /></p>
- Notation and Terminologyhttps://technick.net/guides/theory/dft/notation_terminology/Sun, 01 Mar 1998 00:00:00 +0000https://technick.net/guides/theory/dft/notation_terminology/<p style="background-color:#FFFFAA;border:1px solid red;padding:0.5em;"><strong>NOTE: THIS DOCUMENT IS OBSOLETE, PLEASE CHECK THE NEW VERSION:</strong> "<a href="proxy.php?url=http://ccrma.stanford.edu/~jos/mdft/">Mathematics of the Discrete Fourier Transform (DFT), with Audio Applications --- Second Edition</a>", by <a href="proxy.php?url=http://ccrma.stanford.edu/~jos/"> Julius O. Smith III</a>, <a href="proxy.php?url=http://www.w3k.org/books/">W3K Publishing</a>, 2007, ISBN 978-0-9745607-4-8. - Copyright © <i>2017-09-28</i> by <a href="proxy.php?url=http://ccrma.stanford.edu/~jos/"> Julius O. Smith III</a> - <a href="proxy.php?url=http://ccrma.stanford.edu/">Center for Computer Research in Music and Acoustics (CCRMA),</a> <a href="proxy.php?url=http://www.stanford.edu/"> Stanford University</a></p>
<p align="center"><font size="2"><b><a href="proxy.php?url=https://technick.net/guides/theory/dft/dft_its_inverse"><< Previous page</a> <a href="proxy.php?url=https://technick.net/guides/theory/dft/r320">TOC</a> <a href="proxy.php?url=https://technick.net/guides/theory/dft/dft_index">INDEX</a> <a href="proxy.php?url=https://technick.net/guides/theory/dft/modulo_indexing_periodic">Next page >></a></b></font></p><blockquote><h2><a name="SECTION00911000000000000000">Notation and Terminology</a></h2><p>If <img width="19" height="14" align="BOTTOM" border="0" src="proxy.php?url=https://technick.net/img/guide_dft/img33.png" alt="$X$" /> is the <a href="proxy.php?url=https://technick.net/guides/theory/dft/dft">DFT</a> of <img width="13" height="14" align="BOTTOM" border="0" src="proxy.php?url=https://technick.net/img/guide_dft/img12.png" alt="$x$" />, we say that <img width="13" height="14" align="BOTTOM" border="0" src="proxy.php?url=https://technick.net/img/guide_dft/img12.png" alt="$x$" /> and <img width="19" height="14" align="BOTTOM" border="0" src="proxy.php?url=https://technick.net/img/guide_dft/img33.png" alt="$X$" /> form a <i>transform
pair</i><a name="13588"></a> and write<br /></p>
- Numerical Tools in Mathematicahttps://technick.net/guides/theory/dft/numerical_tools_mathematica/Sun, 01 Mar 1998 00:00:00 +0000https://technick.net/guides/theory/dft/numerical_tools_mathematica/<p style="background-color:#FFFFAA;border:1px solid red;padding:0.5em;"><strong>NOTE: THIS DOCUMENT IS OBSOLETE, PLEASE CHECK THE NEW VERSION:</strong> "<a href="proxy.php?url=http://ccrma.stanford.edu/~jos/mdft/">Mathematics of the Discrete Fourier Transform (DFT), with Audio Applications --- Second Edition</a>", by <a href="proxy.php?url=http://ccrma.stanford.edu/~jos/"> Julius O. Smith III</a>, <a href="proxy.php?url=http://www.w3k.org/books/">W3K Publishing</a>, 2007, ISBN 978-0-9745607-4-8. - Copyright © <i>2017-09-28</i> by <a href="proxy.php?url=http://ccrma.stanford.edu/~jos/"> Julius O. Smith III</a> - <a href="proxy.php?url=http://ccrma.stanford.edu/">Center for Computer Research in Music and Acoustics (CCRMA),</a> <a href="proxy.php?url=http://www.stanford.edu/"> Stanford University</a></p>
<p align="center"><font size="2"><b><a href="proxy.php?url=https://technick.net/guides/theory/dft/numerical_tools_matlab"><< Previous page</a> <a href="proxy.php?url=https://technick.net/guides/theory/dft/r320">TOC</a> <a href="proxy.php?url=https://technick.net/guides/theory/dft/dft_index">INDEX</a> <a href="proxy.php?url=https://technick.net/guides/theory/dft/proof_euler_s_identity">Next page >></a></b></font></p><blockquote><h1><a name="SECTION00370000000000000000">Numerical Tools in Mathematica</a></h1><p>In <a href="proxy.php?url=https://technick.net/guides/theory/dft/sidebar_mathematica">Mathematica</a>, we can find the roots of simple polynomials in closed
form, while larger polynomials can be factored numerically in either<a href="proxy.php?url=http://www.mathworks.com/access/helpdesk/help/techdoc/basics/getstarted.shtml">Matlab</a> or Mathematica. Look to Mathematica to provide the most
sophisticated symbolic mathematical manipulation, and look for Matlab
to provide the best numerical algorithms, as a general rule.</p>
- Numerical Tools in Matlabhttps://technick.net/guides/theory/dft/numerical_tools_matlab/Sun, 01 Mar 1998 00:00:00 +0000https://technick.net/guides/theory/dft/numerical_tools_matlab/<p style="background-color:#FFFFAA;border:1px solid red;padding:0.5em;"><strong>NOTE: THIS DOCUMENT IS OBSOLETE, PLEASE CHECK THE NEW VERSION:</strong> "<a href="proxy.php?url=http://ccrma.stanford.edu/~jos/mdft/">Mathematics of the Discrete Fourier Transform (DFT), with Audio Applications --- Second Edition</a>", by <a href="proxy.php?url=http://ccrma.stanford.edu/~jos/"> Julius O. Smith III</a>, <a href="proxy.php?url=http://www.w3k.org/books/">W3K Publishing</a>, 2007, ISBN 978-0-9745607-4-8. - Copyright © <i>2017-09-28</i> by <a href="proxy.php?url=http://ccrma.stanford.edu/~jos/"> Julius O. Smith III</a> - <a href="proxy.php?url=http://ccrma.stanford.edu/">Center for Computer Research in Music and Acoustics (CCRMA),</a> <a href="proxy.php?url=http://www.stanford.edu/"> Stanford University</a></p>
<p align="center"><font size="2"><b><a href="proxy.php?url=https://technick.net/guides/theory/dft/de_moivre_s_theorem"><< Previous page</a> <a href="proxy.php?url=https://technick.net/guides/theory/dft/r320">TOC</a> <a href="proxy.php?url=https://technick.net/guides/theory/dft/dft_index">INDEX</a> <a href="proxy.php?url=https://technick.net/guides/theory/dft/numerical_tools_mathematica">Next page >></a></b></font></p><blockquote><h1><a name="SECTION00360000000000000000">Numerical Tools in Matlab</a></h1><p>In <a href="proxy.php?url=http://www.mathworks.com/access/helpdesk/help/techdoc/basics/getstarted.shtml">Matlab</a>, root-finding is always numerical:<a name="tex2html12" href="proxy.php?url=https://technick.net/guides/theory/dft/footnode#foot2922"><sup>2.3</sup></a><pre>
>> % polynomial = array of coefficients in Matlab
>> p = [1 0 0 0 5 7]; % p(x) = x^5 + 5*x + 7
>> format long; % print double-precision
>> roots(p) % print out the roots of p(x)
<p>ans =
1.30051917307206 + 1.10944723819596i
1.30051917307206 - 1.10944723819596i
-0.75504792501755 + 1.27501061923774i
-0.75504792501755 - 1.27501061923774i
-1.09094249610903</pre></p>
- One's Complement Fixed-Point Formathttps://technick.net/guides/theory/dft/one_s_complement_fixed_poin/Sun, 01 Mar 1998 00:00:00 +0000https://technick.net/guides/theory/dft/one_s_complement_fixed_poin/<p style="background-color:#FFFFAA;border:1px solid red;padding:0.5em;"><strong>NOTE: THIS DOCUMENT IS OBSOLETE, PLEASE CHECK THE NEW VERSION:</strong> "<a href="proxy.php?url=http://ccrma.stanford.edu/~jos/mdft/">Mathematics of the Discrete Fourier Transform (DFT), with Audio Applications --- Second Edition</a>", by <a href="proxy.php?url=http://ccrma.stanford.edu/~jos/"> Julius O. Smith III</a>, <a href="proxy.php?url=http://www.w3k.org/books/">W3K Publishing</a>, 2007, ISBN 978-0-9745607-4-8. - Copyright © <i>2017-09-28</i> by <a href="proxy.php?url=http://ccrma.stanford.edu/~jos/"> Julius O. Smith III</a> - <a href="proxy.php?url=http://ccrma.stanford.edu/">Center for Computer Research in Music and Acoustics (CCRMA),</a> <a href="proxy.php?url=http://www.stanford.edu/"> Stanford University</a></p>
<p align="center"><font size="2"><b><a href="proxy.php?url=https://technick.net/guides/theory/dft/binary_integer_fixed_point"><< Previous page</a> <a href="proxy.php?url=https://technick.net/guides/theory/dft/r320">TOC</a> <a href="proxy.php?url=https://technick.net/guides/theory/dft/dft_index">INDEX</a> <a href="proxy.php?url=https://technick.net/guides/theory/dft/two_s_complement_fixed_poin">Next page >></a></b></font></p><blockquote><h3><a name="SECTION00532100000000000000">One's Complement Fixed-Point Format</a></h3><p><i><a href="proxy.php?url=https://technick.net/guides/theory/dft/one_s_complement_fixed_poin">One's Complement</a></i> is a particular assignment of bit patterns
to numbers. For example, in the case of 3-bit binary numbers, we have
the assignments shown in Table <a href="proxy.php?url=https://technick.net/guides/theory/dft/one_s_complement_fixed_poin#table:onesComp">4.3</a>.</p>
- Orderhttps://technick.net/guides/theory/dft/order/Sun, 01 Mar 1998 00:00:00 +0000https://technick.net/guides/theory/dft/order/<p style="background-color:#FFFFAA;border:1px solid red;padding:0.5em;"><strong>NOTE: THIS DOCUMENT IS OBSOLETE, PLEASE CHECK THE NEW VERSION:</strong> "<a href="proxy.php?url=http://ccrma.stanford.edu/~jos/mdft/">Mathematics of the Discrete Fourier Transform (DFT), with Audio Applications --- Second Edition</a>", by <a href="proxy.php?url=http://ccrma.stanford.edu/~jos/"> Julius O. Smith III</a>, <a href="proxy.php?url=http://www.w3k.org/books/">W3K Publishing</a>, 2007, ISBN 978-0-9745607-4-8. - Copyright © <i>2017-09-28</i> by <a href="proxy.php?url=http://ccrma.stanford.edu/~jos/"> Julius O. Smith III</a> - <a href="proxy.php?url=http://ccrma.stanford.edu/">Center for Computer Research in Music and Acoustics (CCRMA),</a> <a href="proxy.php?url=http://www.stanford.edu/"> Stanford University</a></p>
<p align="center"><font size="2"><b><a href="proxy.php?url=https://technick.net/guides/theory/dft/transfer_function"><< Previous page</a> <a href="proxy.php?url=https://technick.net/guides/theory/dft/r320">TOC</a> <a href="proxy.php?url=https://technick.net/guides/theory/dft/dft_index">INDEX</a> <a href="proxy.php?url=https://technick.net/guides/theory/dft/biquad_section">Next page >></a></b></font></p><blockquote><h3><a name="SECTION001220500000000000000">Order</a></h3><p>The <i>order</i><a name="18718"></a> of a <a href="proxy.php?url=https://ccrma.stanford.edu/~jos//filters/difference_equation.php">filter</a> is defined as the order of its transfer
function. Thus, from Eq. (<a href="proxy.php?url=https://technick.net/guides/theory/dft/transfer_function#eq:firtf">B.2</a>), the order of a <a href="proxy.php?url=https://ccrma.stanford.edu/~jos//filters/difference_equation.php">causal</a>, length<img width="46" height="29" align="MIDDLE" border="0" src="proxy.php?url=https://technick.net/img/guide_dft/img1533.png" alt="$N+1$" /> <a href="proxy.php?url=https://ccrma.stanford.edu/~jos//waveguide/fir_filters.php">FIR filter</a> is <img width="19" height="14" align="BOTTOM" border="0" src="proxy.php?url=https://technick.net/img/guide_dft/img4.png" alt="$N$" /> (provided <img width="71" height="29" align="MIDDLE" border="0" src="proxy.php?url=https://technick.net/img/guide_dft/img1535.png" alt="$h_{N-1}\" eq="" />). </p>
- Orthogonalityhttps://technick.net/guides/theory/dft/orthogonality/Sun, 01 Mar 1998 00:00:00 +0000https://technick.net/guides/theory/dft/orthogonality/<p style="background-color:#FFFFAA;border:1px solid red;padding:0.5em;"><strong>NOTE: THIS DOCUMENT IS OBSOLETE, PLEASE CHECK THE NEW VERSION:</strong> "<a href="proxy.php?url=http://ccrma.stanford.edu/~jos/mdft/">Mathematics of the Discrete Fourier Transform (DFT), with Audio Applications --- Second Edition</a>", by <a href="proxy.php?url=http://ccrma.stanford.edu/~jos/"> Julius O. Smith III</a>, <a href="proxy.php?url=http://www.w3k.org/books/">W3K Publishing</a>, 2007, ISBN 978-0-9745607-4-8. - Copyright © <i>2017-09-28</i> by <a href="proxy.php?url=http://ccrma.stanford.edu/~jos/"> Julius O. Smith III</a> - <a href="proxy.php?url=http://ccrma.stanford.edu/">Center for Computer Research in Music and Acoustics (CCRMA),</a> <a href="proxy.php?url=http://www.stanford.edu/"> Stanford University</a></p>
<p align="center"><font size="2"><b><a href="proxy.php?url=https://technick.net/guides/theory/dft/vector_cosine"><< Previous page</a> <a href="proxy.php?url=https://technick.net/guides/theory/dft/r320">TOC</a> <a href="proxy.php?url=https://technick.net/guides/theory/dft/dft_index">INDEX</a> <a href="proxy.php?url=https://technick.net/guides/theory/dft/pythagorean_theorem_n_space">Next page >></a></b></font></p><blockquote><h2><a name="SECTION00767000000000000000">Orthogonality</a></h2><p>The vectors (signals) <img width="13" height="14" align="BOTTOM" border="0" src="proxy.php?url=https://technick.net/img/guide_dft/img12.png" alt="$x$" /> and <img width="12" height="28" align="MIDDLE" border="0" src="proxy.php?url=https://technick.net/img/guide_dft/img13.png" alt="$y$" /> are said to be <i><a href="proxy.php?url=https://technick.net/guides/theory/dft/orthogonality">orthogonal</a></i> if
<!-- MATH
$\left<x,y\right>=0$
--><img width="70" height="31" align="MIDDLE" border="0" src="proxy.php?url=https://technick.net/img/guide_dft/img800.png" alt="$\" eft="" t="" y\right="" t="" />, denoted <img width="43" height="29" align="MIDDLE" border="0" src="proxy.php?url=https://technick.net/img/guide_dft/img801.png" alt="$x\" erp="" />. That is to say <br /></p>
- Orthogonality of Sinusoidshttps://technick.net/guides/theory/dft/orthogonality_sinusoids/Sun, 01 Mar 1998 00:00:00 +0000https://technick.net/guides/theory/dft/orthogonality_sinusoids/<p style="background-color:#FFFFAA;border:1px solid red;padding:0.5em;"><strong>NOTE: THIS DOCUMENT IS OBSOLETE, PLEASE CHECK THE NEW VERSION:</strong> "<a href="proxy.php?url=http://ccrma.stanford.edu/~jos/mdft/">Mathematics of the Discrete Fourier Transform (DFT), with Audio Applications --- Second Edition</a>", by <a href="proxy.php?url=http://ccrma.stanford.edu/~jos/"> Julius O. Smith III</a>, <a href="proxy.php?url=http://www.w3k.org/books/">W3K Publishing</a>, 2007, ISBN 978-0-9745607-4-8. - Copyright © <i>2017-09-28</i> by <a href="proxy.php?url=http://ccrma.stanford.edu/~jos/"> Julius O. Smith III</a> - <a href="proxy.php?url=http://ccrma.stanford.edu/">Center for Computer Research in Music and Acoustics (CCRMA),</a> <a href="proxy.php?url=http://www.stanford.edu/"> Stanford University</a></p>
<p align="center"><font size="2"><b><a href="proxy.php?url=https://technick.net/guides/theory/dft/geometric_series"><< Previous page</a> <a href="proxy.php?url=https://technick.net/guides/theory/dft/r320">TOC</a> <a href="proxy.php?url=https://technick.net/guides/theory/dft/dft_index">INDEX</a> <a href="proxy.php?url=https://technick.net/guides/theory/dft/orthogonality_dft_sinusoids">Next page >></a></b></font></p><blockquote><h2><a name="SECTION00812000000000000000">Orthogonality of Sinusoids</a></h2><p><a name="11411"></a>A key property of <a href="proxy.php?url=https://technick.net/guides/theory/dft/why_sinusoids_are">sinusoids</a> is that they are <i><a href="proxy.php?url=https://technick.net/guides/theory/dft/orthogonality">orthogonal</a> at different
frequencies</i>. That is, <br /></p>
- Orthogonality of the DFT Sinusoidshttps://technick.net/guides/theory/dft/orthogonality_dft_sinusoids/Sun, 01 Mar 1998 00:00:00 +0000https://technick.net/guides/theory/dft/orthogonality_dft_sinusoids/<p style="background-color:#FFFFAA;border:1px solid red;padding:0.5em;"><strong>NOTE: THIS DOCUMENT IS OBSOLETE, PLEASE CHECK THE NEW VERSION:</strong> "<a href="proxy.php?url=http://ccrma.stanford.edu/~jos/mdft/">Mathematics of the Discrete Fourier Transform (DFT), with Audio Applications --- Second Edition</a>", by <a href="proxy.php?url=http://ccrma.stanford.edu/~jos/"> Julius O. Smith III</a>, <a href="proxy.php?url=http://www.w3k.org/books/">W3K Publishing</a>, 2007, ISBN 978-0-9745607-4-8. - Copyright © <i>2017-09-28</i> by <a href="proxy.php?url=http://ccrma.stanford.edu/~jos/"> Julius O. Smith III</a> - <a href="proxy.php?url=http://ccrma.stanford.edu/">Center for Computer Research in Music and Acoustics (CCRMA),</a> <a href="proxy.php?url=http://www.stanford.edu/"> Stanford University</a></p>
<p align="center"><font size="2"><b><a href="proxy.php?url=https://technick.net/guides/theory/dft/orthogonality_sinusoids"><< Previous page</a> <a href="proxy.php?url=https://technick.net/guides/theory/dft/r320">TOC</a> <a href="proxy.php?url=https://technick.net/guides/theory/dft/dft_index">INDEX</a> <a href="proxy.php?url=https://technick.net/guides/theory/dft/norm_dft_sinusoids">Next page >></a></b></font></p><blockquote><h2><a name="SECTION00813000000000000000">Orthogonality of the DFT Sinusoids</a></h2><p>We now show mathematically that the <a href="proxy.php?url=https://technick.net/guides/theory/dft/dft">DFT</a> <a href="proxy.php?url=https://technick.net/guides/theory/dft/why_sinusoids_are">sinusoids</a> are exactly <a href="proxy.php?url=https://technick.net/guides/theory/dft/orthogonality">orthogonal</a>.
Let<br /></p>
- Other Normshttps://technick.net/guides/theory/dft/other_norms/Sun, 01 Mar 1998 00:00:00 +0000https://technick.net/guides/theory/dft/other_norms/<p style="background-color:#FFFFAA;border:1px solid red;padding:0.5em;"><strong>NOTE: THIS DOCUMENT IS OBSOLETE, PLEASE CHECK THE NEW VERSION:</strong> "<a href="proxy.php?url=http://ccrma.stanford.edu/~jos/mdft/">Mathematics of the Discrete Fourier Transform (DFT), with Audio Applications --- Second Edition</a>", by <a href="proxy.php?url=http://ccrma.stanford.edu/~jos/"> Julius O. Smith III</a>, <a href="proxy.php?url=http://www.w3k.org/books/">W3K Publishing</a>, 2007, ISBN 978-0-9745607-4-8. - Copyright © <i>2017-09-28</i> by <a href="proxy.php?url=http://ccrma.stanford.edu/~jos/"> Julius O. Smith III</a> - <a href="proxy.php?url=http://ccrma.stanford.edu/">Center for Computer Research in Music and Acoustics (CCRMA),</a> <a href="proxy.php?url=http://www.stanford.edu/"> Stanford University</a></p>
<p align="center"><font size="2"><b><a href="proxy.php?url=https://technick.net/guides/theory/dft/signal_metrics"><< Previous page</a> <a href="proxy.php?url=https://technick.net/guides/theory/dft/r320">TOC</a> <a href="proxy.php?url=https://technick.net/guides/theory/dft/dft_index">INDEX</a> <a href="proxy.php?url=https://technick.net/guides/theory/dft/inner_product">Next page >></a></b></font></p><blockquote><h2><a name="SECTION00751000000000000000">Other Norms</a></h2><p>Since our main <a href="proxy.php?url=https://ccrma.stanford.edu/~jos//interpolation/lp_norms.php">norm</a> is the square root of a sum of squares, we are using
what is called an <i><img width="22" height="29" align="MIDDLE" border="0" src="proxy.php?url=https://technick.net/img/guide_dft/img734.png" alt="$L_2$" /> norm</i> and we may write <img width="36" height="31" align="MIDDLE" border="0" src="proxy.php?url=https://technick.net/img/guide_dft/img735.png" alt="$\" ert="" ert="" /> to
emphasize this fact.</p>
- Outlinehttps://technick.net/guides/theory/dft/outline/Sun, 01 Mar 1998 00:00:00 +0000https://technick.net/guides/theory/dft/outline/<p style="background-color:#FFFFAA;border:1px solid red;padding:0.5em;"><strong>NOTE: THIS DOCUMENT IS OBSOLETE, PLEASE CHECK THE NEW VERSION:</strong> "<a href="proxy.php?url=http://ccrma.stanford.edu/~jos/mdft/">Mathematics of the Discrete Fourier Transform (DFT), with Audio Applications --- Second Edition</a>", by <a href="proxy.php?url=http://ccrma.stanford.edu/~jos/"> Julius O. Smith III</a>, <a href="proxy.php?url=http://www.w3k.org/books/">W3K Publishing</a>, 2007, ISBN 978-0-9745607-4-8. - Copyright © <i>2017-09-28</i> by <a href="proxy.php?url=http://ccrma.stanford.edu/~jos/"> Julius O. Smith III</a> - <a href="proxy.php?url=http://ccrma.stanford.edu/">Center for Computer Research in Music and Acoustics (CCRMA),</a> <a href="proxy.php?url=http://www.stanford.edu/"> Stanford University</a></p>
<p align="center"><font size="2"><b><a href="proxy.php?url=https://technick.net/guides/theory/dft/preface"><< Previous page</a> <a href="proxy.php?url=https://technick.net/guides/theory/dft/r320">TOC</a> <a href="proxy.php?url=https://technick.net/guides/theory/dft/dft_index">INDEX</a> <a href="proxy.php?url=https://technick.net/guides/theory/dft/introduction_dft">Next page >></a></b></font></p><blockquote><h1><a name="SECTION00110000000000000000">Outline</a></h1><p>Below is an overview of the chapters.</p><p></p><p><ul><li><b><a href="proxy.php?url=https://technick.net/guides/theory/dft/introduction_dft">Introduction to the DFT</a></b> <br />This chapter introduces <a href="proxy.php?url=https://ccrma.stanford.edu/~jos//reviewfourier/welcome.php">the Discrete Fourier Transform</a> (<a href="proxy.php?url=https://technick.net/guides/theory/dft/dft">DFT</a>) and
points out the elements which will be discussed in this reader.<p></p>
- Phase Delay and Group Delayhttps://technick.net/guides/theory/dft/phase_delay_group/Sun, 01 Mar 1998 00:00:00 +0000https://technick.net/guides/theory/dft/phase_delay_group/<p style="background-color:#FFFFAA;border:1px solid red;padding:0.5em;"><strong>NOTE: THIS DOCUMENT IS OBSOLETE, PLEASE CHECK THE NEW VERSION:</strong> "<a href="proxy.php?url=http://ccrma.stanford.edu/~jos/mdft/">Mathematics of the Discrete Fourier Transform (DFT), with Audio Applications --- Second Edition</a>", by <a href="proxy.php?url=http://ccrma.stanford.edu/~jos/"> Julius O. Smith III</a>, <a href="proxy.php?url=http://www.w3k.org/books/">W3K Publishing</a>, 2007, ISBN 978-0-9745607-4-8. - Copyright © <i>2017-09-28</i> by <a href="proxy.php?url=http://ccrma.stanford.edu/~jos/"> Julius O. Smith III</a> - <a href="proxy.php?url=http://ccrma.stanford.edu/">Center for Computer Research in Music and Acoustics (CCRMA),</a> <a href="proxy.php?url=http://www.stanford.edu/"> Stanford University</a></p>
<p align="center"><font size="2"><b><a href="proxy.php?url=https://technick.net/guides/theory/dft/frequency_response"><< Previous page</a> <a href="proxy.php?url=https://technick.net/guides/theory/dft/r320">TOC</a> <a href="proxy.php?url=https://technick.net/guides/theory/dft/dft_index">INDEX</a> <a href="proxy.php?url=https://technick.net/guides/theory/dft/bibliography">Next page >></a></b></font></p><blockquote><h2><a name="SECTION001245000000000000000">Phase Delay and Group Delay</a></h2><p>The phase response of a <a href="proxy.php?url=https://ccrma.stanford.edu/~jos//filters/difference_equation.php">filter</a> <!-- MATH
$\Theta(\omega)$
--><img width="39" height="31" align="MIDDLE" border="0" src="proxy.php?url=https://technick.net/img/guide_dft/img1620.png" alt="$\" heta="" mega="" /> gives the <i>radian</i> phase shift
experienced by each sinusoidal component of the input signal.
Sometimes it is more meaningful to consider <i><a href="proxy.php?url=https://ccrma.stanford.edu/~jos//filters/phase_delay_group.php">phase delay</a></i>[<a href="proxy.php?url=https://technick.net/guides/theory/dft/bibliography#Papoulis">21</a>].</p>
- Polynomial Multiplicationhttps://technick.net/guides/theory/dft/polynomial_multiplication/Sun, 01 Mar 1998 00:00:00 +0000https://technick.net/guides/theory/dft/polynomial_multiplication/<p style="background-color:#FFFFAA;border:1px solid red;padding:0.5em;"><strong>NOTE: THIS DOCUMENT IS OBSOLETE, PLEASE CHECK THE NEW VERSION:</strong> "<a href="proxy.php?url=http://ccrma.stanford.edu/~jos/mdft/">Mathematics of the Discrete Fourier Transform (DFT), with Audio Applications --- Second Edition</a>", by <a href="proxy.php?url=http://ccrma.stanford.edu/~jos/"> Julius O. Smith III</a>, <a href="proxy.php?url=http://www.w3k.org/books/">W3K Publishing</a>, 2007, ISBN 978-0-9745607-4-8. - Copyright © <i>2017-09-28</i> by <a href="proxy.php?url=http://ccrma.stanford.edu/~jos/"> Julius O. Smith III</a> - <a href="proxy.php?url=http://ccrma.stanford.edu/">Center for Computer Research in Music and Acoustics (CCRMA),</a> <a href="proxy.php?url=http://www.stanford.edu/"> Stanford University</a></p>
<p align="center"><font size="2"><b><a href="proxy.php?url=https://technick.net/guides/theory/dft/graphical_convolution"><< Previous page</a> <a href="proxy.php?url=https://technick.net/guides/theory/dft/r320">TOC</a> <a href="proxy.php?url=https://technick.net/guides/theory/dft/dft_index">INDEX</a> <a href="proxy.php?url=https://technick.net/guides/theory/dft/multiplication_decimal_numb">Next page >></a></b></font></p><blockquote><h3><a name="SECTION00923200000000000000">Polynomial Multiplication</a></h3><p>Note that when you multiply two polynomials together, their coefficients
are <i>convolved</i>. To see this, let <img width="34" height="31" align="MIDDLE" border="0" src="proxy.php?url=https://technick.net/img/guide_dft/img84.png" alt="$p(x)$" /> denote the <img width="18" height="14" align="BOTTOM" border="0" src="proxy.php?url=https://technick.net/img/guide_dft/img937.png" alt="$m$" />th-order polynomial<br /></p>
- Positive and Negative Frequencieshttps://technick.net/guides/theory/dft/positive_negative_frequenci/Sun, 01 Mar 1998 00:00:00 +0000https://technick.net/guides/theory/dft/positive_negative_frequenci/<p style="background-color:#FFFFAA;border:1px solid red;padding:0.5em;"><strong>NOTE: THIS DOCUMENT IS OBSOLETE, PLEASE CHECK THE NEW VERSION:</strong> "<a href="proxy.php?url=http://ccrma.stanford.edu/~jos/mdft/">Mathematics of the Discrete Fourier Transform (DFT), with Audio Applications --- Second Edition</a>", by <a href="proxy.php?url=http://ccrma.stanford.edu/~jos/"> Julius O. Smith III</a>, <a href="proxy.php?url=http://www.w3k.org/books/">W3K Publishing</a>, 2007, ISBN 978-0-9745607-4-8. - Copyright © <i>2017-09-28</i> by <a href="proxy.php?url=http://ccrma.stanford.edu/~jos/"> Julius O. Smith III</a> - <a href="proxy.php?url=http://ccrma.stanford.edu/">Center for Computer Research in Music and Acoustics (CCRMA),</a> <a href="proxy.php?url=http://www.stanford.edu/"> Stanford University</a></p>
<p align="center"><font size="2"><b><a href="proxy.php?url=https://technick.net/guides/theory/dft/projection_circular_motion"><< Previous page</a> <a href="proxy.php?url=https://technick.net/guides/theory/dft/r320">TOC</a> <a href="proxy.php?url=https://technick.net/guides/theory/dft/dft_index">INDEX</a> <a href="proxy.php?url=https://technick.net/guides/theory/dft/analytic_signal_hilbert">Next page >></a></b></font></p><blockquote><h2><a name="SECTION00633000000000000000">Positive and Negative Frequencies</a></h2><p>Earlier, we used <a href="proxy.php?url=https://technick.net/guides/theory/dft/proof_euler_s_identity">Euler's Identity</a> to show</p><p></p><div align="CENTER"><!-- MATH
\begin{eqnarray*}
\cos(\theta) &= \frac{\displaystyle e^{j \theta} + e^{-j \theta}}{2} \\
\sin(\theta) &= \frac{\displaystyle e^{j \theta} - e^{-j \theta}}{2j}
\end{eqnarray*}
--><img width="163" height="74" border="0" src="proxy.php?url=https://technick.net/img/guide_dft/img566.png" alt="\" egin="" qnarray="" os="" heta="" rac="" isplaystyle="" theta="" j="" het="" heta="" rac="" isplaystyle="" theta="" j="" heta="" end="" qnarray="" /><br clear="ALL" /></div><p></p>
- Positive Integer Exponentshttps://technick.net/guides/theory/dft/positive_integer_exponents/Sun, 01 Mar 1998 00:00:00 +0000https://technick.net/guides/theory/dft/positive_integer_exponents/<p style="background-color:#FFFFAA;border:1px solid red;padding:0.5em;"><strong>NOTE: THIS DOCUMENT IS OBSOLETE, PLEASE CHECK THE NEW VERSION:</strong> "<a href="proxy.php?url=http://ccrma.stanford.edu/~jos/mdft/">Mathematics of the Discrete Fourier Transform (DFT), with Audio Applications --- Second Edition</a>", by <a href="proxy.php?url=http://ccrma.stanford.edu/~jos/"> Julius O. Smith III</a>, <a href="proxy.php?url=http://www.w3k.org/books/">W3K Publishing</a>, 2007, ISBN 978-0-9745607-4-8. - Copyright © <i>2017-09-28</i> by <a href="proxy.php?url=http://ccrma.stanford.edu/~jos/"> Julius O. Smith III</a> - <a href="proxy.php?url=http://ccrma.stanford.edu/">Center for Computer Research in Music and Acoustics (CCRMA),</a> <a href="proxy.php?url=http://www.stanford.edu/"> Stanford University</a></p>
<p align="center"><font size="2"><b><a href="proxy.php?url=https://technick.net/guides/theory/dft/euler_s_theorem"><< Previous page</a> <a href="proxy.php?url=https://technick.net/guides/theory/dft/r320">TOC</a> <a href="proxy.php?url=https://technick.net/guides/theory/dft/dft_index">INDEX</a> <a href="proxy.php?url=https://technick.net/guides/theory/dft/properties_exponents">Next page >></a></b></font></p><blockquote><h2><a name="SECTION00411000000000000000">Positive Integer Exponents</a></h2><p>The ''original'' definition of exponents which ''actually makes sense''
applies only to positive integer exponents:<br /></p>
- Power Theoremhttps://technick.net/guides/theory/dft/power_theorem/Sun, 01 Mar 1998 00:00:00 +0000https://technick.net/guides/theory/dft/power_theorem/<p style="background-color:#FFFFAA;border:1px solid red;padding:0.5em;"><strong>NOTE: THIS DOCUMENT IS OBSOLETE, PLEASE CHECK THE NEW VERSION:</strong> "<a href="proxy.php?url=http://ccrma.stanford.edu/~jos/mdft/">Mathematics of the Discrete Fourier Transform (DFT), with Audio Applications --- Second Edition</a>", by <a href="proxy.php?url=http://ccrma.stanford.edu/~jos/"> Julius O. Smith III</a>, <a href="proxy.php?url=http://www.w3k.org/books/">W3K Publishing</a>, 2007, ISBN 978-0-9745607-4-8. - Copyright © <i>2017-09-28</i> by <a href="proxy.php?url=http://ccrma.stanford.edu/~jos/"> Julius O. Smith III</a> - <a href="proxy.php?url=http://ccrma.stanford.edu/">Center for Computer Research in Music and Acoustics (CCRMA),</a> <a href="proxy.php?url=http://www.stanford.edu/"> Stanford University</a></p>
<p align="center"><font size="2"><b><a href="proxy.php?url=https://technick.net/guides/theory/dft/correlation_theorem"><< Previous page</a> <a href="proxy.php?url=https://technick.net/guides/theory/dft/r320">TOC</a> <a href="proxy.php?url=https://technick.net/guides/theory/dft/dft_index">INDEX</a> <a href="proxy.php?url=https://technick.net/guides/theory/dft/rayleigh_energy_theorem">Next page >></a></b></font></p><blockquote><h2><a name="SECTION00948000000000000000">Power Theorem</a></h2><p></p><p><br /><br /><b>Theorem: </b>For all <!-- MATH
$x,y\in{\cal C}^N$
--><img width="69" height="34" align="MIDDLE" border="0" src="proxy.php?url=https://technick.net/img/guide_dft/img1095.png" alt="$x,y\" n="" al="" />,<br /></p>
- Powers ofhttps://technick.net/guides/theory/dft/powers/Sun, 01 Mar 1998 00:00:00 +0000https://technick.net/guides/theory/dft/powers/<p style="background-color:#FFFFAA;border:1px solid red;padding:0.5em;"><strong>NOTE: THIS DOCUMENT IS OBSOLETE, PLEASE CHECK THE NEW VERSION:</strong> "<a href="proxy.php?url=http://ccrma.stanford.edu/~jos/mdft/">Mathematics of the Discrete Fourier Transform (DFT), with Audio Applications --- Second Edition</a>", by <a href="proxy.php?url=http://ccrma.stanford.edu/~jos/"> Julius O. Smith III</a>, <a href="proxy.php?url=http://www.w3k.org/books/">W3K Publishing</a>, 2007, ISBN 978-0-9745607-4-8. - Copyright © <i>2017-09-28</i> by <a href="proxy.php?url=http://ccrma.stanford.edu/~jos/"> Julius O. Smith III</a> - <a href="proxy.php?url=http://ccrma.stanford.edu/">Center for Computer Research in Music and Acoustics (CCRMA),</a> <a href="proxy.php?url=http://www.stanford.edu/"> Stanford University</a></p>
<p align="center"><font size="2"><b><a href="proxy.php?url=https://technick.net/guides/theory/dft/sampled_sinusoids"><< Previous page</a> <a href="proxy.php?url=https://technick.net/guides/theory/dft/r320">TOC</a> <a href="proxy.php?url=https://technick.net/guides/theory/dft/dft_index">INDEX</a> <a href="proxy.php?url=https://technick.net/guides/theory/dft/why_generalized_complex">Next page >></a></b></font></p><blockquote><h2><a name="SECTION00637000000000000000">Powers of <img width="12" height="14" align="BOTTOM" border="0" src="proxy.php?url=https://technick.net/img/guide_dft/img16.png" alt="$z$" /></a></h2><p>Choose any two <a href="proxy.php?url=https://technick.net/guides/theory/dft/introduction_complex_number">complex numbers</a> <img width="19" height="28" align="MIDDLE" border="0" src="proxy.php?url=https://technick.net/img/guide_dft/img635.png" alt="$z_0$" /> and <img width="19" height="28" align="MIDDLE" border="0" src="proxy.php?url=https://technick.net/img/guide_dft/img636.png" alt="$z_1$" />, and form the sequence<br /></p>
- Prefacehttps://technick.net/guides/theory/dft/preface/Sun, 01 Mar 1998 00:00:00 +0000https://technick.net/guides/theory/dft/preface/<p style="background-color:#FFFFAA;border:1px solid red;padding:0.5em;"><strong>NOTE: THIS DOCUMENT IS OBSOLETE, PLEASE CHECK THE NEW VERSION:</strong> "<a href="proxy.php?url=http://ccrma.stanford.edu/~jos/mdft/">Mathematics of the Discrete Fourier Transform (DFT), with Audio Applications --- Second Edition</a>", by <a href="proxy.php?url=http://ccrma.stanford.edu/~jos/"> Julius O. Smith III</a>, <a href="proxy.php?url=http://www.w3k.org/books/">W3K Publishing</a>, 2007, ISBN 978-0-9745607-4-8. - Copyright © <i>2017-09-28</i> by <a href="proxy.php?url=http://ccrma.stanford.edu/~jos/"> Julius O. Smith III</a> - <a href="proxy.php?url=http://ccrma.stanford.edu/">Center for Computer Research in Music and Acoustics (CCRMA),</a> <a href="proxy.php?url=http://www.stanford.edu/"> Stanford University</a></p>
<p align="center"><font size="2"><b><a href="proxy.php?url=https://technick.net/guides/theory/dft/r320"><< Previous page</a> <a href="proxy.php?url=https://technick.net/guides/theory/dft/r320">TOC</a> <a href="proxy.php?url=https://technick.net/guides/theory/dft/dft_index">INDEX</a> <a href="proxy.php?url=https://technick.net/guides/theory/dft/outline">Next page >></a></b></font></p><blockquote><h1><a name="SECTION00100000000000000000">Preface</a></h1><p>This chapter is an outgrowth of my course entitled<a name="tex2html6" href="proxy.php?url=http://www-ccrma.stanford.edu/ccrma/courses/320/default.php">''Introduction to Digital Signal Processing
and the Discrete Fourier Transform
(DFT)</a>which I have
given at the Center for Computer Research in Music and Acoustics
(<a href="proxy.php?url=http://www-ccrma.stanford.edu/default.php">CCRMA</a>) every year for the past 16 years. The course was created
primarily as a first course in <a href="proxy.php?url=http://www.dsptutor.freeuk.com/default.php">digital signal processing</a> for entering
Music Ph.D. students. As a result, the only prerequisite is a good
high-school math background. Calculus exposure is desirable, but not
required.</p>
- Projectionhttps://technick.net/guides/theory/dft/projection/Sun, 01 Mar 1998 00:00:00 +0000https://technick.net/guides/theory/dft/projection/<p style="background-color:#FFFFAA;border:1px solid red;padding:0.5em;"><strong>NOTE: THIS DOCUMENT IS OBSOLETE, PLEASE CHECK THE NEW VERSION:</strong> "<a href="proxy.php?url=http://ccrma.stanford.edu/~jos/mdft/">Mathematics of the Discrete Fourier Transform (DFT), with Audio Applications --- Second Edition</a>", by <a href="proxy.php?url=http://ccrma.stanford.edu/~jos/"> Julius O. Smith III</a>, <a href="proxy.php?url=http://www.w3k.org/books/">W3K Publishing</a>, 2007, ISBN 978-0-9745607-4-8. - Copyright © <i>2017-09-28</i> by <a href="proxy.php?url=http://ccrma.stanford.edu/~jos/"> Julius O. Smith III</a> - <a href="proxy.php?url=http://ccrma.stanford.edu/">Center for Computer Research in Music and Acoustics (CCRMA),</a> <a href="proxy.php?url=http://www.stanford.edu/"> Stanford University</a></p>
<p align="center"><font size="2"><b><a href="proxy.php?url=https://technick.net/guides/theory/dft/pythagorean_theorem_n_space"><< Previous page</a> <a href="proxy.php?url=https://technick.net/guides/theory/dft/r320">TOC</a> <a href="proxy.php?url=https://technick.net/guides/theory/dft/dft_index">INDEX</a> <a href="proxy.php?url=https://technick.net/guides/theory/dft/signal_reconstruction_proje">Next page >></a></b></font></p><blockquote><h2><a name="SECTION00769000000000000000">Projection</a></h2><p>The <i><a href="proxy.php?url=https://technick.net/guides/theory/dft/projection">orthogonal projection</a></i> (or simply ''projection'') of
<!-- MATH
$\underline{y}\in{\cal C}^N$
--><img width="53" height="34" align="MIDDLE" border="0" src="proxy.php?url=https://technick.net/img/guide_dft/img752.png" alt="$\" nderline="" in="" al="" /> onto <!-- MATH
$\underline{x}\in{\cal C}^N$
--><img width="54" height="34" align="MIDDLE" border="0" src="proxy.php?url=https://technick.net/img/guide_dft/img751.png" alt="$\" nderline="" in="" al="" /> is defined by<br /></p>
- Projection of Circular Motionhttps://technick.net/guides/theory/dft/projection_circular_motion/Sun, 01 Mar 1998 00:00:00 +0000https://technick.net/guides/theory/dft/projection_circular_motion/<p style="background-color:#FFFFAA;border:1px solid red;padding:0.5em;"><strong>NOTE: THIS DOCUMENT IS OBSOLETE, PLEASE CHECK THE NEW VERSION:</strong> "<a href="proxy.php?url=http://ccrma.stanford.edu/~jos/mdft/">Mathematics of the Discrete Fourier Transform (DFT), with Audio Applications --- Second Edition</a>", by <a href="proxy.php?url=http://ccrma.stanford.edu/~jos/"> Julius O. Smith III</a>, <a href="proxy.php?url=http://www.w3k.org/books/">W3K Publishing</a>, 2007, ISBN 978-0-9745607-4-8. - Copyright © <i>2017-09-28</i> by <a href="proxy.php?url=http://ccrma.stanford.edu/~jos/"> Julius O. Smith III</a> - <a href="proxy.php?url=http://ccrma.stanford.edu/">Center for Computer Research in Music and Acoustics (CCRMA),</a> <a href="proxy.php?url=http://www.stanford.edu/"> Stanford University</a></p>
<p align="center"><font size="2"><b><a href="proxy.php?url=https://technick.net/guides/theory/dft/circular_motion"><< Previous page</a> <a href="proxy.php?url=https://technick.net/guides/theory/dft/r320">TOC</a> <a href="proxy.php?url=https://technick.net/guides/theory/dft/dft_index">INDEX</a> <a href="proxy.php?url=https://technick.net/guides/theory/dft/positive_negative_frequenci">Next page >></a></b></font></p><blockquote><h2><a name="SECTION00632000000000000000">Projection of Circular Motion</a></h2><p>We have</p><p></p><div align="CENTER"><!-- MATH
\begin{eqnarray*}
\mbox{re}\left\{e^{j\omega t}\right\} &=& \cos(\omega t) \\
\mbox{im}\left\{e^{j\omega t}\right\} &=& \sin(\omega t)
\end{eqnarray*}
--><img width="175" height="61" border="0" src="proxy.php?url=https://technick.net/img/guide_dft/img564.png" alt="\" egin="" qnarray="" box="" e="" eft\="" j\omega="" ight\="" os="" mega="" box="" m="" eft\="" j\omega="" ight\="" in="" mega="" nd="" qnarray="" /><br clear="ALL" /></div><p></p>
- Proof of Euler's Identityhttps://technick.net/guides/theory/dft/proof_euler_s_identity/Sun, 01 Mar 1998 00:00:00 +0000https://technick.net/guides/theory/dft/proof_euler_s_identity/<p style="background-color:#FFFFAA;border:1px solid red;padding:0.5em;"><strong>NOTE: THIS DOCUMENT IS OBSOLETE, PLEASE CHECK THE NEW VERSION:</strong> "<a href="proxy.php?url=http://ccrma.stanford.edu/~jos/mdft/">Mathematics of the Discrete Fourier Transform (DFT), with Audio Applications --- Second Edition</a>", by <a href="proxy.php?url=http://ccrma.stanford.edu/~jos/"> Julius O. Smith III</a>, <a href="proxy.php?url=http://www.w3k.org/books/">W3K Publishing</a>, 2007, ISBN 978-0-9745607-4-8. - Copyright © <i>2017-09-28</i> by <a href="proxy.php?url=http://ccrma.stanford.edu/~jos/"> Julius O. Smith III</a> - <a href="proxy.php?url=http://ccrma.stanford.edu/">Center for Computer Research in Music and Acoustics (CCRMA),</a> <a href="proxy.php?url=http://www.stanford.edu/"> Stanford University</a></p>
<p align="center"><font size="2"><b><a href="proxy.php?url=https://technick.net/guides/theory/dft/numerical_tools_mathematica"><< Previous page</a> <a href="proxy.php?url=https://technick.net/guides/theory/dft/r320">TOC</a> <a href="proxy.php?url=https://technick.net/guides/theory/dft/dft_index">INDEX</a> <a href="proxy.php?url=https://technick.net/guides/theory/dft/euler_s_theorem">Next page >></a></b></font></p><blockquote><h1><a name="SECTION00400000000000000000">Proof of Euler's Identity</a></h1><p>This chapter outlines the proof of <a href="proxy.php?url=https://technick.net/guides/theory/dft/proof_euler_s_identity">Euler's Identity</a>, which is an
important tool for working with <a href="proxy.php?url=https://technick.net/guides/theory/dft/introduction_complex_number">complex numbers</a>. It is one of the
critical elements of the <a href="proxy.php?url=https://technick.net/guides/theory/dft/dft">DFT</a> definition that we need to understand.</p>
- Properties of DB Scaleshttps://technick.net/guides/theory/dft/properties_db_scales/Sun, 01 Mar 1998 00:00:00 +0000https://technick.net/guides/theory/dft/properties_db_scales/<p style="background-color:#FFFFAA;border:1px solid red;padding:0.5em;"><strong>NOTE: THIS DOCUMENT IS OBSOLETE, PLEASE CHECK THE NEW VERSION:</strong> "<a href="proxy.php?url=http://ccrma.stanford.edu/~jos/mdft/">Mathematics of the Discrete Fourier Transform (DFT), with Audio Applications --- Second Edition</a>", by <a href="proxy.php?url=http://ccrma.stanford.edu/~jos/"> Julius O. Smith III</a>, <a href="proxy.php?url=http://www.w3k.org/books/">W3K Publishing</a>, 2007, ISBN 978-0-9745607-4-8. - Copyright © <i>2017-09-28</i> by <a href="proxy.php?url=http://ccrma.stanford.edu/~jos/"> Julius O. Smith III</a> - <a href="proxy.php?url=http://ccrma.stanford.edu/">Center for Computer Research in Music and Acoustics (CCRMA),</a> <a href="proxy.php?url=http://www.stanford.edu/"> Stanford University</a></p>
<p align="center"><font size="2"><b><a href="proxy.php?url=https://technick.net/guides/theory/dft/decibels"><< Previous page</a> <a href="proxy.php?url=https://technick.net/guides/theory/dft/r320">TOC</a> <a href="proxy.php?url=https://technick.net/guides/theory/dft/dft_index">INDEX</a> <a href="proxy.php?url=https://technick.net/guides/theory/dft/specific_db_scales">Next page >></a></b></font></p><blockquote><h2><a name="SECTION00521000000000000000">Properties of DB Scales</a></h2><p>In every kind of <a href="proxy.php?url=https://technick.net/guides/theory/dft/decibels">dB</a>, a <i>factor of 10</i> in <a href="proxy.php?url=https://technick.net/guides/theory/dft/logarithms">amplitude</a> <i>gain</i> corresponds
to a <i>20 dB boost</i><a name="5370"></a> (increase by 20 dB):<br /></p>
- Properties of Exponentshttps://technick.net/guides/theory/dft/properties_exponents/Sun, 01 Mar 1998 00:00:00 +0000https://technick.net/guides/theory/dft/properties_exponents/<p style="background-color:#FFFFAA;border:1px solid red;padding:0.5em;"><strong>NOTE: THIS DOCUMENT IS OBSOLETE, PLEASE CHECK THE NEW VERSION:</strong> "<a href="proxy.php?url=http://ccrma.stanford.edu/~jos/mdft/">Mathematics of the Discrete Fourier Transform (DFT), with Audio Applications --- Second Edition</a>", by <a href="proxy.php?url=http://ccrma.stanford.edu/~jos/"> Julius O. Smith III</a>, <a href="proxy.php?url=http://www.w3k.org/books/">W3K Publishing</a>, 2007, ISBN 978-0-9745607-4-8. - Copyright © <i>2017-09-28</i> by <a href="proxy.php?url=http://ccrma.stanford.edu/~jos/"> Julius O. Smith III</a> - <a href="proxy.php?url=http://ccrma.stanford.edu/">Center for Computer Research in Music and Acoustics (CCRMA),</a> <a href="proxy.php?url=http://www.stanford.edu/"> Stanford University</a></p>
<p align="center"><font size="2"><b><a href="proxy.php?url=https://technick.net/guides/theory/dft/positive_integer_exponents"><< Previous page</a> <a href="proxy.php?url=https://technick.net/guides/theory/dft/r320">TOC</a> <a href="proxy.php?url=https://technick.net/guides/theory/dft/dft_index">INDEX</a> <a href="proxy.php?url=https://technick.net/guides/theory/dft/exponent_zero">Next page >></a></b></font></p><blockquote><h2><a name="SECTION00412000000000000000">Properties of Exponents</a></h2><p>From the basic definition of positive integer exponents, we have<dl compact="compact"><dt>(1)</dt><dd><!-- MATH
$a^{n_1} a^{n_2} = a^{n_1 + n_2}$
--><img width="119" height="17" align="BOTTOM" border="0" src="proxy.php?url=https://technick.net/img/guide_dft/img189.png" alt="$a^{n_1} a^{n_2} = a^{n_1 + n_2}$" /></dd><dt>(2)</dt><dd><!-- MATH
$\left(a^{n_1}\right)^{n_2} = a^{n_1 n_2}$
--><img width="113" height="33" align="MIDDLE" border="0" src="proxy.php?url=https://technick.net/img/guide_dft/img190.png" alt="$\" eft="" a="" right="" a="a" n="" /></dd></dl>Note that property (2) implies property (1). We list
it explicitly for convenience below.</p>
- Pulse Code Modulation (PCM)https://technick.net/guides/theory/dft/pulse_code_modulation/Sun, 01 Mar 1998 00:00:00 +0000https://technick.net/guides/theory/dft/pulse_code_modulation/<p style="background-color:#FFFFAA;border:1px solid red;padding:0.5em;"><strong>NOTE: THIS DOCUMENT IS OBSOLETE, PLEASE CHECK THE NEW VERSION:</strong> "<a href="proxy.php?url=http://ccrma.stanford.edu/~jos/mdft/">Mathematics of the Discrete Fourier Transform (DFT), with Audio Applications --- Second Edition</a>", by <a href="proxy.php?url=http://ccrma.stanford.edu/~jos/"> Julius O. Smith III</a>, <a href="proxy.php?url=http://www.w3k.org/books/">W3K Publishing</a>, 2007, ISBN 978-0-9745607-4-8. - Copyright © <i>2017-09-28</i> by <a href="proxy.php?url=http://ccrma.stanford.edu/~jos/"> Julius O. Smith III</a> - <a href="proxy.php?url=http://ccrma.stanford.edu/">Center for Computer Research in Music and Acoustics (CCRMA),</a> <a href="proxy.php?url=http://www.stanford.edu/"> Stanford University</a></p>
<p align="center"><font size="2"><b><a href="proxy.php?url=https://technick.net/guides/theory/dft/linear_number_systems"><< Previous page</a> <a href="proxy.php?url=https://technick.net/guides/theory/dft/r320">TOC</a> <a href="proxy.php?url=https://technick.net/guides/theory/dft/dft_index">INDEX</a> <a href="proxy.php?url=https://technick.net/guides/theory/dft/binary_integer_fixed_point">Next page >></a></b></font></p><blockquote><h2><a name="SECTION00531000000000000000">Pulse Code Modulation (PCM)</a></h2><p>The ''standard'' number format for sampled audio signals is officially
called <i><a href="proxy.php?url=https://technick.net/guides/theory/dft/pulse_code_modulation">Pulse Code Modulation</a> (<i><a href="proxy.php?url=https://technick.net/guides/theory/dft/pulse_code_modulation">PCM</a></i><a name="5417"></a>)</i>. This term simply
means that each signal sample is interpreted as a ''pulse'' (e.g., a
voltage or current pulse) at a particular <a href="proxy.php?url=https://technick.net/guides/theory/dft/logarithms">amplitude</a> which is binary
encoded, typically in <a href="proxy.php?url=https://technick.net/guides/theory/dft/general_formula_two_s_compl">two's complement</a> binary <a href="proxy.php?url=https://technick.net/guides/theory/dft/binary_integer_fixed_point">fixed-point</a> format
(discussed below). When someons says they are giving you a soundfile
in ''raw binary format'', they pretty much always mean (nowadays)
16-bit, two's-complement PCM data. Most mainstream computer soundfile
formats consist of a ''header'' (containing the length, etc.) followed
by 16-bit two's-complement PCM.</p>
- Rational Exponentshttps://technick.net/guides/theory/dft/rational_exponents/Sun, 01 Mar 1998 00:00:00 +0000https://technick.net/guides/theory/dft/rational_exponents/<p style="background-color:#FFFFAA;border:1px solid red;padding:0.5em;"><strong>NOTE: THIS DOCUMENT IS OBSOLETE, PLEASE CHECK THE NEW VERSION:</strong> "<a href="proxy.php?url=http://ccrma.stanford.edu/~jos/mdft/">Mathematics of the Discrete Fourier Transform (DFT), with Audio Applications --- Second Edition</a>", by <a href="proxy.php?url=http://ccrma.stanford.edu/~jos/"> Julius O. Smith III</a>, <a href="proxy.php?url=http://www.w3k.org/books/">W3K Publishing</a>, 2007, ISBN 978-0-9745607-4-8. - Copyright © <i>2017-09-28</i> by <a href="proxy.php?url=http://ccrma.stanford.edu/~jos/"> Julius O. Smith III</a> - <a href="proxy.php?url=http://ccrma.stanford.edu/">Center for Computer Research in Music and Acoustics (CCRMA),</a> <a href="proxy.php?url=http://www.stanford.edu/"> Stanford University</a></p>
<p align="center"><font size="2"><b><a href="proxy.php?url=https://technick.net/guides/theory/dft/negative_exponents"><< Previous page</a> <a href="proxy.php?url=https://technick.net/guides/theory/dft/r320">TOC</a> <a href="proxy.php?url=https://technick.net/guides/theory/dft/dft_index">INDEX</a> <a href="proxy.php?url=https://technick.net/guides/theory/dft/special_case_mth">Next page >></a></b></font></p><blockquote><h2><a name="SECTION00415000000000000000">Rational Exponents</a></h2><p>A <i>rational</i><a name="3953"></a> number is a real number that can be expressed as
a ratio of two <i>integers</i>:<br /></p>
- Rayleigh Energy Theorem (Parseval's Theorem)https://technick.net/guides/theory/dft/rayleigh_energy_theorem/Sun, 01 Mar 1998 00:00:00 +0000https://technick.net/guides/theory/dft/rayleigh_energy_theorem/<p style="background-color:#FFFFAA;border:1px solid red;padding:0.5em;"><strong>NOTE: THIS DOCUMENT IS OBSOLETE, PLEASE CHECK THE NEW VERSION:</strong> "<a href="proxy.php?url=http://ccrma.stanford.edu/~jos/mdft/">Mathematics of the Discrete Fourier Transform (DFT), with Audio Applications --- Second Edition</a>", by <a href="proxy.php?url=http://ccrma.stanford.edu/~jos/"> Julius O. Smith III</a>, <a href="proxy.php?url=http://www.w3k.org/books/">W3K Publishing</a>, 2007, ISBN 978-0-9745607-4-8. - Copyright © <i>2017-09-28</i> by <a href="proxy.php?url=http://ccrma.stanford.edu/~jos/"> Julius O. Smith III</a> - <a href="proxy.php?url=http://ccrma.stanford.edu/">Center for Computer Research in Music and Acoustics (CCRMA),</a> <a href="proxy.php?url=http://www.stanford.edu/"> Stanford University</a></p>
<p align="center"><font size="2"><b><a href="proxy.php?url=https://technick.net/guides/theory/dft/power_theorem"><< Previous page</a> <a href="proxy.php?url=https://technick.net/guides/theory/dft/r320">TOC</a> <a href="proxy.php?url=https://technick.net/guides/theory/dft/dft_index">INDEX</a> <a href="proxy.php?url=https://technick.net/guides/theory/dft/stretch_theorem_repeat">Next page >></a></b></font></p><blockquote><h2><a name="SECTION00949000000000000000">Rayleigh Energy Theorem (Parseval's Theorem)</a></h2><p></p><p><br /><br /><b>Theorem: </b>For any <!-- MATH
$x\in{\cal C}^N$
--><img width="54" height="34" align="MIDDLE" border="0" src="proxy.php?url=https://technick.net/img/guide_dft/img687.png" alt="$x\" n="" al="" />,<br /></p>
- Real Exponentshttps://technick.net/guides/theory/dft/real_exponents/Sun, 01 Mar 1998 00:00:00 +0000https://technick.net/guides/theory/dft/real_exponents/<p style="background-color:#FFFFAA;border:1px solid red;padding:0.5em;"><strong>NOTE: THIS DOCUMENT IS OBSOLETE, PLEASE CHECK THE NEW VERSION:</strong> "<a href="proxy.php?url=http://ccrma.stanford.edu/~jos/mdft/">Mathematics of the Discrete Fourier Transform (DFT), with Audio Applications --- Second Edition</a>", by <a href="proxy.php?url=http://ccrma.stanford.edu/~jos/"> Julius O. Smith III</a>, <a href="proxy.php?url=http://www.w3k.org/books/">W3K Publishing</a>, 2007, ISBN 978-0-9745607-4-8. - Copyright © <i>2017-09-28</i> by <a href="proxy.php?url=http://ccrma.stanford.edu/~jos/"> Julius O. Smith III</a> - <a href="proxy.php?url=http://ccrma.stanford.edu/">Center for Computer Research in Music and Acoustics (CCRMA),</a> <a href="proxy.php?url=http://www.stanford.edu/"> Stanford University</a></p>
<p align="center"><font size="2"><b><a href="proxy.php?url=https://technick.net/guides/theory/dft/special_case_mth"><< Previous page</a> <a href="proxy.php?url=https://technick.net/guides/theory/dft/r320">TOC</a> <a href="proxy.php?url=https://technick.net/guides/theory/dft/dft_index">INDEX</a> <a href="proxy.php?url=https://technick.net/guides/theory/dft/first_look_at">Next page >></a></b></font></p><blockquote><h2><a name="SECTION00416000000000000000">Real Exponents</a></h2><p>The closest we can actually get to most real numbers is to compute a<i>rational number</i> that is as close as we need. It can be shown that
rational numbers are <i>dense</i> in the real numbers; that is,
between every two real numbers there is a rational number, and between
every two rational numbers is a real number. An<i>irrational</i><a name="3959"></a> number can be defined as any real
number having a non-repeating <a href="proxy.php?url=http://mathworld.wolfram.com/decimalexpansion.php">decimal expansion</a>. For example,<img width="25" height="36" align="MIDDLE" border="0" src="proxy.php?url=https://technick.net/img/guide_dft/img225.png" alt="$\" qrt="" /> is an irrational real number whose decimal expansion starts
out as<br /></p>
- Reconstruction from Samples--Pictorial Versionhttps://technick.net/guides/theory/dft/reconstruction_samples_pict/Sun, 01 Mar 1998 00:00:00 +0000https://technick.net/guides/theory/dft/reconstruction_samples_pict/<p style="background-color:#FFFFAA;border:1px solid red;padding:0.5em;"><strong>NOTE: THIS DOCUMENT IS OBSOLETE, PLEASE CHECK THE NEW VERSION:</strong> "<a href="proxy.php?url=http://ccrma.stanford.edu/~jos/mdft/">Mathematics of the Discrete Fourier Transform (DFT), with Audio Applications --- Second Edition</a>", by <a href="proxy.php?url=http://ccrma.stanford.edu/~jos/"> Julius O. Smith III</a>, <a href="proxy.php?url=http://www.w3k.org/books/">W3K Publishing</a>, 2007, ISBN 978-0-9745607-4-8. - Copyright © <i>2017-09-28</i> by <a href="proxy.php?url=http://ccrma.stanford.edu/~jos/"> Julius O. Smith III</a> - <a href="proxy.php?url=http://ccrma.stanford.edu/">Center for Computer Research in Music and Acoustics (CCRMA),</a> <a href="proxy.php?url=http://www.stanford.edu/"> Stanford University</a></p>
<p align="center"><font size="2"><b><a href="proxy.php?url=https://technick.net/guides/theory/dft/introduction"><< Previous page</a> <a href="proxy.php?url=https://technick.net/guides/theory/dft/r320">TOC</a> <a href="proxy.php?url=https://technick.net/guides/theory/dft/dft_index">INDEX</a> <a href="proxy.php?url=https://technick.net/guides/theory/dft/reconstruction_samples_the">Next page >></a></b></font></p><blockquote><h2><a name="SECTION001111000000000000000">Reconstruction from Samples--Pictorial Version</a></h2><p>Figure <a href="proxy.php?url=https://technick.net/guides/theory/dft/reconstruction_samples_pict#fig:SincSum">A.1</a> shows how a sound is reconstructed from its
samples. Each sample can be considered as specifying the<i>scaling</i> and <i>location</i> of a <i><a href="proxy.php?url=https://ccrma.stanford.edu/~jos//interpolation/sinc_function.php">sinc function</a></i>. The
discrete-time signal being interpolated in the figure is
<!-- MATH
$[0,0,0,0,0,1,1,1,1,1,0,0,0,0,0]$
--><img width="231" height="31" align="MIDDLE" border="0" src="proxy.php?url=https://technick.net/img/guide_dft/img1399.png" alt="$[0,0,0,0,0,1,1,1,1,1,0,0,0,0,0]$" />. The sinc functions are drawn with
dashed lines, and they sum to produce the solid curve. Note the
''Gibb's overshoot'' near the corners of this continuous rectangular
pulse due to band-limiting.</p>
- Reconstruction from Samples--The Mathhttps://technick.net/guides/theory/dft/reconstruction_samples_the/Sun, 01 Mar 1998 00:00:00 +0000https://technick.net/guides/theory/dft/reconstruction_samples_the/<p style="background-color:#FFFFAA;border:1px solid red;padding:0.5em;"><strong>NOTE: THIS DOCUMENT IS OBSOLETE, PLEASE CHECK THE NEW VERSION:</strong> "<a href="proxy.php?url=http://ccrma.stanford.edu/~jos/mdft/">Mathematics of the Discrete Fourier Transform (DFT), with Audio Applications --- Second Edition</a>", by <a href="proxy.php?url=http://ccrma.stanford.edu/~jos/"> Julius O. Smith III</a>, <a href="proxy.php?url=http://www.w3k.org/books/">W3K Publishing</a>, 2007, ISBN 978-0-9745607-4-8. - Copyright © <i>2017-09-28</i> by <a href="proxy.php?url=http://ccrma.stanford.edu/~jos/"> Julius O. Smith III</a> - <a href="proxy.php?url=http://ccrma.stanford.edu/">Center for Computer Research in Music and Acoustics (CCRMA),</a> <a href="proxy.php?url=http://www.stanford.edu/"> Stanford University</a></p>
<p align="center"><font size="2"><b><a href="proxy.php?url=https://technick.net/guides/theory/dft/reconstruction_samples_pict"><< Previous page</a> <a href="proxy.php?url=https://technick.net/guides/theory/dft/r320">TOC</a> <a href="proxy.php?url=https://technick.net/guides/theory/dft/dft_index">INDEX</a> <a href="proxy.php?url=https://technick.net/guides/theory/dft/aliasing_sampled_continuous">Next page >></a></b></font></p><blockquote><h2><a name="SECTION001112000000000000000">Reconstruction from Samples--The Math</a></h2><p>Let <!-- MATH
$x_d(n) \isdef x(nT_s)$
--><img width="111" height="39" align="MIDDLE" border="0" src="proxy.php?url=https://technick.net/img/guide_dft/img1404.png" alt="$x_d(n) \" sdef="" t="" s="" /> denote the <img width="14" height="14" align="BOTTOM" border="0" src="proxy.php?url=https://technick.net/img/guide_dft/img51.png" alt="$n$" />th sample of the original
sound <img width="31" height="31" align="MIDDLE" border="0" src="proxy.php?url=https://technick.net/img/guide_dft/img357.png" alt="$x(t)$" />, where <img width="10" height="14" align="BOTTOM" border="0" src="proxy.php?url=https://technick.net/img/guide_dft/img484.png" alt="$t$" /> is time in seconds. Thus, <img width="14" height="14" align="BOTTOM" border="0" src="proxy.php?url=https://technick.net/img/guide_dft/img51.png" alt="$n$" /> ranges over the
integers, and <img width="20" height="29" align="MIDDLE" border="0" src="proxy.php?url=https://technick.net/img/guide_dft/img1405.png" alt="$T_s$" /> is the <i><a href="proxy.php?url=https://technick.net/guides/theory/dft/shannon_s_sampling_theorem">sampling period</a></i> in seconds. The<i><a href="proxy.php?url=https://technick.net/guides/theory/dft/shannon_s_sampling_theorem">sampling rate</a></i> in Hertz (Hz) is just the reciprocal of the
sampling period,<i>i.e.</i>, <br /></p>
- Recovering a Continuous-Time Signal from its Sampleshttps://technick.net/guides/theory/dft/recovering_continuous_time_/Sun, 01 Mar 1998 00:00:00 +0000https://technick.net/guides/theory/dft/recovering_continuous_time_/<p style="background-color:#FFFFAA;border:1px solid red;padding:0.5em;"><strong>NOTE: THIS DOCUMENT IS OBSOLETE, PLEASE CHECK THE NEW VERSION:</strong> "<a href="proxy.php?url=http://ccrma.stanford.edu/~jos/mdft/">Mathematics of the Discrete Fourier Transform (DFT), with Audio Applications --- Second Edition</a>", by <a href="proxy.php?url=http://ccrma.stanford.edu/~jos/"> Julius O. Smith III</a>, <a href="proxy.php?url=http://www.w3k.org/books/">W3K Publishing</a>, 2007, ISBN 978-0-9745607-4-8. - Copyright © <i>2017-09-28</i> by <a href="proxy.php?url=http://ccrma.stanford.edu/~jos/"> Julius O. Smith III</a> - <a href="proxy.php?url=http://ccrma.stanford.edu/">Center for Computer Research in Music and Acoustics (CCRMA),</a> <a href="proxy.php?url=http://www.stanford.edu/"> Stanford University</a></p>
<p align="center"><font size="2"><b><a href="proxy.php?url=https://technick.net/guides/theory/dft/what_frequencies_are"><< Previous page</a> <a href="proxy.php?url=https://technick.net/guides/theory/dft/r320">TOC</a> <a href="proxy.php?url=https://technick.net/guides/theory/dft/dft_index">INDEX</a> <a href="proxy.php?url=https://technick.net/guides/theory/dft/method_1_additive">Next page >></a></b></font></p><blockquote><h2><a name="SECTION001142000000000000000">Recovering a Continuous-Time Signal from its Samples</a></h2><p>Given samples of a properly band-limited signal, how do we reconstruct
the original continuous waveform? I.e., given <!-- MATH
$x(t_n),
n=0,1,2,\ldots,N-1$
--><img width="193" height="31" align="MIDDLE" border="0" src="proxy.php?url=https://technick.net/img/guide_dft/img1485.png" alt="$x(t_n),
n=0,1,2,\" dots="" />, how do we compute <img width="31" height="31" align="MIDDLE" border="0" src="proxy.php?url=https://technick.net/img/guide_dft/img357.png" alt="$x(t)$" /> for any value of <img width="10" height="14" align="BOTTOM" border="0" src="proxy.php?url=https://technick.net/img/guide_dft/img484.png" alt="$t$" />?</p>
- Repeat Operatorhttps://technick.net/guides/theory/dft/repeat_operator/Sun, 01 Mar 1998 00:00:00 +0000https://technick.net/guides/theory/dft/repeat_operator/<p style="background-color:#FFFFAA;border:1px solid red;padding:0.5em;"><strong>NOTE: THIS DOCUMENT IS OBSOLETE, PLEASE CHECK THE NEW VERSION:</strong> "<a href="proxy.php?url=http://ccrma.stanford.edu/~jos/mdft/">Mathematics of the Discrete Fourier Transform (DFT), with Audio Applications --- Second Edition</a>", by <a href="proxy.php?url=http://ccrma.stanford.edu/~jos/"> Julius O. Smith III</a>, <a href="proxy.php?url=http://www.w3k.org/books/">W3K Publishing</a>, 2007, ISBN 978-0-9745607-4-8. - Copyright © <i>2017-09-28</i> by <a href="proxy.php?url=http://ccrma.stanford.edu/~jos/"> Julius O. Smith III</a> - <a href="proxy.php?url=http://ccrma.stanford.edu/">Center for Computer Research in Music and Acoustics (CCRMA),</a> <a href="proxy.php?url=http://www.stanford.edu/"> Stanford University</a></p>
<p align="center"><font size="2"><b><a href="proxy.php?url=https://technick.net/guides/theory/dft/zero_padding"><< Previous page</a> <a href="proxy.php?url=https://technick.net/guides/theory/dft/r320">TOC</a> <a href="proxy.php?url=https://technick.net/guides/theory/dft/dft_index">INDEX</a> <a href="proxy.php?url=https://technick.net/guides/theory/dft/decimation_operator">Next page >></a></b></font></p><blockquote><h2><a name="SECTION00927000000000000000">Repeat Operator</a></h2><p>Like the <!-- MATH
$\mbox{{\tt Stretch}}_L()$
--><img width="85" height="31" align="MIDDLE" border="0" src="proxy.php?url=https://technick.net/img/guide_dft/img1114.png" alt="$\" box="" t="tt" tretch="" /> operator, the <!-- MATH
$\mbox{{\tt Repeat}}_L()$
--><img width="76" height="31" align="MIDDLE" border="0" src="proxy.php?url=https://technick.net/img/guide_dft/img1131.png" alt="$\" box="" t="tt" epeat="" /> operator maps a length<img width="19" height="14" align="BOTTOM" border="0" src="proxy.php?url=https://technick.net/img/guide_dft/img4.png" alt="$N$" /> signal to a length <img width="68" height="19" align="BOTTOM" border="0" src="proxy.php?url=https://technick.net/img/guide_dft/img1115.png" alt="$M\" sdef="" /> signal:</p>
- Sampled Sinusoidshttps://technick.net/guides/theory/dft/sampled_sinusoids/Sun, 01 Mar 1998 00:00:00 +0000https://technick.net/guides/theory/dft/sampled_sinusoids/<p style="background-color:#FFFFAA;border:1px solid red;padding:0.5em;"><strong>NOTE: THIS DOCUMENT IS OBSOLETE, PLEASE CHECK THE NEW VERSION:</strong> "<a href="proxy.php?url=http://ccrma.stanford.edu/~jos/mdft/">Mathematics of the Discrete Fourier Transform (DFT), with Audio Applications --- Second Edition</a>", by <a href="proxy.php?url=http://ccrma.stanford.edu/~jos/"> Julius O. Smith III</a>, <a href="proxy.php?url=http://www.w3k.org/books/">W3K Publishing</a>, 2007, ISBN 978-0-9745607-4-8. - Copyright © <i>2017-09-28</i> by <a href="proxy.php?url=http://ccrma.stanford.edu/~jos/"> Julius O. Smith III</a> - <a href="proxy.php?url=http://ccrma.stanford.edu/">Center for Computer Research in Music and Acoustics (CCRMA),</a> <a href="proxy.php?url=http://www.stanford.edu/"> Stanford University</a></p>
<p align="center"><font size="2"><b><a href="proxy.php?url=https://technick.net/guides/theory/dft/generalized_complex_sinusoi"><< Previous page</a> <a href="proxy.php?url=https://technick.net/guides/theory/dft/r320">TOC</a> <a href="proxy.php?url=https://technick.net/guides/theory/dft/dft_index">INDEX</a> <a href="proxy.php?url=https://technick.net/guides/theory/dft/powers">Next page >></a></b></font></p><blockquote><h2><a name="SECTION00636000000000000000">Sampled Sinusoids</a></h2><p>In discrete-time audio processing, such as we must do on a computer, we
work with <i>samples</i> of continuous-time signals. Let <img width="19" height="29" align="MIDDLE" border="0" src="proxy.php?url=https://technick.net/img/guide_dft/img55.png" alt="$f_s$" /> denote the<a href="proxy.php?url=https://technick.net/guides/theory/dft/shannon_s_sampling_theorem">sampling rate</a> in Hz. For audio, we typically have <img width="56" height="29" align="MIDDLE" border="0" src="proxy.php?url=https://technick.net/img/guide_dft/img628.png" alt="$f_s>40$" /> kHz, since the
audio band nominally extends to <img width="20" height="14" align="BOTTOM" border="0" src="proxy.php?url=https://technick.net/img/guide_dft/img240.png" alt="$20$" /> kHz. For compact discs (CDs), <img width="68" height="29" align="MIDDLE" border="0" src="proxy.php?url=https://technick.net/img/guide_dft/img629.png" alt="$f_s =
44.1$" /> kHz (or very close to that--I once saw Sony device using a sampling
rate of <img width="51" height="28" align="MIDDLE" border="0" src="proxy.php?url=https://technick.net/img/guide_dft/img630.png" alt="$44,025$" /> Hz), while for digital audio tape (DAT), <img width="56" height="29" align="MIDDLE" border="0" src="proxy.php?url=https://technick.net/img/guide_dft/img631.png" alt="$f_s = 48$" /> kHz.</p>
- Shannon's Sampling Theoremhttps://technick.net/guides/theory/dft/shannon_s_sampling_theorem/Sun, 01 Mar 1998 00:00:00 +0000https://technick.net/guides/theory/dft/shannon_s_sampling_theorem/<p style="background-color:#FFFFAA;border:1px solid red;padding:0.5em;"><strong>NOTE: THIS DOCUMENT IS OBSOLETE, PLEASE CHECK THE NEW VERSION:</strong> "<a href="proxy.php?url=http://ccrma.stanford.edu/~jos/mdft/">Mathematics of the Discrete Fourier Transform (DFT), with Audio Applications --- Second Edition</a>", by <a href="proxy.php?url=http://ccrma.stanford.edu/~jos/"> Julius O. Smith III</a>, <a href="proxy.php?url=http://www.w3k.org/books/">W3K Publishing</a>, 2007, ISBN 978-0-9745607-4-8. - Copyright © <i>2017-09-28</i> by <a href="proxy.php?url=http://ccrma.stanford.edu/~jos/"> Julius O. Smith III</a> - <a href="proxy.php?url=http://ccrma.stanford.edu/">Center for Computer Research in Music and Acoustics (CCRMA),</a> <a href="proxy.php?url=http://www.stanford.edu/"> Stanford University</a></p>
<p align="center"><font size="2"><b><a href="proxy.php?url=https://technick.net/guides/theory/dft/aliasing_sampled_continuous"><< Previous page</a> <a href="proxy.php?url=https://technick.net/guides/theory/dft/r320">TOC</a> <a href="proxy.php?url=https://technick.net/guides/theory/dft/dft_index">INDEX</a> <a href="proxy.php?url=https://technick.net/guides/theory/dft/figuring_out_sampling">Next page >></a></b></font></p><blockquote><h1><a name="SECTION001130000000000000000"></a><a name="sec:shannon"></a><br /><a href="proxy.php?url=https://technick.net/guides/theory/dft/shannon_s_sampling_theorem">Shannon's Sampling Theorem</a></h1><p><b>Theorem. <a name="thm:shannon"></a></b>
Let <img width="31" height="31" align="MIDDLE" border="0" src="proxy.php?url=https://technick.net/img/guide_dft/img357.png" alt="$x(t)$" /> denote any continuous-time signal having a <i>continuous</i> <a href="proxy.php?url=https://technick.net/guides/theory/dft/dft">Fourier transform</a><br /></p>
- Shift Operatorhttps://technick.net/guides/theory/dft/shift_operator/Sun, 01 Mar 1998 00:00:00 +0000https://technick.net/guides/theory/dft/shift_operator/<p style="background-color:#FFFFAA;border:1px solid red;padding:0.5em;"><strong>NOTE: THIS DOCUMENT IS OBSOLETE, PLEASE CHECK THE NEW VERSION:</strong> "<a href="proxy.php?url=http://ccrma.stanford.edu/~jos/mdft/">Mathematics of the Discrete Fourier Transform (DFT), with Audio Applications --- Second Edition</a>", by <a href="proxy.php?url=http://ccrma.stanford.edu/~jos/"> Julius O. Smith III</a>, <a href="proxy.php?url=http://www.w3k.org/books/">W3K Publishing</a>, 2007, ISBN 978-0-9745607-4-8. - Copyright © <i>2017-09-28</i> by <a href="proxy.php?url=http://ccrma.stanford.edu/~jos/"> Julius O. Smith III</a> - <a href="proxy.php?url=http://ccrma.stanford.edu/">Center for Computer Research in Music and Acoustics (CCRMA),</a> <a href="proxy.php?url=http://www.stanford.edu/"> Stanford University</a></p>
<p align="center"><font size="2"><b><a href="proxy.php?url=https://technick.net/guides/theory/dft/flip_operator"><< Previous page</a> <a href="proxy.php?url=https://technick.net/guides/theory/dft/r320">TOC</a> <a href="proxy.php?url=https://technick.net/guides/theory/dft/dft_index">INDEX</a> <a href="proxy.php?url=https://technick.net/guides/theory/dft/convolution">Next page >></a></b></font></p><blockquote><h2><a name="SECTION00922000000000000000">Shift Operator</a></h2><p></p><p><br /><br /><b>Definition: </b>The <i><a href="proxy.php?url=https://technick.net/guides/theory/dft/shift_operator">shift operator</a></i><a name="13635"></a> is defined by<br /></p><p></p>
- Shift Theoremhttps://technick.net/guides/theory/dft/shift_theorem/Sun, 01 Mar 1998 00:00:00 +0000https://technick.net/guides/theory/dft/shift_theorem/<p style="background-color:#FFFFAA;border:1px solid red;padding:0.5em;"><strong>NOTE: THIS DOCUMENT IS OBSOLETE, PLEASE CHECK THE NEW VERSION:</strong> "<a href="proxy.php?url=http://ccrma.stanford.edu/~jos/mdft/">Mathematics of the Discrete Fourier Transform (DFT), with Audio Applications --- Second Edition</a>", by <a href="proxy.php?url=http://ccrma.stanford.edu/~jos/"> Julius O. Smith III</a>, <a href="proxy.php?url=http://www.w3k.org/books/">W3K Publishing</a>, 2007, ISBN 978-0-9745607-4-8. - Copyright © <i>2017-09-28</i> by <a href="proxy.php?url=http://ccrma.stanford.edu/~jos/"> Julius O. Smith III</a> - <a href="proxy.php?url=http://ccrma.stanford.edu/">Center for Computer Research in Music and Acoustics (CCRMA),</a> <a href="proxy.php?url=http://www.stanford.edu/"> Stanford University</a></p>
<p align="center"><font size="2"><b><a href="proxy.php?url=https://technick.net/guides/theory/dft/symmetry"><< Previous page</a> <a href="proxy.php?url=https://technick.net/guides/theory/dft/r320">TOC</a> <a href="proxy.php?url=https://technick.net/guides/theory/dft/dft_index">INDEX</a> <a href="proxy.php?url=https://technick.net/guides/theory/dft/linear_phase_terms">Next page >></a></b></font></p><blockquote><h2><a name="SECTION00944000000000000000">Shift Theorem</a></h2><p></p><p><br /><br /><b>Theorem: </b>For any <!-- MATH
$x\in{\cal C}^N$
--><img width="54" height="34" align="MIDDLE" border="0" src="proxy.php?url=https://technick.net/img/guide_dft/img687.png" alt="$x\" n="" al="" /> and any integer <img width="17" height="14" align="BOTTOM" border="0" src="proxy.php?url=https://technick.net/img/guide_dft/img1084.png" alt="$\" elta="" />,<br /></p>
- Sidebar on Mathematicahttps://technick.net/guides/theory/dft/sidebar_mathematica/Sun, 01 Mar 1998 00:00:00 +0000https://technick.net/guides/theory/dft/sidebar_mathematica/<p style="background-color:#FFFFAA;border:1px solid red;padding:0.5em;"><strong>NOTE: THIS DOCUMENT IS OBSOLETE, PLEASE CHECK THE NEW VERSION:</strong> "<a href="proxy.php?url=http://ccrma.stanford.edu/~jos/mdft/">Mathematics of the Discrete Fourier Transform (DFT), with Audio Applications --- Second Edition</a>", by <a href="proxy.php?url=http://ccrma.stanford.edu/~jos/"> Julius O. Smith III</a>, <a href="proxy.php?url=http://www.w3k.org/books/">W3K Publishing</a>, 2007, ISBN 978-0-9745607-4-8. - Copyright © <i>2017-09-28</i> by <a href="proxy.php?url=http://ccrma.stanford.edu/~jos/"> Julius O. Smith III</a> - <a href="proxy.php?url=http://ccrma.stanford.edu/">Center for Computer Research in Music and Acoustics (CCRMA),</a> <a href="proxy.php?url=http://www.stanford.edu/"> Stanford University</a></p>
<p align="center"><font size="2"><b><a href="proxy.php?url=https://technick.net/guides/theory/dft/back_e"><< Previous page</a> <a href="proxy.php?url=https://technick.net/guides/theory/dft/r320">TOC</a> <a href="proxy.php?url=https://technick.net/guides/theory/dft/dft_index">INDEX</a> <a href="proxy.php?url=https://technick.net/guides/theory/dft/back_e_j_theta">Next page >></a></b></font></p><blockquote><h2><a name="SECTION004111000000000000000">Sidebar on Mathematica</a></h2><p><a href="proxy.php?url=https://technick.net/guides/theory/dft/sidebar_mathematica">Mathematica</a> is a handy tool for cranking out any number of digits in<a href="proxy.php?url=http://mathworld.wolfram.com/transcendentalnumber.php">transcendental numbers</a> such as <img width="12" height="14" align="BOTTOM" border="0" src="proxy.php?url=https://technick.net/img/guide_dft/img61.png" alt="$e$" />:<pre>
In[]:
N[E,50]
Out[]:
2.7182818284590452353602874713526624977572470937</pre>Alternatively, we can compute <!-- MATH
$(1+\delta)^{1/\delta}$
--><img width="72" height="36" align="MIDDLE" border="0" src="proxy.php?url=https://technick.net/img/guide_dft/img271.png" alt="$(1+\" elta="" elta="" /> for small <img width="12" height="15" align="BOTTOM" border="0" src="proxy.php?url=https://technick.net/img/guide_dft/img272.png" alt="$\" elta="" />:<pre>
In[]:
(1+delta)^(1/delta) /. delta->0.001
Out[]:
2.716923932235594
In[]:
(1+delta)^(1/delta) /. delta->0.0001
Out[]:
2.718145926824926
In[]:
(1+delta)^(1/delta) /. delta->0.00001
Out[]:
2.718268237192297</pre>What happens if we just go for it and set delta to zero?<pre>
In[]:
(1+delta)^(1/delta) /. delta->0
1
Power::infy: Infinite expression - encountered.
0
Infinity::indt:
ComplexInfinity
Indeterminate expression 1 encountered.
Indeterminate</pre></p>
- Signal Metricshttps://technick.net/guides/theory/dft/signal_metrics/Sun, 01 Mar 1998 00:00:00 +0000https://technick.net/guides/theory/dft/signal_metrics/<p style="background-color:#FFFFAA;border:1px solid red;padding:0.5em;"><strong>NOTE: THIS DOCUMENT IS OBSOLETE, PLEASE CHECK THE NEW VERSION:</strong> "<a href="proxy.php?url=http://ccrma.stanford.edu/~jos/mdft/">Mathematics of the Discrete Fourier Transform (DFT), with Audio Applications --- Second Edition</a>", by <a href="proxy.php?url=http://ccrma.stanford.edu/~jos/"> Julius O. Smith III</a>, <a href="proxy.php?url=http://www.w3k.org/books/">W3K Publishing</a>, 2007, ISBN 978-0-9745607-4-8. - Copyright © <i>2017-09-28</i> by <a href="proxy.php?url=http://ccrma.stanford.edu/~jos/"> Julius O. Smith III</a> - <a href="proxy.php?url=http://ccrma.stanford.edu/">Center for Computer Research in Music and Acoustics (CCRMA),</a> <a href="proxy.php?url=http://www.stanford.edu/"> Stanford University</a></p>
<p align="center"><font size="2"><b><a href="proxy.php?url=https://technick.net/guides/theory/dft/vector_subtraction"><< Previous page</a> <a href="proxy.php?url=https://technick.net/guides/theory/dft/r320">TOC</a> <a href="proxy.php?url=https://technick.net/guides/theory/dft/dft_index">INDEX</a> <a href="proxy.php?url=https://technick.net/guides/theory/dft/other_norms">Next page >></a></b></font></p><blockquote><h1><a name="SECTION00750000000000000000">Signal Metrics</a></h1><p>This section defines some useful functions of signals.</p><p>The <i>mean</i> of a signal <img width="13" height="14" align="BOTTOM" border="0" src="proxy.php?url=https://technick.net/img/guide_dft/img12.png" alt="$x$" /> (more precisely the ''sample mean'') is
defined as its <i>average value</i>:<br /></p>
- Signal Operatorshttps://technick.net/guides/theory/dft/signal_operators/Sun, 01 Mar 1998 00:00:00 +0000https://technick.net/guides/theory/dft/signal_operators/<p style="background-color:#FFFFAA;border:1px solid red;padding:0.5em;"><strong>NOTE: THIS DOCUMENT IS OBSOLETE, PLEASE CHECK THE NEW VERSION:</strong> "<a href="proxy.php?url=http://ccrma.stanford.edu/~jos/mdft/">Mathematics of the Discrete Fourier Transform (DFT), with Audio Applications --- Second Edition</a>", by <a href="proxy.php?url=http://ccrma.stanford.edu/~jos/"> Julius O. Smith III</a>, <a href="proxy.php?url=http://www.w3k.org/books/">W3K Publishing</a>, 2007, ISBN 978-0-9745607-4-8. - Copyright © <i>2017-09-28</i> by <a href="proxy.php?url=http://ccrma.stanford.edu/~jos/"> Julius O. Smith III</a> - <a href="proxy.php?url=http://ccrma.stanford.edu/">Center for Computer Research in Music and Acoustics (CCRMA),</a> <a href="proxy.php?url=http://www.stanford.edu/"> Stanford University</a></p>
<p align="center"><font size="2"><b><a href="proxy.php?url=https://technick.net/guides/theory/dft/modulo_indexing_periodic"><< Previous page</a> <a href="proxy.php?url=https://technick.net/guides/theory/dft/r320">TOC</a> <a href="proxy.php?url=https://technick.net/guides/theory/dft/dft_index">INDEX</a> <a href="proxy.php?url=https://technick.net/guides/theory/dft/flip_operator">Next page >></a></b></font></p><blockquote><h1><a name="SECTION00920000000000000000">Signal Operators</a></h1><p>It will be convenient in the <a href="proxy.php?url=https://technick.net/guides/theory/dft/fourier_theorems">Fourier theorems</a> below to make
use of the following signal operator definitions.</p>
- Signal Reconstruction from Projectionshttps://technick.net/guides/theory/dft/signal_reconstruction_proje/Sun, 01 Mar 1998 00:00:00 +0000https://technick.net/guides/theory/dft/signal_reconstruction_proje/<p style="background-color:#FFFFAA;border:1px solid red;padding:0.5em;"><strong>NOTE: THIS DOCUMENT IS OBSOLETE, PLEASE CHECK THE NEW VERSION:</strong> "<a href="proxy.php?url=http://ccrma.stanford.edu/~jos/mdft/">Mathematics of the Discrete Fourier Transform (DFT), with Audio Applications --- Second Edition</a>", by <a href="proxy.php?url=http://ccrma.stanford.edu/~jos/"> Julius O. Smith III</a>, <a href="proxy.php?url=http://www.w3k.org/books/">W3K Publishing</a>, 2007, ISBN 978-0-9745607-4-8. - Copyright © <i>2017-09-28</i> by <a href="proxy.php?url=http://ccrma.stanford.edu/~jos/"> Julius O. Smith III</a> - <a href="proxy.php?url=http://ccrma.stanford.edu/">Center for Computer Research in Music and Acoustics (CCRMA),</a> <a href="proxy.php?url=http://www.stanford.edu/"> Stanford University</a></p>
<p align="center"><font size="2"><b><a href="proxy.php?url=https://technick.net/guides/theory/dft/projection"><< Previous page</a> <a href="proxy.php?url=https://technick.net/guides/theory/dft/r320">TOC</a> <a href="proxy.php?url=https://technick.net/guides/theory/dft/dft_index">INDEX</a> <a href="proxy.php?url=https://technick.net/guides/theory/dft/example_changing_coordinate">Next page >></a></b></font></p><blockquote><h1><a name="SECTION00770000000000000000">Signal Reconstruction from Projections</a></h1><p>We now know how to project a signal onto other signals. We now need to
learn how to reconstruct a signal <!-- MATH
$\underline{x}\in{\cal C}^N$
--><img width="54" height="34" align="MIDDLE" border="0" src="proxy.php?url=https://technick.net/img/guide_dft/img751.png" alt="$\" nderline="" in="" al="" /> from its projections onto<img width="19" height="14" align="BOTTOM" border="0" src="proxy.php?url=https://technick.net/img/guide_dft/img4.png" alt="$N$" /> different vectors <!-- MATH
$\underline{s}_k$
--><img width="19" height="28" align="MIDDLE" border="0" src="proxy.php?url=https://technick.net/img/guide_dft/img820.png" alt="$\" nderline="" s="" />, <!-- MATH
$k=0,1,2,\ldots,N-1$
--><img width="149" height="29" align="MIDDLE" border="0" src="proxy.php?url=https://technick.net/img/guide_dft/img821.png" alt="$k=0,1,2,\" dots="" />. This will give us the<i>inverse <a href="proxy.php?url=https://technick.net/guides/theory/dft/dft">DFT</a></i> operation (or the inverse of whatever transform we are
working with).</p>
- Signals as Vectorshttps://technick.net/guides/theory/dft/signals_vectors/Sun, 01 Mar 1998 00:00:00 +0000https://technick.net/guides/theory/dft/signals_vectors/<p style="background-color:#FFFFAA;border:1px solid red;padding:0.5em;"><strong>NOTE: THIS DOCUMENT IS OBSOLETE, PLEASE CHECK THE NEW VERSION:</strong> "<a href="proxy.php?url=http://ccrma.stanford.edu/~jos/mdft/">Mathematics of the Discrete Fourier Transform (DFT), with Audio Applications --- Second Edition</a>", by <a href="proxy.php?url=http://ccrma.stanford.edu/~jos/"> Julius O. Smith III</a>, <a href="proxy.php?url=http://www.w3k.org/books/">W3K Publishing</a>, 2007, ISBN 978-0-9745607-4-8. - Copyright © <i>2017-09-28</i> by <a href="proxy.php?url=http://ccrma.stanford.edu/~jos/"> Julius O. Smith III</a> - <a href="proxy.php?url=http://ccrma.stanford.edu/">Center for Computer Research in Music and Acoustics (CCRMA),</a> <a href="proxy.php?url=http://www.stanford.edu/"> Stanford University</a></p>
<p align="center"><font size="2"><b><a href="proxy.php?url=https://technick.net/guides/theory/dft/dft"><< Previous page</a> <a href="proxy.php?url=https://technick.net/guides/theory/dft/r320">TOC</a> <a href="proxy.php?url=https://technick.net/guides/theory/dft/dft_index">INDEX</a> <a href="proxy.php?url=https://technick.net/guides/theory/dft/example_vector_view">Next page >></a></b></font></p><blockquote><h1><a name="SECTION00720000000000000000">Signals as Vectors</a></h1><p>For the <a href="proxy.php?url=https://technick.net/guides/theory/dft/dft">DFT</a>, all signals and spectra are length <img width="19" height="14" align="BOTTOM" border="0" src="proxy.php?url=https://technick.net/img/guide_dft/img4.png" alt="$N$" />. A length <img width="19" height="14" align="BOTTOM" border="0" src="proxy.php?url=https://technick.net/img/guide_dft/img4.png" alt="$N$" /> sequence<img width="13" height="14" align="BOTTOM" border="0" src="proxy.php?url=https://technick.net/img/guide_dft/img12.png" alt="$x$" /> can be denoted by <img width="35" height="31" align="MIDDLE" border="0" src="proxy.php?url=https://technick.net/img/guide_dft/img50.png" alt="$x(n)$" />, <!-- MATH
$n=0,1,2,\ldots N-1$
--><img width="143" height="29" align="MIDDLE" border="0" src="proxy.php?url=https://technick.net/img/guide_dft/img685.png" alt="$n=0,1,2,\" dots="" />, where <img width="35" height="31" align="MIDDLE" border="0" src="proxy.php?url=https://technick.net/img/guide_dft/img50.png" alt="$x(n)$" /> may be
real (<!-- MATH
$x\in{\cal R}^N$
--><img width="58" height="34" align="MIDDLE" border="0" src="proxy.php?url=https://technick.net/img/guide_dft/img686.png" alt="$x\" n="" al="" />) or complex (<!-- MATH
$x\in{\cal C}^N$
--><img width="54" height="34" align="MIDDLE" border="0" src="proxy.php?url=https://technick.net/img/guide_dft/img687.png" alt="$x\" n="" al="" />). We now wish to regard <img width="13" height="14" align="BOTTOM" border="0" src="proxy.php?url=https://technick.net/img/guide_dft/img12.png" alt="$x$" /> as a<i>vector</i> <img width="13" height="28" align="MIDDLE" border="0" src="proxy.php?url=https://technick.net/img/guide_dft/img21.png" alt="$\" nderline="" /><a name="tex2html65" href="proxy.php?url=https://technick.net/guides/theory/dft/footnode#foot8632"><sup>6.1</sup></a> in
an <img width="19" height="14" align="BOTTOM" border="0" src="proxy.php?url=https://technick.net/img/guide_dft/img4.png" alt="$N$" /> dimensional <i><a href="proxy.php?url=http://mathworld.wolfram.com/vectorspace.php">vector space</a></i>. That is, each sample <img width="35" height="31" align="MIDDLE" border="0" src="proxy.php?url=https://technick.net/img/guide_dft/img50.png" alt="$x(n)$" /> is
regarded as a <i>coordinate</i> in that space. A <i>vector</i> <img width="13" height="28" align="MIDDLE" border="0" src="proxy.php?url=https://technick.net/img/guide_dft/img21.png" alt="$\" nderline="" /> is
mathematically a single <i>point</i> in <img width="19" height="14" align="BOTTOM" border="0" src="proxy.php?url=https://technick.net/img/guide_dft/img4.png" alt="$N$" />-space represented by a list of
coordinates <!-- MATH
$(x_0,x_1,x_2,\ldots,x_{N-1})$
--><img width="152" height="31" align="MIDDLE" border="0" src="proxy.php?url=https://technick.net/img/guide_dft/img688.png" alt="$(x_0,x_1,x_2,\" dots="" n-1="" /> called an <i><img width="19" height="14" align="BOTTOM" border="0" src="proxy.php?url=https://technick.net/img/guide_dft/img4.png" alt="$N$" />-tuple</i>. (The
notation <img width="22" height="28" align="MIDDLE" border="0" src="proxy.php?url=https://technick.net/img/guide_dft/img689.png" alt="$x_n$" /> means the same thing as <img width="35" height="31" align="MIDDLE" border="0" src="proxy.php?url=https://technick.net/img/guide_dft/img50.png" alt="$x(n)$" />.) It can be interpreted
geometrically as an arrow in <img width="19" height="14" align="BOTTOM" border="0" src="proxy.php?url=https://technick.net/img/guide_dft/img4.png" alt="$N$" />-space from the origin <!-- MATH
$\underline{0}
\isdef (0,0,\ldots,0)$
--><img width="112" height="39" align="MIDDLE" border="0" src="proxy.php?url=https://technick.net/img/guide_dft/img690.png" alt="$\" nderline="" sdef="" dots="" /> to the point <!-- MATH
$\underline{x}\isdef
(x_0,x_1,x_2,\ldots,x_{N-1})$
--><img width="182" height="39" align="MIDDLE" border="0" src="proxy.php?url=https://technick.net/img/guide_dft/img691.png" alt="$\" nderline="" isdef="" x="" ldots="" n-1="" />.</p>
- Sinusoidshttps://technick.net/guides/theory/dft/sinusoids/Sun, 01 Mar 1998 00:00:00 +0000https://technick.net/guides/theory/dft/sinusoids/<p style="background-color:#FFFFAA;border:1px solid red;padding:0.5em;"><strong>NOTE: THIS DOCUMENT IS OBSOLETE, PLEASE CHECK THE NEW VERSION:</strong> "<a href="proxy.php?url=http://ccrma.stanford.edu/~jos/mdft/">Mathematics of the Discrete Fourier Transform (DFT), with Audio Applications --- Second Edition</a>", by <a href="proxy.php?url=http://ccrma.stanford.edu/~jos/"> Julius O. Smith III</a>, <a href="proxy.php?url=http://www.w3k.org/books/">W3K Publishing</a>, 2007, ISBN 978-0-9745607-4-8. - Copyright © <i>2017-09-28</i> by <a href="proxy.php?url=http://ccrma.stanford.edu/~jos/"> Julius O. Smith III</a> - <a href="proxy.php?url=http://ccrma.stanford.edu/">Center for Computer Research in Music and Acoustics (CCRMA),</a> <a href="proxy.php?url=http://www.stanford.edu/"> Stanford University</a></p>
<p align="center"><font size="2"><b><a href="proxy.php?url=https://technick.net/guides/theory/dft/sinusoids_exponentials"><< Previous page</a> <a href="proxy.php?url=https://technick.net/guides/theory/dft/r320">TOC</a> <a href="proxy.php?url=https://technick.net/guides/theory/dft/dft_index">INDEX</a> <a href="proxy.php?url=https://technick.net/guides/theory/dft/example_sinusoids">Next page >></a></b></font></p><blockquote><h1><a name="SECTION00610000000000000000">Sinusoids</a></h1><p>A <i><a href="proxy.php?url=https://technick.net/guides/theory/dft/why_sinusoids_are">sinusoid</a></i> is any function of time having the following form:<br /></p><p></p>
- Sinusoids and Exponentialshttps://technick.net/guides/theory/dft/sinusoids_exponentials/Sun, 01 Mar 1998 00:00:00 +0000https://technick.net/guides/theory/dft/sinusoids_exponentials/<p style="background-color:#FFFFAA;border:1px solid red;padding:0.5em;"><strong>NOTE: THIS DOCUMENT IS OBSOLETE, PLEASE CHECK THE NEW VERSION:</strong> "<a href="proxy.php?url=http://ccrma.stanford.edu/~jos/mdft/">Mathematics of the Discrete Fourier Transform (DFT), with Audio Applications --- Second Edition</a>", by <a href="proxy.php?url=http://ccrma.stanford.edu/~jos/"> Julius O. Smith III</a>, <a href="proxy.php?url=http://www.w3k.org/books/">W3K Publishing</a>, 2007, ISBN 978-0-9745607-4-8. - Copyright © <i>2017-09-28</i> by <a href="proxy.php?url=http://ccrma.stanford.edu/~jos/"> Julius O. Smith III</a> - <a href="proxy.php?url=http://ccrma.stanford.edu/">Center for Computer Research in Music and Acoustics (CCRMA),</a> <a href="proxy.php?url=http://www.stanford.edu/"> Stanford University</a></p>
<p align="center"><font size="2"><b><a href="proxy.php?url=https://technick.net/guides/theory/dft/appendix_b_electrical"><< Previous page</a> <a href="proxy.php?url=https://technick.net/guides/theory/dft/r320">TOC</a> <a href="proxy.php?url=https://technick.net/guides/theory/dft/dft_index">INDEX</a> <a href="proxy.php?url=https://technick.net/guides/theory/dft/sinusoids">Next page >></a></b></font></p><blockquote><h1><a name="SECTION00600000000000000000">Sinusoids and Exponentials</a></h1><p>This chapter provides an introduction to <a href="proxy.php?url=https://technick.net/guides/theory/dft/why_sinusoids_are">sinusoids</a>, <a href="proxy.php?url=https://technick.net/guides/theory/dft/exponentials">exponentials</a>, complex
sinusoids, <img width="23" height="28" align="MIDDLE" border="0" src="proxy.php?url=https://technick.net/img/guide_dft/img8.png" alt="$t_{60}$" />, in-phase and <a href="proxy.php?url=https://technick.net/guides/theory/dft/in_phase_quadrature_sinusoi">quadrature</a> sinusoidal components, the<a href="proxy.php?url=https://technick.net/guides/theory/dft/analytic_signal_hilbert">analytic signal</a>, positive and <a href="proxy.php?url=https://technick.net/guides/theory/dft/positive_negative_frequenci">negative frequencies</a>, constructive and<a href="proxy.php?url=https://technick.net/guides/theory/dft/constructive_destructive_in">destructive interference</a>, invariance of sinusoidal <a href="proxy.php?url=http://www.treasure-troves.com/physics/frequency.php">frequency</a> in linear
time-invariant systems, circular motion as the vector sum of in-phase and
quadrature sinusoidal motions, sampled sinusoids, generating sampled
sinusoids from powers of <img width="12" height="14" align="BOTTOM" border="0" src="proxy.php?url=https://technick.net/img/guide_dft/img16.png" alt="$z$" />, and plot examples using <a href="proxy.php?url=https://technick.net/guides/theory/dft/sidebar_mathematica">Mathematica</a>.</p>
- Sinusoids at the Same Frequencyhttps://technick.net/guides/theory/dft/sinusoids_at_same/Sun, 01 Mar 1998 00:00:00 +0000https://technick.net/guides/theory/dft/sinusoids_at_same/<p style="background-color:#FFFFAA;border:1px solid red;padding:0.5em;"><strong>NOTE: THIS DOCUMENT IS OBSOLETE, PLEASE CHECK THE NEW VERSION:</strong> "<a href="proxy.php?url=http://ccrma.stanford.edu/~jos/mdft/">Mathematics of the Discrete Fourier Transform (DFT), with Audio Applications --- Second Edition</a>", by <a href="proxy.php?url=http://ccrma.stanford.edu/~jos/"> Julius O. Smith III</a>, <a href="proxy.php?url=http://www.w3k.org/books/">W3K Publishing</a>, 2007, ISBN 978-0-9745607-4-8. - Copyright © <i>2017-09-28</i> by <a href="proxy.php?url=http://ccrma.stanford.edu/~jos/"> Julius O. Smith III</a> - <a href="proxy.php?url=http://ccrma.stanford.edu/">Center for Computer Research in Music and Acoustics (CCRMA),</a> <a href="proxy.php?url=http://www.stanford.edu/"> Stanford University</a></p>
<p align="center"><font size="2"><b><a href="proxy.php?url=https://technick.net/guides/theory/dft/in_phase_quadrature_sinusoi"><< Previous page</a> <a href="proxy.php?url=https://technick.net/guides/theory/dft/r320">TOC</a> <a href="proxy.php?url=https://technick.net/guides/theory/dft/dft_index">INDEX</a> <a href="proxy.php?url=https://technick.net/guides/theory/dft/constructive_destructive_in">Next page >></a></b></font></p><blockquote><h2><a name="SECTION00614000000000000000">Sinusoids at the Same Frequency</a></h2><p>An important property of <a href="proxy.php?url=https://technick.net/guides/theory/dft/why_sinusoids_are">sinusoids</a> at a particular <a href="proxy.php?url=http://www.treasure-troves.com/physics/frequency.php">frequency</a> is that they
are <i>closed</i> with respect to addition. In other words, if you take a
sinsusoid, make many copies of it, scale them all by different gains,
delay them all by different amounts, and add them up, you always get a
sinusoid at the same original frequency. This is a nontrivial property.
It obviously holds for any constant signal <img width="59" height="31" align="MIDDLE" border="0" src="proxy.php?url=https://technick.net/img/guide_dft/img512.png" alt="$x(t)=c$" /> (which we may regard as
a sinusoid at frequency <img width="43" height="29" align="MIDDLE" border="0" src="proxy.php?url=https://technick.net/img/guide_dft/img513.png" alt="$f=0$" />), but it is not obvious for <img width="43" height="29" align="MIDDLE" border="0" src="proxy.php?url=https://technick.net/img/guide_dft/img514.png" alt="$f\" eq="" /> (see
Fig. <a href="proxy.php?url=https://technick.net/guides/theory/dft/in_phase_quadrature_sinusoi#fig:quadrature">5.2</a> and think about the sum of the two waveforms shown
being precisely a sinusoid).</p>
- Special Case: The Mth Roots of Unityhttps://technick.net/guides/theory/dft/special_case_mth/Sun, 01 Mar 1998 00:00:00 +0000https://technick.net/guides/theory/dft/special_case_mth/<p style="background-color:#FFFFAA;border:1px solid red;padding:0.5em;"><strong>NOTE: THIS DOCUMENT IS OBSOLETE, PLEASE CHECK THE NEW VERSION:</strong> "<a href="proxy.php?url=http://ccrma.stanford.edu/~jos/mdft/">Mathematics of the Discrete Fourier Transform (DFT), with Audio Applications --- Second Edition</a>", by <a href="proxy.php?url=http://ccrma.stanford.edu/~jos/"> Julius O. Smith III</a>, <a href="proxy.php?url=http://www.w3k.org/books/">W3K Publishing</a>, 2007, ISBN 978-0-9745607-4-8. - Copyright © <i>2017-09-28</i> by <a href="proxy.php?url=http://ccrma.stanford.edu/~jos/"> Julius O. Smith III</a> - <a href="proxy.php?url=http://ccrma.stanford.edu/">Center for Computer Research in Music and Acoustics (CCRMA),</a> <a href="proxy.php?url=http://www.stanford.edu/"> Stanford University</a></p>
<p align="center"><font size="2"><b><a href="proxy.php?url=https://technick.net/guides/theory/dft/rational_exponents"><< Previous page</a> <a href="proxy.php?url=https://technick.net/guides/theory/dft/r320">TOC</a> <a href="proxy.php?url=https://technick.net/guides/theory/dft/dft_index">INDEX</a> <a href="proxy.php?url=https://technick.net/guides/theory/dft/real_exponents">Next page >></a></b></font></p><blockquote><h3><a name="SECTION00415100000000000000">Special Case: The Mth Roots of Unity</a></h3><p>If <img width="42" height="14" align="BOTTOM" border="0" src="proxy.php?url=https://technick.net/img/guide_dft/img113.png" alt="$a=1$" />, we have<br /></p><p></p><div align="CENTER"><!-- MATH
\begin{displaymath}
1^{\frac{k}{M}} = e^{j\frac{k}{M}2\pi}, \quad k=0,1,2,3,\ldots,M-1
\end{displaymath}
--><img width="301" height="30" border="0" src="proxy.php?url=https://technick.net/img/guide_dft/img216.png" alt="\" egin="" isplaymath="" rac="" m="" j\frac="" m="" i="" uad="" dots="" end="" isplaymath="" /></div><br clear="ALL" /><p></p>
- Specific DB Scaleshttps://technick.net/guides/theory/dft/specific_db_scales/Sun, 01 Mar 1998 00:00:00 +0000https://technick.net/guides/theory/dft/specific_db_scales/<p style="background-color:#FFFFAA;border:1px solid red;padding:0.5em;"><strong>NOTE: THIS DOCUMENT IS OBSOLETE, PLEASE CHECK THE NEW VERSION:</strong> "<a href="proxy.php?url=http://ccrma.stanford.edu/~jos/mdft/">Mathematics of the Discrete Fourier Transform (DFT), with Audio Applications --- Second Edition</a>", by <a href="proxy.php?url=http://ccrma.stanford.edu/~jos/"> Julius O. Smith III</a>, <a href="proxy.php?url=http://www.w3k.org/books/">W3K Publishing</a>, 2007, ISBN 978-0-9745607-4-8. - Copyright © <i>2017-09-28</i> by <a href="proxy.php?url=http://ccrma.stanford.edu/~jos/"> Julius O. Smith III</a> - <a href="proxy.php?url=http://ccrma.stanford.edu/">Center for Computer Research in Music and Acoustics (CCRMA),</a> <a href="proxy.php?url=http://www.stanford.edu/"> Stanford University</a></p>
<p align="center"><font size="2"><b><a href="proxy.php?url=https://technick.net/guides/theory/dft/properties_db_scales"><< Previous page</a> <a href="proxy.php?url=https://technick.net/guides/theory/dft/r320">TOC</a> <a href="proxy.php?url=https://technick.net/guides/theory/dft/dft_index">INDEX</a> <a href="proxy.php?url=https://technick.net/guides/theory/dft/dbm_scale">Next page >></a></b></font></p><blockquote><h2><a name="SECTION00522000000000000000">Specific DB Scales</a></h2><p>Since we so often rescale our signals to suit various needs (avoiding
overflow, reducing quantization <a href="proxy.php?url=http://www.treasure-troves.com/physics/noise.php">noise</a>, making a nicer plot, etc.),
there seems to be little point in worrying about what the <a href="proxy.php?url=https://technick.net/guides/theory/dft/decibels">dB</a> reference
is--we simply choose it implicitly when we rescale to obtain signal
values in the range we want to see. Nevertheless, a few specific <a href="proxy.php?url=https://technick.net/guides/theory/dft/decibels">dB
scales</a> are worth knowing about.</p>
- Spectral Phasehttps://technick.net/guides/theory/dft/spectral_phase/Sun, 01 Mar 1998 00:00:00 +0000https://technick.net/guides/theory/dft/spectral_phase/<p style="background-color:#FFFFAA;border:1px solid red;padding:0.5em;"><strong>NOTE: THIS DOCUMENT IS OBSOLETE, PLEASE CHECK THE NEW VERSION:</strong> "<a href="proxy.php?url=http://ccrma.stanford.edu/~jos/mdft/">Mathematics of the Discrete Fourier Transform (DFT), with Audio Applications --- Second Edition</a>", by <a href="proxy.php?url=http://ccrma.stanford.edu/~jos/"> Julius O. Smith III</a>, <a href="proxy.php?url=http://www.w3k.org/books/">W3K Publishing</a>, 2007, ISBN 978-0-9745607-4-8. - Copyright © <i>2017-09-28</i> by <a href="proxy.php?url=http://ccrma.stanford.edu/~jos/"> Julius O. Smith III</a> - <a href="proxy.php?url=http://ccrma.stanford.edu/">Center for Computer Research in Music and Acoustics (CCRMA),</a> <a href="proxy.php?url=http://www.stanford.edu/"> Stanford University</a></p>
<p align="center"><font size="2"><b><a href="proxy.php?url=https://technick.net/guides/theory/dft/example_6_hanning_windowed"><< Previous page</a> <a href="proxy.php?url=https://technick.net/guides/theory/dft/r320">TOC</a> <a href="proxy.php?url=https://technick.net/guides/theory/dft/dft_index">INDEX</a> <a href="proxy.php?url=https://technick.net/guides/theory/dft/basic_tutorial_sampling">Next page >></a></b></font></p><blockquote><h3><a name="SECTION001016100000000000000">Spectral Phase</a></h3><p>As for the phase of the spectrum, what do we expect? We have chosen the<a href="proxy.php?url=https://technick.net/guides/theory/dft/why_sinusoids_are">sinusoid</a> phase to be zero. The window is symmetric about its middle.
Therefore, we expect a <a href="proxy.php?url=https://technick.net/guides/theory/dft/linear_phase_terms">linear phase term</a> with slope -(M-1)/2 samples.
Also, the window transform has sidelobes which cause a phase of pi radians
to switch in and out. Thus, we expect to see samples of a straight line
with slope -15 across the main lobe of the window transform, together with
a switching offset by pi in every other sidelobe away from the main lobe,
starting with the immediately adjacent sidelobes.</p>
- Spectrum Analysis of a Sinusoid: Windowing, Zero-Padding, and the FFThttps://technick.net/guides/theory/dft/spectrum_analysis_sinusoid/Sun, 01 Mar 1998 00:00:00 +0000https://technick.net/guides/theory/dft/spectrum_analysis_sinusoid/<p style="background-color:#FFFFAA;border:1px solid red;padding:0.5em;"><strong>NOTE: THIS DOCUMENT IS OBSOLETE, PLEASE CHECK THE NEW VERSION:</strong> "<a href="proxy.php?url=http://ccrma.stanford.edu/~jos/mdft/">Mathematics of the Discrete Fourier Transform (DFT), with Audio Applications --- Second Edition</a>", by <a href="proxy.php?url=http://ccrma.stanford.edu/~jos/"> Julius O. Smith III</a>, <a href="proxy.php?url=http://www.w3k.org/books/">W3K Publishing</a>, 2007, ISBN 978-0-9745607-4-8. - Copyright © <i>2017-09-28</i> by <a href="proxy.php?url=http://ccrma.stanford.edu/~jos/"> Julius O. Smith III</a> - <a href="proxy.php?url=http://ccrma.stanford.edu/">Center for Computer Research in Music and Acoustics (CCRMA),</a> <a href="proxy.php?url=http://www.stanford.edu/"> Stanford University</a></p>
<p align="center"><font size="2"><b><a href="proxy.php?url=https://technick.net/guides/theory/dft/example_applications_dft"><< Previous page</a> <a href="proxy.php?url=https://technick.net/guides/theory/dft/r320">TOC</a> <a href="proxy.php?url=https://technick.net/guides/theory/dft/dft_index">INDEX</a> <a href="proxy.php?url=https://technick.net/guides/theory/dft/example_1_fft">Next page >></a></b></font></p><blockquote><h1><a name="SECTION001010000000000000000">Spectrum Analysis of a Sinusoid: Windowing, Zero-Padding, and the FFT</a></h1><p>The examples below give a progression from the most simplistic
analysis up to a proper practical treatment. Careful study of these
examples will teach you a lot about how <a href="proxy.php?url=https://technick.net/guides/theory/dft/dft">spectrum analysis</a> is carried
out on real data, and provide opportunities to see the <a href="proxy.php?url=https://technick.net/guides/theory/dft/fourier_theorems">Fourier
theorems</a> in action.</p>
- Stretch Operatorhttps://technick.net/guides/theory/dft/stretch_operator/Sun, 01 Mar 1998 00:00:00 +0000https://technick.net/guides/theory/dft/stretch_operator/<p style="background-color:#FFFFAA;border:1px solid red;padding:0.5em;"><strong>NOTE: THIS DOCUMENT IS OBSOLETE, PLEASE CHECK THE NEW VERSION:</strong> "<a href="proxy.php?url=http://ccrma.stanford.edu/~jos/mdft/">Mathematics of the Discrete Fourier Transform (DFT), with Audio Applications --- Second Edition</a>", by <a href="proxy.php?url=http://ccrma.stanford.edu/~jos/"> Julius O. Smith III</a>, <a href="proxy.php?url=http://www.w3k.org/books/">W3K Publishing</a>, 2007, ISBN 978-0-9745607-4-8. - Copyright © <i>2017-09-28</i> by <a href="proxy.php?url=http://ccrma.stanford.edu/~jos/"> Julius O. Smith III</a> - <a href="proxy.php?url=http://ccrma.stanford.edu/">Center for Computer Research in Music and Acoustics (CCRMA),</a> <a href="proxy.php?url=http://www.stanford.edu/"> Stanford University</a></p>
<p align="center"><font size="2"><b><a href="proxy.php?url=https://technick.net/guides/theory/dft/correlation"><< Previous page</a> <a href="proxy.php?url=https://technick.net/guides/theory/dft/r320">TOC</a> <a href="proxy.php?url=https://technick.net/guides/theory/dft/dft_index">INDEX</a> <a href="proxy.php?url=https://technick.net/guides/theory/dft/zero_padding">Next page >></a></b></font></p><blockquote><h2><a name="SECTION00925000000000000000"></a><a name="13725"></a><br /><a href="proxy.php?url=https://technick.net/guides/theory/dft/stretch_operator">Stretch Operator</a></h2><p>Unlike all previous operators, the <!-- MATH
$\mbox{{\tt Stretch}}_L()$
--><img width="85" height="31" align="MIDDLE" border="0" src="proxy.php?url=https://technick.net/img/guide_dft/img1114.png" alt="$\" box="" t="tt" tretch="" /> operator maps
a length <img width="19" height="14" align="BOTTOM" border="0" src="proxy.php?url=https://technick.net/img/guide_dft/img4.png" alt="$N$" /> signal to a length <img width="68" height="19" align="BOTTOM" border="0" src="proxy.php?url=https://technick.net/img/guide_dft/img1115.png" alt="$M\" sdef="" /> signal, where <img width="15" height="14" align="BOTTOM" border="0" src="proxy.php?url=https://technick.net/img/guide_dft/img1116.png" alt="$L$" /> and <img width="19" height="14" align="BOTTOM" border="0" src="proxy.php?url=https://technick.net/img/guide_dft/img4.png" alt="$N$" /> are integers.
We use ''<img width="18" height="14" align="BOTTOM" border="0" src="proxy.php?url=https://technick.net/img/guide_dft/img937.png" alt="$m$" />'' instead of ''<img width="14" height="14" align="BOTTOM" border="0" src="proxy.php?url=https://technick.net/img/guide_dft/img51.png" alt="$n$" />'' as the time index to underscore this fact.</p>
- Stretch Theorem (Repeat Theorem)https://technick.net/guides/theory/dft/stretch_theorem_repeat/Sun, 01 Mar 1998 00:00:00 +0000https://technick.net/guides/theory/dft/stretch_theorem_repeat/<p style="background-color:#FFFFAA;border:1px solid red;padding:0.5em;"><strong>NOTE: THIS DOCUMENT IS OBSOLETE, PLEASE CHECK THE NEW VERSION:</strong> "<a href="proxy.php?url=http://ccrma.stanford.edu/~jos/mdft/">Mathematics of the Discrete Fourier Transform (DFT), with Audio Applications --- Second Edition</a>", by <a href="proxy.php?url=http://ccrma.stanford.edu/~jos/"> Julius O. Smith III</a>, <a href="proxy.php?url=http://www.w3k.org/books/">W3K Publishing</a>, 2007, ISBN 978-0-9745607-4-8. - Copyright © <i>2017-09-28</i> by <a href="proxy.php?url=http://ccrma.stanford.edu/~jos/"> Julius O. Smith III</a> - <a href="proxy.php?url=http://ccrma.stanford.edu/">Center for Computer Research in Music and Acoustics (CCRMA),</a> <a href="proxy.php?url=http://www.stanford.edu/"> Stanford University</a></p>
<p align="center"><font size="2"><b><a href="proxy.php?url=https://technick.net/guides/theory/dft/rayleigh_energy_theorem"><< Previous page</a> <a href="proxy.php?url=https://technick.net/guides/theory/dft/r320">TOC</a> <a href="proxy.php?url=https://technick.net/guides/theory/dft/dft_index">INDEX</a> <a href="proxy.php?url=https://technick.net/guides/theory/dft/decimation_theorem_aliasing">Next page >></a></b></font></p><blockquote><h2><a name="SECTION009410000000000000000">Stretch Theorem (Repeat Theorem)</a></h2><p></p><p><br /><br /><b>Theorem: </b>For all <!-- MATH
$x\in{\cal C}^N$
--><img width="54" height="34" align="MIDDLE" border="0" src="proxy.php?url=https://technick.net/img/guide_dft/img687.png" alt="$x\" n="" al="" />,<br /></p>
- Symmetryhttps://technick.net/guides/theory/dft/symmetry/Sun, 01 Mar 1998 00:00:00 +0000https://technick.net/guides/theory/dft/symmetry/<p style="background-color:#FFFFAA;border:1px solid red;padding:0.5em;"><strong>NOTE: THIS DOCUMENT IS OBSOLETE, PLEASE CHECK THE NEW VERSION:</strong> "<a href="proxy.php?url=http://ccrma.stanford.edu/~jos/mdft/">Mathematics of the Discrete Fourier Transform (DFT), with Audio Applications --- Second Edition</a>", by <a href="proxy.php?url=http://ccrma.stanford.edu/~jos/"> Julius O. Smith III</a>, <a href="proxy.php?url=http://www.w3k.org/books/">W3K Publishing</a>, 2007, ISBN 978-0-9745607-4-8. - Copyright © <i>2017-09-28</i> by <a href="proxy.php?url=http://ccrma.stanford.edu/~jos/"> Julius O. Smith III</a> - <a href="proxy.php?url=http://ccrma.stanford.edu/">Center for Computer Research in Music and Acoustics (CCRMA),</a> <a href="proxy.php?url=http://www.stanford.edu/"> Stanford University</a></p>
<p align="center"><font size="2"><b><a href="proxy.php?url=https://technick.net/guides/theory/dft/conjugation_reversal"><< Previous page</a> <a href="proxy.php?url=https://technick.net/guides/theory/dft/r320">TOC</a> <a href="proxy.php?url=https://technick.net/guides/theory/dft/dft_index">INDEX</a> <a href="proxy.php?url=https://technick.net/guides/theory/dft/shift_theorem">Next page >></a></b></font></p><blockquote><h2><a name="SECTION00943000000000000000">Symmetry</a></h2><p>In the previous section, we found <!-- MATH
$\mbox{{\tt Flip}}(X) = \overline{X}$
--><img width="100" height="35" align="MIDDLE" border="0" src="proxy.php?url=https://technick.net/img/guide_dft/img1208.png" alt="$\" box="" t="tt" lip="" overline="" /> when <img width="13" height="14" align="BOTTOM" border="0" src="proxy.php?url=https://technick.net/img/guide_dft/img12.png" alt="$x$" /> is
real. This fact is of high practical importance. It says that the
spectrum of every real signal is <i>Hermitian</i><a name="14104"></a>.
Due to this symmetry, we may discard all <a href="proxy.php?url=https://technick.net/guides/theory/dft/positive_negative_frequenci">negative-frequency</a> spectral
samples of a real signal and regenerate them later if needed from the
positive-<a href="proxy.php?url=http://www.treasure-troves.com/physics/frequency.php">frequency</a> samples. Also, spectral plots of real signals are
normally displayed only for positive frequencies; e.g., spectra of
sampled signals are normally plotted over the range <img width="12" height="14" align="BOTTOM" border="0" src="proxy.php?url=https://technick.net/img/guide_dft/img38.png" alt="$0$" /> Hz to <img width="35" height="31" align="MIDDLE" border="0" src="proxy.php?url=https://technick.net/img/guide_dft/img670.png" alt="$f_s/2$" />Hz. On the other hand, the spectrum of a <i>complex</i> signal must
be shown, in general, from <img width="47" height="31" align="MIDDLE" border="0" src="proxy.php?url=https://technick.net/img/guide_dft/img1209.png" alt="$-f_s/2$" /> to <img width="35" height="31" align="MIDDLE" border="0" src="proxy.php?url=https://technick.net/img/guide_dft/img670.png" alt="$f_s/2$" /> (or from <img width="12" height="14" align="BOTTOM" border="0" src="proxy.php?url=https://technick.net/img/guide_dft/img38.png" alt="$0$" /> to <img width="19" height="29" align="MIDDLE" border="0" src="proxy.php?url=https://technick.net/img/guide_dft/img55.png" alt="$f_s$" />),
since the positive and negative frequency components of a complex
signal are independent.</p>
- The Analytic Signal and Hilbert Transform Filtershttps://technick.net/guides/theory/dft/analytic_signal_hilbert/Sun, 01 Mar 1998 00:00:00 +0000https://technick.net/guides/theory/dft/analytic_signal_hilbert/<p style="background-color:#FFFFAA;border:1px solid red;padding:0.5em;"><strong>NOTE: THIS DOCUMENT IS OBSOLETE, PLEASE CHECK THE NEW VERSION:</strong> "<a href="proxy.php?url=http://ccrma.stanford.edu/~jos/mdft/">Mathematics of the Discrete Fourier Transform (DFT), with Audio Applications --- Second Edition</a>", by <a href="proxy.php?url=http://ccrma.stanford.edu/~jos/"> Julius O. Smith III</a>, <a href="proxy.php?url=http://www.w3k.org/books/">W3K Publishing</a>, 2007, ISBN 978-0-9745607-4-8. - Copyright © <i>2017-09-28</i> by <a href="proxy.php?url=http://ccrma.stanford.edu/~jos/"> Julius O. Smith III</a> - <a href="proxy.php?url=http://ccrma.stanford.edu/">Center for Computer Research in Music and Acoustics (CCRMA),</a> <a href="proxy.php?url=http://www.stanford.edu/"> Stanford University</a></p>
<p align="center"><font size="2"><b><a href="proxy.php?url=https://technick.net/guides/theory/dft/positive_negative_frequenci"><< Previous page</a> <a href="proxy.php?url=https://technick.net/guides/theory/dft/r320">TOC</a> <a href="proxy.php?url=https://technick.net/guides/theory/dft/dft_index">INDEX</a> <a href="proxy.php?url=https://technick.net/guides/theory/dft/generalized_complex_sinusoi">Next page >></a></b></font></p><blockquote><h2><a name="SECTION00634000000000000000">The Analytic Signal and Hilbert Transform Filters</a></h2><p>A signal which has no <a href="proxy.php?url=https://technick.net/guides/theory/dft/positive_negative_frequenci">negative-frequency</a> components is called an<i><a href="proxy.php?url=https://technick.net/guides/theory/dft/analytic_signal_hilbert">analytic signal</a></i>.<a name="tex2html51" href="proxy.php?url=https://technick.net/guides/theory/dft/footnode#foot6869"><sup>5.6</sup></a> Therefore, in
continuous time, every analytic signal <img width="30" height="31" align="MIDDLE" border="0" src="proxy.php?url=https://technick.net/img/guide_dft/img571.png" alt="$z(t)$" /> can be represented as<br /></p>
- The BiQuad Sectionhttps://technick.net/guides/theory/dft/biquad_section/Sun, 01 Mar 1998 00:00:00 +0000https://technick.net/guides/theory/dft/biquad_section/<p style="background-color:#FFFFAA;border:1px solid red;padding:0.5em;"><strong>NOTE: THIS DOCUMENT IS OBSOLETE, PLEASE CHECK THE NEW VERSION:</strong> "<a href="proxy.php?url=http://ccrma.stanford.edu/~jos/mdft/">Mathematics of the Discrete Fourier Transform (DFT), with Audio Applications --- Second Edition</a>", by <a href="proxy.php?url=http://ccrma.stanford.edu/~jos/"> Julius O. Smith III</a>, <a href="proxy.php?url=http://www.w3k.org/books/">W3K Publishing</a>, 2007, ISBN 978-0-9745607-4-8. - Copyright © <i>2017-09-28</i> by <a href="proxy.php?url=http://ccrma.stanford.edu/~jos/"> Julius O. Smith III</a> - <a href="proxy.php?url=http://ccrma.stanford.edu/">Center for Computer Research in Music and Acoustics (CCRMA),</a> <a href="proxy.php?url=http://www.stanford.edu/"> Stanford University</a></p>
<p align="center"><font size="2"><b><a href="proxy.php?url=https://technick.net/guides/theory/dft/order"><< Previous page</a> <a href="proxy.php?url=https://technick.net/guides/theory/dft/r320">TOC</a> <a href="proxy.php?url=https://technick.net/guides/theory/dft/dft_index">INDEX</a> <a href="proxy.php?url=https://technick.net/guides/theory/dft/digital_filter_theory">Next page >></a></b></font></p><blockquote><h1><a name="SECTION001230000000000000000"></a><a name="sec:biquad"></a><br />The <a href="proxy.php?url=https://ccrma.stanford.edu/~jos//waveguide/biquad.php">BiQuad</a> Section</h1><p></p><p>The term ''biquad'' is short for ''bi-quadratic'', and is a common
name for a two-pole, two-zero <a href="proxy.php?url=http://www.dsptutor.freeuk.com/dfilt1.php">digital filter</a>. The<i>transfer function</i> of a biquad can be defined as<br /></p>
- The Complex Planehttps://technick.net/guides/theory/dft/complex_plane/Sun, 01 Mar 1998 00:00:00 +0000https://technick.net/guides/theory/dft/complex_plane/<p style="background-color:#FFFFAA;border:1px solid red;padding:0.5em;"><strong>NOTE: THIS DOCUMENT IS OBSOLETE, PLEASE CHECK THE NEW VERSION:</strong> "<a href="proxy.php?url=http://ccrma.stanford.edu/~jos/mdft/">Mathematics of the Discrete Fourier Transform (DFT), with Audio Applications --- Second Edition</a>", by <a href="proxy.php?url=http://ccrma.stanford.edu/~jos/"> Julius O. Smith III</a>, <a href="proxy.php?url=http://www.w3k.org/books/">W3K Publishing</a>, 2007, ISBN 978-0-9745607-4-8. - Copyright © <i>2017-09-28</i> by <a href="proxy.php?url=http://ccrma.stanford.edu/~jos/"> Julius O. Smith III</a> - <a href="proxy.php?url=http://ccrma.stanford.edu/">Center for Computer Research in Music and Acoustics (CCRMA),</a> <a href="proxy.php?url=http://www.stanford.edu/"> Stanford University</a></p>
<p align="center"><font size="2"><b><a href="proxy.php?url=https://technick.net/guides/theory/dft/complex_numbers"><< Previous page</a> <a href="proxy.php?url=https://technick.net/guides/theory/dft/r320">TOC</a> <a href="proxy.php?url=https://technick.net/guides/theory/dft/dft_index">INDEX</a> <a href="proxy.php?url=https://technick.net/guides/theory/dft/more_notation_terminology">Next page >></a></b></font></p><blockquote><h2><a name="SECTION00351000000000000000">The Complex Plane</a></h2><p> <div align="CENTER"></div></p><p></p><div align="CENTER"><a name="fig:ComplexPlane"></a><a name="3033"></a><table><caption align="BOTTOM"><strong>Figure 2.2:</strong>Plotting a <a href="proxy.php?url=https://technick.net/guides/theory/dft/introduction_complex_number">complex number</a> as a point in the<a href="proxy.php?url=https://technick.net/guides/theory/dft/complex_plane">complex plane</a>.</caption><tr><td><div align="CENTER"><!-- MATH
$\scalebox{0.5}{\includegraphics{eps/ComplexPlane.eps}}$
--><img width="271" height="189" align="BOTTOM" border="0" src="proxy.php?url=https://technick.net/img/guide_dft/img150.png" alt="\" calebox="" ncludegraphics="" ps="" omplexplane="" ps="" /></div></td></tr></table></div><p></p>
- The DFThttps://technick.net/guides/theory/dft/dft/Sun, 01 Mar 1998 00:00:00 +0000https://technick.net/guides/theory/dft/dft/<p style="background-color:#FFFFAA;border:1px solid red;padding:0.5em;"><strong>NOTE: THIS DOCUMENT IS OBSOLETE, PLEASE CHECK THE NEW VERSION:</strong> "<a href="proxy.php?url=http://ccrma.stanford.edu/~jos/mdft/">Mathematics of the Discrete Fourier Transform (DFT), with Audio Applications --- Second Edition</a>", by <a href="proxy.php?url=http://ccrma.stanford.edu/~jos/"> Julius O. Smith III</a>, <a href="proxy.php?url=http://www.w3k.org/books/">W3K Publishing</a>, 2007, ISBN 978-0-9745607-4-8. - Copyright © <i>2017-09-28</i> by <a href="proxy.php?url=http://ccrma.stanford.edu/~jos/"> Julius O. Smith III</a> - <a href="proxy.php?url=http://ccrma.stanford.edu/">Center for Computer Research in Music and Acoustics (CCRMA),</a> <a href="proxy.php?url=http://www.stanford.edu/"> Stanford University</a></p>
<p align="center"><font size="2"><b><a href="proxy.php?url=https://technick.net/guides/theory/dft/introduction_dft"><< Previous page</a> <a href="proxy.php?url=https://technick.net/guides/theory/dft/r320">TOC</a> <a href="proxy.php?url=https://technick.net/guides/theory/dft/dft_index">INDEX</a> <a href="proxy.php?url=https://technick.net/guides/theory/dft/signals_vectors">Next page >></a></b></font></p><blockquote><h1><a name="SECTION00710000000000000000">The DFT</a></h1><p>For a length <img width="19" height="14" align="BOTTOM" border="0" src="proxy.php?url=https://technick.net/img/guide_dft/img4.png" alt="$N$" /> complex sequence <img width="35" height="31" align="MIDDLE" border="0" src="proxy.php?url=https://technick.net/img/guide_dft/img50.png" alt="$x(n)$" />, <!-- MATH
$n=0,1,2,\ldots,N-1$
--><img width="150" height="29" align="MIDDLE" border="0" src="proxy.php?url=https://technick.net/img/guide_dft/img677.png" alt="$n=0,1,2,\" dots="" />, the<i>discrete Fourier transform</i> (<a href="proxy.php?url=https://technick.net/guides/theory/dft/dft">DFT</a>) is defined by <br /></p>
- The DFT and its Inversehttps://technick.net/guides/theory/dft/dft_its_inverse/Sun, 01 Mar 1998 00:00:00 +0000https://technick.net/guides/theory/dft/dft_its_inverse/<p style="background-color:#FFFFAA;border:1px solid red;padding:0.5em;"><strong>NOTE: THIS DOCUMENT IS OBSOLETE, PLEASE CHECK THE NEW VERSION:</strong> "<a href="proxy.php?url=http://ccrma.stanford.edu/~jos/mdft/">Mathematics of the Discrete Fourier Transform (DFT), with Audio Applications --- Second Edition</a>", by <a href="proxy.php?url=http://ccrma.stanford.edu/~jos/"> Julius O. Smith III</a>, <a href="proxy.php?url=http://www.w3k.org/books/">W3K Publishing</a>, 2007, ISBN 978-0-9745607-4-8. - Copyright © <i>2017-09-28</i> by <a href="proxy.php?url=http://ccrma.stanford.edu/~jos/"> Julius O. Smith III</a> - <a href="proxy.php?url=http://ccrma.stanford.edu/">Center for Computer Research in Music and Acoustics (CCRMA),</a> <a href="proxy.php?url=http://www.stanford.edu/"> Stanford University</a></p>
<p align="center"><font size="2"><b><a href="proxy.php?url=https://technick.net/guides/theory/dft/fourier_theorems_dft"><< Previous page</a> <a href="proxy.php?url=https://technick.net/guides/theory/dft/r320">TOC</a> <a href="proxy.php?url=https://technick.net/guides/theory/dft/dft_index">INDEX</a> <a href="proxy.php?url=https://technick.net/guides/theory/dft/notation_terminology">Next page >></a></b></font></p><blockquote><h1><a name="SECTION00910000000000000000">The DFT and its Inverse</a></h1><p>Let <!-- MATH
$x(n), n=0,1,2,\ldots,N-1$
--><img width="188" height="31" align="MIDDLE" border="0" src="proxy.php?url=https://technick.net/img/guide_dft/img1051.png" alt="$x(n), n=0,1,2,\" dots="" /> denote an <img width="14" height="14" align="BOTTOM" border="0" src="proxy.php?url=https://technick.net/img/guide_dft/img51.png" alt="$n$" />-sample complex sequence, i.e.,
<!-- MATH
$x\in{\cal C}^N$
--><img width="54" height="34" align="MIDDLE" border="0" src="proxy.php?url=https://technick.net/img/guide_dft/img687.png" alt="$x\" n="" al="" />. Then the <i>spectrum</i><a name="13568"></a> of <img width="13" height="14" align="BOTTOM" border="0" src="proxy.php?url=https://technick.net/img/guide_dft/img12.png" alt="$x$" /> is defined by the <i>Discrete
Fourier Transform</i><a name="13570"></a> (<a href="proxy.php?url=https://technick.net/guides/theory/dft/dft">DFT</a>):<br /></p>
- The DFT Derivedhttps://technick.net/guides/theory/dft/dft_derived/Sun, 01 Mar 1998 00:00:00 +0000https://technick.net/guides/theory/dft/dft_derived/<p style="background-color:#FFFFAA;border:1px solid red;padding:0.5em;"><strong>NOTE: THIS DOCUMENT IS OBSOLETE, PLEASE CHECK THE NEW VERSION:</strong> "<a href="proxy.php?url=http://ccrma.stanford.edu/~jos/mdft/">Mathematics of the Discrete Fourier Transform (DFT), with Audio Applications --- Second Edition</a>", by <a href="proxy.php?url=http://ccrma.stanford.edu/~jos/"> Julius O. Smith III</a>, <a href="proxy.php?url=http://www.w3k.org/books/">W3K Publishing</a>, 2007, ISBN 978-0-9745607-4-8. - Copyright © <i>2017-09-28</i> by <a href="proxy.php?url=http://ccrma.stanford.edu/~jos/"> Julius O. Smith III</a> - <a href="proxy.php?url=http://ccrma.stanford.edu/">Center for Computer Research in Music and Acoustics (CCRMA),</a> <a href="proxy.php?url=http://www.stanford.edu/"> Stanford University</a></p>
<p align="center"><font size="2"><b><a href="proxy.php?url=https://technick.net/guides/theory/dft/discrete_fourier_transform"><< Previous page</a> <a href="proxy.php?url=https://technick.net/guides/theory/dft/r320">TOC</a> <a href="proxy.php?url=https://technick.net/guides/theory/dft/dft_index">INDEX</a> <a href="proxy.php?url=https://technick.net/guides/theory/dft/geometric_series">Next page >></a></b></font></p><blockquote><h1><a name="SECTION00810000000000000000">The DFT Derived</a></h1><p>In this section, <a href="proxy.php?url=https://ccrma.stanford.edu/~jos//reviewfourier/welcome.php">the Discrete Fourier Transform</a> (<a href="proxy.php?url=https://technick.net/guides/theory/dft/dft">DFT</a>) will be derived.</p><p><br /><hr /><!--Table of Child-Links--><a name="CHILD_LINKS"><strong>Subsections</strong></a><ul><li><a name="tex2html1855" href="proxy.php?url=https://technick.net/guides/theory/dft/geometric_series">Geometric Series</a></li><li><a name="tex2html1856" href="proxy.php?url=https://technick.net/guides/theory/dft/orthogonality_sinusoids">Orthogonality of Sinusoids</a></li><li><a name="tex2html1857" href="proxy.php?url=https://technick.net/guides/theory/dft/orthogonality_dft_sinusoids">Orthogonality of the DFT Sinusoids</a></li><li><a name="tex2html1858" href="proxy.php?url=https://technick.net/guides/theory/dft/norm_dft_sinusoids">Norm of the DFT Sinusoids</a></li><li><a name="tex2html1859" href="proxy.php?url=https://technick.net/guides/theory/dft/orthonormal_sinusoidal_set">An Orthonormal Sinusoidal Set</a></li><li><a name="tex2html1860" href="proxy.php?url=https://technick.net/guides/theory/dft/discrete_fourier_transform">The Discrete Fourier Transform (DFT)</a></li><li><a name="tex2html1861" href="proxy.php?url=https://technick.net/guides/theory/dft/frequencies_cracks">Frequencies in the ''Cracks''</a></li><li><a name="tex2html1862" href="proxy.php?url=https://technick.net/guides/theory/dft/normalized_dft">Normalized DFT</a></li></ul><!--End of Table of Child-Links-->
</p>
- The DFT Matrixhttps://technick.net/guides/theory/dft/dft_matrix/Sun, 01 Mar 1998 00:00:00 +0000https://technick.net/guides/theory/dft/dft_matrix/<p style="background-color:#FFFFAA;border:1px solid red;padding:0.5em;"><strong>NOTE: THIS DOCUMENT IS OBSOLETE, PLEASE CHECK THE NEW VERSION:</strong> "<a href="proxy.php?url=http://ccrma.stanford.edu/~jos/mdft/">Mathematics of the Discrete Fourier Transform (DFT), with Audio Applications --- Second Edition</a>", by <a href="proxy.php?url=http://ccrma.stanford.edu/~jos/"> Julius O. Smith III</a>, <a href="proxy.php?url=http://www.w3k.org/books/">W3K Publishing</a>, 2007, ISBN 978-0-9745607-4-8. - Copyright © <i>2017-09-28</i> by <a href="proxy.php?url=http://ccrma.stanford.edu/~jos/"> Julius O. Smith III</a> - <a href="proxy.php?url=http://ccrma.stanford.edu/">Center for Computer Research in Music and Acoustics (CCRMA),</a> <a href="proxy.php?url=http://www.stanford.edu/"> Stanford University</a></p>
<p align="center"><font size="2"><b><a href="proxy.php?url=https://technick.net/guides/theory/dft/matrix_multiplication"><< Previous page</a> <a href="proxy.php?url=https://technick.net/guides/theory/dft/r320">TOC</a> <a href="proxy.php?url=https://technick.net/guides/theory/dft/dft_index">INDEX</a> <a href="proxy.php?url=https://technick.net/guides/theory/dft/fourier_theorems_dft">Next page >></a></b></font></p><blockquote><h2><a name="SECTION00843000000000000000">DFT Matrix</a></h2><p>The following example reinforces the discussion of the <a href="proxy.php?url=https://technick.net/guides/theory/dft/dft_matrix">DFT matrix</a>. We can
simply create the <a href="proxy.php?url=https://technick.net/guides/theory/dft/dft">DFT</a> <a href="proxy.php?url=https://technick.net/guides/theory/dft/matrices">matrix</a> in <a href="proxy.php?url=http://www.mathworks.com/access/helpdesk/help/techdoc/basics/getstarted.shtml">Matlab</a> by taking the FFT of the identity
matrix. Then we show that multiplying by the DFT matrix is equivalent
to the FFT:<pre>
>> eye(4)
ans =
1 0 0 0
0 1 0 0
0 0 1 0
0 0 0 1
<p>>> S4 = fft(eye(4))
ans =
1.0000 1.0000 1.0000 1.0000 <br>
1.0000 0.0000 - 1.0000i -1.0000 0.0000 + 1.0000i
1.0000 -1.0000 1.0000 -1.0000 <br>
1.0000 0.0000 + 1.0000i -1.0000 0.0000 - 1.0000i</p>
- The Discrete Fourier Transform (DFT) Derivedhttps://technick.net/guides/theory/dft/discrete_fourier_transform/Sun, 01 Mar 1998 00:00:00 +0000https://technick.net/guides/theory/dft/discrete_fourier_transform/<p style="background-color:#FFFFAA;border:1px solid red;padding:0.5em;"><strong>NOTE: THIS DOCUMENT IS OBSOLETE, PLEASE CHECK THE NEW VERSION:</strong> "<a href="proxy.php?url=http://ccrma.stanford.edu/~jos/mdft/">Mathematics of the Discrete Fourier Transform (DFT), with Audio Applications --- Second Edition</a>", by <a href="proxy.php?url=http://ccrma.stanford.edu/~jos/"> Julius O. Smith III</a>, <a href="proxy.php?url=http://www.w3k.org/books/">W3K Publishing</a>, 2007, ISBN 978-0-9745607-4-8. - Copyright © <i>2017-09-28</i> by <a href="proxy.php?url=http://ccrma.stanford.edu/~jos/"> Julius O. Smith III</a> - <a href="proxy.php?url=http://ccrma.stanford.edu/">Center for Computer Research in Music and Acoustics (CCRMA),</a> <a href="proxy.php?url=http://www.stanford.edu/"> Stanford University</a></p>
<p align="center"><font size="2"><b><a href="proxy.php?url=https://technick.net/guides/theory/dft/appendix_matlab_examples"><< Previous page</a> <a href="proxy.php?url=https://technick.net/guides/theory/dft/r320">TOC</a> <a href="proxy.php?url=https://technick.net/guides/theory/dft/dft_index">INDEX</a> <a href="proxy.php?url=https://technick.net/guides/theory/dft/frequencies_cracks">Next page >></a></b></font></p><blockquote><h2><a name="SECTION00816000000000000000">The Discrete Fourier Transform (DFT)</a></h2><p>Given a signal <!-- MATH
$x(\cdot)\in{\cal C}^N$
--><img width="71" height="34" align="MIDDLE" border="0" src="proxy.php?url=https://technick.net/img/guide_dft/img947.png" alt="$x(\" dot="" n="" al="" />, the <i>spectrum</i><a name="11460"></a> is defined by<br /></p>
- The Exponent Zerohttps://technick.net/guides/theory/dft/exponent_zero/Sun, 01 Mar 1998 00:00:00 +0000https://technick.net/guides/theory/dft/exponent_zero/<p style="background-color:#FFFFAA;border:1px solid red;padding:0.5em;"><strong>NOTE: THIS DOCUMENT IS OBSOLETE, PLEASE CHECK THE NEW VERSION:</strong> "<a href="proxy.php?url=http://ccrma.stanford.edu/~jos/mdft/">Mathematics of the Discrete Fourier Transform (DFT), with Audio Applications --- Second Edition</a>", by <a href="proxy.php?url=http://ccrma.stanford.edu/~jos/"> Julius O. Smith III</a>, <a href="proxy.php?url=http://www.w3k.org/books/">W3K Publishing</a>, 2007, ISBN 978-0-9745607-4-8. - Copyright © <i>2017-09-28</i> by <a href="proxy.php?url=http://ccrma.stanford.edu/~jos/"> Julius O. Smith III</a> - <a href="proxy.php?url=http://ccrma.stanford.edu/">Center for Computer Research in Music and Acoustics (CCRMA),</a> <a href="proxy.php?url=http://www.stanford.edu/"> Stanford University</a></p>
<p align="center"><font size="2"><b><a href="proxy.php?url=https://technick.net/guides/theory/dft/properties_exponents"><< Previous page</a> <a href="proxy.php?url=https://technick.net/guides/theory/dft/r320">TOC</a> <a href="proxy.php?url=https://technick.net/guides/theory/dft/dft_index">INDEX</a> <a href="proxy.php?url=https://technick.net/guides/theory/dft/negative_exponents">Next page >></a></b></font></p><blockquote><h2><a name="SECTION00413000000000000000">The Exponent Zero</a></h2><p>What should <img width="20" height="17" align="BOTTOM" border="0" src="proxy.php?url=https://technick.net/img/guide_dft/img191.png" alt="$a^0$" /> be? Multiplying it by <img width="12" height="14" align="BOTTOM" border="0" src="proxy.php?url=https://technick.net/img/guide_dft/img192.png" alt="$a$" /> gives<br /></p><p></p>
- The Fourier Theoremshttps://technick.net/guides/theory/dft/fourier_theorems/Sun, 01 Mar 1998 00:00:00 +0000https://technick.net/guides/theory/dft/fourier_theorems/<p style="background-color:#FFFFAA;border:1px solid red;padding:0.5em;"><strong>NOTE: THIS DOCUMENT IS OBSOLETE, PLEASE CHECK THE NEW VERSION:</strong> "<a href="proxy.php?url=http://ccrma.stanford.edu/~jos/mdft/">Mathematics of the Discrete Fourier Transform (DFT), with Audio Applications --- Second Edition</a>", by <a href="proxy.php?url=http://ccrma.stanford.edu/~jos/"> Julius O. Smith III</a>, <a href="proxy.php?url=http://www.w3k.org/books/">W3K Publishing</a>, 2007, ISBN 978-0-9745607-4-8. - Copyright © <i>2017-09-28</i> by <a href="proxy.php?url=http://ccrma.stanford.edu/~jos/"> Julius O. Smith III</a> - <a href="proxy.php?url=http://ccrma.stanford.edu/">Center for Computer Research in Music and Acoustics (CCRMA),</a> <a href="proxy.php?url=http://www.stanford.edu/"> Stanford University</a></p>
<p align="center"><font size="2"><b><a href="proxy.php?url=https://technick.net/guides/theory/dft/even_odd_functions"><< Previous page</a> <a href="proxy.php?url=https://technick.net/guides/theory/dft/r320">TOC</a> <a href="proxy.php?url=https://technick.net/guides/theory/dft/dft_index">INDEX</a> <a href="proxy.php?url=https://technick.net/guides/theory/dft/linearity">Next page >></a></b></font></p><blockquote><h1><a name="SECTION00940000000000000000">The Fourier Theorems</a></h1><p>In this section the main <a href="proxy.php?url=https://technick.net/guides/theory/dft/fourier_theorems">Fourier theorems</a> are stated and proved. It is no
small matter how simple these theorems are in the <a href="proxy.php?url=https://technick.net/guides/theory/dft/dft">DFT</a> case relative to the
other three cases (DTFT, <a href="proxy.php?url=https://technick.net/guides/theory/dft/dft">Fourier transform</a>, and Fourier series). When
infinite summations or integrals are involved, the conditions for the
existence of the Fourier transform can be quite difficult to characterize
mathematically. Mathematicians have expended a considerable effort on such
questions. By focusing primarily on the DFT case, we are able to study the
essential concepts conveyed by the Fourier theorems without getting
involved with mathematical difficulties.</p>
- The Fundamental Theorem of Algebrahttps://technick.net/guides/theory/dft/fundamental_theorem_algebra/Sun, 01 Mar 1998 00:00:00 +0000https://technick.net/guides/theory/dft/fundamental_theorem_algebra/<p style="background-color:#FFFFAA;border:1px solid red;padding:0.5em;"><strong>NOTE: THIS DOCUMENT IS OBSOLETE, PLEASE CHECK THE NEW VERSION:</strong> "<a href="proxy.php?url=http://ccrma.stanford.edu/~jos/mdft/">Mathematics of the Discrete Fourier Transform (DFT), with Audio Applications --- Second Edition</a>", by <a href="proxy.php?url=http://ccrma.stanford.edu/~jos/"> Julius O. Smith III</a>, <a href="proxy.php?url=http://www.w3k.org/books/">W3K Publishing</a>, 2007, ISBN 978-0-9745607-4-8. - Copyright © <i>2017-09-28</i> by <a href="proxy.php?url=http://ccrma.stanford.edu/~jos/"> Julius O. Smith III</a> - <a href="proxy.php?url=http://ccrma.stanford.edu/">Center for Computer Research in Music and Acoustics (CCRMA),</a> <a href="proxy.php?url=http://www.stanford.edu/"> Stanford University</a></p>
<p align="center"><font size="2"><b><a href="proxy.php?url=https://technick.net/guides/theory/dft/complex_roots"><< Previous page</a> <a href="proxy.php?url=https://technick.net/guides/theory/dft/r320">TOC</a> <a href="proxy.php?url=https://technick.net/guides/theory/dft/dft_index">INDEX</a> <a href="proxy.php?url=https://technick.net/guides/theory/dft/complex_numbers">Next page >></a></b></font></p><blockquote><h1><a name="SECTION00340000000000000000">The Fundamental Theorem of Algebra</a></h1><blockquote><img width="443" height="37" align="MIDDLE" border="0" src="proxy.php?url=https://technick.net/img/guide_dft/img130.png" alt="\" box="" mph="" very="" th-order="" lynomial="" ssesses="" actly="" complex="" ots="" /></blockquote>This is a very powerful algebraic tool. It says that given any polynomial<p></p>
- The Inner Producthttps://technick.net/guides/theory/dft/inner_product/Sun, 01 Mar 1998 00:00:00 +0000https://technick.net/guides/theory/dft/inner_product/<p style="background-color:#FFFFAA;border:1px solid red;padding:0.5em;"><strong>NOTE: THIS DOCUMENT IS OBSOLETE, PLEASE CHECK THE NEW VERSION:</strong> "<a href="proxy.php?url=http://ccrma.stanford.edu/~jos/mdft/">Mathematics of the Discrete Fourier Transform (DFT), with Audio Applications --- Second Edition</a>", by <a href="proxy.php?url=http://ccrma.stanford.edu/~jos/"> Julius O. Smith III</a>, <a href="proxy.php?url=http://www.w3k.org/books/">W3K Publishing</a>, 2007, ISBN 978-0-9745607-4-8. - Copyright © <i>2017-09-28</i> by <a href="proxy.php?url=http://ccrma.stanford.edu/~jos/"> Julius O. Smith III</a> - <a href="proxy.php?url=http://ccrma.stanford.edu/">Center for Computer Research in Music and Acoustics (CCRMA),</a> <a href="proxy.php?url=http://www.stanford.edu/"> Stanford University</a></p>
<p align="center"><font size="2"><b><a href="proxy.php?url=https://technick.net/guides/theory/dft/other_norms"><< Previous page</a> <a href="proxy.php?url=https://technick.net/guides/theory/dft/r320">TOC</a> <a href="proxy.php?url=https://technick.net/guides/theory/dft/dft_index">INDEX</a> <a href="proxy.php?url=https://technick.net/guides/theory/dft/linearity_inner_product">Next page >></a></b></font></p><blockquote><h1><a name="SECTION00760000000000000000">The Inner Product</a></h1><p>The <i><a href="proxy.php?url=https://technick.net/guides/theory/dft/inner_product">inner product</a></i> (or ''dot product'') is an operation on two vectors
which produces a scalar. Adding an inner product to a <a href="proxy.php?url=http://mathworld.wolfram.com/banachspace.php">Banach space</a> produces
a <i>Hilbert space</i> (or ''inner product space''). There are many
examples of Hilbert spaces, but we will only need <!-- MATH
$\{{\cal C}^N,{\cal C}\}$
--><img width="58" height="34" align="MIDDLE" border="0" src="proxy.php?url=https://technick.net/img/guide_dft/img758.png" alt="$\" cal="" cal="" /> for this
course (complex length <img width="19" height="14" align="BOTTOM" border="0" src="proxy.php?url=https://technick.net/img/guide_dft/img4.png" alt="$N$" /> vectors with complex scalars).</p>
- The Length 2 DFThttps://technick.net/guides/theory/dft/length_2_dft/Sun, 01 Mar 1998 00:00:00 +0000https://technick.net/guides/theory/dft/length_2_dft/<p style="background-color:#FFFFAA;border:1px solid red;padding:0.5em;"><strong>NOTE: THIS DOCUMENT IS OBSOLETE, PLEASE CHECK THE NEW VERSION:</strong> "<a href="proxy.php?url=http://ccrma.stanford.edu/~jos/mdft/">Mathematics of the Discrete Fourier Transform (DFT), with Audio Applications --- Second Edition</a>", by <a href="proxy.php?url=http://ccrma.stanford.edu/~jos/"> Julius O. Smith III</a>, <a href="proxy.php?url=http://www.w3k.org/books/">W3K Publishing</a>, 2007, ISBN 978-0-9745607-4-8. - Copyright © <i>2017-09-28</i> by <a href="proxy.php?url=http://ccrma.stanford.edu/~jos/"> Julius O. Smith III</a> - <a href="proxy.php?url=http://ccrma.stanford.edu/">Center for Computer Research in Music and Acoustics (CCRMA),</a> <a href="proxy.php?url=http://www.stanford.edu/"> Stanford University</a></p>
<p align="center"><font size="2"><b><a href="proxy.php?url=https://technick.net/guides/theory/dft/normalized_dft"><< Previous page</a> <a href="proxy.php?url=https://technick.net/guides/theory/dft/r320">TOC</a> <a href="proxy.php?url=https://technick.net/guides/theory/dft/dft_index">INDEX</a> <a href="proxy.php?url=https://technick.net/guides/theory/dft/matrix_formulation_dft">Next page >></a></b></font></p><blockquote><h1><a name="SECTION00820000000000000000">The Length 2 DFT</a></h1><p>The length <img width="12" height="13" align="BOTTOM" border="0" src="proxy.php?url=https://technick.net/img/guide_dft/img76.png" alt="$2$" /> <a href="proxy.php?url=https://technick.net/guides/theory/dft/dft">DFT</a> is particularly simple, since the basis<a href="proxy.php?url=https://technick.net/guides/theory/dft/why_sinusoids_are">sinusoids</a> are real:</p>
- The Pythagorean Theorem in N-Spacehttps://technick.net/guides/theory/dft/pythagorean_theorem_n_space/Sun, 01 Mar 1998 00:00:00 +0000https://technick.net/guides/theory/dft/pythagorean_theorem_n_space/<p style="background-color:#FFFFAA;border:1px solid red;padding:0.5em;"><strong>NOTE: THIS DOCUMENT IS OBSOLETE, PLEASE CHECK THE NEW VERSION:</strong> "<a href="proxy.php?url=http://ccrma.stanford.edu/~jos/mdft/">Mathematics of the Discrete Fourier Transform (DFT), with Audio Applications --- Second Edition</a>", by <a href="proxy.php?url=http://ccrma.stanford.edu/~jos/"> Julius O. Smith III</a>, <a href="proxy.php?url=http://www.w3k.org/books/">W3K Publishing</a>, 2007, ISBN 978-0-9745607-4-8. - Copyright © <i>2017-09-28</i> by <a href="proxy.php?url=http://ccrma.stanford.edu/~jos/"> Julius O. Smith III</a> - <a href="proxy.php?url=http://ccrma.stanford.edu/">Center for Computer Research in Music and Acoustics (CCRMA),</a> <a href="proxy.php?url=http://www.stanford.edu/"> Stanford University</a></p>
<p align="center"><font size="2"><b><a href="proxy.php?url=https://technick.net/guides/theory/dft/orthogonality"><< Previous page</a> <a href="proxy.php?url=https://technick.net/guides/theory/dft/r320">TOC</a> <a href="proxy.php?url=https://technick.net/guides/theory/dft/dft_index">INDEX</a> <a href="proxy.php?url=https://technick.net/guides/theory/dft/projection">Next page >></a></b></font></p><blockquote><h2><a name="SECTION00768000000000000000">The Pythagorean Theorem in N-Space</a></h2><p>In 2D, the <a href="proxy.php?url=https://technick.net/guides/theory/dft/pythagorean_theorem_n_space">Pythagorean Theorem</a> says that when <img width="13" height="14" align="BOTTOM" border="0" src="proxy.php?url=https://technick.net/img/guide_dft/img12.png" alt="$x$" /> and <img width="12" height="28" align="MIDDLE" border="0" src="proxy.php?url=https://technick.net/img/guide_dft/img13.png" alt="$y$" /> are <a href="proxy.php?url=https://technick.net/guides/theory/dft/orthogonality">orthogonal</a>,
as in Fig. <a href="proxy.php?url=https://technick.net/guides/theory/dft/orthogonality#fig:ip">6.8</a>, (i.e., when the triangle formed by <img width="13" height="14" align="BOTTOM" border="0" src="proxy.php?url=https://technick.net/img/guide_dft/img12.png" alt="$x$" />, <img width="12" height="28" align="MIDDLE" border="0" src="proxy.php?url=https://technick.net/img/guide_dft/img13.png" alt="$y$" />, and <img width="41" height="28" align="MIDDLE" border="0" src="proxy.php?url=https://technick.net/img/guide_dft/img702.png" alt="$x+y$" />,
with <img width="12" height="28" align="MIDDLE" border="0" src="proxy.php?url=https://technick.net/img/guide_dft/img13.png" alt="$y$" /> translated to the tip of <img width="13" height="14" align="BOTTOM" border="0" src="proxy.php?url=https://technick.net/img/guide_dft/img12.png" alt="$x$" />, is a <i>right triangle</i>), then we
have<br /></p>
- The Quadratic Formulahttps://technick.net/guides/theory/dft/quadratic_formula/Sun, 01 Mar 1998 00:00:00 +0000https://technick.net/guides/theory/dft/quadratic_formula/<p style="background-color:#FFFFAA;border:1px solid red;padding:0.5em;"><strong>NOTE: THIS DOCUMENT IS OBSOLETE, PLEASE CHECK THE NEW VERSION:</strong> "<a href="proxy.php?url=http://ccrma.stanford.edu/~jos/mdft/">Mathematics of the Discrete Fourier Transform (DFT), with Audio Applications --- Second Edition</a>", by <a href="proxy.php?url=http://ccrma.stanford.edu/~jos/"> Julius O. Smith III</a>, <a href="proxy.php?url=http://www.w3k.org/books/">W3K Publishing</a>, 2007, ISBN 978-0-9745607-4-8. - Copyright © <i>2017-09-28</i> by <a href="proxy.php?url=http://ccrma.stanford.edu/~jos/"> Julius O. Smith III</a> - <a href="proxy.php?url=http://ccrma.stanford.edu/">Center for Computer Research in Music and Acoustics (CCRMA),</a> <a href="proxy.php?url=http://www.stanford.edu/"> Stanford University</a></p>
<p align="center"><font size="2"><b><a href="proxy.php?url=https://technick.net/guides/theory/dft/factoring_polynomial_with"><< Previous page</a> <a href="proxy.php?url=https://technick.net/guides/theory/dft/r320">TOC</a> <a href="proxy.php?url=https://technick.net/guides/theory/dft/dft_index">INDEX</a> <a href="proxy.php?url=https://technick.net/guides/theory/dft/complex_roots">Next page >></a></b></font></p><blockquote><h1><a name="SECTION00320000000000000000">The Quadratic Formula</a></h1><p>The general second-order polynomial is<br /></p><p></p><div align="CENTER"><!-- MATH
\begin{displaymath}
p(x) \isdef a x^2 + b x + c
\end{displaymath}
--><img width="152" height="31" border="0" src="proxy.php?url=https://technick.net/img/guide_dft/img97.png" alt="\" egin="" isplaymath="" p="" isdef="" b="b" c="" nd="" isplaymath="" /></div><br clear="ALL" /><p></p>
- The Weierstrass (Polynomial) Approximation Theoremhttps://technick.net/guides/theory/dft/weierstrass_polynomial_appr/Sun, 01 Mar 1998 00:00:00 +0000https://technick.net/guides/theory/dft/weierstrass_polynomial_appr/<p style="background-color:#FFFFAA;border:1px solid red;padding:0.5em;"><strong>NOTE: THIS DOCUMENT IS OBSOLETE, PLEASE CHECK THE NEW VERSION:</strong> "<a href="proxy.php?url=http://ccrma.stanford.edu/~jos/mdft/">Mathematics of the Discrete Fourier Transform (DFT), with Audio Applications --- Second Edition</a>", by <a href="proxy.php?url=http://ccrma.stanford.edu/~jos/"> Julius O. Smith III</a>, <a href="proxy.php?url=http://www.w3k.org/books/">W3K Publishing</a>, 2007, ISBN 978-0-9745607-4-8. - Copyright © <i>2017-09-28</i> by <a href="proxy.php?url=http://ccrma.stanford.edu/~jos/"> Julius O. Smith III</a> - <a href="proxy.php?url=http://ccrma.stanford.edu/">Center for Computer Research in Music and Acoustics (CCRMA),</a> <a href="proxy.php?url=http://www.stanford.edu/"> Stanford University</a></p>
<p align="center"><font size="2"><b><a href="proxy.php?url=https://technick.net/guides/theory/dft/formal_statement_taylor_s"><< Previous page</a> <a href="proxy.php?url=https://technick.net/guides/theory/dft/r320">TOC</a> <a href="proxy.php?url=https://technick.net/guides/theory/dft/dft_index">INDEX</a> <a href="proxy.php?url=https://technick.net/guides/theory/dft/further_notes_differentiabi">Next page >></a></b></font></p><blockquote><h1><a name="SECTION00450000000000000000"></a><a name="sec:D"></a><br />The Weierstrass (Polynomial) Approximation Theorem</h1><p>Let <img width="35" height="31" align="MIDDLE" border="0" src="proxy.php?url=https://technick.net/img/guide_dft/img236.png" alt="$f(x)$" /> be continuous on a real interval <img width="12" height="14" align="BOTTOM" border="0" src="proxy.php?url=https://technick.net/img/guide_dft/img301.png" alt="$I$" />. Then for any <img width="40" height="28" align="MIDDLE" border="0" src="proxy.php?url=https://technick.net/img/guide_dft/img319.png" alt="$\" psilon="" t="" />,
there exists an <img width="14" height="14" align="BOTTOM" border="0" src="proxy.php?url=https://technick.net/img/guide_dft/img51.png" alt="$n$" />th-order polynomial <img width="60" height="31" align="MIDDLE" border="0" src="proxy.php?url=https://technick.net/img/guide_dft/img320.png" alt="$P_n(f,x)$" />, where <img width="14" height="14" align="BOTTOM" border="0" src="proxy.php?url=https://technick.net/img/guide_dft/img51.png" alt="$n$" /> depends on<img width="11" height="14" align="BOTTOM" border="0" src="proxy.php?url=https://technick.net/img/guide_dft/img321.png" alt="$\" psilon="" />, such that<br /></p>
- Transfer Functionhttps://technick.net/guides/theory/dft/transfer_function/Sun, 01 Mar 1998 00:00:00 +0000https://technick.net/guides/theory/dft/transfer_function/<p style="background-color:#FFFFAA;border:1px solid red;padding:0.5em;"><strong>NOTE: THIS DOCUMENT IS OBSOLETE, PLEASE CHECK THE NEW VERSION:</strong> "<a href="proxy.php?url=http://ccrma.stanford.edu/~jos/mdft/">Mathematics of the Discrete Fourier Transform (DFT), with Audio Applications --- Second Edition</a>", by <a href="proxy.php?url=http://ccrma.stanford.edu/~jos/"> Julius O. Smith III</a>, <a href="proxy.php?url=http://www.w3k.org/books/">W3K Publishing</a>, 2007, ISBN 978-0-9745607-4-8. - Copyright © <i>2017-09-28</i> by <a href="proxy.php?url=http://ccrma.stanford.edu/~jos/"> Julius O. Smith III</a> - <a href="proxy.php?url=http://ccrma.stanford.edu/">Center for Computer Research in Music and Acoustics (CCRMA),</a> <a href="proxy.php?url=http://www.stanford.edu/"> Stanford University</a></p>
<p align="center"><font size="2"><b><a href="proxy.php?url=https://technick.net/guides/theory/dft/causal_fir_filters"><< Previous page</a> <a href="proxy.php?url=https://technick.net/guides/theory/dft/r320">TOC</a> <a href="proxy.php?url=https://technick.net/guides/theory/dft/dft_index">INDEX</a> <a href="proxy.php?url=https://technick.net/guides/theory/dft/order">Next page >></a></b></font></p><blockquote><h3><a name="SECTION001220400000000000000">Transfer Function</a></h3><p>The <i>transfer function</i><a name="18716"></a> associated with any <a href="proxy.php?url=https://ccrma.stanford.edu/~jos//filters/difference_equation.php">filter</a> is defined as
the <img width="12" height="14" align="BOTTOM" border="0" src="proxy.php?url=https://technick.net/img/guide_dft/img16.png" alt="$z$" /> transform of its <a href="proxy.php?url=https://ccrma.stanford.edu/~jos//filters/difference_equation.php#2324">impulse response</a>. For the <a href="proxy.php?url=https://ccrma.stanford.edu/~jos//waveguide/fir_filters.php">FIR filter</a> we have<br /></p>
- Triangle Difference Inequalityhttps://technick.net/guides/theory/dft/triangle_difference_inequal/Sun, 01 Mar 1998 00:00:00 +0000https://technick.net/guides/theory/dft/triangle_difference_inequal/<p style="background-color:#FFFFAA;border:1px solid red;padding:0.5em;"><strong>NOTE: THIS DOCUMENT IS OBSOLETE, PLEASE CHECK THE NEW VERSION:</strong> "<a href="proxy.php?url=http://ccrma.stanford.edu/~jos/mdft/">Mathematics of the Discrete Fourier Transform (DFT), with Audio Applications --- Second Edition</a>", by <a href="proxy.php?url=http://ccrma.stanford.edu/~jos/"> Julius O. Smith III</a>, <a href="proxy.php?url=http://www.w3k.org/books/">W3K Publishing</a>, 2007, ISBN 978-0-9745607-4-8. - Copyright © <i>2017-09-28</i> by <a href="proxy.php?url=http://ccrma.stanford.edu/~jos/"> Julius O. Smith III</a> - <a href="proxy.php?url=http://ccrma.stanford.edu/">Center for Computer Research in Music and Acoustics (CCRMA),</a> <a href="proxy.php?url=http://www.stanford.edu/"> Stanford University</a></p>
<p align="center"><font size="2"><b><a href="proxy.php?url=https://technick.net/guides/theory/dft/triangle_inequality"><< Previous page</a> <a href="proxy.php?url=https://technick.net/guides/theory/dft/r320">TOC</a> <a href="proxy.php?url=https://technick.net/guides/theory/dft/dft_index">INDEX</a> <a href="proxy.php?url=https://technick.net/guides/theory/dft/vector_cosine">Next page >></a></b></font></p><blockquote><h2><a name="SECTION00765000000000000000">Triangle Difference Inequality</a></h2><p>A useful variation on the <a href="proxy.php?url=https://technick.net/guides/theory/dft/triangle_inequality">triangle inequality</a> is that the length of any
side of a triangle is <i>greater</i> than the <i>absolute difference</i> of the
lengths of the other two sides:<br /></p>
- Triangle Inequalityhttps://technick.net/guides/theory/dft/triangle_inequality/Sun, 01 Mar 1998 00:00:00 +0000https://technick.net/guides/theory/dft/triangle_inequality/<p style="background-color:#FFFFAA;border:1px solid red;padding:0.5em;"><strong>NOTE: THIS DOCUMENT IS OBSOLETE, PLEASE CHECK THE NEW VERSION:</strong> "<a href="proxy.php?url=http://ccrma.stanford.edu/~jos/mdft/">Mathematics of the Discrete Fourier Transform (DFT), with Audio Applications --- Second Edition</a>", by <a href="proxy.php?url=http://ccrma.stanford.edu/~jos/"> Julius O. Smith III</a>, <a href="proxy.php?url=http://www.w3k.org/books/">W3K Publishing</a>, 2007, ISBN 978-0-9745607-4-8. - Copyright © <i>2017-09-28</i> by <a href="proxy.php?url=http://ccrma.stanford.edu/~jos/"> Julius O. Smith III</a> - <a href="proxy.php?url=http://ccrma.stanford.edu/">Center for Computer Research in Music and Acoustics (CCRMA),</a> <a href="proxy.php?url=http://www.stanford.edu/"> Stanford University</a></p>
<p align="center"><font size="2"><b><a href="proxy.php?url=https://technick.net/guides/theory/dft/cauchy_schwarz_inequality"><< Previous page</a> <a href="proxy.php?url=https://technick.net/guides/theory/dft/r320">TOC</a> <a href="proxy.php?url=https://technick.net/guides/theory/dft/dft_index">INDEX</a> <a href="proxy.php?url=https://technick.net/guides/theory/dft/triangle_difference_inequal">Next page >></a></b></font></p><blockquote><h2><a name="SECTION00764000000000000000">Triangle Inequality</a></h2><p>The <i><a href="proxy.php?url=https://technick.net/guides/theory/dft/triangle_inequality">triangle inequality</a></i> states that the length of any side of a
triangle is less than or equal to the sum of the lengths of the other two
sides, with equality occurring only when the triangle degenerates to a
line. In <img width="26" height="18" align="BOTTOM" border="0" src="proxy.php?url=https://technick.net/img/guide_dft/img745.png" alt="${\" al="" />, this becomes<br /></p>
- Two's Complement Fixed-Point Formathttps://technick.net/guides/theory/dft/two_s_complement_fixed_poin/Sun, 01 Mar 1998 00:00:00 +0000https://technick.net/guides/theory/dft/two_s_complement_fixed_poin/<p style="background-color:#FFFFAA;border:1px solid red;padding:0.5em;"><strong>NOTE: THIS DOCUMENT IS OBSOLETE, PLEASE CHECK THE NEW VERSION:</strong> "<a href="proxy.php?url=http://ccrma.stanford.edu/~jos/mdft/">Mathematics of the Discrete Fourier Transform (DFT), with Audio Applications --- Second Edition</a>", by <a href="proxy.php?url=http://ccrma.stanford.edu/~jos/"> Julius O. Smith III</a>, <a href="proxy.php?url=http://www.w3k.org/books/">W3K Publishing</a>, 2007, ISBN 978-0-9745607-4-8. - Copyright © <i>2017-09-28</i> by <a href="proxy.php?url=http://ccrma.stanford.edu/~jos/"> Julius O. Smith III</a> - <a href="proxy.php?url=http://ccrma.stanford.edu/">Center for Computer Research in Music and Acoustics (CCRMA),</a> <a href="proxy.php?url=http://www.stanford.edu/"> Stanford University</a></p>
<p align="center"><font size="2"><b><a href="proxy.php?url=https://technick.net/guides/theory/dft/one_s_complement_fixed_poin"><< Previous page</a> <a href="proxy.php?url=https://technick.net/guides/theory/dft/r320">TOC</a> <a href="proxy.php?url=https://technick.net/guides/theory/dft/dft_index">INDEX</a> <a href="proxy.php?url=https://technick.net/guides/theory/dft/general_formula_two_s_compl">Next page >></a></b></font></p><blockquote><h3><a name="SECTION00532200000000000000">Two's Complement Fixed-Point Format</a></h3><p>In <i><a href="proxy.php?url=https://technick.net/guides/theory/dft/general_formula_two_s_compl">two's complement</a></i>, numbers are negated by complementing the
bit pattern and <i>adding 1</i>, with overflow ignored. From 0 to<img width="68" height="34" align="MIDDLE" border="0" src="proxy.php?url=https://technick.net/img/guide_dft/img388.png" alt="$2^{N-1}-1$" />, positive numbers are assigned to binary values exactly as
in <a href="proxy.php?url=https://technick.net/guides/theory/dft/one_s_complement_fixed_poin">one's complement</a>. The remaining assignments (for the negative
numbers) can be carried out using the two's complement negation rule.
Regenerating the <img width="48" height="15" align="BOTTOM" border="0" src="proxy.php?url=https://technick.net/img/guide_dft/img389.png" alt="$N=3$" /> example in this way gives Table <a href="proxy.php?url=https://technick.net/guides/theory/dft/two_s_complement_fixed_poin#table:twoscomp">4.4</a>.</p>
- Vector Additionhttps://technick.net/guides/theory/dft/vector_addition/Sun, 01 Mar 1998 00:00:00 +0000https://technick.net/guides/theory/dft/vector_addition/<p style="background-color:#FFFFAA;border:1px solid red;padding:0.5em;"><strong>NOTE: THIS DOCUMENT IS OBSOLETE, PLEASE CHECK THE NEW VERSION:</strong> "<a href="proxy.php?url=http://ccrma.stanford.edu/~jos/mdft/">Mathematics of the Discrete Fourier Transform (DFT), with Audio Applications --- Second Edition</a>", by <a href="proxy.php?url=http://ccrma.stanford.edu/~jos/"> Julius O. Smith III</a>, <a href="proxy.php?url=http://www.w3k.org/books/">W3K Publishing</a>, 2007, ISBN 978-0-9745607-4-8. - Copyright © <i>2017-09-28</i> by <a href="proxy.php?url=http://ccrma.stanford.edu/~jos/"> Julius O. Smith III</a> - <a href="proxy.php?url=http://ccrma.stanford.edu/">Center for Computer Research in Music and Acoustics (CCRMA),</a> <a href="proxy.php?url=http://www.stanford.edu/"> Stanford University</a></p>
<p align="center"><font size="2"><b><a href="proxy.php?url=https://technick.net/guides/theory/dft/example_vector_view"><< Previous page</a> <a href="proxy.php?url=https://technick.net/guides/theory/dft/r320">TOC</a> <a href="proxy.php?url=https://technick.net/guides/theory/dft/dft_index">INDEX</a> <a href="proxy.php?url=https://technick.net/guides/theory/dft/vector_subtraction">Next page >></a></b></font></p><blockquote><h1><a name="SECTION00730000000000000000">Vector Addition</a></h1><p>Given two vectors in <img width="30" height="18" align="BOTTOM" border="0" src="proxy.php?url=https://technick.net/img/guide_dft/img695.png" alt="${\" al="" />, say <!-- MATH
$\underline{x}= (x_0,x_1,\ldots,x_{N-1})$
--><img width="159" height="31" align="MIDDLE" border="0" src="proxy.php?url=https://technick.net/img/guide_dft/img696.png" alt="$\" nderline="" x="" ldots="" n-1="" />
and <!-- MATH
$\underline{y}= (y_0,y_1,\ldots,y_{N-1})$
--><img width="154" height="31" align="MIDDLE" border="0" src="proxy.php?url=https://technick.net/img/guide_dft/img697.png" alt="$\" nderline="" y="" ldots="" n-1="" />, the <i>vector sum</i> is defined by<i>elementwise</i> addition. If we denote the sum by <img width="74" height="39" align="MIDDLE" border="0" src="proxy.php?url=https://technick.net/img/guide_dft/img698.png" alt="$w\" sdef="" />,
then we have <!-- MATH
$w(n) = x(n)+y(n)$
--><img width="140" height="31" align="MIDDLE" border="0" src="proxy.php?url=https://technick.net/img/guide_dft/img699.png" alt="$w(n) = x(n)+y(n)$" /> for <!-- MATH
$n=0,1,2,\ldots,N-1$
--><img width="150" height="29" align="MIDDLE" border="0" src="proxy.php?url=https://technick.net/img/guide_dft/img677.png" alt="$n=0,1,2,\" dots="" />.</p>
- Vector Cosinehttps://technick.net/guides/theory/dft/vector_cosine/Sun, 01 Mar 1998 00:00:00 +0000https://technick.net/guides/theory/dft/vector_cosine/<p style="background-color:#FFFFAA;border:1px solid red;padding:0.5em;"><strong>NOTE: THIS DOCUMENT IS OBSOLETE, PLEASE CHECK THE NEW VERSION:</strong> "<a href="proxy.php?url=http://ccrma.stanford.edu/~jos/mdft/">Mathematics of the Discrete Fourier Transform (DFT), with Audio Applications --- Second Edition</a>", by <a href="proxy.php?url=http://ccrma.stanford.edu/~jos/"> Julius O. Smith III</a>, <a href="proxy.php?url=http://www.w3k.org/books/">W3K Publishing</a>, 2007, ISBN 978-0-9745607-4-8. - Copyright © <i>2017-09-28</i> by <a href="proxy.php?url=http://ccrma.stanford.edu/~jos/"> Julius O. Smith III</a> - <a href="proxy.php?url=http://ccrma.stanford.edu/">Center for Computer Research in Music and Acoustics (CCRMA),</a> <a href="proxy.php?url=http://www.stanford.edu/"> Stanford University</a></p>
<p align="center"><font size="2"><b><a href="proxy.php?url=https://technick.net/guides/theory/dft/triangle_difference_inequal"><< Previous page</a> <a href="proxy.php?url=https://technick.net/guides/theory/dft/r320">TOC</a> <a href="proxy.php?url=https://technick.net/guides/theory/dft/dft_index">INDEX</a> <a href="proxy.php?url=https://technick.net/guides/theory/dft/orthogonality">Next page >></a></b></font></p><blockquote><h2><a name="SECTION00766000000000000000">Vector Cosine</a></h2><p>The Cauchy-Schwarz Inequality can be written<br /></p><p></p><div align="CENTER"><!-- MATH
\begin{displaymath}
\frac{\left|\left<\underline{x},\underline{y}\right>\right|}{\|\underline{x}\|\cdot\|\underline{y}\|} \leq 1
\end{displaymath}
--><img width="101" height="55" border="0" src="proxy.php?url=https://technick.net/img/guide_dft/img796.png" alt="\" egin="" isplaymath="" rac="" eft\vert\left="" t="" nderline="" underline="" right="" t="" ig="" vert\underline="" vert\cdot\vert\underline="" vert="" eq="" nd="" isplaymath="" /></div><br clear="ALL" /><p></p>
- Vector Subtractionhttps://technick.net/guides/theory/dft/vector_subtraction/Sun, 01 Mar 1998 00:00:00 +0000https://technick.net/guides/theory/dft/vector_subtraction/<p style="background-color:#FFFFAA;border:1px solid red;padding:0.5em;"><strong>NOTE: THIS DOCUMENT IS OBSOLETE, PLEASE CHECK THE NEW VERSION:</strong> "<a href="proxy.php?url=http://ccrma.stanford.edu/~jos/mdft/">Mathematics of the Discrete Fourier Transform (DFT), with Audio Applications --- Second Edition</a>", by <a href="proxy.php?url=http://ccrma.stanford.edu/~jos/"> Julius O. Smith III</a>, <a href="proxy.php?url=http://www.w3k.org/books/">W3K Publishing</a>, 2007, ISBN 978-0-9745607-4-8. - Copyright © <i>2017-09-28</i> by <a href="proxy.php?url=http://ccrma.stanford.edu/~jos/"> Julius O. Smith III</a> - <a href="proxy.php?url=http://ccrma.stanford.edu/">Center for Computer Research in Music and Acoustics (CCRMA),</a> <a href="proxy.php?url=http://www.stanford.edu/"> Stanford University</a></p>
<p align="center"><font size="2"><b><a href="proxy.php?url=https://technick.net/guides/theory/dft/vector_addition"><< Previous page</a> <a href="proxy.php?url=https://technick.net/guides/theory/dft/r320">TOC</a> <a href="proxy.php?url=https://technick.net/guides/theory/dft/dft_index">INDEX</a> <a href="proxy.php?url=https://technick.net/guides/theory/dft/signal_metrics">Next page >></a></b></font></p><blockquote><h1><a name="SECTION00740000000000000000">Vector Subtraction</a></h1><p>Figure <a href="proxy.php?url=https://technick.net/guides/theory/dft/signal_metrics#fig:vecdist">6.7</a> illustrates the vector difference <img width="74" height="28" align="MIDDLE" border="0" src="proxy.php?url=https://technick.net/img/guide_dft/img705.png" alt="$w=x-y$" /> between<img width="70" height="31" align="MIDDLE" border="0" src="proxy.php?url=https://technick.net/img/guide_dft/img18.png" alt="$x=(2, 3)$" /> and <img width="69" height="31" align="MIDDLE" border="0" src="proxy.php?url=https://technick.net/img/guide_dft/img700.png" alt="$y=(4,1)$" />. From the coordinates, we compute
<!-- MATH
$w = x-y = (-2, 2)$
--><img width="143" height="31" align="MIDDLE" border="0" src="proxy.php?url=https://technick.net/img/guide_dft/img706.png" alt="$w = x-y = (-2, 2)$" />.</p>
- What frequencies are representable by a geometric sequence?https://technick.net/guides/theory/dft/what_frequencies_are/Sun, 01 Mar 1998 00:00:00 +0000https://technick.net/guides/theory/dft/what_frequencies_are/<p style="background-color:#FFFFAA;border:1px solid red;padding:0.5em;"><strong>NOTE: THIS DOCUMENT IS OBSOLETE, PLEASE CHECK THE NEW VERSION:</strong> "<a href="proxy.php?url=http://ccrma.stanford.edu/~jos/mdft/">Mathematics of the Discrete Fourier Transform (DFT), with Audio Applications --- Second Edition</a>", by <a href="proxy.php?url=http://ccrma.stanford.edu/~jos/"> Julius O. Smith III</a>, <a href="proxy.php?url=http://www.w3k.org/books/">W3K Publishing</a>, 2007, ISBN 978-0-9745607-4-8. - Copyright © <i>2017-09-28</i> by <a href="proxy.php?url=http://ccrma.stanford.edu/~jos/"> Julius O. Smith III</a> - <a href="proxy.php?url=http://ccrma.stanford.edu/">Center for Computer Research in Music and Acoustics (CCRMA),</a> <a href="proxy.php?url=http://www.stanford.edu/"> Stanford University</a></p>
<p align="center"><font size="2"><b><a href="proxy.php?url=https://technick.net/guides/theory/dft/figuring_out_sampling"><< Previous page</a> <a href="proxy.php?url=https://technick.net/guides/theory/dft/r320">TOC</a> <a href="proxy.php?url=https://technick.net/guides/theory/dft/dft_index">INDEX</a> <a href="proxy.php?url=https://technick.net/guides/theory/dft/recovering_continuous_time_">Next page >></a></b></font></p><blockquote><h2><a name="SECTION001141000000000000000">What frequencies are representable by a geometric sequence?</a></h2><p>A natural question to investigate is what frequencies <img width="21" height="28" align="MIDDLE" border="0" src="proxy.php?url=https://technick.net/img/guide_dft/img585.png" alt="$\" mega="" /> are
possible. The angular step of the point <img width="21" height="28" align="MIDDLE" border="0" src="proxy.php?url=https://technick.net/img/guide_dft/img1463.png" alt="$z_0^n$" /> along the unit
circle in the <a href="proxy.php?url=https://technick.net/guides/theory/dft/complex_plane">complex plane</a> is <!-- MATH
$\theta_0 =\omega_0 T_s$
--><img width="73" height="29" align="MIDDLE" border="0" src="proxy.php?url=https://technick.net/img/guide_dft/img1464.png" alt="$\" heta="" mega="" s="s" />. Since
<!-- MATH
$e^{j(\theta_0 n + 2\pi)} = e^{j\theta_0 n}$
--><img width="128" height="18" align="BOTTOM" border="0" src="proxy.php?url=https://technick.net/img/guide_dft/img1465.png" alt="$e^{j(\" heta="" pi="" j\theta="" />, an angular step larger than <img width="22" height="14" align="BOTTOM" border="0" src="proxy.php?url=https://technick.net/img/guide_dft/img40.png" alt="$2\" i="i" />,
say <img width="55" height="29" align="MIDDLE" border="0" src="proxy.php?url=https://technick.net/img/guide_dft/img1466.png" alt="$\" heta="" t="" i="" /> is indistinguishable from the angular step<img width="53" height="29" align="MIDDLE" border="0" src="proxy.php?url=https://technick.net/img/guide_dft/img1467.png" alt="$\" heta-2\pi="" />. Therefore, we must restrict the angular step <img width="19" height="29" align="MIDDLE" border="0" src="proxy.php?url=https://technick.net/img/guide_dft/img1460.png" alt="$\" heta="" /> to
a length <img width="22" height="14" align="BOTTOM" border="0" src="proxy.php?url=https://technick.net/img/guide_dft/img40.png" alt="$2\" i="i" /> range in order to avoid ambiguity.</p>
- When Do We Have to Swap Bytes When Changing Computers?https://technick.net/guides/theory/dft/when_do_we/Sun, 01 Mar 1998 00:00:00 +0000https://technick.net/guides/theory/dft/when_do_we/<p style="background-color:#FFFFAA;border:1px solid red;padding:0.5em;"><strong>NOTE: THIS DOCUMENT IS OBSOLETE, PLEASE CHECK THE NEW VERSION:</strong> "<a href="proxy.php?url=http://ccrma.stanford.edu/~jos/mdft/">Mathematics of the Discrete Fourier Transform (DFT), with Audio Applications --- Second Edition</a>", by <a href="proxy.php?url=http://ccrma.stanford.edu/~jos/"> Julius O. Smith III</a>, <a href="proxy.php?url=http://www.w3k.org/books/">W3K Publishing</a>, 2007, ISBN 978-0-9745607-4-8. - Copyright © <i>2017-09-28</i> by <a href="proxy.php?url=http://ccrma.stanford.edu/~jos/"> Julius O. Smith III</a> - <a href="proxy.php?url=http://ccrma.stanford.edu/">Center for Computer Research in Music and Acoustics (CCRMA),</a> <a href="proxy.php?url=http://www.stanford.edu/"> Stanford University</a></p>
<p align="center"><font size="2"><b><a href="proxy.php?url=https://technick.net/guides/theory/dft/how_many_bits"><< Previous page</a> <a href="proxy.php?url=https://technick.net/guides/theory/dft/r320">TOC</a> <a href="proxy.php?url=https://technick.net/guides/theory/dft/dft_index">INDEX</a> <a href="proxy.php?url=https://technick.net/guides/theory/dft/logarithmic_number_systems">Next page >></a></b></font></p><blockquote><h2><a name="SECTION00535000000000000000">When Do We Have to Swap Bytes When Changing Computers?</a></h2><p>When moving a soundfile from one computer to another, such as from a ''PC''
to a ''Mac'' (Intel processor to Motorola processor), the bytes in each
sound sample have to be <i>swapped</i>. This is because Motorola
processors are <i>big endian</i> (bytes are numbered from ''left to right''
in a multi-byte word) while Intel processors are <i><a href="proxy.php?url=https://technick.net/guides/theory/dft/little_endian_formula">little endian</a></i>. Any
Mac program that supports a soundfile format native to PCs (such as <tt>.wav</tt> files) will swap the bytes for you. You only have to worry about
swapping the bytes yourself when reading <tt>raw binary</tt> soundfiles from a
foreign computer, or when digging the sound samples out an ''unsupported''
soundfile format yourself. </p>
- Why (Generalized) Complex Sinusoids are Importanthttps://technick.net/guides/theory/dft/why_generalized_complex/Sun, 01 Mar 1998 00:00:00 +0000https://technick.net/guides/theory/dft/why_generalized_complex/<p style="background-color:#FFFFAA;border:1px solid red;padding:0.5em;"><strong>NOTE: THIS DOCUMENT IS OBSOLETE, PLEASE CHECK THE NEW VERSION:</strong> "<a href="proxy.php?url=http://ccrma.stanford.edu/~jos/mdft/">Mathematics of the Discrete Fourier Transform (DFT), with Audio Applications --- Second Edition</a>", by <a href="proxy.php?url=http://ccrma.stanford.edu/~jos/"> Julius O. Smith III</a>, <a href="proxy.php?url=http://www.w3k.org/books/">W3K Publishing</a>, 2007, ISBN 978-0-9745607-4-8. - Copyright © <i>2017-09-28</i> by <a href="proxy.php?url=http://ccrma.stanford.edu/~jos/"> Julius O. Smith III</a> - <a href="proxy.php?url=http://ccrma.stanford.edu/">Center for Computer Research in Music and Acoustics (CCRMA),</a> <a href="proxy.php?url=http://www.stanford.edu/"> Stanford University</a></p>
<p align="center"><font size="2"><b><a href="proxy.php?url=https://technick.net/guides/theory/dft/powers"><< Previous page</a> <a href="proxy.php?url=https://technick.net/guides/theory/dft/r320">TOC</a> <a href="proxy.php?url=https://technick.net/guides/theory/dft/dft_index">INDEX</a> <a href="proxy.php?url=https://technick.net/guides/theory/dft/comparing_analog_digital">Next page >></a></b></font></p><blockquote><h2><a name="SECTION00638000000000000000">Why (Generalized) Complex Sinusoids are Important</a></h2><p>As a preview of things to come, note that one signal<img width="29" height="31" align="MIDDLE" border="0" src="proxy.php?url=https://technick.net/img/guide_dft/img640.png" alt="$y(\" dot="" /><a name="tex2html57" href="proxy.php?url=https://technick.net/guides/theory/dft/footnode#foot6872"><sup>5.10</sup></a> is <i>projected</i> onto
another signal <img width="30" height="31" align="MIDDLE" border="0" src="proxy.php?url=https://technick.net/img/guide_dft/img44.png" alt="$x(\" dot="" /> using an <i><a href="proxy.php?url=https://technick.net/guides/theory/dft/inner_product">inner product</a></i>. The inner product
<!-- MATH
$\left<y,x\right>$
--><img width="41" height="31" align="MIDDLE" border="0" src="proxy.php?url=https://technick.net/img/guide_dft/img642.png" alt="$\" eft="" t="" x\right="" t="" /> computes the <i>coefficient of projection</i><a name="tex2html58" href="proxy.php?url=https://technick.net/guides/theory/dft/footnode#foot6774"><sup>5.11</sup></a> of <img width="12" height="28" align="MIDDLE" border="0" src="proxy.php?url=https://technick.net/img/guide_dft/img13.png" alt="$y$" /> onto <img width="13" height="14" align="BOTTOM" border="0" src="proxy.php?url=https://technick.net/img/guide_dft/img12.png" alt="$x$" />. If <!-- MATH
$x(n) =
e^{j\omega_k n T}, n=0,1,2,\ldots,N-1$
--><img width="256" height="34" align="MIDDLE" border="0" src="proxy.php?url=https://technick.net/img/guide_dft/img643.png" alt="$x(n) =
e^{j\" mega="" t="" ldots="" n-1="" /> (a sampled, unit-<a href="proxy.php?url=https://technick.net/guides/theory/dft/logarithms">amplitude</a>,
zero-phase, complex <a href="proxy.php?url=https://technick.net/guides/theory/dft/why_sinusoids_are">sinusoid</a>), then the inner product computes the <i>Discrete <a href="proxy.php?url=https://technick.net/guides/theory/dft/dft">Fourier Transform</a></i> (<a href="proxy.php?url=https://technick.net/guides/theory/dft/dft">DFT</a>), provided the frequencies are chosen to
be <!-- MATH
$\omega_k = 2\pi k f_s/N$
--><img width="106" height="31" align="MIDDLE" border="0" src="proxy.php?url=https://technick.net/img/guide_dft/img644.png" alt="$\" mega="" pi="" s="s" n="" />. For the DFT, the inner product is
specifically<br /></p>
- Why Exponentials are Importanthttps://technick.net/guides/theory/dft/why_exponentials_are/Sun, 01 Mar 1998 00:00:00 +0000https://technick.net/guides/theory/dft/why_exponentials_are/<p style="background-color:#FFFFAA;border:1px solid red;padding:0.5em;"><strong>NOTE: THIS DOCUMENT IS OBSOLETE, PLEASE CHECK THE NEW VERSION:</strong> "<a href="proxy.php?url=http://ccrma.stanford.edu/~jos/mdft/">Mathematics of the Discrete Fourier Transform (DFT), with Audio Applications --- Second Edition</a>", by <a href="proxy.php?url=http://ccrma.stanford.edu/~jos/"> Julius O. Smith III</a>, <a href="proxy.php?url=http://www.w3k.org/books/">W3K Publishing</a>, 2007, ISBN 978-0-9745607-4-8. - Copyright © <i>2017-09-28</i> by <a href="proxy.php?url=http://ccrma.stanford.edu/~jos/"> Julius O. Smith III</a> - <a href="proxy.php?url=http://ccrma.stanford.edu/">Center for Computer Research in Music and Acoustics (CCRMA),</a> <a href="proxy.php?url=http://www.stanford.edu/"> Stanford University</a></p>
<p align="center"><font size="2"><b><a href="proxy.php?url=https://technick.net/guides/theory/dft/exponentials"><< Previous page</a> <a href="proxy.php?url=https://technick.net/guides/theory/dft/r320">TOC</a> <a href="proxy.php?url=https://technick.net/guides/theory/dft/dft_index">INDEX</a> <a href="proxy.php?url=https://technick.net/guides/theory/dft/audio_decay_time">Next page >></a></b></font></p><blockquote><h2><a name="SECTION00621000000000000000">Why Exponentials are Important</a></h2><p><a href="proxy.php?url=https://technick.net/guides/theory/dft/exponentials">Exponential</a> <i>decay</i> occurs naturally when a quantity is decaying at a
rate which is proportional to how much is left. In nature, all <i>linear
resonators</i>, such as musical instrument strings and <a href="proxy.php?url=https://ccrma.stanford.edu/~jos//waveguide/single_reed_instruments.php">woodwind</a> bores, exhibit
exponential decay in their response to a momentary excitation. As another
example, reverberant energy in a room decays exponentially after the direct
sound stops. Essentially all <i>undriven oscillations</i> decay
exponentially (provided they are <a href="proxy.php?url=https://ccrma.stanford.edu/~jos//filters/linearity_time_invariance.php">linear and time-invariant</a>). Undriven
means there is no ongoing source of driving energy. Examples of undriven
oscillations include the vibrations of a tuning fork, struck or plucked
strings, a marimba or xylophone bar, and so on. Examples of driven
oscillations include <a href="proxy.php?url=https://ccrma.stanford.edu/~jos//tiirts/piecewise_conical_bore.php">horns</a>, woodwinds, <a href="proxy.php?url=https://ccrma.stanford.edu/~jos//waveguide/simplified_bowed_strings.php">bowed strings</a>, and voice. Driven
oscillations must be periodic while undriven oscillations normally are not,
except in idealized cases.</p>
- Why Sinusoids are Importanthttps://technick.net/guides/theory/dft/why_sinusoids_are/Sun, 01 Mar 1998 00:00:00 +0000https://technick.net/guides/theory/dft/why_sinusoids_are/<p style="background-color:#FFFFAA;border:1px solid red;padding:0.5em;"><strong>NOTE: THIS DOCUMENT IS OBSOLETE, PLEASE CHECK THE NEW VERSION:</strong> "<a href="proxy.php?url=http://ccrma.stanford.edu/~jos/mdft/">Mathematics of the Discrete Fourier Transform (DFT), with Audio Applications --- Second Edition</a>", by <a href="proxy.php?url=http://ccrma.stanford.edu/~jos/"> Julius O. Smith III</a>, <a href="proxy.php?url=http://www.w3k.org/books/">W3K Publishing</a>, 2007, ISBN 978-0-9745607-4-8. - Copyright © <i>2017-09-28</i> by <a href="proxy.php?url=http://ccrma.stanford.edu/~jos/"> Julius O. Smith III</a> - <a href="proxy.php?url=http://ccrma.stanford.edu/">Center for Computer Research in Music and Acoustics (CCRMA),</a> <a href="proxy.php?url=http://www.stanford.edu/"> Stanford University</a></p>
<p align="center"><font size="2"><b><a href="proxy.php?url=https://technick.net/guides/theory/dft/example_sinusoids"><< Previous page</a> <a href="proxy.php?url=https://technick.net/guides/theory/dft/r320">TOC</a> <a href="proxy.php?url=https://technick.net/guides/theory/dft/dft_index">INDEX</a> <a href="proxy.php?url=https://technick.net/guides/theory/dft/in_phase_quadrature_sinusoi">Next page >></a></b></font></p><blockquote><h2><a name="SECTION00612000000000000000">Why Sinusoids are Important</a></h2><p><a href="proxy.php?url=https://technick.net/guides/theory/dft/why_sinusoids_are">Sinusoids</a> are fundamental in a variety of ways. </p><p>One reason for the importance of sinusoids is that they are <i>fundamental in <a href="proxy.php?url=http://www.treasure-troves.com/physics/default.php">physics</a></i>. Anything that resonates or oscillates produces
quasi-sinusoidal motion. See <i>simple <a href="proxy.php?url=http://www.treasure-troves.com/music/harmonic.php">harmonic</a> motion</i> in any freshman
physics text for an introduction to this topic.</p>
- Zero Paddinghttps://technick.net/guides/theory/dft/zero_padding/Sun, 01 Mar 1998 00:00:00 +0000https://technick.net/guides/theory/dft/zero_padding/<p style="background-color:#FFFFAA;border:1px solid red;padding:0.5em;"><strong>NOTE: THIS DOCUMENT IS OBSOLETE, PLEASE CHECK THE NEW VERSION:</strong> "<a href="proxy.php?url=http://ccrma.stanford.edu/~jos/mdft/">Mathematics of the Discrete Fourier Transform (DFT), with Audio Applications --- Second Edition</a>", by <a href="proxy.php?url=http://ccrma.stanford.edu/~jos/"> Julius O. Smith III</a>, <a href="proxy.php?url=http://www.w3k.org/books/">W3K Publishing</a>, 2007, ISBN 978-0-9745607-4-8. - Copyright © <i>2017-09-28</i> by <a href="proxy.php?url=http://ccrma.stanford.edu/~jos/"> Julius O. Smith III</a> - <a href="proxy.php?url=http://ccrma.stanford.edu/">Center for Computer Research in Music and Acoustics (CCRMA),</a> <a href="proxy.php?url=http://www.stanford.edu/"> Stanford University</a></p>
<p align="center"><font size="2"><b><a href="proxy.php?url=https://technick.net/guides/theory/dft/stretch_operator"><< Previous page</a> <a href="proxy.php?url=https://technick.net/guides/theory/dft/r320">TOC</a> <a href="proxy.php?url=https://technick.net/guides/theory/dft/dft_index">INDEX</a> <a href="proxy.php?url=https://technick.net/guides/theory/dft/repeat_operator">Next page >></a></b></font></p><blockquote><h2><a name="SECTION00926000000000000000">Zero Padding</a></h2><p></p><p><br /><br /><b>Definition: </b><i><a href="proxy.php?url=https://ccrma.stanford.edu/~jos//ola/quick_summary_zero.php">Zero padding</a></i><a name="13753"></a> consists of appending zeros to a signal.
It maps a length <img width="19" height="14" align="BOTTOM" border="0" src="proxy.php?url=https://technick.net/img/guide_dft/img4.png" alt="$N$" /> signal to a length <img width="57" height="29" align="MIDDLE" border="0" src="proxy.php?url=https://technick.net/img/guide_dft/img1122.png" alt="$M>N$" /> signal, but <img width="21" height="14" align="BOTTOM" border="0" src="proxy.php?url=https://technick.net/img/guide_dft/img201.png" alt="$M$" /> need not be
an integer multiple of <img width="19" height="14" align="BOTTOM" border="0" src="proxy.php?url=https://technick.net/img/guide_dft/img4.png" alt="$N$" />:<br /></p>
- Zero Padding Theoremhttps://technick.net/guides/theory/dft/zero_padding_theorem/Sun, 01 Mar 1998 00:00:00 +0000https://technick.net/guides/theory/dft/zero_padding_theorem/<p style="background-color:#FFFFAA;border:1px solid red;padding:0.5em;"><strong>NOTE: THIS DOCUMENT IS OBSOLETE, PLEASE CHECK THE NEW VERSION:</strong> "<a href="proxy.php?url=http://ccrma.stanford.edu/~jos/mdft/">Mathematics of the Discrete Fourier Transform (DFT), with Audio Applications --- Second Edition</a>", by <a href="proxy.php?url=http://ccrma.stanford.edu/~jos/"> Julius O. Smith III</a>, <a href="proxy.php?url=http://www.w3k.org/books/">W3K Publishing</a>, 2007, ISBN 978-0-9745607-4-8. - Copyright © <i>2017-09-28</i> by <a href="proxy.php?url=http://ccrma.stanford.edu/~jos/"> Julius O. Smith III</a> - <a href="proxy.php?url=http://ccrma.stanford.edu/">Center for Computer Research in Music and Acoustics (CCRMA),</a> <a href="proxy.php?url=http://www.stanford.edu/"> Stanford University</a></p>
<p align="center"><font size="2"><b><a href="proxy.php?url=https://technick.net/guides/theory/dft/decimation_theorem_aliasing"><< Previous page</a> <a href="proxy.php?url=https://technick.net/guides/theory/dft/r320">TOC</a> <a href="proxy.php?url=https://technick.net/guides/theory/dft/dft_index">INDEX</a> <a href="proxy.php?url=https://technick.net/guides/theory/dft/bandlimited_interpolation_t">Next page >></a></b></font></p><blockquote><h2><a name="SECTION009412000000000000000">Zero Padding Theorem</a></h2><p>A fundamental tool in practical <a href="proxy.php?url=https://technick.net/guides/theory/dft/dft">spectrum analysis</a> is <i><a href="proxy.php?url=https://ccrma.stanford.edu/~jos//ola/quick_summary_zero.php">zero padding</a></i>.
This theorem shows that zero padding in the time domain corresponds to
ideal interpolation in the <a href="proxy.php?url=http://www.treasure-troves.com/physics/frequency.php">frequency</a> domain:</p>