<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic F = fftshift(fft2(I)) where I in Intel® Integrated Performance Primitives</title>
    <link>https://community.intel.com/t5/Intel-Integrated-Performance/fftshift/m-p/993115#M22584</link>
    <description>F = fftshift(fft2(I)) where I is MxN image. 
Q: is fftshift needed for IPP fft, and if yes, how to do it?
Sid.</description>
    <pubDate>Sat, 22 Sep 2012 00:20:30 GMT</pubDate>
    <dc:creator>siddy</dc:creator>
    <dc:date>2012-09-22T00:20:30Z</dc:date>
    <item>
      <title>fftshift</title>
      <link>https://community.intel.com/t5/Intel-Integrated-Performance/fftshift/m-p/993113#M22582</link>
      <description>&lt;P&gt;Hi all,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Again, trying to transcode some matlab ideas to IPP based C++ : is there a similar function in IPP that&lt;/P&gt;
&lt;P&gt;performs the fftshift operation, as in Matlab? (shift zero frequence to the center of the space). Or, if someone can confirm that the FFTFwd etc.&lt;/P&gt;
&lt;P&gt;already result in transforms in this format, and that fftshift operation is not required.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks,&lt;/P&gt;
&lt;P&gt;Sid.&lt;/P&gt;</description>
      <pubDate>Wed, 19 Sep 2012 21:15:29 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Integrated-Performance/fftshift/m-p/993113#M22582</guid>
      <dc:creator>siddy</dc:creator>
      <dc:date>2012-09-19T21:15:29Z</dc:date>
    </item>
    <item>
      <title>Can you submit a sample of</title>
      <link>https://community.intel.com/t5/Intel-Integrated-Performance/fftshift/m-p/993114#M22583</link>
      <description>Can you submit a sample of what you are trying to do in Matlab code?

Thanks.</description>
      <pubDate>Thu, 20 Sep 2012 03:20:28 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Integrated-Performance/fftshift/m-p/993114#M22583</guid>
      <dc:creator>Chuck_De_Sylva</dc:creator>
      <dc:date>2012-09-20T03:20:28Z</dc:date>
    </item>
    <item>
      <title>F = fftshift(fft2(I)) where I</title>
      <link>https://community.intel.com/t5/Intel-Integrated-Performance/fftshift/m-p/993115#M22584</link>
      <description>F = fftshift(fft2(I)) where I is MxN image. 
Q: is fftshift needed for IPP fft, and if yes, how to do it?
Sid.</description>
      <pubDate>Sat, 22 Sep 2012 00:20:30 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Integrated-Performance/fftshift/m-p/993115#M22584</guid>
      <dc:creator>siddy</dc:creator>
      <dc:date>2012-09-22T00:20:30Z</dc:date>
    </item>
    <item>
      <title>Ever got an answer to your</title>
      <link>https://community.intel.com/t5/Intel-Integrated-Performance/fftshift/m-p/993116#M22585</link>
      <description>&lt;P&gt;Ever got an answer to your question, siddy?&lt;/P&gt;</description>
      <pubDate>Tue, 07 Oct 2014 17:57:42 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Integrated-Performance/fftshift/m-p/993116#M22585</guid>
      <dc:creator>John_M_1</dc:creator>
      <dc:date>2014-10-07T17:57:42Z</dc:date>
    </item>
    <item>
      <title>Hello,</title>
      <link>https://community.intel.com/t5/Intel-Integrated-Performance/fftshift/m-p/993117#M22586</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;

&lt;P&gt;When I check the &lt;FONT face="Courier New"&gt;fftshift function here:&amp;nbsp;&lt;/FONT&gt;&amp;nbsp;&lt;A href="http://www.mathworks.com/help/matlab/ref/fftshift.html"&gt;http://www.mathworks.com/help/matlab/ref/fftshift.html&lt;/A&gt;&lt;/P&gt;

&lt;P&gt;For vectors, &lt;TT&gt;&lt;FONT face="Courier New"&gt;fftshift(X)&lt;/FONT&gt;&lt;/TT&gt; swaps the left and right halves of &lt;TT&gt;&lt;FONT face="Courier New"&gt;X&lt;/FONT&gt;&lt;/TT&gt;. For matrices, &lt;TT&gt;&lt;FONT face="Courier New"&gt;fftshift(X)&lt;/FONT&gt;&lt;/TT&gt; swaps the first quadrant with the third and the second quadrant with the fourth.&lt;BR /&gt;
	&lt;BR /&gt;
	Could you try to use the ippiCopy_xxx function to swaps these data one by one block?&lt;/P&gt;

&lt;P&gt;Regards,&lt;BR /&gt;
	Chao&lt;/P&gt;</description>
      <pubDate>Mon, 13 Oct 2014 02:18:38 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Integrated-Performance/fftshift/m-p/993117#M22586</guid>
      <dc:creator>Chao_Y_Intel</dc:creator>
      <dc:date>2014-10-13T02:18:38Z</dc:date>
    </item>
    <item>
      <title>@Chao,</title>
      <link>https://community.intel.com/t5/Intel-Integrated-Performance/fftshift/m-p/993118#M22587</link>
      <description>&lt;P&gt;@Chao,&lt;/P&gt;

&lt;P&gt;It would be great to have something like that out of the box.&lt;BR /&gt;
	Mainly that it is crucial when visualizing the Spectrum.&lt;/P&gt;

&lt;P&gt;Thank You.&lt;/P&gt;</description>
      <pubDate>Fri, 29 Sep 2017 12:10:04 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Integrated-Performance/fftshift/m-p/993118#M22587</guid>
      <dc:creator>Royi</dc:creator>
      <dc:date>2017-09-29T12:10:04Z</dc:date>
    </item>
  </channel>
</rss>

