<?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 you need to link with ipps in Intel® oneAPI Math Kernel Library</title>
    <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Cross-Power-Spectral-Density/m-p/1159409#M27822</link>
    <description>&lt;P&gt;you need to&amp;nbsp;&lt;SPAN style="font-size: 1em;"&gt;link with ipps.lib ippcore.lib and libiomp5md.lib. Please have a look at the IPP User's Guide to see&amp;nbsp;the details of "&lt;/SPAN&gt;&lt;SPAN style="font-size: 16.26px;"&gt;Linking Your Application with Intel® Integrated Performance Primitive" or "How to "A&lt;/SPAN&gt;utomatically Linking Your Microsoft* Visual Studio* Project with Intel IPP"&lt;/P&gt;</description>
    <pubDate>Fri, 04 Aug 2017 15:38:18 GMT</pubDate>
    <dc:creator>Gennady_F_Intel</dc:creator>
    <dc:date>2017-08-04T15:38:18Z</dc:date>
    <item>
      <title>Cross Power Spectral Density</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Cross-Power-Spectral-Density/m-p/1159402#M27815</link>
      <description>&lt;P&gt;Has anyone seen a code for the Cross Power Spectral Density Function -- it exists in MATLAB, but I would rather not use MATLAB for obvious reasons.&lt;/P&gt;

&lt;P&gt;John&lt;/P&gt;</description>
      <pubDate>Tue, 01 Aug 2017 17:16:11 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Cross-Power-Spectral-Density/m-p/1159402#M27815</guid>
      <dc:creator>JohnNichols</dc:creator>
      <dc:date>2017-08-01T17:16:11Z</dc:date>
    </item>
    <item>
      <title>Hi John,</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Cross-Power-Spectral-Density/m-p/1159403#M27816</link>
      <description>&lt;P&gt;Hi John,&lt;/P&gt;

&lt;P&gt;I am afraid there's no direct function call for&amp;nbsp;Cross Power Spectral Density, however its actually the Fourier transform of cross-correlation. Intel IPP provides both cross-correlation &amp;amp; FFT function, you could use "CrossCorrNorm" +&amp;nbsp;FFTFwd.&lt;/P&gt;

&lt;P&gt;Best regards,&lt;BR /&gt;
	Fiona&lt;/P&gt;</description>
      <pubDate>Wed, 02 Aug 2017 03:17:19 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Cross-Power-Spectral-Density/m-p/1159403#M27816</guid>
      <dc:creator>Zhen_Z_Intel</dc:creator>
      <dc:date>2017-08-02T03:17:19Z</dc:date>
    </item>
    <item>
      <title>Thank you --- that is simple.</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Cross-Power-Spectral-Density/m-p/1159404#M27817</link>
      <description>&lt;P&gt;Thank you --- that is simple.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 02 Aug 2017 07:31:30 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Cross-Power-Spectral-Density/m-p/1159404#M27817</guid>
      <dc:creator>JohnNichols</dc:creator>
      <dc:date>2017-08-02T07:31:30Z</dc:date>
    </item>
    <item>
      <title>So as I read the literature I</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Cross-Power-Spectral-Density/m-p/1159405#M27818</link>
      <description>&lt;P&gt;So as I read the literature I cannot call IPP from Fortran&amp;nbsp;&lt;/P&gt;

&lt;P&gt;I have to use C++&lt;/P&gt;

&lt;P&gt;John&lt;/P&gt;</description>
      <pubDate>Wed, 02 Aug 2017 16:01:43 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Cross-Power-Spectral-Density/m-p/1159405#M27818</guid>
      <dc:creator>JohnNichols</dc:creator>
      <dc:date>2017-08-02T16:01:43Z</dc:date>
    </item>
    <item>
      <title>Hi Nichols,</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Cross-Power-Spectral-Density/m-p/1159406#M27819</link>
      <description>&lt;P&gt;Hi Nichols,&lt;/P&gt;

&lt;P&gt;MKL also provides interface for convolution/correlation, although we do not provide a direct call for cross-correlation, however you probably could derive formula to use convolution. You could refer &lt;A href="https://software.intel.com/en-us/mkl-developer-reference-c-vslconvexec/vslcorrexec#DC7DC41F-72F5-4C3F-B28A-34BF949E0E61"&gt;vslConvExec&amp;nbsp;&lt;/A&gt;and MKL &lt;A href="https://software.intel.com/en-us/mkl-developer-reference-c-fft-functions"&gt;FFT functions&lt;/A&gt;. Thanks.&lt;/P&gt;

&lt;P&gt;Best regards,&lt;BR /&gt;
	Fiona&lt;/P&gt;</description>
      <pubDate>Thu, 03 Aug 2017 09:54:00 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Cross-Power-Spectral-Density/m-p/1159406#M27819</guid>
      <dc:creator>Zhen_Z_Intel</dc:creator>
      <dc:date>2017-08-03T09:54:00Z</dc:date>
    </item>
    <item>
      <title>Dear Fiona:</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Cross-Power-Spectral-Density/m-p/1159407#M27820</link>
      <description>&lt;P&gt;Dear Fiona:&lt;/P&gt;

&lt;P&gt;Thanks. &amp;nbsp;That is not hard.&amp;nbsp;&lt;span class="lia-inline-image-display-wrapper" image-alt="Capture.PNG"&gt;&lt;img src="https://community.intel.com/t5/image/serverpage/image-id/9631i6DB8E7C0D587F47C/image-size/large?v=v2&amp;amp;px=999&amp;amp;whitelist-exif-data=Orientation%2CResolution%2COriginalDefaultFinalSize%2CCopyright" role="button" title="Capture.PNG" alt="Capture.PNG" /&gt;&lt;/span&gt;&lt;/P&gt;

