<?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 ok, thanks for the update. We in Intel® Integrated Performance Primitives</title>
    <link>https://community.intel.com/t5/Intel-Integrated-Performance/IPP-complex-sparse-fir-filter/m-p/1135732#M25924</link>
    <description>&lt;P&gt;ok, thanks for the update. We will consider the opportunity of this implementation and will keep this thread updated.&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Mon, 11 Nov 2019 05:45:33 GMT</pubDate>
    <dc:creator>Gennady_F_Intel</dc:creator>
    <dc:date>2019-11-11T05:45:33Z</dc:date>
    <item>
      <title>IPP complex sparse fir filter</title>
      <link>https://community.intel.com/t5/Intel-Integrated-Performance/IPP-complex-sparse-fir-filter/m-p/1135729#M25921</link>
      <description>&lt;P&gt;hello together, I can not find a complex implementation of the sparse fir filter in the ipp,&amp;nbsp;&lt;/P&gt;&lt;P&gt;why is this implementation missing?&lt;/P&gt;&lt;P&gt;will u offer an implementation in the future?&lt;/P&gt;&lt;P&gt;thank you&lt;/P&gt;&lt;P&gt;Bessem&lt;/P&gt;</description>
      <pubDate>Wed, 06 Nov 2019 11:23:52 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Integrated-Performance/IPP-complex-sparse-fir-filter/m-p/1135729#M25921</guid>
      <dc:creator>Baccouche__Bessem</dc:creator>
      <dc:date>2019-11-06T11:23:52Z</dc:date>
    </item>
    <item>
      <title>Do you need to see support</title>
      <link>https://community.intel.com/t5/Intel-Integrated-Performance/IPP-complex-sparse-fir-filter/m-p/1135730#M25922</link>
      <description>&lt;P&gt;Do you need to see support 32fc for the FIRSparse function or 64fc also?&lt;/P&gt;&lt;P&gt;These data types were missing because we didn't see such requests in the past. You may submit the FR to the Intel Online Service Center.&lt;/P&gt;</description>
      <pubDate>Thu, 07 Nov 2019 03:37:19 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Integrated-Performance/IPP-complex-sparse-fir-filter/m-p/1135730#M25922</guid>
      <dc:creator>Gennady_F_Intel</dc:creator>
      <dc:date>2019-11-07T03:37:19Z</dc:date>
    </item>
    <item>
      <title>thank you for the quick</title>
      <link>https://community.intel.com/t5/Intel-Integrated-Performance/IPP-complex-sparse-fir-filter/m-p/1135731#M25923</link>
      <description>&lt;P&gt;thank you for the quick response, 32fc satisfies my requirements&lt;/P&gt;</description>
      <pubDate>Fri, 08 Nov 2019 05:27:23 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Integrated-Performance/IPP-complex-sparse-fir-filter/m-p/1135731#M25923</guid>
      <dc:creator>Baccouche__Bessem</dc:creator>
      <dc:date>2019-11-08T05:27:23Z</dc:date>
    </item>
    <item>
      <title>ok, thanks for the update. We</title>
      <link>https://community.intel.com/t5/Intel-Integrated-Performance/IPP-complex-sparse-fir-filter/m-p/1135732#M25924</link>
      <description>&lt;P&gt;ok, thanks for the update. We will consider the opportunity of this implementation and will keep this thread updated.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 11 Nov 2019 05:45:33 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Integrated-Performance/IPP-complex-sparse-fir-filter/m-p/1135732#M25924</guid>
      <dc:creator>Gennady_F_Intel</dc:creator>
      <dc:date>2019-11-11T05:45:33Z</dc:date>
    </item>
    <item>
      <title>Bessem,</title>
      <link>https://community.intel.com/t5/Intel-Integrated-Performance/IPP-complex-sparse-fir-filter/m-p/1135733#M25925</link>
      <description>&lt;P&gt;Bessem,&lt;/P&gt;&lt;P&gt;This API has been added to IPP 2020.1 which is already available for download.&lt;/P&gt;&lt;P&gt;Could you take this update and let us know how it will work on your side, please.&lt;/P&gt;&lt;P&gt;Here is from ipps.h :&lt;/P&gt;&lt;P&gt;/* /////////////////////////////////////////////////////////////////////////////&lt;BR /&gt;// &amp;nbsp;Names: &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; ippsFIRSparse&lt;BR /&gt;// &amp;nbsp;Purpose: &amp;nbsp; &amp;nbsp; &amp;nbsp; FIRSparse filter with float or complex float taps. Vector filtering&lt;BR /&gt;// &amp;nbsp;Parameters:&lt;BR /&gt;// &amp;nbsp; &amp;nbsp; &amp;nbsp;pSrc &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;- pointer to the input vector&lt;BR /&gt;// &amp;nbsp; &amp;nbsp; &amp;nbsp;pDst &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;- pointer to the output vector&lt;BR /&gt;// &amp;nbsp; &amp;nbsp; &amp;nbsp;len &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; - length data vector&lt;BR /&gt;// &amp;nbsp; &amp;nbsp; &amp;nbsp;pState &amp;nbsp; &amp;nbsp; &amp;nbsp;- pointer to the filter state&lt;BR /&gt;// &amp;nbsp;Return:&lt;BR /&gt;// &amp;nbsp; &amp;nbsp; &amp;nbsp;ippStsNullPtrErr &amp;nbsp; &amp;nbsp; &amp;nbsp; - pointer(s) to the data is NULL&lt;BR /&gt;// &amp;nbsp; &amp;nbsp; &amp;nbsp;ippStsSizeErr &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;- length of the vectors &amp;lt;= 0&lt;BR /&gt;// &amp;nbsp; &amp;nbsp; &amp;nbsp;ippStsNoErr &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;- otherwise&lt;BR /&gt;*/&lt;BR /&gt;IPPAPI(IppStatus, ippsFIRSparse_32f, (const Ipp32f* pSrc, Ipp32f* pDst, int len, IppsFIRSparseState_32f* pState))&lt;BR /&gt;&lt;STRONG&gt;IPPAPI(IppStatus, ippsFIRSparse_32fc, (const Ipp32fc* pSrc, Ipp32fc* pDst, int len, IppsFIRSparseState_32fc* pState))&lt;/STRONG&gt;&lt;BR /&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Gennady&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 01 Apr 2020 10:02:38 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Integrated-Performance/IPP-complex-sparse-fir-filter/m-p/1135733#M25925</guid>
      <dc:creator>Gennady_F_Intel</dc:creator>
      <dc:date>2020-04-01T10:02:38Z</dc:date>
    </item>
  </channel>
</rss>

