<?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 How to use library to create a power spectrum in Intel® oneAPI Math Kernel Library</title>
    <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/How-to-use-library-to-create-a-power-spectrum/m-p/780819#M1457</link>
    <description>Hi,&lt;BR /&gt;I'm new to the Math Kernal Library.&lt;BR /&gt;Are there any examples that show how to to take a set to complex data and convert it to a power spectrum&lt;BR /&gt;thx&lt;BR /&gt;</description>
    <pubDate>Mon, 12 Jul 2010 22:58:06 GMT</pubDate>
    <dc:creator>Glowlink_Glowlink</dc:creator>
    <dc:date>2010-07-12T22:58:06Z</dc:date>
    <item>
      <title>How to use library to create a power spectrum</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/How-to-use-library-to-create-a-power-spectrum/m-p/780819#M1457</link>
      <description>Hi,&lt;BR /&gt;I'm new to the Math Kernal Library.&lt;BR /&gt;Are there any examples that show how to to take a set to complex data and convert it to a power spectrum&lt;BR /&gt;thx&lt;BR /&gt;</description>
      <pubDate>Mon, 12 Jul 2010 22:58:06 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/How-to-use-library-to-create-a-power-spectrum/m-p/780819#M1457</guid>
      <dc:creator>Glowlink_Glowlink</dc:creator>
      <dc:date>2010-07-12T22:58:06Z</dc:date>
    </item>
    <item>
      <title>How to use library to create a power spectrum</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/How-to-use-library-to-create-a-power-spectrum/m-p/780820#M1458</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;I might be wrong but in MKL itself you'll need to use FFT routines and obtain it yourself. However, as far as I can remember, in IPP library there is PowerSpectr function which takes complex vector and computes its power spectrum in single call.&lt;BR /&gt;&lt;BR /&gt;A.</description>
      <pubDate>Tue, 13 Jul 2010 00:35:21 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/How-to-use-library-to-create-a-power-spectrum/m-p/780820#M1458</guid>
      <dc:creator>ArturGuzik</dc:creator>
      <dc:date>2010-07-13T00:35:21Z</dc:date>
    </item>
    <item>
      <title>How to use library to create a power spectrum</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/How-to-use-library-to-create-a-power-spectrum/m-p/780821#M1459</link>
      <description>as usual Artur is right. :). Yes. Please see into IPP signal processing domain / Conversion Functions:&lt;DIV&gt;you can find such functions for double, float and short complex data types:&lt;/DIV&gt;&lt;DIV&gt;as an example&lt;/DIV&gt;&lt;DIV&gt;IppStatus ippsPowerSpectr_64fc(const Ipp64fc* pSrc, Ipp64f* pDst, int len);&lt;/DIV&gt;&lt;DIV&gt;where 64fc ( in IPP notation) == double complex ( MKL notation).&lt;/DIV&gt;&lt;DIV&gt;--Gennady&lt;/DIV&gt;</description>
      <pubDate>Wed, 14 Jul 2010 12:53:51 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/How-to-use-library-to-create-a-power-spectrum/m-p/780821#M1459</guid>
      <dc:creator>Gennady_F_Intel</dc:creator>
      <dc:date>2010-07-14T12:53:51Z</dc:date>
    </item>
    <item>
      <title>How to use library to create a power spectrum</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/How-to-use-library-to-create-a-power-spectrum/m-p/780822#M1460</link>
      <description>&lt;P&gt;Hi,&lt;BR /&gt;&lt;BR /&gt;Given the spectrum y=fft(x), power spectrum of x is ps&lt;I&gt;=y&lt;I&gt;*conj(y&lt;I&gt;), the computation can be done with a simple loop readily vectorizable bycompiler, or with a call to MKL VML function, like this:&lt;BR /&gt;vcMulByConj(n,y,y,ps)&lt;BR /&gt;&lt;BR /&gt;Thanks&lt;BR /&gt;Dima&lt;/I&gt;&lt;/I&gt;&lt;/I&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 15 Jul 2010 03:47:10 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/How-to-use-library-to-create-a-power-spectrum/m-p/780822#M1460</guid>
      <dc:creator>Dmitry_B_Intel</dc:creator>
      <dc:date>2010-07-15T03:47:10Z</dc:date>
    </item>
  </channel>
</rss>

