<?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 Re: FFTW3xf : Frequency &amp; Amplititude Vs Matlab  in Intel® oneAPI Math Kernel Library</title>
    <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/FFTW3xf-Frequency-Amplititude-Vs-Matlab/m-p/862955#M7632</link>
    <description>&lt;DIV style="margin:0px;"&gt;
&lt;DIV id="quote_reply" style="margin-top: 5px; width: 100%;"&gt;
&lt;DIV style="margin-left:2px;margin-right:2px;"&gt;Quoting - &lt;A href="https://community.intel.com/en-us/profile/93647"&gt;Dmitry Baksheev (Intel)&lt;/A&gt;&lt;/DIV&gt;
&lt;DIV style="background-color:#E5E5E5; padding:5px;border: 1px; border-style: inset;margin-left:2px;margin-right:2px;"&gt;&lt;EM&gt;&lt;BR /&gt;Hi,&lt;BR /&gt;&lt;BR /&gt;For real input the spectrumfull_out(1:n) obeys relation full_out(k) = conj(full_out(n+2-k)).Matlab likely returns the full spectrum. MKL's R2Ccomputes out(1:n/2+1) that can be used to restorefull_out as follows:&lt;BR /&gt;full_out(k) = out(k) ! k = 1...n/2+1&lt;BR /&gt;full_out(k) = conj(out(n+2-k)) ! k = n/2+2...n&lt;BR /&gt;&lt;BR /&gt;Thanks&lt;BR /&gt;Dima&lt;/EM&gt;&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;BR /&gt;Thanks for your timely reply,but I have another question: if my step is dt ,accorfding to spectrum full_out(k),the corresponding frequency is k/dt {k| -1&lt;K&gt;&lt;N&gt;&lt;/N&gt;thanks&lt;/K&gt;</description>
    <pubDate>Sun, 13 Dec 2009 04:34:03 GMT</pubDate>
    <dc:creator>ppthelion</dc:creator>
    <dc:date>2009-12-13T04:34:03Z</dc:date>
    <item>
      <title>FFTW3xf : Frequency &amp; Amplititude Vs Matlab</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/FFTW3xf-Frequency-Amplititude-Vs-Matlab/m-p/862953#M7630</link>
      <description>Hi:&lt;BR /&gt; I have use the function: DFFTW_PLAN_DFT_R2C_1D(MY_PLAN,N,IN,OUT,FFTW_ESTIMATE) to calculate the spectrum of areal vector in(n),but I don't know the relation between frequencyand out(n/2+1), in otherwords ,I'm not asure howspectrum stored in ''out'',could anyone give some answers or suggestions? IusedMatlab to do the samething,thepower spectrum graph shows a little different. I think maybe I misstake the storedorder!&lt;BR /&gt; Thanks for your answer!</description>
      <pubDate>Sat, 12 Dec 2009 18:20:22 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/FFTW3xf-Frequency-Amplititude-Vs-Matlab/m-p/862953#M7630</guid>
      <dc:creator>ppthelion</dc:creator>
      <dc:date>2009-12-12T18:20:22Z</dc:date>
    </item>
    <item>
      <title>Re: FFTW3xf : Frequency &amp; Amplititude Vs Matlab</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/FFTW3xf-Frequency-Amplititude-Vs-Matlab/m-p/862954#M7631</link>
      <description>&lt;DIV style="margin:0px;"&gt;&lt;/DIV&gt;
&lt;BR /&gt;Hi,&lt;BR /&gt;&lt;BR /&gt;For real input the spectrumfull_out(1:n) obeys relation full_out(k) = conj(full_out(n+2-k)).Matlab likely returns the full spectrum. MKL's R2Ccomputes out(1:n/2+1) that can be used to restorefull_out as follows:&lt;BR /&gt;full_out(k) = out(k) ! k = 1...n/2+1&lt;BR /&gt;full_out(k) = conj(out(n+2-k)) ! k = n/2+2...n&lt;BR /&gt;&lt;BR /&gt;Thanks&lt;BR /&gt;Dima</description>
      <pubDate>Sat, 12 Dec 2009 19:28:26 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/FFTW3xf-Frequency-Amplititude-Vs-Matlab/m-p/862954#M7631</guid>
      <dc:creator>Dmitry_B_Intel</dc:creator>
      <dc:date>2009-12-12T19:28:26Z</dc:date>
    </item>
    <item>
      <title>Re: FFTW3xf : Frequency &amp; Amplititude Vs Matlab</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/FFTW3xf-Frequency-Amplititude-Vs-Matlab/m-p/862955#M7632</link>
      <description>&lt;DIV style="margin:0px;"&gt;
&lt;DIV id="quote_reply" style="margin-top: 5px; width: 100%;"&gt;
&lt;DIV style="margin-left:2px;margin-right:2px;"&gt;Quoting - &lt;A href="https://community.intel.com/en-us/profile/93647"&gt;Dmitry Baksheev (Intel)&lt;/A&gt;&lt;/DIV&gt;
&lt;DIV style="background-color:#E5E5E5; padding:5px;border: 1px; border-style: inset;margin-left:2px;margin-right:2px;"&gt;&lt;EM&gt;&lt;BR /&gt;Hi,&lt;BR /&gt;&lt;BR /&gt;For real input the spectrumfull_out(1:n) obeys relation full_out(k) = conj(full_out(n+2-k)).Matlab likely returns the full spectrum. MKL's R2Ccomputes out(1:n/2+1) that can be used to restorefull_out as follows:&lt;BR /&gt;full_out(k) = out(k) ! k = 1...n/2+1&lt;BR /&gt;full_out(k) = conj(out(n+2-k)) ! k = n/2+2...n&lt;BR /&gt;&lt;BR /&gt;Thanks&lt;BR /&gt;Dima&lt;/EM&gt;&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;BR /&gt;Thanks for your timely reply,but I have another question: if my step is dt ,accorfding to spectrum full_out(k),the corresponding frequency is k/dt {k| -1&lt;K&gt;&lt;N&gt;&lt;/N&gt;thanks&lt;/K&gt;</description>
      <pubDate>Sun, 13 Dec 2009 04:34:03 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/FFTW3xf-Frequency-Amplititude-Vs-Matlab/m-p/862955#M7632</guid>
      <dc:creator>ppthelion</dc:creator>
      <dc:date>2009-12-13T04:34:03Z</dc:date>
    </item>
    <item>
      <title>Re: FFTW3xf : Frequency &amp; Amplititude Vs Matlab</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/FFTW3xf-Frequency-Amplititude-Vs-Matlab/m-p/862956#M7633</link>
      <description>&lt;DIV style="margin:0px;"&gt;&lt;/DIV&gt;
&lt;BR /&gt;Hi,&lt;BR /&gt;&lt;BR /&gt;Thefrequency corresponding to full_out(k) is (k-1)/(dt*n), where 1 &amp;lt;= k &amp;lt;= n if full_out is defined as dimension(n) array. The other part is conjugate-symmetric, as defined by the identity above.&lt;BR /&gt;&lt;BR /&gt;Thanks&lt;BR /&gt;Dima&lt;BR /&gt;</description>
      <pubDate>Mon, 14 Dec 2009 05:53:28 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/FFTW3xf-Frequency-Amplititude-Vs-Matlab/m-p/862956#M7633</guid>
      <dc:creator>Dmitry_B_Intel</dc:creator>
      <dc:date>2009-12-14T05:53:28Z</dc:date>
    </item>
  </channel>
</rss>

