<?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 issue with output of fft in Intel® oneAPI Math Kernel Library</title>
    <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/issue-with-output-of-fft/m-p/929882#M13662</link>
    <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;i'm evaluating fft function.&lt;/P&gt;
&lt;P&gt;my packed format is CCS.&lt;/P&gt;
&lt;P&gt;i'm giving real input to fft function and i'm getting complex output arranged in real aaray in R,I,R,I format.&lt;/P&gt;
&lt;P&gt;since it's real fft so due to conjugate symmetry i 'm getting half output.&lt;/P&gt;
&lt;P&gt;how to retrive other half of output.&lt;/P&gt;</description>
    <pubDate>Fri, 19 Oct 2012 08:57:13 GMT</pubDate>
    <dc:creator>rakesh</dc:creator>
    <dc:date>2012-10-19T08:57:13Z</dc:date>
    <item>
      <title>issue with output of fft</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/issue-with-output-of-fft/m-p/929882#M13662</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;i'm evaluating fft function.&lt;/P&gt;
&lt;P&gt;my packed format is CCS.&lt;/P&gt;
&lt;P&gt;i'm giving real input to fft function and i'm getting complex output arranged in real aaray in R,I,R,I format.&lt;/P&gt;
&lt;P&gt;since it's real fft so due to conjugate symmetry i 'm getting half output.&lt;/P&gt;
&lt;P&gt;how to retrive other half of output.&lt;/P&gt;</description>
      <pubDate>Fri, 19 Oct 2012 08:57:13 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/issue-with-output-of-fft/m-p/929882#M13662</guid>
      <dc:creator>rakesh</dc:creator>
      <dc:date>2012-10-19T08:57:13Z</dc:date>
    </item>
    <item>
      <title>Dear rakesh,</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/issue-with-output-of-fft/m-p/929883#M13663</link>
      <description>Dear rakesh, 

does you mean Real  FFT ouput 
z(n/2)
CCS
R0
0
R1
I1
...
Rn/2-1
In/2-1
Rn/2
0
and you want to restore another half 
R0
0
R1
-I1
...
Rn/2-1
-In/2-1
Rn/2
0
you may use the  funciton v?Conj to Performs element by element conjugation of the vector and attach another half to your original output array. 

like

call vcconj( n/2, z(0), z(n/2+1) )

Best Regards,
Ying</description>
      <pubDate>Mon, 22 Oct 2012 08:23:17 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/issue-with-output-of-fft/m-p/929883#M13663</guid>
      <dc:creator>Ying_H_Intel</dc:creator>
      <dc:date>2012-10-22T08:23:17Z</dc:date>
    </item>
  </channel>
</rss>

