<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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/"
		>
<channel>
	<title>Comments on: Combination Tones and the Non-Linearities of the Human Ear.</title>
	<atom:link href="http://www.batuhanbozkurt.com/doodle/combination-tones-and-the-non-linearities-of-the-human-ear/feed" rel="self" type="application/rss+xml" />
	<link>http://www.batuhanbozkurt.com/doodle/combination-tones-and-the-non-linearities-of-the-human-ear</link>
	<description>...adding to noise...</description>
	<lastBuildDate>Tue, 15 Jun 2010 15:59:36 -0700</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.4</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: jc</title>
		<link>http://www.batuhanbozkurt.com/doodle/combination-tones-and-the-non-linearities-of-the-human-ear/comment-page-1#comment-294</link>
		<dc:creator>jc</dc:creator>
		<pubDate>Thu, 26 Nov 2009 01:20:29 +0000</pubDate>
		<guid isPermaLink="false">http://www.batuhanbozkurt.com/?p=318#comment-294</guid>
		<description>Thats amazing it&#039;s like an echo chamber in my ear.  Cool stuff.
Looking forward to more from you.  Thanks.</description>
		<content:encoded><![CDATA[<p>Thats amazing it&#8217;s like an echo chamber in my ear.  Cool stuff.<br />
Looking forward to more from you.  Thanks.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: ec</title>
		<link>http://www.batuhanbozkurt.com/doodle/combination-tones-and-the-non-linearities-of-the-human-ear/comment-page-1#comment-228</link>
		<dc:creator>ec</dc:creator>
		<pubDate>Sun, 01 Nov 2009 19:38:09 +0000</pubDate>
		<guid isPermaLink="false">http://www.batuhanbozkurt.com/?p=318#comment-228</guid>
		<description>Oh, I am mistaken then. 

An interesting physical phonemenon, indeed.</description>
		<content:encoded><![CDATA[<p>Oh, I am mistaken then. </p>
<p>An interesting physical phonemenon, indeed.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Batuhan</title>
		<link>http://www.batuhanbozkurt.com/doodle/combination-tones-and-the-non-linearities-of-the-human-ear/comment-page-1#comment-226</link>
		<dc:creator>Batuhan</dc:creator>
		<pubDate>Sat, 31 Oct 2009 15:26:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.batuhanbozkurt.com/?p=318#comment-226</guid>
		<description>Hi ec,

Nope, this is quite different from binaural beats. I&#039;ve learned quite a lot about the concept after writing this post, and frankly, I&#039;m quite embarrassed to keep this here because it is kinda naive considering the great works I&#039;ve discovered that exploits this phenomenon. It still points to some limits of the system though... 

The low frequency sound here is actually emitted by your very own ears, and can even be recorded with a mike (if placed close to your ear canal)! It&#039;s called otoacoustic emission, if you want to search about it.</description>
		<content:encoded><![CDATA[<p>Hi ec,</p>
<p>Nope, this is quite different from binaural beats. I&#8217;ve learned quite a lot about the concept after writing this post, and frankly, I&#8217;m quite embarrassed to keep this here because it is kinda naive considering the great works I&#8217;ve discovered that exploits this phenomenon. It still points to some limits of the system though&#8230; </p>
<p>The low frequency sound here is actually emitted by your very own ears, and can even be recorded with a mike (if placed close to your ear canal)! It&#8217;s called otoacoustic emission, if you want to search about it.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: ec</title>
		<link>http://www.batuhanbozkurt.com/doodle/combination-tones-and-the-non-linearities-of-the-human-ear/comment-page-1#comment-225</link>
		<dc:creator>ec</dc:creator>
		<pubDate>Sat, 31 Oct 2009 13:56:44 +0000</pubDate>
		<guid isPermaLink="false">http://www.batuhanbozkurt.com/?p=318#comment-225</guid>
		<description>There are software that claim to change your brainwaves using binaural beats like these. I&#039;m not sure if we can call yours &quot;binaural beats&quot; though; as far as I remember, the frequency difference should have been smaller.

Interesting article. Thanks for sharing it.</description>
		<content:encoded><![CDATA[<p>There are software that claim to change your brainwaves using binaural beats like these. I&#8217;m not sure if we can call yours &#8220;binaural beats&#8221; though; as far as I remember, the frequency difference should have been smaller.</p>
<p>Interesting article. Thanks for sharing it.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Lucas</title>
		<link>http://www.batuhanbozkurt.com/doodle/combination-tones-and-the-non-linearities-of-the-human-ear/comment-page-1#comment-209</link>
		<dc:creator>Lucas</dc:creator>
		<pubDate>Mon, 05 Oct 2009 05:19:06 +0000</pubDate>
		<guid isPermaLink="false">http://www.batuhanbozkurt.com/?p=318#comment-209</guid>
		<description>Hi Batuhan!

this is one of my favorite irritating sounds, you can make even harmony with this.

try this lullaby :-D

(
SynthDef(\diffalea, { arg freq = 220, gate = 1, amp = 1, lowFreq = 1000, hiFreq = 1500;
	var freq1 = Rand(lowFreq, hiFreq);
	var freq2 = freq1 - freq;
	var env = EnvGen.kr(Env.asr(0.01, 1, 0.01, 1, &#039;linear&#039;), gate, doneAction: 2);
	Out.ar(0, Mix(SinOsc.ar([freq1, freq2], 0.5pi.rand, mul:amp*env))!2);
}).memStore;

~freqs = [48, 50, 52, 48, 48, 50, 52, 48, 52, 53, 55, 52, 53, 55, 55, 57, 55, 53, 52, 48, 55, 57, 55, 53, 52, 48, 50, 44, 48, 50, 48, 50].midicps;

~duras = [1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 2, 1, 1, 2, 0.5, 0.5, 0.5, 0.5, 1, 1, 0.5, 0.5, 0.5, 0.5, 1, 1, 1, 1, 2, 1, 1, 2];
)

(
Pbind(
	\instrument, \diffalea,
	\lowFreq, [2200, 1200, 3200], \hiFreq, [2400, 1400, 3400],
	\freq, Pseq(~freqs+[0, 0, 0], inf),
	\dur, Pseq(~duras+[0, 0, 0], inf),
	\legato, 1,
	\strum, 8
).play(TempoClock(1));
)

Cheers!</description>
		<content:encoded><![CDATA[<p>Hi Batuhan!</p>
<p>this is one of my favorite irritating sounds, you can make even harmony with this.</p>
<p>try this lullaby <img src='http://www.batuhanbozkurt.com/wp-includes/images/smilies/icon_biggrin.gif' alt=':-D' class='wp-smiley' /> </p>
<p>(<br />
SynthDef(\diffalea, { arg freq = 220, gate = 1, amp = 1, lowFreq = 1000, hiFreq = 1500;<br />
	var freq1 = Rand(lowFreq, hiFreq);<br />
	var freq2 = freq1 &#8211; freq;<br />
	var env = EnvGen.kr(Env.asr(0.01, 1, 0.01, 1, &#8216;linear&#8217;), gate, doneAction: 2);<br />
	Out.ar(0, Mix(SinOsc.ar([freq1, freq2], 0.5pi.rand, mul:amp*env))!2);<br />
}).memStore;</p>
<p>~freqs = [48, 50, 52, 48, 48, 50, 52, 48, 52, 53, 55, 52, 53, 55, 55, 57, 55, 53, 52, 48, 55, 57, 55, 53, 52, 48, 50, 44, 48, 50, 48, 50].midicps;</p>
<p>~duras = [1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 2, 1, 1, 2, 0.5, 0.5, 0.5, 0.5, 1, 1, 0.5, 0.5, 0.5, 0.5, 1, 1, 1, 1, 2, 1, 1, 2];<br />
)</p>
<p>(<br />
Pbind(<br />
	\instrument, \diffalea,<br />
	\lowFreq, [2200, 1200, 3200], \hiFreq, [2400, 1400, 3400],<br />
	\freq, Pseq(~freqs+[0, 0, 0], inf),<br />
	\dur, Pseq(~duras+[0, 0, 0], inf),<br />
	\legato, 1,<br />
	\strum, 8<br />
).play(TempoClock(1));<br />
)</p>
<p>Cheers!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: scott</title>
		<link>http://www.batuhanbozkurt.com/doodle/combination-tones-and-the-non-linearities-of-the-human-ear/comment-page-1#comment-202</link>
		<dc:creator>scott</dc:creator>
		<pubDate>Thu, 17 Sep 2009 16:48:12 +0000</pubDate>
		<guid isPermaLink="false">http://www.batuhanbozkurt.com/?p=318#comment-202</guid>
		<description>Jacob Kirkegaard has a nice piece making use of this effect (tartini tones). I saw it performed last year, on a 12 (or possible 15?) speaker array, which was absolutely bizarre - my ears have never been so confused.

http://touchshop.org/product_info.php?products_id=251</description>
		<content:encoded><![CDATA[<p>Jacob Kirkegaard has a nice piece making use of this effect (tartini tones). I saw it performed last year, on a 12 (or possible 15?) speaker array, which was absolutely bizarre &#8211; my ears have never been so confused.</p>
<p><a href="http://touchshop.org/product_info.php?products_id=251" rel="nofollow">http://touchshop.org/product_info.php?products_id=251</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: DM DOKURO</title>
		<link>http://www.batuhanbozkurt.com/doodle/combination-tones-and-the-non-linearities-of-the-human-ear/comment-page-1#comment-201</link>
		<dc:creator>DM DOKURO</dc:creator>
		<pubDate>Sun, 13 Sep 2009 15:13:03 +0000</pubDate>
		<guid isPermaLink="false">http://www.batuhanbozkurt.com/?p=318#comment-201</guid>
		<description>ODE TO JOY... Amazing...</description>
		<content:encoded><![CDATA[<p>ODE TO JOY&#8230; Amazing&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Batuhan</title>
		<link>http://www.batuhanbozkurt.com/doodle/combination-tones-and-the-non-linearities-of-the-human-ear/comment-page-1#comment-152</link>
		<dc:creator>Batuhan</dc:creator>
		<pubDate>Sun, 16 Aug 2009 16:16:17 +0000</pubDate>
		<guid isPermaLink="false">http://www.batuhanbozkurt.com/?p=318#comment-152</guid>
		<description>Yeah, in a way that is what they think. It needs to hurt the ear &quot;a bit&quot; to hear it. Non-linearity of the inner ear comes into play here, and some also say that this is also a result of a neural phenomenon (like binaural beats, in some cases, giving the two different frequencies to two different ears with headphones also create the phantom tone in head, they say. Although I couldn&#039;t really experience it, but did not try hard either).</description>
		<content:encoded><![CDATA[<p>Yeah, in a way that is what they think. It needs to hurt the ear &#8220;a bit&#8221; to hear it. Non-linearity of the inner ear comes into play here, and some also say that this is also a result of a neural phenomenon (like binaural beats, in some cases, giving the two different frequencies to two different ears with headphones also create the phantom tone in head, they say. Although I couldn&#8217;t really experience it, but did not try hard either).</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: capmikee</title>
		<link>http://www.batuhanbozkurt.com/doodle/combination-tones-and-the-non-linearities-of-the-human-ear/comment-page-1#comment-151</link>
		<dc:creator>capmikee</dc:creator>
		<pubDate>Sun, 16 Aug 2009 16:00:06 +0000</pubDate>
		<guid isPermaLink="false">http://www.batuhanbozkurt.com/?p=318#comment-151</guid>
		<description>I can&#039;t hear it at all unless I turn it up. Is it possible that the combination tone is actually present due to some nonlinear distortion?</description>
		<content:encoded><![CDATA[<p>I can&#8217;t hear it at all unless I turn it up. Is it possible that the combination tone is actually present due to some nonlinear distortion?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Batuhan</title>
		<link>http://www.batuhanbozkurt.com/doodle/combination-tones-and-the-non-linearities-of-the-human-ear/comment-page-1#comment-150</link>
		<dc:creator>Batuhan</dc:creator>
		<pubDate>Sun, 16 Aug 2009 15:56:38 +0000</pubDate>
		<guid isPermaLink="false">http://www.batuhanbozkurt.com/?p=318#comment-150</guid>
		<description>That is correct. eddi. :)</description>
		<content:encoded><![CDATA[<p>That is correct. eddi. <img src='http://www.batuhanbozkurt.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
</channel>
</rss>
