<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0">
  <channel>
    <link>http://www.mathworks.com/matlabcentral/newsreader/view_thread/253087</link>
    <title>MATLAB Central Newsreader - entropy to signal</title>
    <description>Feed for thread: entropy to signal</description>
    <language>en-us</language>
    <copyright>&amp;copy;1994-2012 by MathWorks, Inc.</copyright>
    <webmaster>webmaster@mathworks.com</webmaster>
    <generator>MATLAB Central Newsreader</generator>
    <docs>http://blogs.law.harvard.edu/tech/rss</docs>
    <ttl>60</ttl>
    <image>
      <title>MathWorks</title>
      <url>http://www.mathworks.com/images/membrane_icon.gif</url>
    </image>
    <item>
      <pubDate>Sun, 07 Jun 2009 21:23:01 -0400</pubDate>
      <title>entropy to signal</title>
      <link>http://www.mathworks.com/matlabcentral/newsreader/view_thread/253087#655231</link>
      <author>george </author>
      <description>How can I compute entropy?not to an image but to a signal?</description>
    </item>
    <item>
      <pubDate>Sun, 07 Jun 2009 21:39:01 -0400</pubDate>
      <title>Re: entropy to signal</title>
      <link>http://www.mathworks.com/matlabcentral/newsreader/view_thread/253087#655234</link>
      <author>Sprinceana </author>
      <description>&quot;george &quot; &amp;lt;qwerty6542@yahoo.gr&amp;gt; wrote in message &amp;lt;h0hb3l$k76$1@fred.mathworks.com&amp;gt;...&lt;br&gt;
&amp;gt; How can I compute entropy?not to an image but to a signal?&lt;br&gt;
&lt;br&gt;
Here is a link that can help you:&lt;br&gt;
&lt;br&gt;
&lt;a href=&quot;http://www.cs.rug.nl/~rudy/matlab/doc/entropy.html&quot;&gt;http://www.cs.rug.nl/~rudy/matlab/doc/entropy.html&lt;/a&gt;</description>
    </item>
    <item>
      <pubDate>Thu, 03 Jun 2010 00:04:05 -0400</pubDate>
      <title>Re: entropy to signal</title>
      <link>http://www.mathworks.com/matlabcentral/newsreader/view_thread/253087#751213</link>
      <author>Aino </author>
      <description>Hello,&lt;br&gt;
&lt;br&gt;
I am trying to accomplish the same as george. I have found several codes that all claim that they calculate signal entropy, but interestingly I haven't been able to calculate the same or even closely the same entropy with the codes. &lt;br&gt;
&lt;br&gt;
That previous link to Matlab's signal entropy won't help me, but the m-file would. Unfortunately my Matlab has also a function called entropy, but it is for a greyscale picture:&lt;br&gt;
&lt;br&gt;
&lt;a href=&quot;http://www.mathworks.com/access/helpdesk/help/toolbox/images/entropy.html&quot;&gt;http://www.mathworks.com/access/helpdesk/help/toolbox/images/entropy.html&lt;/a&gt;&lt;br&gt;
&lt;br&gt;
Could anyone please tell me where I could get that Matlab's signal entropy m-file that Sprinceana pointed out?&lt;br&gt;
&lt;br&gt;
Thank you,&lt;br&gt;
Aino&lt;br&gt;
&lt;br&gt;
&lt;br&gt;
&quot;Sprinceana &quot; &amp;lt;mihaispr@yahoo.com&amp;gt; wrote in message &amp;lt;h0hc1l$li7$1@fred.mathworks.com&amp;gt;...&lt;br&gt;
&amp;gt; &quot;george &quot; &amp;lt;qwerty6542@yahoo.gr&amp;gt; wrote in message &amp;lt;h0hb3l$k76$1@fred.mathworks.com&amp;gt;...&lt;br&gt;
&amp;gt; &amp;gt; How can I compute entropy?not to an image but to a signal?&lt;br&gt;
&amp;gt; &lt;br&gt;
&amp;gt; Here is a link that can help you:&lt;br&gt;
&amp;gt; &lt;br&gt;
&amp;gt; &lt;a href=&quot;http://www.cs.rug.nl/~rudy/matlab/doc/entropy.html&quot;&gt;http://www.cs.rug.nl/~rudy/matlab/doc/entropy.html&lt;/a&gt;</description>
    </item>
    <item>
      <pubDate>Thu, 03 Jun 2010 00:16:46 -0400</pubDate>
      <title>Re: entropy to signal</title>
      <link>http://www.mathworks.com/matlabcentral/newsreader/view_thread/253087#751215</link>
      <author>Walter Roberson</author>
      <description>Aino wrote:&lt;br&gt;
