<?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: Linear to log conversion</title>
	<atom:link href="http://www.dsplog.com/2008/11/20/linear-to-log-conversion/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.dsplog.com/2008/11/20/linear-to-log-conversion/</link>
	<description>Signal Processing for Communication</description>
	<lastBuildDate>Thu, 04 Mar 2010 16:31:39 +0530</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.4</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Krishna Sankar</title>
		<link>http://www.dsplog.com/2008/11/20/linear-to-log-conversion/#comment-16641</link>
		<dc:creator>Krishna Sankar</dc:creator>
		<pubDate>Sun, 06 Dec 2009 11:32:07 +0000</pubDate>
		<guid isPermaLink="false">http://www.dsplog.com/?p=263#comment-16641</guid>
		<description>@Sibo: Well, did the idea in this post help you?</description>
		<content:encoded><![CDATA[<p>@Sibo: Well, did the idea in this post help you?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Sibo</title>
		<link>http://www.dsplog.com/2008/11/20/linear-to-log-conversion/#comment-15901</link>
		<dc:creator>Sibo</dc:creator>
		<pubDate>Mon, 23 Nov 2009 06:51:01 +0000</pubDate>
		<guid isPermaLink="false">http://www.dsplog.com/?p=263#comment-15901</guid>
		<description>i need help i have to builld an audio power meter, right am stuk i need a linear to logarithm converter circuit</description>
		<content:encoded><![CDATA[<p>i need help i have to builld an audio power meter, right am stuk i need a linear to logarithm converter circuit</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Krishna Pillai</title>
		<link>http://www.dsplog.com/2008/11/20/linear-to-log-conversion/#comment-3297</link>
		<dc:creator>Krishna Pillai</dc:creator>
		<pubDate>Wed, 03 Dec 2008 01:02:04 +0000</pubDate>
		<guid isPermaLink="false">http://www.dsplog.com/?p=263#comment-3297</guid>
		<description>@sandeep: Oh, yes :) I corrected the equation in the post to j = (N/2^E -1)2^k. 
Thanks for the close review.</description>
		<content:encoded><![CDATA[<p>@sandeep: Oh, yes <img src='http://www.dsplog.com/db-install/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' />  I corrected the equation in the post to j = (N/2^E -1)2^k.<br />
Thanks for the close review.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: sandeep</title>
		<link>http://www.dsplog.com/2008/11/20/linear-to-log-conversion/#comment-3287</link>
		<dc:creator>sandeep</dc:creator>
		<pubDate>Tue, 02 Dec 2008 04:27:27 +0000</pubDate>
		<guid isPermaLink="false">http://www.dsplog.com/?p=263#comment-3287</guid>
		<description>Guess I was not clear. In your write-up you have written
j = (M/2^E -1)2^k. Agee? Now in Matlab code it is
j = (N/2^E -1)2^k. Agree? if yes then both doesnot match.</description>
		<content:encoded><![CDATA[<p>Guess I was not clear. In your write-up you have written<br />
j = (M/2^E -1)2^k. Agee? Now in Matlab code it is<br />
j = (N/2^E -1)2^k. Agree? if yes then both doesnot match.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Krishna Pillai</title>
		<link>http://www.dsplog.com/2008/11/20/linear-to-log-conversion/#comment-3279</link>
		<dc:creator>Krishna Pillai</dc:creator>
		<pubDate>Tue, 02 Dec 2008 01:20:37 +0000</pubDate>
		<guid isPermaLink="false">http://www.dsplog.com/?p=263#comment-3279</guid>
		<description>@sandeep: No, it is indeed M. The index j is used for finding only the mantissa part. 

k need not be related to bitwidth of N. k just defines the depth of the LUT; higher the value of k, better the precision. 

Makes sense?</description>
		<content:encoded><![CDATA[<p>@sandeep: No, it is indeed M. The index j is used for finding only the mantissa part. </p>
<p>k need not be related to bitwidth of N. k just defines the depth of the LUT; higher the value of k, better the precision. </p>
<p>Makes sense?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: sandeep</title>
		<link>http://www.dsplog.com/2008/11/20/linear-to-log-conversion/#comment-3265</link>
		<dc:creator>sandeep</dc:creator>
		<pubDate>Mon, 01 Dec 2008 09:25:28 +0000</pubDate>
		<guid isPermaLink="false">http://www.dsplog.com/?p=263#comment-3265</guid>
		<description>Hi
Nice article..Some minor correction
In equation for j, there should N instead of M.
Also i think choice of k should be related to bit width of N. Have you defined it?
Regards</description>
		<content:encoded><![CDATA[<p>Hi<br />
Nice article..Some minor correction<br />
In equation for j, there should N instead of M.<br />
Also i think choice of k should be related to bit width of N. Have you defined it?<br />
Regards</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Krishna Pillai</title>
		<link>http://www.dsplog.com/2008/11/20/linear-to-log-conversion/#comment-3172</link>
		<dc:creator>Krishna Pillai</dc:creator>
		<pubDate>Tue, 25 Nov 2008 01:01:55 +0000</pubDate>
		<guid isPermaLink="false">http://www.dsplog.com/?p=263#comment-3172</guid>
		<description>@vasundhara: Sorry, I do not have the source code. Typically I only try to help the reader to debug the model rather than writing the code myself. Kindly do email if you have explicit queries.</description>
		<content:encoded><![CDATA[<p>@vasundhara: Sorry, I do not have the source code. Typically I only try to help the reader to debug the model rather than writing the code myself. Kindly do email if you have explicit queries.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
