<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0">
  <channel>
    <link>http://www.mathworks.com/matlabcentral/newsreader/view_thread/248706</link>
    <title>MATLAB Central Newsreader - how to transform the power spectra image into spectrum diagram?</title>
    <description>Feed for thread: how to transform the power spectra image into spectrum diagram?</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>Thu, 09 Apr 2009 10:07:17 -0400</pubDate>
      <title>how to transform the power spectra image into spectrum diagram?</title>
      <link>http://www.mathworks.com/matlabcentral/newsreader/view_thread/248706#641603</link>
      <author>islinaismail@gmail.com</author>
      <description>hye...&lt;br&gt;
&lt;br&gt;
how to transform the power spectra image (through fft2 process) into&lt;br&gt;
spectrum diagram?is anyone know the codes in matlab?&lt;br&gt;
thanks...</description>
    </item>
    <item>
      <pubDate>Thu, 09 Apr 2009 11:08:21 -0400</pubDate>
      <title>Re: how to transform the power spectra image into spectrum diagram?</title>
      <link>http://www.mathworks.com/matlabcentral/newsreader/view_thread/248706#641608</link>
      <author>Nasser Abbasi</author>
      <description>&lt;br&gt;
&amp;lt;islinaismail@gmail.com&amp;gt; wrote in message &lt;br&gt;
news:e86ceb09-d620-496d-a2a3-fa987954c5d9@k8g2000yqn.googlegroups.com...&lt;br&gt;
&amp;gt; hye...&lt;br&gt;
&amp;gt;&lt;br&gt;
&amp;gt; how to transform the power spectra image (through fft2 process) into&lt;br&gt;
&amp;gt; spectrum diagram?is anyone know the codes in matlab?&lt;br&gt;
&amp;gt; thanks...&lt;br&gt;
&lt;br&gt;
The power spectrum is the square of the magnitude of the spectrum?&lt;br&gt;
&lt;br&gt;
So, just take the square root of the PSD you'll get |X(w)|&lt;br&gt;
&lt;br&gt;
--Nasser</description>
    </item>
    <item>
      <pubDate>Thu, 09 Apr 2009 11:52:32 -0400</pubDate>
      <title>Re: how to transform the power spectra image into spectrum diagram?</title>
      <link>http://www.mathworks.com/matlabcentral/newsreader/view_thread/248706#641621</link>
      <author>islinaismail@gmail.com</author>
      <description>I want to ask...is it possible to differentiate 2 different images by&lt;br&gt;
using the fft2 function in matlab?&lt;br&gt;
If i'm not mistaken, fft2 converts the image into cos and sin&lt;br&gt;
function..Is it possible to differentiate the images (power spectrum&lt;br&gt;
image) by looking only at its phase and magnitude diagram?thanks..</description>
    </item>
    <item>
      <pubDate>Thu, 09 Apr 2009 12:08:33 -0400</pubDate>
      <title>Re: how to transform the power spectra image into spectrum diagram?</title>
      <link>http://www.mathworks.com/matlabcentral/newsreader/view_thread/248706#641628</link>
      <author>Nasser Abbasi</author>
      <description>&lt;br&gt;
&amp;lt;islinaismail@gmail.com&amp;gt; wrote in message &lt;br&gt;
news:12b90af4-28c5-42f5-bf54-4234749f1364@r28g2000vbp.googlegroups.com...&lt;br&gt;
&amp;gt;I want to ask...is it possible to differentiate 2 different images by&lt;br&gt;
&amp;gt; using the fft2 function in matlab?&lt;br&gt;
&amp;gt; If i'm not mistaken, fft2 converts the image into cos and sin&lt;br&gt;
&amp;gt; function..Is it possible to differentiate the images (power spectrum&lt;br&gt;
&amp;gt; image) by looking only at its phase and magnitude diagram?thanks..&lt;br&gt;
&lt;br&gt;
I think you are mixing terms a little here.&lt;br&gt;
&lt;br&gt;
PSD is not the spectrum. PSD has no phase information in it, only magnitude &lt;br&gt;
information of the spectrum. PSD=|X(w)|^2.&lt;br&gt;
&lt;br&gt;
Therefore, different images can give the same PSD, it is not unique.&lt;br&gt;
&lt;br&gt;
You need both phase and magnitude.  If you are looking at spectrum only, &lt;br&gt;
then looking at the magnitude and phase of each image spectrum, you can tell &lt;br&gt;
if these are from same or different image if both magnitude *and* phase data &lt;br&gt;
is exactly the same or not.&lt;br&gt;
&lt;br&gt;
--Nasser </description>
    </item>
    <item>
      <pubDate>Thu, 09 Apr 2009 12:49:46 -0400</pubDate>
      <title>Re: how to transform the power spectra image into spectrum diagram?</title>
      <link>http://www.mathworks.com/matlabcentral/newsreader/view_thread/248706#641634</link>
      <author>islinaismail@gmail.com</author>
      <description>Oh...i see....but,let say if i have 2 images that absolutely same but&lt;br&gt;
was captured in the different angle/direction.Does fft2 can detect it&lt;br&gt;
as the same image source not? thanks...</description>
    </item>
    <item>
      <pubDate>Thu, 09 Apr 2009 13:19:01 -0400</pubDate>
      <title>Re: how to transform the power spectra image into spectrum diagram?</title>
      <link>http://www.mathworks.com/matlabcentral/newsreader/view_thread/248706#641643</link>
      <author>Dave Robinson</author>
      <description>islinaismail@gmail.com wrote in message &amp;lt;a0e8c843-4124-4c2c-8bbf-ef1fb8aeb646@t11g2000vbc.googlegroups.com&amp;gt;...&lt;br&gt;
&amp;gt; Oh...i see....but,let say if i have 2 images that absolutely same but&lt;br&gt;
&amp;gt; was captured in the different angle/direction.Does fft2 can detect it&lt;br&gt;
&amp;gt; as the same image source not? thanks...&lt;br&gt;
&lt;br&gt;
No - they will be detected as different images. The 2D transform gets rotated by the same amount as the original image subject, and thus will not match.&lt;br&gt;
&lt;br&gt;
Regards&lt;br&gt;
&lt;br&gt;
Dave Robinson</description>
    </item>
    <item>
      <pubDate>Thu, 09 Apr 2009 18:11:21 -0400</pubDate>
      <title>Re: how to transform the power spectra image into spectrum diagram?</title>
      <link>http://www.mathworks.com/matlabcentral/newsreader/view_thread/248706#641703</link>
      <author>islinaismail@gmail.com</author>
      <description>Is that any method that i can do to detect two images that is&lt;br&gt;
absolutely same as the same image source eventhough it was captured in&lt;br&gt;
different angle or direction?plz...i need your assist since i have to&lt;br&gt;
finish my final year project regarding to the authenticity of fabric&lt;br&gt;
image .tq...</description>
    </item>
  </channel>
</rss>

