<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Hephaestus Audio &#187; Signal Processing</title>
	<atom:link href="http://hephaestusaudio.com/delphi/category/signal-processing/feed/" rel="self" type="application/rss+xml" />
	<link>http://hephaestusaudio.com</link>
	<description></description>
	<lastBuildDate>Fri, 23 Dec 2011 02:23:36 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>Noise Shaping in MASH Delta-Sigma Converters</title>
		<link>http://hephaestusaudio.com/delphi/2009/07/02/noise-shaping-in-mash-delta-sigma-converters/</link>
		<comments>http://hephaestusaudio.com/delphi/2009/07/02/noise-shaping-in-mash-delta-sigma-converters/#comments</comments>
		<pubDate>Thu, 02 Jul 2009 21:04:53 +0000</pubDate>
		<dc:creator>Joey White</dc:creator>
				<category><![CDATA[Signal Processing]]></category>

		<guid isPermaLink="false">http://hephaestusaudio.com/?p=1580</guid>
		<description><![CDATA[Delta-sigma converters are important for digital-to-digital converters (DDC) and analog-to-digital converters (ADC), especially in audio applications.  Either an analog input or a high-resolution digital input is converted to a low-resolution digital signal via pulse-density modulation. This article details a special structure for delta-sigma converters: multi-stage noise shaping (MASH).  This structure is free from the instability that plagues standard higher-order delta-sigma converters.  It [...]]]></description>
			<content:encoded><![CDATA[<p style="text-align: center;"><img class="aligncenter size-medium wp-image-1581" title="Analog to Digital" src="http://hephaestusaudio.com/media/2009/07/Analog-to-Digital-500x241.png" alt="Analog to Digital" width="500" height="241" /></p>
<p><a href="http://en.wikipedia.org/wiki/Delta-sigma_modulation">Delta-sigma converters</a> are important for digital-to-digital converters (DDC) and analog-to-digital converters (ADC), especially in audio applications.  Either an analog input or a high-resolution digital input is converted to a low-resolution digital signal via <a href="http://en.wikipedia.org/wiki/Pulse-density_modulation">pulse-density modulation</a>.</p>
<p>This <a href="http://hephaestusaudio.com/media/2009/07/MASH-Delta-Sigma.pdf">article</a> details a special structure for delta-sigma converters: multi-stage noise shaping (MASH).  This structure is free from the instability that plagues standard higher-order delta-sigma converters.  It is shown that the <a href="http://en.wikipedia.org/wiki/Quantization_error">quantization error</a> transfer function is identical for both structures.</p>
]]></content:encoded>
			<wfw:commentRss>http://hephaestusaudio.com/delphi/2009/07/02/noise-shaping-in-mash-delta-sigma-converters/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Neural Networks for Audio</title>
		<link>http://hephaestusaudio.com/delphi/2008/11/20/neural-networks-for-audio/</link>
		<comments>http://hephaestusaudio.com/delphi/2008/11/20/neural-networks-for-audio/#comments</comments>
		<pubDate>Thu, 20 Nov 2008 12:57:24 +0000</pubDate>
		<dc:creator>Joey White</dc:creator>
				<category><![CDATA[Signal Processing]]></category>

		<guid isPermaLink="false">http://hephaestusaudio.com/?p=307</guid>
		<description><![CDATA[For a good introduction to neural networks, please refer to the online course content of CS-449 from Genevieve Orr. There are also many, many good texts on the application of neural networks, one of which is Neural Smithing by Reed and Marks. Neural networks hold great potential for many fields &#8211; especially digital signal processing [...]]]></description>
			<content:encoded><![CDATA[<p style="text-align: center;"><img class="size-full wp-image-1108 aligncenter" title="Neural Network" src="http://hephaestusaudio.com/media/2008/11/neural-network.png" alt="Neural Network" width="350" height="313" /></p>
<p>For a good introduction to neural networks, please refer to the online course content of <a href="http://www.willamette.edu/~gorr/classes/cs449/intro.html">CS-449</a> from <a href="http://www.willamette.edu/~gorr/">Genevieve Orr</a>. There are also many, many good texts on the application of neural networks, one of which is <a href="http://mitpress.mit.edu/catalog/item/default.asp?ttype=2&amp;tid=8104">Neural Smithing</a> by Reed and Marks.</p>
<p><a href="http://hephaestusaudio.com/media/2008/11/neural-networks.pdf">Neural networks</a> hold great potential for many fields &#8211; especially digital signal processing for audio. To the best of my knowledge, there has been minimal application of neural network algorithms in consumer audio, professional audio, or audiophile products. There has been some active research however, such as these <a href="http://www.essex.ac.uk/dces/research/audio_lab/malcolms_publications.html">papers</a> from <a href="http://www.essex.ac.uk/dces/research/audio_lab/people_malcolm.html">Malcolm Hawksford</a>.</p>
<p>A simple example of the application of neural networks is in the correction of loudspeaker anomalies. Standard linear digital filters (e.g. <a href="http://en.wikipedia.org/wiki/Finite_impulse_response">FIR</a> and <a href="http://en.wikipedia.org/wiki/Infinite_impulse_response">IIR</a>) can correct for linear errors (e.g. frequency response), and they can even do so adaptively (e.g. the <a href="http://en.wikipedia.org/wiki/Least_mean_squares_filter">LMS</a> filter), however they cannot correct nonlinearities. Neural networks are able to adaptively correct both linear and nonlinear errors via algorithms such as &#8220;Backpropagation&#8221; for <a href="http://en.wikipedia.org/wiki/Feedforward_neural_network">Feed-Forward Neural Networks</a> (FFNNs) and &#8220;Real-Time Recurrent Learning&#8221; (RTRL) for <a href="http://en.wikipedia.org/wiki/Recurrent_neural_network">Recurrent Neural Networks</a> (RNNs).</p>
]]></content:encoded>
			<wfw:commentRss>http://hephaestusaudio.com/delphi/2008/11/20/neural-networks-for-audio/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

