<?xml version="1.0" encoding="UTF-8"?><!-- generator="wordpress/2.3.3" -->
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	>
<channel>
	<title>Comments for The DSP Dimension</title>
	<link>http://www.dspdimension.com</link>
	<description>Signal Processing Tutorials &#38; Software</description>
	<pubDate>Sat, 04 Jul 2009 12:13:57 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.3.3</generator>
		<item>
		<title>Comment on Pitch Shifting Using The Fourier Transform by To tune automaticaly a standard guitar...</title>
		<link>http://www.dspdimension.com/admin/pitch-shifting-using-the-ft/#comment-3594</link>
		<dc:creator>To tune automaticaly a standard guitar...</dc:creator>
		<pubDate>Mon, 29 Jun 2009 22:29:41 +0000</pubDate>
		<guid>http://www.dspdimension.com/admin/pitch-shifting-using-the-ft/#comment-3594</guid>
		<description>[...] FFT, although not in B4PPC  CodeProject: How to implement the FFT algorithm. Free source code and programming help  &#38; slightly related, but possibly easier to comprehend some of the issues.  Pitch Shifting Using The Fourier Transform - The DSP Dimension [...]</description>
		<content:encoded><![CDATA[<p>[&#8230;] FFT, although not in B4PPC  CodeProject: How to implement the FFT algorithm. Free source code and programming help  &amp; slightly related, but possibly easier to comprehend some of the issues.  Pitch Shifting Using The Fourier Transform - The DSP Dimension [&#8230;]</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on The DFT &#8220;à Pied&#8221;: Mastering The Fourier Transform in One Day by Tato</title>
		<link>http://www.dspdimension.com/admin/dft-a-pied/#comment-3585</link>
		<dc:creator>Tato</dc:creator>
		<pubDate>Thu, 25 Jun 2009 10:32:03 +0000</pubDate>
		<guid>http://www.dspdimension.com/admin/dft-a-pied/#comment-3585</guid>
		<description>Can I build a multi effects processor for my electric guitar using a DSP with the Fourier stuff and the C++ programming?</description>
		<content:encoded><![CDATA[<p>Can I build a multi effects processor for my electric guitar using a DSP with the Fourier stuff and the C++ programming?</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Pitch Shifting Using The Fourier Transform by Adam Sida</title>
		<link>http://www.dspdimension.com/admin/pitch-shifting-using-the-ft/#comment-3584</link>
		<dc:creator>Adam Sida</dc:creator>
		<pubDate>Wed, 24 Jun 2009 10:54:50 +0000</pubDate>
		<guid>http://www.dspdimension.com/admin/pitch-shifting-using-the-ft/#comment-3584</guid>
		<description>Hello,
I've tried to compile in Visual C++ 2008 express and got error in smbFft function at row:
            for (k = 0, le = 2; k &lt; (long)(log(fftFrameSize)/log(2.)+.5); k++) {
compiler error, log(long _x) is not exist.

so I just replaced this by:
	//updated by asida [AT] centrum [DOT] cz
	long eol = (long)(log((double)fftFrameSize)/log(2.0)+.5);
	//for (k = 0, le = 2; k &lt; (long)(log(fftFrameSize)/log(2.)+.5); k++) {
	for (k = 0, le = 2; k &lt; eol; k++) {
</description>
		<content:encoded><![CDATA[<p>Hello,<br />
I&#8217;ve tried to compile in Visual C++ 2008 express and got error in smbFft function at row:<br />
            for (k = 0, le = 2; k < (long)(log(fftFrameSize)/log(2.)+.5); k++) {<br />
compiler error, log(long _x) is not exist.</p>
<p>so I just replaced this by:<br />
	//updated by asida [AT] centrum [DOT] cz<br />
	long eol = (long)(log((double)fftFrameSize)/log(2.0)+.5);<br />
	//for (k = 0, le = 2; k < (long)(log(fftFrameSize)/log(2.)+.5); k++) {<br />
	for (k = 0, le = 2; k < eol; k++) {</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on The DFT &#8220;à Pied&#8221;: Mastering The Fourier Transform in One Day by Kyle Mew</title>
		<link>http://www.dspdimension.com/admin/dft-a-pied/#comment-3531</link>
		<dc:creator>Kyle Mew</dc:creator>
		<pubDate>Fri, 29 May 2009 21:08:10 +0000</pubDate>
		<guid>http://www.dspdimension.com/admin/dft-a-pied/#comment-3531</guid>
		<description>very good - i've been looking for a jargon free explanation of dft and fft for ages - and this is just that - thank you</description>
		<content:encoded><![CDATA[<p>very good - i&#8217;ve been looking for a jargon free explanation of dft and fft for ages - and this is just that - thank you</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on The DFT &#8220;à Pied&#8221;: Mastering The Fourier Transform in One Day by Kyle Mew</title>
		<link>http://www.dspdimension.com/admin/dft-a-pied/#comment-3530</link>
		<dc:creator>Kyle Mew</dc:creator>
		<pubDate>Fri, 29 May 2009 16:10:21 +0000</pubDate>
		<guid>http://www.dspdimension.com/admin/dft-a-pied/#comment-3530</guid>
		<description>Thanks for this - it was very clear and well explained</description>
		<content:encoded><![CDATA[<p>Thanks for this - it was very clear and well explained</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on On the Importance Of Formants In Pitch Shifting by Rainfly_X</title>
		<link>http://www.dspdimension.com/admin/formants-pitch-shifting/#comment-3514</link>
		<dc:creator>Rainfly_X</dc:creator>
		<pubDate>Mon, 25 May 2009 17:10:33 +0000</pubDate>
		<guid>http://www.dspdimension.com/admin/formants-pitch-shifting/#comment-3514</guid>
		<description>Taimoor, I think I can answer your question. Formant frequencies aren't dependent on the fundamental frequency (pitch) of the note, they depend on the vocal tract of the singer. So lets say you move the formants without changing the pitch. You can make the singer sound like a little girl or a Russian swimmer, but it's still the same note on a scale. That's why you don't want to move the formants when you pitch shift, because it's the note that's changing, not the vocal tract of the singer.</description>
		<content:encoded><![CDATA[<p>Taimoor, I think I can answer your question. Formant frequencies aren&#8217;t dependent on the fundamental frequency (pitch) of the note, they depend on the vocal tract of the singer. So lets say you move the formants without changing the pitch. You can make the singer sound like a little girl or a Russian swimmer, but it&#8217;s still the same note on a scale. That&#8217;s why you don&#8217;t want to move the formants when you pitch shift, because it&#8217;s the note that&#8217;s changing, not the vocal tract of the singer.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Pitch Shifting Using The Fourier Transform by ApplistarVN</title>
		<link>http://www.dspdimension.com/admin/pitch-shifting-using-the-ft/#comment-3512</link>
		<dc:creator>ApplistarVN</dc:creator>
		<pubDate>Mon, 25 May 2009 04:01:06 +0000</pubDate>
		<guid>http://www.dspdimension.com/admin/pitch-shifting-using-the-ft/#comment-3512</guid>
		<description>Thank you very much.</description>
		<content:encoded><![CDATA[<p>Thank you very much.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Pitch Shifting Using The Fourier Transform by Bernsee</title>
		<link>http://www.dspdimension.com/admin/pitch-shifting-using-the-ft/#comment-3509</link>
		<dc:creator>Bernsee</dc:creator>
		<pubDate>Sat, 23 May 2009 14:02:13 +0000</pubDate>
		<guid>http://www.dspdimension.com/admin/pitch-shifting-using-the-ft/#comment-3509</guid>
		<description>The most likely cause why this doesn't work is that your buffer contains 2 channels that are interlaced (left, right, left, right). smbPitchShift can only process single channel (mono) sound data. I would recommend you post any followup questions to our forum, thank you!</description>
		<content:encoded><![CDATA[<p>The most likely cause why this doesn&#8217;t work is that your buffer contains 2 channels that are interlaced (left, right, left, right). smbPitchShift can only process single channel (mono) sound data. I would recommend you post any followup questions to our forum, thank you!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Pitch Shifting Using The Fourier Transform by ApplistarVN</title>
		<link>http://www.dspdimension.com/admin/pitch-shifting-using-the-ft/#comment-3508</link>
		<dc:creator>ApplistarVN</dc:creator>
		<pubDate>Sat, 23 May 2009 13:53:07 +0000</pubDate>
		<guid>http://www.dspdimension.com/admin/pitch-shifting-using-the-ft/#comment-3508</guid>
		<description>Hi,
Thank you for your tutorial. I have met a problem with it, please help me!
I have tried it with my sound data having size as 65536 bytes. Its format is kAudioFormatLinearPCM, mSamplRate is 44100 Hz, 2channels/frame (it is stereo). I call the function as: 
smbPitchShift (1.0, (long)65536/2, (long)2048, (long)32, 44100.0, inData,outData)
but the output voice is very very noisy.
inData and outData are float[65536/2] and inData contains all original sound data.
I also have scaled inData, outData (device and multi with 32768) but I don't know why it is too noisy.</description>
		<content:encoded><![CDATA[<p>Hi,<br />
Thank you for your tutorial. I have met a problem with it, please help me!<br />
I have tried it with my sound data having size as 65536 bytes. Its format is kAudioFormatLinearPCM, mSamplRate is 44100 Hz, 2channels/frame (it is stereo). I call the function as:<br />
smbPitchShift (1.0, (long)65536/2, (long)2048, (long)32, 44100.0, inData,outData)<br />
but the output voice is very very noisy.<br />
inData and outData are float[65536/2] and inData contains all original sound data.<br />
I also have scaled inData, outData (device and multi with 32768) but I don&#8217;t know why it is too noisy.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on On the Importance Of Formants In Pitch Shifting by Taimoor Ahmed</title>
		<link>http://www.dspdimension.com/admin/formants-pitch-shifting/#comment-3410</link>
		<dc:creator>Taimoor Ahmed</dc:creator>
		<pubDate>Fri, 08 May 2009 06:18:25 +0000</pubDate>
		<guid>http://www.dspdimension.com/admin/formants-pitch-shifting/#comment-3410</guid>
		<description>Hello!!
I would like to ask One baisc Question:
If Pitch is the fundamental frequency then are the formant integral multiples of Pitch i.e the harmonics?? I mean are they on 2f,3f,4f...so on???</description>
		<content:encoded><![CDATA[<p>Hello!!<br />
I would like to ask One baisc Question:<br />
If Pitch is the fundamental frequency then are the formant integral multiples of Pitch i.e the harmonics?? I mean are they on 2f,3f,4f&#8230;so on???</p>
]]></content:encoded>
	</item>
</channel>
</rss>