&lt;br&gt;
&amp;gt; Could anyone please tell me where I could get that Matlab's signal &lt;br&gt;
&amp;gt; entropy m-file that Sprinceana pointed out?&lt;br&gt;
&lt;br&gt;
The link to the source was at the bottom of that page:&lt;br&gt;
&lt;br&gt;
&lt;a href=&quot;http://www.cs.rug.nl/~rudy/matlab/source/entropy.m&quot;&gt;http://www.cs.rug.nl/~rudy/matlab/source/entropy.m&lt;/a&gt;&lt;br&gt;
&lt;br&gt;
Note that that is not a Mathworks file: it was written by Rudy Moddemeijer&lt;br&gt;
&lt;a href=&quot;http://www.cs.rug.nl/~rudy/matlab/&quot;&gt;http://www.cs.rug.nl/~rudy/matlab/&lt;/a&gt;</description>
    </item>
    <item>
      <pubDate>Thu, 03 Jun 2010 00:24:21 -0400</pubDate>
      <title>Re: entropy to signal</title>
      <link>http://www.mathworks.com/matlabcentral/newsreader/view_thread/253087#751218</link>
      <author>Aino </author>
      <description>Wow,&lt;br&gt;
&lt;br&gt;
I must have been blind.. Thank you. :)&lt;br&gt;
&lt;br&gt;
-Aino&lt;br&gt;
&lt;br&gt;
Walter Roberson &amp;lt;roberson@hushmail.com&amp;gt; wrote in message &amp;lt;PvCNn.39391$Ak3.37102@newsfe16.iad&amp;gt;...&lt;br&gt;
&amp;gt; Aino wrote:&lt;br&gt;
&amp;gt; &lt;br&gt;
&amp;gt; &amp;gt; Could anyone please tell me where I could get that Matlab's signal &lt;br&gt;
&amp;gt; &amp;gt; entropy m-file that Sprinceana pointed out?&lt;br&gt;
&amp;gt; &lt;br&gt;
&amp;gt; The link to the source was at the bottom of that page:&lt;br&gt;
&amp;gt; &lt;br&gt;
&amp;gt; &lt;a href=&quot;http://www.cs.rug.nl/~rudy/matlab/source/entropy.m&quot;&gt;http://www.cs.rug.nl/~rudy/matlab/source/entropy.m&lt;/a&gt;&lt;br&gt;
&amp;gt; &lt;br&gt;
&amp;gt; Note that that is not a Mathworks file: it was written by Rudy Moddemeijer&lt;br&gt;
&amp;gt; &lt;a href=&quot;http://www.cs.rug.nl/~rudy/matlab/&quot;&gt;http://www.cs.rug.nl/~rudy/matlab/&lt;/a&gt;</description>
    </item>
    <item>
      <pubDate>Thu, 03 Jun 2010 00:51:21 -0400</pubDate>
      <title>Re: entropy to signal</title>
      <link>http://www.mathworks.com/matlabcentral/newsreader/view_thread/253087#751223</link>
      <author>Aino </author>
      <description>So, just to be safe, it is reasonable that the following signal has an entropy of 2.1472?:&lt;br&gt;
