<?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 Clear state FIR filter in Intel® Integrated Performance Primitives</title>
    <link>https://community.intel.com/t5/Intel-Integrated-Performance/Clear-state-FIR-filter/m-p/910222#M14052</link>
    <description>Hi&lt;BR /&gt;&lt;BR /&gt;Im using the IPP FIR filter functions. I initialize a filter using FIRInitAlloc. The first time I use the filter it works fine. The second time it igves just garbage. why?&lt;BR /&gt;My code is quite simple and looks like this:&lt;BR /&gt;&lt;BR /&gt;st = ippsFIR_32f_I(tmpfi,length,fir_state);  &lt;BR /&gt;check_err(st);&lt;BR /&gt;st = ippsFIR_32f_I(tmpfr,length,fir_state);&lt;BR /&gt;check_err(st);&lt;BR /&gt;&lt;BR /&gt;The first call gives correct results, the second only garbage.&lt;BR /&gt;&lt;BR /&gt;Do I need to reset the filter between each time?&lt;BR /&gt;I Have initialized my filter this way:&lt;BR /&gt;&lt;BR /&gt;ippsFIRInitAlloc_32f(&amp;amp;fir_state,fir_taps,num_taps,0);&lt;BR /&gt;&lt;BR /&gt;I have not specified a delay line, does that matter?&lt;BR /&gt;&lt;BR /&gt;Thanks&lt;BR /&gt;&lt;BR /&gt;Thor Andreas Tangen&lt;BR /&gt;</description>
    <pubDate>Fri, 28 Mar 2008 15:00:23 GMT</pubDate>
    <dc:creator>thorant</dc:creator>
    <dc:date>2008-03-28T15:00:23Z</dc:date>
    <item>
      <title>Clear state FIR filter</title>
      <link>https://community.intel.com/t5/Intel-Integrated-Performance/Clear-state-FIR-filter/m-p/910222#M14052</link>
      <description>Hi&lt;BR /&gt;&lt;BR /&gt;Im using the IPP FIR filter functions. I initialize a filter using FIRInitAlloc. The first time I use the filter it works fine. The second time it igves just garbage. why?&lt;BR /&gt;My code is quite simple and looks like this:&lt;BR /&gt;&lt;BR /&gt;st = ippsFIR_32f_I(tmpfi,length,fir_state);  &lt;BR /&gt;check_err(st);&lt;BR /&gt;st = ippsFIR_32f_I(tmpfr,length,fir_state);&lt;BR /&gt;check_err(st);&lt;BR /&gt;&lt;BR /&gt;The first call gives correct results, the second only garbage.&lt;BR /&gt;&lt;BR /&gt;Do I need to reset the filter between each time?&lt;BR /&gt;I Have initialized my filter this way:&lt;BR /&gt;&lt;BR /&gt;ippsFIRInitAlloc_32f(&amp;amp;fir_state,fir_taps,num_taps,0);&lt;BR /&gt;&lt;BR /&gt;I have not specified a delay line, does that matter?&lt;BR /&gt;&lt;BR /&gt;Thanks&lt;BR /&gt;&lt;BR /&gt;Thor Andreas Tangen&lt;BR /&gt;</description>
      <pubDate>Fri, 28 Mar 2008 15:00:23 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Integrated-Performance/Clear-state-FIR-filter/m-p/910222#M14052</guid>
      <dc:creator>thorant</dc:creator>
      <dc:date>2008-03-28T15:00:23Z</dc:date>
    </item>
    <item>
      <title>Re: Clear state FIR filter</title>
      <link>https://community.intel.com/t5/Intel-Integrated-Performance/Clear-state-FIR-filter/m-p/910223#M14053</link>
      <description>An update on the issue; If I reset the delay line between each filtering to zero, everything works fine. But is this supposed to be necesary?&lt;BR /&gt;&lt;BR /&gt;Thanks&lt;BR /&gt;&lt;BR /&gt;Thor Andreas Tangen&lt;BR /&gt;</description>
      <pubDate>Sat, 29 Mar 2008 12:32:24 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Integrated-Performance/Clear-state-FIR-filter/m-p/910223#M14053</guid>
      <dc:creator>thorant</dc:creator>
      <dc:date>2008-03-29T12:32:24Z</dc:date>
    </item>
    <item>
      <title>Re: Clear state FIR filter</title>
      <link>https://community.intel.com/t5/Intel-Integrated-Performance/Clear-state-FIR-filter/m-p/910224#M14054</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;
&lt;P&gt;there is comment from our expert:&lt;/P&gt;
&lt;P class="MsoNormal"&gt;&lt;SPAN&gt;Yes,it is necessarytouse ippsSetDelayLine() ifyou want to start from clear list.&lt;P&gt;&lt;/P&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;Regards,&lt;BR /&gt; Vladimir&lt;/P&gt;</description>
      <pubDate>Sun, 30 Mar 2008 20:48:14 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Integrated-Performance/Clear-state-FIR-filter/m-p/910224#M14054</guid>
      <dc:creator>Vladimir_Dudnik</dc:creator>
      <dc:date>2008-03-30T20:48:14Z</dc:date>
    </item>
  </channel>
</rss>

