<?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: Is complex sineFFT routine ready? in Intel® oneAPI Math Kernel Library</title>
    <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Is-complex-sineFFT-routine-ready/m-p/866324#M8026</link>
    <description>&lt;DIV style="margin:0px;"&gt;
&lt;DIV id="quote_reply" style="width: 100%; margin-top: 5px;"&gt;
&lt;DIV style="margin-left:2px;margin-right:2px;"&gt;Quoting - &lt;A href="https://community.intel.com/en-us/profile/421788"&gt;Alexander Kalinkin (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; Hi raemon,&lt;BR /&gt;Could you explain how you want to use TT for complex number vector or sharean example of it?In my visionif vector consist of complex number so TT of this vector could be realized by sum of TT real and complex part of initial vector. &lt;BR /&gt;With best regards,&lt;BR /&gt;Alexander Kalinkin&lt;/EM&gt;&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;BR /&gt;&lt;BR /&gt;Hi, Alexander Kalinkin:&lt;BR /&gt;&lt;BR /&gt;Recently I found that TT routine is much slower than complex FFT function.&lt;BR /&gt;Since the array I'd like to transform consists of complex numbers, I have to call TT routines twice to perform the transform for each real and complex part. Compare with complex FFT function, which is only needed once to transform the complex numbers.&lt;BR /&gt;&lt;BR /&gt;And I am confused about why TT routine is much slower. In my view, sine FFT (TT routine) uses sine basis. Complex FFT function uses sine+cosine basis. Apparantly, complex FFT function uses more basis. Isn't that means complex FFT function requires performing much calculations? Why TT routine is slower than complex FFT function?&lt;BR /&gt;&lt;BR /&gt;Best Regards,&lt;BR /&gt;Raemon&lt;BR /&gt;</description>
    <pubDate>Wed, 11 Nov 2009 19:32:04 GMT</pubDate>
    <dc:creator>Raemon</dc:creator>
    <dc:date>2009-11-11T19:32:04Z</dc:date>
    <item>
      <title>Is complex sineFFT routine ready?</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Is-complex-sineFFT-routine-ready/m-p/866314#M8016</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;I am developing a numerical PDE solver which requires sineFFT routines. However, TT routines inside MKL does NOT support sineFFT routine with complex numbers.&lt;BR /&gt;&lt;BR /&gt;However, my problem requires that the numbers must be complex. Real sine FFT routine is not suitable for me.&lt;BR /&gt;&lt;BR /&gt;Is there any complex sineFFT routines I can use or I need to develope one by myself?</description>
      <pubDate>Mon, 21 Sep 2009 07:51:29 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Is-complex-sineFFT-routine-ready/m-p/866314#M8016</guid>
      <dc:creator>Raemon</dc:creator>
      <dc:date>2009-09-21T07:51:29Z</dc:date>
    </item>
    <item>
      <title>Re: Is complex sineFFT routine ready?</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Is-complex-sineFFT-routine-ready/m-p/866315#M8017</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/439864"&gt;raemon&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;Hi,&lt;BR /&gt;&lt;BR /&gt;I am developing a numerical PDE solver which requires sineFFT routines. However, TT routines inside MKL does NOT support sineFFT routine with complex numbers.&lt;BR /&gt;&lt;BR /&gt;However, my problem requires that the numbers must be complex. Real sine FFT routine is not suitable for me.&lt;BR /&gt;&lt;BR /&gt;Is there any complex sineFFT routines I can use or I need to develope one by myself?&lt;/EM&gt;&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;
Hi raemon,&lt;BR /&gt;Could you explain how you want to use TT for complex number vector or sharean example of it?In my visionif vector consist of complex number so TT of this vector could be realized by sum of TT real and complex part of initial vector. &lt;BR /&gt;With best regards,&lt;BR /&gt;Alexander Kalinkin</description>
      <pubDate>Tue, 22 Sep 2009 02:32:43 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Is-complex-sineFFT-routine-ready/m-p/866315#M8017</guid>
      <dc:creator>Alexander_K_Intel2</dc:creator>
      <dc:date>2009-09-22T02:32:43Z</dc:date>
    </item>
    <item>
      <title>Re: Is complex sineFFT routine ready?</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Is-complex-sineFFT-routine-ready/m-p/866316#M8018</link>
      <description>&lt;DIV style="margin: 0px; height: auto;"&gt;&lt;/DIV&gt;
Hi, Alaxander Kalinkin:&lt;BR /&gt;&lt;BR /&gt;Sorry for asking such a stupid question. You are right. I did not think about that much.&lt;BR /&gt;&lt;BR /&gt;By the way, I need to plot the spectrum after the Forward Sine FFT transformation.&lt;BR /&gt;But I don't know how's the arrangement of the frequency in the frequency domain. It seems that it is not like the same arrange method with the normal FFT transformation?&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;Raemon</description>
      <pubDate>Wed, 23 Sep 2009 13:12:27 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Is-complex-sineFFT-routine-ready/m-p/866316#M8018</guid>
      <dc:creator>Raemon</dc:creator>
      <dc:date>2009-09-23T13:12:27Z</dc:date>
    </item>
    <item>
      <title>Re: Is complex sineFFT routine ready?</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Is-complex-sineFFT-routine-ready/m-p/866317#M8019</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/439864"&gt;raemon&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;Hi, Alaxander Kalinkin:&lt;BR /&gt;&lt;BR /&gt;Sorry for asking such a stupid question. You are right. I did not think about that much.&lt;BR /&gt;&lt;BR /&gt;By the way, I need to plot the spectrum after the Forward Sine FFT transformation.&lt;BR /&gt;But I don't know how's the arrangement of the frequency in the frequency domain. It seems that it is not like the same arrange method with the normal FFT transformation?&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;Raemon&lt;/EM&gt;&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;
Hi Raemon,&lt;BR /&gt;To answer your qeustion more accuratly I need to understand moreaccurately what "normal FFT transformation" mean?&lt;BR /&gt;With best regards,&lt;BR /&gt;Alexander Kalinkin&lt;BR /&gt;</description>
      <pubDate>Wed, 23 Sep 2009 17:07:06 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Is-complex-sineFFT-routine-ready/m-p/866317#M8019</guid>
      <dc:creator>Alexander_K_Intel2</dc:creator>
      <dc:date>2009-09-23T17:07:06Z</dc:date>
    </item>
    <item>
      <title>Re: Is complex sineFFT routine ready?</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Is-complex-sineFFT-routine-ready/m-p/866318#M8020</link>
      <description>Hello Alexander Kalinkin,&lt;BR /&gt;&lt;BR /&gt;For example, if I use fft function inside MKL, I use both sine and cosine as a basis. After the forward or the backward transform, the arrangement of the frequencies and the output data is like this:&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://www.haoli.org/nr/bookf.html" target="_blank"&gt;http://www.haoli.org/nr/bookf.html&lt;/A&gt;&lt;BR /&gt;( Numerical Recipes in Fortran on-line resource, CH12.2 Fast Fourier Transform, page502, fig12.2.2(b) )&lt;BR /&gt;&lt;BR /&gt;My question is, is that kind of arrangement also valid when using the Sine FFT (use sine as a basis only) subroutine inside the MKL?&lt;BR /&gt;Furthermore, if the function which I'd like to perform the sine FFT transform is not an odd function, is that means I need to double that function to ensure the input function is an odd function?&lt;BR /&gt;&lt;BR /&gt;Sorry for my stupid problems. It seems that these are basic conceptions, since I didn't get these informations in the MKL manual. &lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;Raemon</description>
      <pubDate>Wed, 23 Sep 2009 19:37:10 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Is-complex-sineFFT-routine-ready/m-p/866318#M8020</guid>
      <dc:creator>Raemon</dc:creator>
      <dc:date>2009-09-23T19:37:10Z</dc:date>
    </item>
    <item>
      <title>Re: Is complex sineFFT routine ready?</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Is-complex-sineFFT-routine-ready/m-p/866319#M8021</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/439864"&gt;raemon&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;Hello Alexander Kalinkin,&lt;BR /&gt;&lt;BR /&gt;For example, if I use fft function inside MKL, I use both sine and cosine as a basis. After the forward or the backward transform, the arrangement of the frequencies and the output data is like this:&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://www.haoli.org/nr/bookf.html" target="_blank"&gt;http://www.haoli.org/nr/bookf.html&lt;/A&gt;&lt;BR /&gt;( Numerical Recipes in Fortran on-line resource, CH12.2 Fast Fourier Transform, page502, fig12.2.2(b) )&lt;BR /&gt;&lt;BR /&gt;My question is, is that kind of arrangement also valid when using the Sine FFT (use sine as a basis only) subroutine inside the MKL?&lt;BR /&gt;Furthermore, if the function which I'd like to perform the sine FFT transform is not an odd function, is that means I need to double that function to ensure the input function is an odd function?&lt;BR /&gt;&lt;BR /&gt;Sorry for my stupid problems. It seems that these are basic conceptions, since I didn't get these informations in the MKL manual. &lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;Raemon&lt;/EM&gt;&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;BR /&gt;Hi Raemon,&lt;BR /&gt;In IntelMKL Reference Manual Chapter 13&amp;gt; TT Routines&amp;gt; Transforms implemented describe more accurately what TT calculate andinput/outputvectors in TT routinesarrange exactly in the same way. Also, as it can see informulasinchapter described below you can use sin TT not only for odd function.&lt;BR /&gt;With best regards,&lt;BR /&gt;Alexander Kalinkin</description>
      <pubDate>Thu, 24 Sep 2009 04:06:20 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Is-complex-sineFFT-routine-ready/m-p/866319#M8021</guid>
      <dc:creator>Alexander_K_Intel2</dc:creator>
      <dc:date>2009-09-24T04:06:20Z</dc:date>
    </item>
    <item>
      <title>Re: Is complex sineFFT routine ready?</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Is-complex-sineFFT-routine-ready/m-p/866320#M8022</link>
      <description>&lt;DIV style="margin:0px;"&gt;
&lt;DIV id="quote_reply" style="width: 100%; margin-top: 5px;"&gt;
&lt;DIV style="margin-left:2px;margin-right:2px;"&gt;Quoting - &lt;A href="https://community.intel.com/en-us/profile/421788"&gt;Alexander Kalinkin (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 Raemon,&lt;BR /&gt;In IntelMKL Reference Manual Chapter 13&amp;gt; TT Routines&amp;gt; Transforms implemented describe more accurately what TT calculate andinput/outputvectors in TT routinesarrange exactly in the same way. Also, as it can see informulasinchapter described below you can use sin TT not only for odd function.&lt;BR /&gt;With best regards,&lt;BR /&gt;Alexander Kalinkin&lt;/EM&gt;&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;
Hi, Alexander Kalinkin:&lt;BR /&gt;&lt;BR /&gt;Now I realize that MKL does not have the restriction to require one should input an odd function only. But inside the MKL manual I didn't find a figure such as the figure that in the Numerical recipe I mentioned before to let me know how's the arrangement of the data points and the corresponding frequencies.&lt;BR /&gt;&lt;BR /&gt; I've tried to perform a forward transform and then a backward of an input array. The output array is same with the input array. That's right.&lt;BR /&gt;&lt;BR /&gt; But my next step is to perform the forward Sine FFT transform to a given test function (Say, the function is sin(x), in a range[0~2pi] ) and then compare the output array with the analytical solution. Now, I call the transformed function as F(w). My question is, I don't know how to plot F(w) since I do not know the arrangement of the transformed data points and the corresponding frequencies w. Perhaps I need to multiply some factor on w but I do not know what's that.&lt;BR /&gt; &lt;BR /&gt; Regards,&lt;BR /&gt; Raemon</description>
      <pubDate>Thu, 24 Sep 2009 10:46:43 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Is-complex-sineFFT-routine-ready/m-p/866320#M8022</guid>
      <dc:creator>Raemon</dc:creator>
      <dc:date>2009-09-24T10:46:43Z</dc:date>
    </item>
    <item>
      <title>Re: Is complex sineFFT routine ready?</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Is-complex-sineFFT-routine-ready/m-p/866321#M8023</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/439864"&gt;raemon&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;Hi, Alexander Kalinkin:&lt;BR /&gt;&lt;BR /&gt;Now I realize that MKL does not have the restriction to require one should input an odd function only. But inside the MKL manual I didn't find a figure such as the figure that in the Numerical recipe I mentioned before to let me know how's the arrangement of the data points and the corresponding frequencies.&lt;BR /&gt;&lt;BR /&gt;I've tried to perform a forward transform and then a backward of an input array. The output array is same with the input array. That's right.&lt;BR /&gt;&lt;BR /&gt;But my next step is to perform the forward Sine FFT transform to a given test function (Say, the function is sin(x), in a range[0~2pi] ) and then compare the output array with the analytical solution. Now, I call the transformed function as F(w). My question is, I don't know how to plot F(w) since I do not know the arrangement of the transformed data points and the corresponding frequencies w. Perhaps I need to multiply some factor on w but I do not know what's that.&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;Raemon&lt;/EM&gt;&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;BR /&gt;Hi Raemon,&lt;BR /&gt;In your example your internal vector is second harmonic (the first one is sin(2x)) so if your will used Forward sin transformation from TT you will get vector with zero element butF[2] which will be equal 1. Coefficient of i number harmonic is place in F&lt;I&gt;.&lt;BR /&gt;With best regards,&lt;BR /&gt;Alexander Kalinkin&lt;/I&gt;</description>
      <pubDate>Thu, 24 Sep 2009 11:19:41 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Is-complex-sineFFT-routine-ready/m-p/866321#M8023</guid>
      <dc:creator>Alexander_K_Intel2</dc:creator>
      <dc:date>2009-09-24T11:19:41Z</dc:date>
    </item>
    <item>
      <title>Re: Is complex sineFFT routine ready?</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Is-complex-sineFFT-routine-ready/m-p/866322#M8024</link>
      <description>Hi, Alexander Kalinkin:&lt;BR /&gt;Thanks a lot! Now I know what's going on.&lt;BR /&gt;&lt;BR /&gt;Best Regards,&lt;BR /&gt;Raemon&lt;BR /&gt;</description>
      <pubDate>Thu, 24 Sep 2009 13:53:01 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Is-complex-sineFFT-routine-ready/m-p/866322#M8024</guid>
      <dc:creator>Raemon</dc:creator>
      <dc:date>2009-09-24T13:53:01Z</dc:date>
    </item>
    <item>
      <title>Re: Is complex sineFFT routine ready?</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Is-complex-sineFFT-routine-ready/m-p/866323#M8025</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/439864"&gt;raemon&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;Hi, Alexander Kalinkin:&lt;BR /&gt;Thanks a lot! Now I know what's going on.&lt;BR /&gt;&lt;BR /&gt;Best Regards,&lt;BR /&gt;Raemon&lt;BR /&gt;&lt;/EM&gt;&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;
Hi Raemon,&lt;BR /&gt;You are welcome! :) &lt;BR /&gt;With best regards,&lt;BR /&gt;Alexander Kalinkin&lt;BR /&gt;</description>
      <pubDate>Thu, 24 Sep 2009 14:46:07 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Is-complex-sineFFT-routine-ready/m-p/866323#M8025</guid>
      <dc:creator>Alexander_K_Intel2</dc:creator>
      <dc:date>2009-09-24T14:46:07Z</dc:date>
    </item>
    <item>
      <title>Re: Is complex sineFFT routine ready?</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Is-complex-sineFFT-routine-ready/m-p/866324#M8026</link>
      <description>&lt;DIV style="margin:0px;"&gt;
&lt;DIV id="quote_reply" style="width: 100%; margin-top: 5px;"&gt;
&lt;DIV style="margin-left:2px;margin-right:2px;"&gt;Quoting - &lt;A href="https://community.intel.com/en-us/profile/421788"&gt;Alexander Kalinkin (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; Hi raemon,&lt;BR /&gt;Could you explain how you want to use TT for complex number vector or sharean example of it?In my visionif vector consist of complex number so TT of this vector could be realized by sum of TT real and complex part of initial vector. &lt;BR /&gt;With best regards,&lt;BR /&gt;Alexander Kalinkin&lt;/EM&gt;&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;BR /&gt;&lt;BR /&gt;Hi, Alexander Kalinkin:&lt;BR /&gt;&lt;BR /&gt;Recently I found that TT routine is much slower than complex FFT function.&lt;BR /&gt;Since the array I'd like to transform consists of complex numbers, I have to call TT routines twice to perform the transform for each real and complex part. Compare with complex FFT function, which is only needed once to transform the complex numbers.&lt;BR /&gt;&lt;BR /&gt;And I am confused about why TT routine is much slower. In my view, sine FFT (TT routine) uses sine basis. Complex FFT function uses sine+cosine basis. Apparantly, complex FFT function uses more basis. Isn't that means complex FFT function requires performing much calculations? Why TT routine is slower than complex FFT function?&lt;BR /&gt;&lt;BR /&gt;Best Regards,&lt;BR /&gt;Raemon&lt;BR /&gt;</description>
      <pubDate>Wed, 11 Nov 2009 19:32:04 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Is-complex-sineFFT-routine-ready/m-p/866324#M8026</guid>
      <dc:creator>Raemon</dc:creator>
      <dc:date>2009-11-11T19:32:04Z</dc:date>
    </item>
    <item>
      <title>Re: Is complex sineFFT routine ready?</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Is-complex-sineFFT-routine-ready/m-p/866325#M8027</link>
      <description>&lt;DIV style="margin:0px;"&gt;
&lt;DIV id="quote_reply" style="width: 100%; margin-top: 5px;"&gt;
&lt;DIV style="margin-left:2px;margin-right:2px;"&gt;Quoting - &lt;A href="https://community.intel.com/en-us/profile/439864"&gt;raemon&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;DIV style="margin:0px;"&gt;&lt;/DIV&gt;
&lt;BR /&gt;&lt;BR /&gt;Hi, Alexander Kalinkin:&lt;BR /&gt;&lt;BR /&gt;Recently I found that TT routine is much slower than complex FFT function.&lt;BR /&gt;Since the array I'd like to transform consists of complex numbers, I have to call TT routines twice to perform the transform for each real and complex part. Compare with complex FFT function, which is only needed once to transform the complex numbers.&lt;BR /&gt;&lt;BR /&gt;And I am confused about why TT routine is much slower. In my view, sine FFT (TT routine) uses sine basis. Complex FFT function uses sine+cosine basis. Apparantly, complex FFT function uses more basis. Isn't that means complex FFT function requires performing much calculations? Why TT routine is slower than complex FFT function?&lt;BR /&gt;&lt;BR /&gt;Best Regards,&lt;BR /&gt;Raemon&lt;BR /&gt;&lt;/EM&gt;&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;
Hi Raemon,
&lt;DIV&gt;&lt;SPAN style="font-family: Verdana, Arial, Helvetica, sans-serif;"&gt;TT and complex FFT are different part of MKL so theirperformancecould not calculated by one formula. Also need to say that TT use complex FFT with some pre- andpost-processingso it must be slower than complex FFT with corresponding size of vector. &lt;/SPAN&gt;&lt;/DIV&gt;
&lt;DIV&gt;With best regards,&lt;/DIV&gt;
&lt;DIV&gt;Alexander Kalinkin&lt;/DIV&gt;</description>
      <pubDate>Thu, 12 Nov 2009 03:38:49 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Is-complex-sineFFT-routine-ready/m-p/866325#M8027</guid>
      <dc:creator>Alexander_K_Intel2</dc:creator>
      <dc:date>2009-11-12T03:38:49Z</dc:date>
    </item>
  </channel>
</rss>

