<?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: How to perform IIR bandpass filter? in Intel® Integrated Performance Primitives</title>
    <link>https://community.intel.com/t5/Intel-Integrated-Performance/How-to-perform-IIR-bandpass-filter/m-p/914882#M14944</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;IIR functions work algorithmically correct and produce the same result (as they use the same approach  direct form 2 delay line) as MatLab. I can guess thatcustomer doesnt re-init delay line for the second stage of IIR filtering. Also he cant use the same coefficients for frequency domain (after FFT) as for the time-domain recommend to double check ifhe use the right approach.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;Regards,&lt;BR /&gt; Vladimir&lt;/P&gt;</description>
    <pubDate>Fri, 07 Mar 2008 05:05:18 GMT</pubDate>
    <dc:creator>Vladimir_Dudnik</dc:creator>
    <dc:date>2008-03-07T05:05:18Z</dc:date>
    <item>
      <title>How to perform IIR bandpass filter?</title>
      <link>https://community.intel.com/t5/Intel-Integrated-Performance/How-to-perform-IIR-bandpass-filter/m-p/914881#M14943</link>
      <description>I have a digital sample signal that I would like to filter into multiple frequency bands. I've been able to implement a passable result using the FIR filters, but am struggling a bit w/the IIR filters.&lt;BR /&gt;&lt;BR /&gt;The approach I'm using is to get a block of the signal (length of block is a power of 2), perform a forward FFT, filter the block, saving the result in a file.&lt;BR /&gt;&lt;BR /&gt;The IPP library provides methods to generate low-pass (ippsIIRGenLowpass) and high-pass (ippsIIRGenHighpass) filter coefficients (taps). I don't see a method for generating band-pass filter coefficients, however.&lt;BR /&gt;&lt;BR /&gt;So, I've tried calling the filter method twice, first with the low-pass taps, setting the taps in the state buffer w/ippsIIRSetTaps, then passing the resulting vector to filter method again after setting the high-pass taps in the state buffer. The result is not satisfactory.&lt;BR /&gt;&lt;BR /&gt;Any tips on how best to use the library would be most appreciated.&lt;BR /&gt;&lt;BR /&gt;Thanks.&lt;BR /&gt;</description>
      <pubDate>Tue, 04 Mar 2008 17:03:08 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Integrated-Performance/How-to-perform-IIR-bandpass-filter/m-p/914881#M14943</guid>
      <dc:creator>sisyphuscafe</dc:creator>
      <dc:date>2008-03-04T17:03:08Z</dc:date>
    </item>
    <item>
      <title>Re: How to perform IIR bandpass filter?</title>
      <link>https://community.intel.com/t5/Intel-Integrated-Performance/How-to-perform-IIR-bandpass-filter/m-p/914882#M14944</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;IIR functions work algorithmically correct and produce the same result (as they use the same approach  direct form 2 delay line) as MatLab. I can guess thatcustomer doesnt re-init delay line for the second stage of IIR filtering. Also he cant use the same coefficients for frequency domain (after FFT) as for the time-domain recommend to double check ifhe use the right approach.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;Regards,&lt;BR /&gt; Vladimir&lt;/P&gt;</description>
      <pubDate>Fri, 07 Mar 2008 05:05:18 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Integrated-Performance/How-to-perform-IIR-bandpass-filter/m-p/914882#M14944</guid>
      <dc:creator>Vladimir_Dudnik</dc:creator>
      <dc:date>2008-03-07T05:05:18Z</dc:date>
    </item>
  </channel>
</rss>

