<?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 Diving in in Intel® oneAPI Math Kernel Library</title>
    <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Diving-in/m-p/803139#M3229</link>
    <description>Hi Ion,&lt;BR /&gt;&lt;BR /&gt;1) DFTI is good for FFTs. Intel MKL also provides FFTW3 interface. &lt;BR /&gt;What one buys depends on goals. If you are sure the perfromance critical part of your application is FFT then MKL may bejust right choice.Intel C++ Compiler ProfessionalEdition may give additional boost to the algorithms coded in you sources, which may be essential for C++ code.Please refer to &lt;A href="http://software.intel.com/en-us/intel-sdp-home/"&gt;Intel Software Development Products&lt;/A&gt; page for more information.&lt;BR /&gt;&lt;BR /&gt;2) Yes, 30-day evaluation versions are available&lt;BR /&gt;&lt;BR /&gt;3 and 4) For GUI programming, such as displaying graphical information let me refer you to &lt;A href="http://qt.nokia.com/"&gt;Qt&lt;/A&gt; library.&lt;BR /&gt;&lt;BR /&gt;Thanks&lt;BR /&gt;Dima</description>
    <pubDate>Tue, 08 Jun 2010 18:05:07 GMT</pubDate>
    <dc:creator>Dmitry_B_Intel</dc:creator>
    <dc:date>2010-06-08T18:05:07Z</dc:date>
    <item>
      <title>Diving in</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Diving-in/m-p/803138#M3228</link>
      <description>Hi.&lt;BR /&gt;&lt;BR /&gt;I would like to acquire data from a TI ADS1278 converter and display:&lt;BR /&gt;&lt;BR /&gt;a.)time domain &lt;BR /&gt;&lt;BR /&gt;and &lt;BR /&gt;&lt;BR /&gt;b.) frequency domain (FFTs).&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;My questions are:&lt;BR /&gt;&lt;BR /&gt;1.)is &lt;BR /&gt;&lt;BR /&gt;DftiComputeForward( DFTI_DESCRIPTOR_HANDLE, void*, ... );&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;good for FFTs, and if yes, what does one buy, Intel C++ Compiler Professional Edition for Windows-Intel Math Kernel Library at $599 or Intel Math Kernel Library for Windows at $399?&lt;BR /&gt;&lt;BR /&gt;2.) is a 30-day evaluation available before buying it?&lt;BR /&gt;&lt;BR /&gt;3.) DftiComputeForward might do the FFT, but who does the graphical display?&lt;BR /&gt;&lt;BR /&gt;4.) who does the time domain, the display of the sine wave?&lt;BR /&gt;&lt;BR /&gt;Thank you for answering my questions.&lt;BR /&gt;&lt;BR /&gt;Ion A. Beza.</description>
      <pubDate>Tue, 08 Jun 2010 17:40:11 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Diving-in/m-p/803138#M3228</guid>
      <dc:creator>ionbeza</dc:creator>
      <dc:date>2010-06-08T17:40:11Z</dc:date>
    </item>
    <item>
      <title>Diving in</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Diving-in/m-p/803139#M3229</link>
      <description>Hi Ion,&lt;BR /&gt;&lt;BR /&gt;1) DFTI is good for FFTs. Intel MKL also provides FFTW3 interface. &lt;BR /&gt;What one buys depends on goals. If you are sure the perfromance critical part of your application is FFT then MKL may bejust right choice.Intel C++ Compiler ProfessionalEdition may give additional boost to the algorithms coded in you sources, which may be essential for C++ code.Please refer to &lt;A href="http://software.intel.com/en-us/intel-sdp-home/"&gt;Intel Software Development Products&lt;/A&gt; page for more information.&lt;BR /&gt;&lt;BR /&gt;2) Yes, 30-day evaluation versions are available&lt;BR /&gt;&lt;BR /&gt;3 and 4) For GUI programming, such as displaying graphical information let me refer you to &lt;A href="http://qt.nokia.com/"&gt;Qt&lt;/A&gt; library.&lt;BR /&gt;&lt;BR /&gt;Thanks&lt;BR /&gt;Dima</description>
      <pubDate>Tue, 08 Jun 2010 18:05:07 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Diving-in/m-p/803139#M3229</guid>
      <dc:creator>Dmitry_B_Intel</dc:creator>
      <dc:date>2010-06-08T18:05:07Z</dc:date>
    </item>
    <item>
      <title>Diving in</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Diving-in/m-p/803140#M3230</link>
      <description>Thank you Dima for the quick and clear reply.&lt;BR /&gt;&lt;BR /&gt;Ion A. Beza.</description>
      <pubDate>Tue, 08 Jun 2010 18:15:20 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Diving-in/m-p/803140#M3230</guid>
      <dc:creator>ionbeza</dc:creator>
      <dc:date>2010-06-08T18:15:20Z</dc:date>
    </item>
    <item>
      <title>Diving in</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Diving-in/m-p/803141#M3231</link>
      <description>I would like to follow up with someone please on my inquiry that I had made in my first post.&lt;BR /&gt;&lt;BR /&gt;Let me say that I would like to evaluate FFT done by the function DftiComputeForward(...) from the Intel Math Kernel Library for Windows at $399.&lt;BR /&gt;&lt;BR /&gt;The function would return 0 for success or non-zero for failure.&lt;BR /&gt;&lt;BR /&gt;The FFT in theory returns something else, i.e. a sine wave of frequency f is input and the FFT obtains the Dirac function, andon the x axis of frequency domain the Dirac function is centered at the central frequency f.&lt;BR /&gt;&lt;BR /&gt;A way to evaluate the DftiComputeForward(...) would be to visualize the frequency domain.&lt;BR /&gt;&lt;BR /&gt;A way to display the frequency domain with graphs would be with functions from the QT library:&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://qt.nokia.com/"&gt;http://qt.nokia.com/&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;(another way would be with graphs drawn in Python)&lt;BR /&gt;&lt;BR /&gt;My question is:&lt;BR /&gt;&lt;BR /&gt;what functions from the QT library would do the FFT (and time domain too) display?&lt;BR /&gt;&lt;BR /&gt;I don't seem to find the answer easily.&lt;BR /&gt;&lt;BR /&gt;Unless there is another way to test FFT by DftiComputeForward(...), this is my question.&lt;BR /&gt;&lt;BR /&gt;Please let me know if possible.&lt;BR /&gt;&lt;BR /&gt;Thank you.&lt;BR /&gt;&lt;BR /&gt;Ion A. Beza.</description>
      <pubDate>Thu, 10 Jun 2010 16:17:27 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Diving-in/m-p/803141#M3231</guid>
      <dc:creator>ionbeza</dc:creator>
      <dc:date>2010-06-10T16:17:27Z</dc:date>
    </item>
    <item>
      <title>Diving in</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Diving-in/m-p/803142#M3232</link>
      <description>Hi Ion,&lt;BR /&gt;&lt;BR /&gt;There are many ways to test DftiComputeForward(), few of them &lt;EM&gt;require&lt;/EM&gt; Qt. Possibly the simplest one is to print the data into a file, and then visuzliseit using your favourite plotting tool, such as Microsoft Excel or gnuplot. &lt;BR /&gt;&lt;BR /&gt;If you want to visualise it in your application, then you should program the visualization yourself, and Qt would be a nice tool for that, because it was designed to write portable Graphical User Interfaces efficiently. Please refer to Qt documentation/forums about how to do this.&lt;BR /&gt;&lt;BR /&gt;Of course there must be other tools around that would help you to build a GUI to monitoryour converter, just google. However, MKL is the right choice to do the FFT.&lt;BR /&gt;&lt;BR /&gt;Thanks&lt;BR /&gt;Dima</description>
      <pubDate>Fri, 11 Jun 2010 02:19:50 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Diving-in/m-p/803142#M3232</guid>
      <dc:creator>Dmitry_B_Intel</dc:creator>
      <dc:date>2010-06-11T02:19:50Z</dc:date>
    </item>
  </channel>
</rss>

