<?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 Intel IPP Polyphase Resampling in Intel® Integrated Performance Primitives</title>
    <link>https://community.intel.com/t5/Intel-Integrated-Performance/Intel-IPP-Polyphase-Resampling/m-p/1253137#M27540</link>
    <description>&lt;P&gt;I am using Polyphase resampling function of IPP libraries (&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;A href="https://software.intel.com/content/www/us/en/develop/documentation/ipp-dev-reference/top/volume-1-signal-and-data-processing/filtering-functions/filtering-functions-1/polyphase-resampling-functions.html" rel="nofollow noreferrer" target="_blank"&gt;https://software.intel.com/content/www/us/en/develop/documentation/ipp-dev-reference/top/volume-1-signal-and-data-processing/filtering-functions/filtering-functions-1/polyphase-resampling-functions.html&lt;/A&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;).&lt;/P&gt;
&lt;P&gt;For the moment I am just testing for upsampling a signal by a factor of 2. I am using the Fixed_32f family of functions and specifically the GetFilter and SetFilter functions. SetFilter allows to set a precomputed FIR filter to the resampling object.&lt;/P&gt;
&lt;P&gt;I have a problem when I am resampling using a filter imported with the SetFilter: I see a bad value for the first sample of the impulse response. When I check the impulse response, I see that its first sample is the coefficient of the filter created with the Init function instead of the first sample that corresponds to the filter set with SetFilter method.&lt;/P&gt;
&lt;P&gt;Has anyone been able to make it working properly with these GetFilter and SetFilter functions? The IPP documentation is not of great help with this since it sets the same filter as the one set by default with the init method ( see&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;A href="https://software.intel.com/content/www/us/en/develop/documentation/ipp-dev-reference/top/volume-1-signal-and-data-processing/filtering-functions/filtering-functions-1/polyphase-resampling-functions/resamplepolyphasegetfixedfilter.html" rel="nofollow noreferrer" target="_blank"&gt;https://software.intel.com/content/www/us/en/develop/documentation/ipp-dev-reference/top/volume-1-signal-and-data-processing/filtering-functions/filtering-functions-1/polyphase-resampling-functions/resamplepolyphasegetfixedfilter.html&lt;/A&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;).&lt;/P&gt;
&lt;P&gt;It's also not detailed in the documentation how one has to organise the coefficients when using the SetFilter method, so i had to to deduce this by getting the filter coefficients created upon calling the Init function (but i think i get this right). Anyone had a similar problem?&lt;/P&gt;
&lt;P&gt;Thanks in advance for your feedback,&lt;/P&gt;</description>
    <pubDate>Thu, 04 Feb 2021 13:42:00 GMT</pubDate>
    <dc:creator>kevin38</dc:creator>
    <dc:date>2021-02-04T13:42:00Z</dc:date>
    <item>
      <title>Intel IPP Polyphase Resampling</title>
      <link>https://community.intel.com/t5/Intel-Integrated-Performance/Intel-IPP-Polyphase-Resampling/m-p/1253137#M27540</link>
      <description>&lt;P&gt;I am using Polyphase resampling function of IPP libraries (&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;A href="https://software.intel.com/content/www/us/en/develop/documentation/ipp-dev-reference/top/volume-1-signal-and-data-processing/filtering-functions/filtering-functions-1/polyphase-resampling-functions.html" rel="nofollow noreferrer" target="_blank"&gt;https://software.intel.com/content/www/us/en/develop/documentation/ipp-dev-reference/top/volume-1-signal-and-data-processing/filtering-functions/filtering-functions-1/polyphase-resampling-functions.html&lt;/A&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;).&lt;/P&gt;
&lt;P&gt;For the moment I am just testing for upsampling a signal by a factor of 2. I am using the Fixed_32f family of functions and specifically the GetFilter and SetFilter functions. SetFilter allows to set a precomputed FIR filter to the resampling object.&lt;/P&gt;
&lt;P&gt;I have a problem when I am resampling using a filter imported with the SetFilter: I see a bad value for the first sample of the impulse response. When I check the impulse response, I see that its first sample is the coefficient of the filter created with the Init function instead of the first sample that corresponds to the filter set with SetFilter method.&lt;/P&gt;
&lt;P&gt;Has anyone been able to make it working properly with these GetFilter and SetFilter functions? The IPP documentation is not of great help with this since it sets the same filter as the one set by default with the init method ( see&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;A href="https://software.intel.com/content/www/us/en/develop/documentation/ipp-dev-reference/top/volume-1-signal-and-data-processing/filtering-functions/filtering-functions-1/polyphase-resampling-functions/resamplepolyphasegetfixedfilter.html" rel="nofollow noreferrer" target="_blank"&gt;https://software.intel.com/content/www/us/en/develop/documentation/ipp-dev-reference/top/volume-1-signal-and-data-processing/filtering-functions/filtering-functions-1/polyphase-resampling-functions/resamplepolyphasegetfixedfilter.html&lt;/A&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;).&lt;/P&gt;
&lt;P&gt;It's also not detailed in the documentation how one has to organise the coefficients when using the SetFilter method, so i had to to deduce this by getting the filter coefficients created upon calling the Init function (but i think i get this right). Anyone had a similar problem?&lt;/P&gt;
&lt;P&gt;Thanks in advance for your feedback,&lt;/P&gt;</description>
      <pubDate>Thu, 04 Feb 2021 13:42:00 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Integrated-Performance/Intel-IPP-Polyphase-Resampling/m-p/1253137#M27540</guid>
      <dc:creator>kevin38</dc:creator>
      <dc:date>2021-02-04T13:42:00Z</dc:date>
    </item>
    <item>
      <title>Re:Intel IPP Polyphase Resampling</title>
      <link>https://community.intel.com/t5/Intel-Integrated-Performance/Intel-IPP-Polyphase-Resampling/m-p/1253996#M27542</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;Thanks for reaching out to us.&lt;/P&gt;&lt;P&gt;We are forwarding this issue to the SME.&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;Warm Regards,&lt;/P&gt;&lt;P&gt;Abhishek&lt;/P&gt;&lt;BR /&gt;</description>
      <pubDate>Mon, 08 Feb 2021 12:16:48 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Integrated-Performance/Intel-IPP-Polyphase-Resampling/m-p/1253996#M27542</guid>
      <dc:creator>AbhishekD_Intel</dc:creator>
      <dc:date>2021-02-08T12:16:48Z</dc:date>
    </item>
    <item>
      <title>Re:Intel IPP Polyphase Resampling</title>
      <link>https://community.intel.com/t5/Intel-Integrated-Performance/Intel-IPP-Polyphase-Resampling/m-p/1254944#M27545</link>
      <description>&lt;P&gt;IPP Image Processing Developer Reference contains several examples &lt;/P&gt;&lt;P&gt;&lt;A href="https://software.intel.com/content/www/us/en/develop/documentation/ipp-dev-reference/top/volume-1-signal-and-data-processing/filtering-functions/filtering-functions-1/polyphase-resampling-functions/resamplepolyphase-resamplepolyphasefixed.html" target="_blank"&gt;https://software.intel.com/content/www/us/en/develop/documentation/ipp-dev-reference/top/volume-1-signal-and-data-processing/filtering-functions/filtering-functions-1/polyphase-resampling-functions/resamplepolyphase-resamplepolyphasefixed.html&lt;/A&gt;&lt;/P&gt;&lt;P&gt;Did You check it to see how properly use this filter?&lt;/P&gt;&lt;BR /&gt;</description>
      <pubDate>Wed, 10 Feb 2021 17:36:25 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Integrated-Performance/Intel-IPP-Polyphase-Resampling/m-p/1254944#M27545</guid>
      <dc:creator>Gennady_F_Intel</dc:creator>
      <dc:date>2021-02-10T17:36:25Z</dc:date>
    </item>
    <item>
      <title>Re:Intel IPP Polyphase Resampling</title>
      <link>https://community.intel.com/t5/Intel-Integrated-Performance/Intel-IPP-Polyphase-Resampling/m-p/1254958#M27546</link>
      <description>&lt;P&gt;Could you give us your test to check the problem and then we will try to recommend something useful? &lt;/P&gt;&lt;BR /&gt;</description>
      <pubDate>Wed, 10 Feb 2021 18:14:57 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Integrated-Performance/Intel-IPP-Polyphase-Resampling/m-p/1254958#M27546</guid>
      <dc:creator>Gennady_F_Intel</dc:creator>
      <dc:date>2021-02-10T18:14:57Z</dc:date>
    </item>
    <item>
      <title>Re: Re:Intel IPP Polyphase Resampling</title>
      <link>https://community.intel.com/t5/Intel-Integrated-Performance/Intel-IPP-Polyphase-Resampling/m-p/1256737#M27550</link>
      <description>&lt;P&gt;Dear Gennady,&lt;/P&gt;
&lt;P&gt;Thanks for your answers.&amp;nbsp;I attach here the code where I make this test of setting a new fixed filter to a ressampler object and then I recover the impulse response.&amp;nbsp; Please let me know if something is not clear in my code.&lt;/P&gt;
&lt;P&gt;Best regards,&lt;/P&gt;
&lt;P&gt;Kevin&lt;/P&gt;</description>
      <pubDate>Wed, 17 Feb 2021 09:19:41 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Integrated-Performance/Intel-IPP-Polyphase-Resampling/m-p/1256737#M27550</guid>
      <dc:creator>kevin38</dc:creator>
      <dc:date>2021-02-17T09:19:41Z</dc:date>
    </item>
    <item>
      <title>Re:Intel IPP Polyphase Resampling</title>
      <link>https://community.intel.com/t5/Intel-Integrated-Performance/Intel-IPP-Polyphase-Resampling/m-p/1256855#M27552</link>
      <description>&lt;P&gt;Kevin,&lt;/P&gt;&lt;P&gt;Could You please show how did you compile this case? We will transfer this case to the developer of this filter and hope he will help but we have to have an example that could be compilable. &lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;I tried to build the case but here what I see:&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;test.cpp&lt;/P&gt;&lt;P&gt;test.cpp(21): error: variable "sdiracinput" may not be initialized&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;float sdiracinput[kInL] = {&amp;nbsp;};&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;^&lt;/P&gt;&lt;P&gt;test.cpp(25): error: variable "sOut1" may not be initialized&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;float sOut1[kInL * upSampFactor] = {}; //buffer where put the output resampled signal for first resampler&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;^&lt;/P&gt;&lt;P&gt;test.cpp(26): error: variable "sOut2" may not be initialized&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;float sOut2[kInL * upSampFactor] = {}; //buffer where put the output resampled signal for second resampler&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;^&lt;/P&gt;&lt;BR /&gt;</description>
      <pubDate>Wed, 17 Feb 2021 16:52:15 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Integrated-Performance/Intel-IPP-Polyphase-Resampling/m-p/1256855#M27552</guid>
      <dc:creator>Gennady_F_Intel</dc:creator>
      <dc:date>2021-02-17T16:52:15Z</dc:date>
    </item>
    <item>
      <title>Re: Re:Intel IPP Polyphase Resampling</title>
      <link>https://community.intel.com/t5/Intel-Integrated-Performance/Intel-IPP-Polyphase-Resampling/m-p/1258433#M27556</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;
&lt;P&gt;I use Visual Studio 2019.&lt;/P&gt;
&lt;P&gt;Seeing the errors you mention, I modified the file to be more standard C compatible . I run it in c++. So please found attached new version of the file that should be more compatible with standard C. I do not know why, I have to change the extension to .c to be able to upload the file on this forum (extension cpp gives an error when I try to upload, but the original extension of my file is cpp).&lt;/P&gt;
&lt;P&gt;Best regards,&lt;/P&gt;
&lt;P&gt;Kevin&lt;/P&gt;</description>
      <pubDate>Tue, 23 Feb 2021 10:20:22 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Integrated-Performance/Intel-IPP-Polyphase-Resampling/m-p/1258433#M27556</guid>
      <dc:creator>kevin38</dc:creator>
      <dc:date>2021-02-23T10:20:22Z</dc:date>
    </item>
    <item>
      <title>Re:Intel IPP Polyphase Resampling</title>
      <link>https://community.intel.com/t5/Intel-Integrated-Performance/Intel-IPP-Polyphase-Resampling/m-p/1258741#M27559</link>
      <description>&lt;P&gt;ok, it is compatible for now. &lt;/P&gt;&lt;P&gt;I linked this test against the IPP 2020 u3 and printed out the 10 first coefficients of sOut1 and sOut2.&lt;/P&gt;&lt;P&gt;0, sOut1 = 0.000000, sOut2 = 0.000000&amp;nbsp;&lt;/P&gt;&lt;P&gt;1, sOut1 = 0.000000, sOut2 = 0.000000&amp;nbsp;&lt;/P&gt;&lt;P&gt;2, sOut1 = -0.001803, sOut2 = -0.000046&amp;nbsp;&lt;/P&gt;&lt;P&gt;3, sOut1 = -0.047503, sOut2 = -0.047503&amp;nbsp;&lt;/P&gt;&lt;P&gt;4, sOut1 = 0.027489, sOut2 = 0.027489&amp;nbsp;&lt;/P&gt;&lt;P&gt;5, sOut1 = 0.550097, sOut2 = 0.550097&amp;nbsp;&lt;/P&gt;&lt;P&gt;6, sOut1 = 0.948627, sOut2 = 0.948627&amp;nbsp;&lt;/P&gt;&lt;P&gt;7, sOut1 = 0.550097, sOut2 = 0.550097&amp;nbsp;&lt;/P&gt;&lt;P&gt;8, sOut1 = 0.027489, sOut2 = 0.027489&amp;nbsp;&lt;/P&gt;&lt;P&gt;9, sOut1 = -0.047503, sOut2 = -0.047503&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;ippIP AVX2 (l9 threaded),2020.0.3 (r0x3390eac5),2020,0&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;Do you see the same results?&lt;/P&gt;&lt;BR /&gt;</description>
      <pubDate>Wed, 24 Feb 2021 07:36:55 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Integrated-Performance/Intel-IPP-Polyphase-Resampling/m-p/1258741#M27559</guid>
      <dc:creator>Gennady_F_Intel</dc:creator>
      <dc:date>2021-02-24T07:36:55Z</dc:date>
    </item>
    <item>
      <title>Re: Re:Intel IPP Polyphase Resampling</title>
      <link>https://community.intel.com/t5/Intel-Integrated-Performance/Intel-IPP-Polyphase-Resampling/m-p/1260956#M27576</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;
&lt;P&gt;Yes, I see the same results.&lt;/P&gt;
&lt;P&gt;The problem I see on these results (that are the same as mines) is the difference on the index&amp;nbsp;&lt;SPAN&gt;2 of the results in botch cases, that should be the same to my understand of the getfilter and setfilter methods (&lt;/SPAN&gt;&lt;SPAN&gt;&amp;nbsp;sOut1 = -0.001803, sOut2 = -0.000046)&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Best regards,&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 03 Mar 2021 09:23:17 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Integrated-Performance/Intel-IPP-Polyphase-Resampling/m-p/1260956#M27576</guid>
      <dc:creator>kevin38</dc:creator>
      <dc:date>2021-03-03T09:23:17Z</dc:date>
    </item>
    <item>
      <title>Re: Re:Intel IPP Polyphase Resampling</title>
      <link>https://community.intel.com/t5/Intel-Integrated-Performance/Intel-IPP-Polyphase-Resampling/m-p/1268687#M27612</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;
&lt;P&gt;Didn't receive any messages since 3 or 4 weeks ago.&lt;/P&gt;
&lt;P&gt;Do you have any news on this topic?&lt;/P&gt;
&lt;P&gt;Do you need something on my side to advance on this topic?&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Regards,&lt;/P&gt;</description>
      <pubDate>Mon, 29 Mar 2021 09:12:42 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Integrated-Performance/Intel-IPP-Polyphase-Resampling/m-p/1268687#M27612</guid>
      <dc:creator>kevin38</dc:creator>
      <dc:date>2021-03-29T09:12:42Z</dc:date>
    </item>
    <item>
      <title>Re:Intel IPP Polyphase Resampling</title>
      <link>https://community.intel.com/t5/Intel-Integrated-Performance/Intel-IPP-Polyphase-Resampling/m-p/1275661#M27650</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;yes, we confirmed the problem with IPP and we started to fix the problem on our end. We will keep this thread updated when the problem will be fixed.&lt;/P&gt;&lt;BR /&gt;</description>
      <pubDate>Thu, 22 Apr 2021 02:57:36 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Integrated-Performance/Intel-IPP-Polyphase-Resampling/m-p/1275661#M27650</guid>
      <dc:creator>Gennady_F_Intel</dc:creator>
      <dc:date>2021-04-22T02:57:36Z</dc:date>
    </item>
    <item>
      <title>Re: Intel IPP Polyphase Resampling</title>
      <link>https://community.intel.com/t5/Intel-Integrated-Performance/Intel-IPP-Polyphase-Resampling/m-p/1283169#M27692</link>
      <description>&lt;P&gt;Great, thanks.&lt;/P&gt;
&lt;P&gt;Do you have a rough estimation of time for having the problem fixed? (weeks? months? years?)&lt;/P&gt;</description>
      <pubDate>Thu, 20 May 2021 12:39:51 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Integrated-Performance/Intel-IPP-Polyphase-Resampling/m-p/1283169#M27692</guid>
      <dc:creator>kevin38</dc:creator>
      <dc:date>2021-05-20T12:39:51Z</dc:date>
    </item>
    <item>
      <title>Re:Intel IPP Polyphase Resampling</title>
      <link>https://community.intel.com/t5/Intel-Integrated-Performance/Intel-IPP-Polyphase-Resampling/m-p/1283172#M27693</link>
      <description>&lt;P&gt;very likely the fix will be available the next ( nearest) update. &lt;/P&gt;&lt;BR /&gt;</description>
      <pubDate>Thu, 20 May 2021 12:52:17 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Integrated-Performance/Intel-IPP-Polyphase-Resampling/m-p/1283172#M27693</guid>
      <dc:creator>Gennady_F_Intel</dc:creator>
      <dc:date>2021-05-20T12:52:17Z</dc:date>
    </item>
    <item>
      <title>Re:Intel IPP Polyphase Resampling</title>
      <link>https://community.intel.com/t5/Intel-Integrated-Performance/Intel-IPP-Polyphase-Resampling/m-p/1296517#M27718</link>
      <description>&lt;P&gt;The documentation ( of IPP v.2021.3 has been updated &lt;/P&gt;&lt;P&gt;&lt;A href="https://software.intel.com/content/www/us/en/develop/documentation/ipp-dev-reference/top/volume-1-signal-and-data-processing/filtering-functions/filtering-functions-1/polyphase-resampling-functions/resamplepolyphasegetfixedfilter.html" rel="noopener noreferrer" target="_blank"&gt;ResamplePolyphaseGetFixedFilter&lt;/A&gt;, &lt;A href="https://software.intel.com/content/www/us/en/develop/documentation/ipp-dev-reference/top/volume-1-signal-and-data-processing/filtering-functions/filtering-functions-1/polyphase-resampling-functions/resamplepolyphasesetfixedfilter.html" rel="noopener noreferrer" target="_blank"&gt;ResamplePolyphaseSetFixedFilter&lt;/A&gt; and &lt;/P&gt;&lt;P&gt;&lt;A href="https://software.intel.com/content/www/us/en/develop/documentation/ipp-dev-reference/top/volume-1-signal-and-data-processing/filtering-functions/filtering-functions-1/polyphase-resampling-functions/resamplepolyphasegetsize-resamplepolyphasefixedgetsize.html" rel="noopener noreferrer" target="_blank" style="font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Segoe UI&amp;quot;, Roboto, Oxygen, Ubuntu, &amp;quot;Fira Sans&amp;quot;, &amp;quot;Droid Sans&amp;quot;, &amp;quot;Helvetica Neue&amp;quot;, sans-serif; font-size: 14px;"&gt;esamplePolyphaseGetSize, ResamplePolyphaseFixedGetSize&lt;/A&gt;.&lt;/P&gt;&lt;P&gt;the example GetFixedFilter.c is also updated.&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;/P&gt;&lt;BR /&gt;</description>
      <pubDate>Wed, 07 Jul 2021 05:19:26 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Integrated-Performance/Intel-IPP-Polyphase-Resampling/m-p/1296517#M27718</guid>
      <dc:creator>Gennady_F_Intel</dc:creator>
      <dc:date>2021-07-07T05:19:26Z</dc:date>
    </item>
    <item>
      <title>Re:Intel IPP Polyphase Resampling</title>
      <link>https://community.intel.com/t5/Intel-Integrated-Performance/Intel-IPP-Polyphase-Resampling/m-p/1297684#M27721</link>
      <description>&lt;P&gt;The issue is closing and we will no longer respond to this thread.&amp;nbsp;If you require additional assistance from Intel, please start a new thread.&amp;nbsp;Any further interaction in this thread will be considered community only.&lt;/P&gt;&lt;BR /&gt;</description>
      <pubDate>Mon, 12 Jul 2021 02:30:46 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Integrated-Performance/Intel-IPP-Polyphase-Resampling/m-p/1297684#M27721</guid>
      <dc:creator>Gennady_F_Intel</dc:creator>
      <dc:date>2021-07-12T02:30:46Z</dc:date>
    </item>
  </channel>
</rss>

