<?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: Crest factor, Square roots &amp; neat algorithms</title>
	<atom:link href="http://embeddedgurus.com/stack-overflow/2007/04/crest-factor-square-roots-neat-algorithms/feed/" rel="self" type="application/rss+xml" />
	<link>http://embeddedgurus.com/stack-overflow/2007/04/crest-factor-square-roots-neat-algorithms/</link>
	<description>Thoughts on embedded systems by Nigel Jones</description>
	<lastBuildDate>Sun, 06 May 2012 10:34:02 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: Ian Johns</title>
		<link>http://embeddedgurus.com/stack-overflow/2007/04/crest-factor-square-roots-neat-algorithms/comment-page-1/#comment-2186</link>
		<dc:creator>Ian Johns</dc:creator>
		<pubDate>Wed, 29 Sep 2010 18:25:37 +0000</pubDate>
		<guid isPermaLink="false">http://www.gfcdev.org/test-stack/2007/04/21/crest-factor-square-roots-neat-algorithms/#comment-2186</guid>
		<description>Now that we&#039;ve got that handled, I originally looked at this post because I was forwarded the following square root PDF : http://www.worldserver.com/turk/computergraphics/FixedSqrt.pdf .

Although I am good at math, what that really means is that I&#039;m now old enough &amp; smart enough (&amp; lazy enough) to realize I can&#039;t readily compare these two algorithms.  They perform somewhat similar operations but that does not guarantee that they are similar in concept.

Anyone care to compare/contrast these two approaches?</description>
		<content:encoded><![CDATA[<p>Now that we&#8217;ve got that handled, I originally looked at this post because I was forwarded the following square root PDF : <a href="http://www.worldserver.com/turk/computergraphics/FixedSqrt.pdf" rel="nofollow">http://www.worldserver.com/turk/computergraphics/FixedSqrt.pdf</a> .</p>
<p>Although I am good at math, what that really means is that I&#8217;m now old enough &amp; smart enough (&amp; lazy enough) to realize I can&#8217;t readily compare these two algorithms.  They perform somewhat similar operations but that does not guarantee that they are similar in concept.</p>
<p>Anyone care to compare/contrast these two approaches?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ian Johns</title>
		<link>http://embeddedgurus.com/stack-overflow/2007/04/crest-factor-square-roots-neat-algorithms/comment-page-1/#comment-2185</link>
		<dc:creator>Ian Johns</dc:creator>
		<pubDate>Wed, 29 Sep 2010 18:10:29 +0000</pubDate>
		<guid isPermaLink="false">http://www.gfcdev.org/test-stack/2007/04/21/crest-factor-square-roots-neat-algorithms/#comment-2185</guid>
		<description>Ah OK, I see the modification in the post (which now makes more sense) AND I now see how Wordpress removes all text between a &#039;less-than&#039; &amp; &#039;greater-than&#039; sign. What kind of blog control is that?!</description>
		<content:encoded><![CDATA[<p>Ah OK, I see the modification in the post (which now makes more sense) AND I now see how WordPress removes all text between a &#8216;less-than&#8217; &amp; &#8216;greater-than&#8217; sign. What kind of blog control is that?!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Nigel Jones</title>
		<link>http://embeddedgurus.com/stack-overflow/2007/04/crest-factor-square-roots-neat-algorithms/comment-page-1/#comment-2184</link>
		<dc:creator>Nigel Jones</dc:creator>
		<pubDate>Wed, 29 Sep 2010 17:44:34 +0000</pubDate>
		<guid isPermaLink="false">http://www.gfcdev.org/test-stack/2007/04/21/crest-factor-square-roots-neat-algorithms/#comment-2184</guid>
		<description>Ian:
You weren&#039;t going mad. This post was originally written using Google&#039;s blogger. A few months ago we switched to Wordpress. However the automated blog converter clearly has a few holes in it as it completely mangled the offending line. Anyway I have updated the post so that hopefully it makes a bit more sense now.</description>
		<content:encoded><![CDATA[<p>Ian:<br />
You weren&#8217;t going mad. This post was originally written using Google&#8217;s blogger. A few months ago we switched to WordPress. However the automated blog converter clearly has a few holes in it as it completely mangled the offending line. Anyway I have updated the post so that hopefully it makes a bit more sense now.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ian Johns</title>
		<link>http://embeddedgurus.com/stack-overflow/2007/04/crest-factor-square-roots-neat-algorithms/comment-page-1/#comment-2183</link>
		<dc:creator>Ian Johns</dc:creator>
		<pubDate>Wed, 29 Sep 2010 17:28:50 +0000</pubDate>
		<guid isPermaLink="false">http://www.gfcdev.org/test-stack/2007/04/21/crest-factor-square-roots-neat-algorithms/#comment-2183</guid>
		<description>OK.  I hate post modification. I hope you can figure which operator by context.

Stupid post editors.</description>
		<content:encoded><![CDATA[<p>OK.  I hate post modification. I hope you can figure which operator by context.</p>
<p>Stupid post editors.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ian Johns</title>
		<link>http://embeddedgurus.com/stack-overflow/2007/04/crest-factor-square-roots-neat-algorithms/comment-page-1/#comment-2182</link>
		<dc:creator>Ian Johns</dc:creator>
		<pubDate>Wed, 29 Sep 2010 17:28:05 +0000</pubDate>
		<guid isPermaLink="false">http://www.gfcdev.org/test-stack/2007/04/21/crest-factor-square-roots-neat-algorithms/#comment-2182</guid>
		<description>Sigh. The post killed the operator in question.  It was the &#039;&#039;. In Basic, that&#039;s equivalent to !=; but what is that operator in C?</description>
		<content:encoded><![CDATA[<p>Sigh. The post killed the operator in question.  It was the &#8221;. In Basic, that&#8217;s equivalent to !=; but what is that operator in C?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ian Johns</title>
		<link>http://embeddedgurus.com/stack-overflow/2007/04/crest-factor-square-roots-neat-algorithms/comment-page-1/#comment-2181</link>
		<dc:creator>Ian Johns</dc:creator>
		<pubDate>Wed, 29 Sep 2010 17:26:51 +0000</pubDate>
		<guid isPermaLink="false">http://www.gfcdev.org/test-stack/2007/04/21/crest-factor-square-roots-neat-algorithms/#comment-2181</guid>
		<description>What is the  operator? :

  rem = ((rem  14));</description>
		<content:encoded><![CDATA[<p>What is the  operator? :</p>
<p>  rem = ((rem  14));</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Anonymous</title>
		<link>http://embeddedgurus.com/stack-overflow/2007/04/crest-factor-square-roots-neat-algorithms/comment-page-1/#comment-8</link>
		<dc:creator>Anonymous</dc:creator>
		<pubDate>Wed, 25 Apr 2007 18:59:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.gfcdev.org/test-stack/2007/04/21/crest-factor-square-roots-neat-algorithms/#comment-8</guid>
		<description>Nigel,I stumbled across your blog recently and would like to compliment you on your &quot;embedded&quot; outlook. Your posts are always focussed and refreshing.Please keep them coming.-R.</description>
		<content:encoded><![CDATA[<p>Nigel,I stumbled across your blog recently and would like to compliment you on your &#8220;embedded&#8221; outlook. Your posts are always focussed and refreshing.Please keep them coming.-R.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