&lt;P&gt;&amp;nbsp;&lt;/P&gt;

&lt;P&gt;Thanks.&amp;nbsp;&lt;/P&gt;

&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 03 Aug 2017 10:14:16 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Cross-Power-Spectral-Density/m-p/1159407#M27820</guid>
      <dc:creator>JohnNichols</dc:creator>
      <dc:date>2017-08-03T10:14:16Z</dc:date>
    </item>
    <item>
      <title>Dear Fiona:</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Cross-Power-Spectral-Density/m-p/1159408#M27821</link>
      <description>&lt;P&gt;Dear Fiona:&lt;/P&gt;

&lt;P&gt;So I installed the IPP from 2017.&amp;nbsp; I thought it was included in the Parallel Studio but it is not that I could see.&lt;/P&gt;

&lt;P&gt;I ran the ippvars and set the VC++ directories in a VS 2017 C++ shell program. The sample is attached.&lt;/P&gt;

&lt;P&gt;When I in it -- I get the following compile errors&amp;nbsp; - I am a bit lost at this stage. This is the standard sample program on your IPP website&lt;/P&gt;

&lt;P&gt;thanks&lt;/P&gt;

&lt;P&gt;John&lt;/P&gt;

&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="Capture.PNG"&gt;&lt;img src="https://community.intel.com/t5/image/serverpage/image-id/9632iDC20A55810F54704/image-size/large?v=v2&amp;amp;px=999&amp;amp;whitelist-exif-data=Orientation%2CResolution%2COriginalDefaultFinalSize%2CCopyright" role="button" title="Capture.PNG" alt="Capture.PNG" /&gt;&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 04 Aug 2017 13:23:22 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Cross-Power-Spectral-Density/m-p/1159408#M27821</guid>
      <dc:creator>JohnNichols</dc:creator>
      <dc:date>2017-08-04T13:23:22Z</dc:date>
    </item>
    <item>
      <title>you need to link with ipps</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Cross-Power-Spectral-Density/m-p/1159409#M27822</link>
      <description>&lt;P&gt;you need to&amp;nbsp;&lt;SPAN style="font-size: 1em;"&gt;link with ipps.lib ippcore.lib and libiomp5md.lib. Please have a look at the IPP User's Guide to see&amp;nbsp;the details of "&lt;/SPAN&gt;&lt;SPAN style="font-size: 16.26px;"&gt;Linking Your Application with Intel® Integrated Performance Primitive" or "How to "A&lt;/SPAN&gt;utomatically Linking Your Microsoft* Visual Studio* Project with Intel IPP"&lt;/P&gt;</description>
      <pubDate>Fri, 04 Aug 2017 15:38:18 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Cross-Power-Spectral-Density/m-p/1159409#M27822</guid>
      <dc:creator>Gennady_F_Intel</dc:creator>
      <dc:date>2017-08-04T15:38:18Z</dc:date>
    </item>
    <item>
      <title>https://software.intel.com/en</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Cross-Power-Spectral-Density/m-p/1159410#M27823</link>
      <description>&lt;P&gt;&lt;A href="https://software.intel.com/en-us/node/503902"&gt;https://software.intel.com/en-us/node/503902&lt;/A&gt;&lt;/P&gt;

&lt;P&gt;Is one example of the IPP sample code, but you have another on your website does not point to the linker options it repoints to the vcc++ directory requirments -- it had me fooled for several hours&lt;/P&gt;

&lt;P&gt;I cannot find it again - tha above one is correct -- but the other is not&lt;/P&gt;

&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sat, 05 Aug 2017 12:41:54 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Cross-Power-Spectral-Density/m-p/1159410#M27823</guid>
      <dc:creator>JohnNichols</dc:creator>
      <dc:date>2017-08-05T12:41:54Z</dc:date>
    </item>
    <item>
      <title>I have it all almost</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Cross-Power-Spectral-Density/m-p/1159411#M27824</link>
      <description>&lt;P&gt;I have it all almost compiling, but INTEL documentation uses a function print_32f that is not documented. &amp;nbsp;I realize it is easy to fix, but you have it all through the pdf files,, a sample would save 20 minutes of heartache.&lt;/P&gt;

&lt;P&gt;Ta&lt;/P&gt;

&lt;P&gt;john&lt;/P&gt;</description>
      <pubDate>Sat, 05 Aug 2017 13:29:10 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Cross-Power-Spectral-Density/m-p/1159411#M27824</guid>
      <dc:creator>JohnNichols</dc:creator>
      <dc:date>2017-08-05T13:29:10Z</dc:date>
    </item>
    <item>
      <title>IppStatus printf_32f(char*</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Cross-Power-Spectral-Density/m-p/1159412#M27825</link>
      <description>&lt;PRE class="brush:cpp;"&gt;
IppStatus printf_32f(char* name, Ipp32f a[16], int b)
{
&amp;nbsp;printf("&amp;nbsp;&amp;nbsp;&amp;nbsp; %s \n",name);
&amp;nbsp;int i;
&amp;nbsp;for (i = 0; i &amp;lt; 16; i++) {
&amp;nbsp;&amp;nbsp;printf("%lf\n", a&lt;I&gt;);
&amp;nbsp;}
&amp;nbsp;&amp;nbsp;printf("\n");
&amp;nbsp;return 0;
}&lt;/I&gt;&lt;/PRE&gt;

&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sat, 05 Aug 2017 15:11:23 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Cross-Power-Spectral-Density/m-p/1159412#M27825</guid>
      <dc:creator>JohnNichols</dc:creator>
      <dc:date>2017-08-05T15:11:23Z</dc:date>
    </item>
  </channel>
</rss>