&lt;br&gt;
y=1*sin(2*[1:100])+2*sin(0.5*[1:100]).^2+3*sin(0.1*[1:100]);&lt;br&gt;
&lt;br&gt;
This is what I got using that code. I feel that entropy seems a rather random measure..&lt;br&gt;
&lt;br&gt;
-Aino&lt;br&gt;
&lt;br&gt;
&lt;br&gt;
&quot;Aino&quot; &amp;lt;aino.tietavainen@removeThis.helsinki.fi&amp;gt; wrote in message &amp;lt;hu6snl$c8q$1@fred.mathworks.com&amp;gt;...&lt;br&gt;
&amp;gt; Wow,&lt;br&gt;
&amp;gt; &lt;br&gt;
&amp;gt; I must have been blind.. Thank you. :)&lt;br&gt;
&amp;gt; &lt;br&gt;
&amp;gt; -Aino&lt;br&gt;
&amp;gt; &lt;br&gt;
&amp;gt; Walter Roberson &amp;lt;roberson@hushmail.com&amp;gt; wrote in message &amp;lt;PvCNn.39391$Ak3.37102@newsfe16.iad&amp;gt;...&lt;br&gt;
&amp;gt; &amp;gt; Aino wrote:&lt;br&gt;
&amp;gt; &amp;gt; &lt;br&gt;
&amp;gt; &amp;gt; &amp;gt; Could anyone please tell me where I could get that Matlab's signal &lt;br&gt;
&amp;gt; &amp;gt; &amp;gt; entropy m-file that Sprinceana pointed out?&lt;br&gt;
&amp;gt; &amp;gt; &lt;br&gt;
&amp;gt; &amp;gt; The link to the source was at the bottom of that page:&lt;br&gt;
&amp;gt; &amp;gt; &lt;br&gt;
&amp;gt; &amp;gt; &lt;a href=&quot;http://www.cs.rug.nl/~rudy/matlab/source/entropy.m&quot;&gt;http://www.cs.rug.nl/~rudy/matlab/source/entropy.m&lt;/a&gt;&lt;br&gt;
&amp;gt; &amp;gt; &lt;br&gt;
&amp;gt; &amp;gt; Note that that is not a Mathworks file: it was written by Rudy Moddemeijer&lt;br&gt;
&amp;gt; &amp;gt; &lt;a href=&quot;http://www.cs.rug.nl/~rudy/matlab/&quot;&gt;http://www.cs.rug.nl/~rudy/matlab/&lt;/a&gt;</description>
    </item>
    <item>
      <pubDate>Thu, 03 Jun 2010 04:02:06 -0400</pubDate>
      <title>Re: entropy to signal</title>
      <link>http://www.mathworks.com/matlabcentral/newsreader/view_thread/253087#751242</link>
      <author>Walter Roberson</author>
      <description>Aino wrote:&lt;br&gt;
&amp;gt; So, just to be safe, it is reasonable that the following signal has an &lt;br&gt;
&amp;gt; entropy of 2.1472?:&lt;br&gt;
&amp;gt; &lt;br&gt;
&amp;gt; y=1*sin(2*[1:100])+2*sin(0.5*[1:100]).^2+3*sin(0.1*[1:100]);&lt;br&gt;
&amp;gt; &lt;br&gt;
&amp;gt; This is what I got using that code. I feel that entropy seems a rather &lt;br&gt;
&amp;gt; random measure..&lt;br&gt;
&lt;br&gt;
Sorry, no idea; it would take me a bit of time to work that out, and I'd &lt;br&gt;
probably be using a different entropy measure.</description>
    </item>
    <item>
      <pubDate>Fri, 04 Jun 2010 02:32:53 -0400</pubDate>
      <title>Re: entropy to signal</title>
      <link>http://www.mathworks.com/matlabcentral/newsreader/view_thread/253087#751600</link>
      <author>Steven Lord</author>
      <description>&lt;br&gt;
&quot;Aino&quot; &amp;lt;aino.tietavainen@removeThis.helsinki.fi&amp;gt; wrote in message &lt;br&gt;
news:hu6ua9$qb3$1@fred.mathworks.com...&lt;br&gt;
&amp;gt; So, just to be safe, it is reasonable that the following signal has an &lt;br&gt;
&amp;gt; entropy of 2.1472?:&lt;br&gt;
&amp;gt;&lt;br&gt;
&amp;gt; y=1*sin(2*[1:100])+2*sin(0.5*[1:100]).^2+3*sin(0.1*[1:100]);&lt;br&gt;
&amp;gt;&lt;br&gt;
&amp;gt; This is what I got using that code. I feel that entropy seems a rather &lt;br&gt;
&amp;gt; random measure..&lt;br&gt;
&lt;br&gt;
You might want to try working out the examples given on the documentation &lt;br&gt;
page for that function on your own, to see if your results match those of &lt;br&gt;
the function.&lt;br&gt;
&lt;br&gt;
&lt;a href=&quot;http://www.cs.rug.nl/~rudy/matlab/doc/entropy.html&quot;&gt;http://www.cs.rug.nl/~rudy/matlab/doc/entropy.html&lt;/a&gt;&lt;br&gt;
&lt;br&gt;
The references on that page may help you understand what the code is doing &lt;br&gt;
as well.&lt;br&gt;
&lt;br&gt;
-- &lt;br&gt;
Steve Lord&lt;br&gt;
slord@mathworks.com&lt;br&gt;
comp.soft-sys.matlab (CSSM) FAQ: &lt;a href=&quot;http://matlabwiki.mathworks.com/MATLAB_FAQ&quot;&gt;http://matlabwiki.mathworks.com/MATLAB_FAQ&lt;/a&gt;&lt;br&gt;
To contact Technical Support use the Contact Us link on &lt;br&gt;
&lt;a href=&quot;http://www.mathworks.com&quot;&gt;http://www.mathworks.com&lt;/a&gt; </description>
    </item>
  </channel>
</rss>

