<?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 Hi Lu, in Intel® Integrated Performance Primitives</title>
    <link>https://community.intel.com/t5/Intel-Integrated-Performance/How-to-create-a-db4-wavelet-transform/m-p/1087371#M24908</link>
    <description>&lt;P&gt;Hi Lu,&lt;/P&gt;

&lt;P&gt;Attached please find the examples of creating db2 and db3 wavelet transforms. Creating db4 wavelet transforms should be similar.&amp;nbsp;Thanks!&lt;/P&gt;</description>
    <pubDate>Tue, 26 Jan 2016 18:38:26 GMT</pubDate>
    <dc:creator>Shaojuan_Z_Intel</dc:creator>
    <dc:date>2016-01-26T18:38:26Z</dc:date>
    <item>
      <title>How to create a 'db4' wavelet transform?</title>
      <link>https://community.intel.com/t5/Intel-Integrated-Performance/How-to-create-a-db4-wavelet-transform/m-p/1087369#M24906</link>
      <description>&lt;P&gt;The wavelet transform example uses 'db2' filter which can be find in below link:&lt;/P&gt;

&lt;P&gt;&lt;A href="https://software.intel.com/en-us/forums/intel-integrated-performance-primitives/topic/308991?wapkw=ippsWTFwd" target="_blank"&gt;https://software.intel.com/en-us/forums/intel-integrated-performance-primitives/topic/308991?wapkw=ippsWTFwd&lt;/A&gt;&lt;/P&gt;

&lt;P&gt;According to the wavelet transform examples, I get the &amp;nbsp;&lt;SPAN style="font-size: 12px; line-height: 10.2857141494751px;"&gt;'db4' filter values from matlab using wfilters('db4') command.&lt;/SPAN&gt;&lt;/P&gt;

&lt;P&gt;The length of Lo_D,Hi_D,Lo_R,Hi_R is 8, so I define&amp;nbsp;&lt;/P&gt;

&lt;P&gt;&lt;SPAN style="font-size: 12px; line-height: 10.2857141494751px;"&gt;static const int fwdFltLenL = 8;&lt;/SPAN&gt;&lt;BR style="font-size: 12px; line-height: 10.2857141494751px;" /&gt;
	&lt;SPAN style="font-size: 12px; line-height: 10.2857141494751px;"&gt;static const int fwdFltLenH = 8;&lt;/SPAN&gt;&lt;/P&gt;

&lt;P&gt;&lt;SPAN style="font-size: 12px; line-height: 10.2857141494751px;"&gt;....&lt;/SPAN&gt;&lt;/P&gt;

&lt;P&gt;And copy the values from matlab:&lt;/P&gt;

&lt;P&gt;&lt;SPAN style="font-size: 12px; line-height: 10.2857141494751px;"&gt;static const float fwdFltL[8] = {-0.0106......};&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;

&lt;P&gt;&lt;SPAN style="font-size: 12px; line-height: 10.2857141494751px;"&gt;...................&lt;/SPAN&gt;&lt;/P&gt;

&lt;P&gt;&amp;nbsp;&lt;/P&gt;

&lt;P&gt;&lt;SPAN style="font-size: 12px; line-height: 10.2857141494751px;"&gt;Other code are the same with the example.&lt;/SPAN&gt;&lt;/P&gt;

&lt;P&gt;&lt;SPAN style="font-size: 12px; line-height: 10.2857141494751px;"&gt;....&lt;/SPAN&gt;&lt;/P&gt;

&lt;P&gt;&lt;SPAN style="font-size: 12px; line-height: 10.2857141494751px;"&gt;ippsWTFwd_32f (src, low, high, 6, state);&lt;/SPAN&gt;&lt;/P&gt;

&lt;P&gt;&lt;SPAN style="font-size: 12px; line-height: 10.2857141494751px;"&gt;........&lt;/SPAN&gt;&lt;/P&gt;

&lt;P&gt;&lt;SPAN style="font-size: 12px; line-height: 10.2857141494751px;"&gt;But the low and high values are not equal to the values get by matlab.&lt;/SPAN&gt;&lt;/P&gt;

&lt;P&gt;So how to create a 'db4' wavelet transform?&lt;/P&gt;

&lt;P&gt;&amp;nbsp;&lt;/P&gt;

&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 14 Jan 2016 12:57:55 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Integrated-Performance/How-to-create-a-db4-wavelet-transform/m-p/1087369#M24906</guid>
      <dc:creator>lu_h_1</dc:creator>
      <dc:date>2016-01-14T12:57:55Z</dc:date>
    </item>
    <item>
      <title>Hi,</title>
      <link>https://community.intel.com/t5/Intel-Integrated-Performance/How-to-create-a-db4-wavelet-transform/m-p/1087370#M24907</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;

&lt;P&gt;could you be more specific - please provide reproducibles - *.m file for Matlab and *.c(or *.cpp) for IPP - that can be built and executed. And please provide a difference - what is expected and what you see.&lt;/P&gt;

&lt;P&gt;Regards, Igor&lt;/P&gt;</description>
      <pubDate>Thu, 21 Jan 2016 14:57:09 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Integrated-Performance/How-to-create-a-db4-wavelet-transform/m-p/1087370#M24907</guid>
      <dc:creator>Igor_A_Intel</dc:creator>
      <dc:date>2016-01-21T14:57:09Z</dc:date>
    </item>
    <item>
      <title>Hi Lu,</title>
      <link>https://community.intel.com/t5/Intel-Integrated-Performance/How-to-create-a-db4-wavelet-transform/m-p/1087371#M24908</link>
      <description>&lt;P&gt;Hi Lu,&lt;/P&gt;

&lt;P&gt;Attached please find the examples of creating db2 and db3 wavelet transforms. Creating db4 wavelet transforms should be similar.&amp;nbsp;Thanks!&lt;/P&gt;</description>
      <pubDate>Tue, 26 Jan 2016 18:38:26 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Integrated-Performance/How-to-create-a-db4-wavelet-transform/m-p/1087371#M24908</guid>
      <dc:creator>Shaojuan_Z_Intel</dc:creator>
      <dc:date>2016-01-26T18:38:26Z</dc:date>
    </item>
  </channel>
</rss>

