<?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 How to calculate IIR using fixed-point number? in Kinetis Microcontrollers</title>
    <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/How-to-calculate-IIR-using-fixed-point-number/m-p/720399#M44116</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P class="" style="box-sizing: border-box; margin: 0px; padding: 0px; min-height: 18px; line-height: 20px; color: #2e3033; font-family: Arial, 'Microsoft YaHei', 微软雅黑, 宋体, 'Malgun Gothic', Meiryo, sans-serif; font-size: 12px; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; orphans: auto; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; widows: auto; word-spacing: 0px; -webkit-text-stroke-width: 0px; background-color: #eef0f2;"&gt;&lt;SPAN class="" data-group="0-0" style="box-sizing: border-box; line-height: 20px;"&gt;I use KL46 to do IIR filter for data collected by ADC, and IIR filter wants to use fixed point count, KL46 is a supported library?&lt;/SPAN&gt;&lt;/P&gt;&lt;P class="" style="box-sizing: border-box; margin: 0px; padding: 0px; min-height: 18px; line-height: 20px; color: #2e3033; font-family: Arial, 'Microsoft YaHei', 微软雅黑, 宋体, 'Malgun Gothic', Meiryo, sans-serif; font-size: 12px; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; orphans: auto; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; widows: auto; word-spacing: 0px; -webkit-text-stroke-width: 0px; background-color: #eef0f2;"&gt;&lt;SPAN class="" data-group="1-0" style="box-sizing: border-box; line-height: 20px;"&gt;The IIR type I use is "Direct From II 4Order"&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 02 Mar 2018 02:35:29 GMT</pubDate>
    <dc:creator>mengxiao</dc:creator>
    <dc:date>2018-03-02T02:35:29Z</dc:date>
    <item>
      <title>How to calculate IIR using fixed-point number?</title>
      <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/How-to-calculate-IIR-using-fixed-point-number/m-p/720399#M44116</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P class="" style="box-sizing: border-box; margin: 0px; padding: 0px; min-height: 18px; line-height: 20px; color: #2e3033; font-family: Arial, 'Microsoft YaHei', 微软雅黑, 宋体, 'Malgun Gothic', Meiryo, sans-serif; font-size: 12px; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; orphans: auto; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; widows: auto; word-spacing: 0px; -webkit-text-stroke-width: 0px; background-color: #eef0f2;"&gt;&lt;SPAN class="" data-group="0-0" style="box-sizing: border-box; line-height: 20px;"&gt;I use KL46 to do IIR filter for data collected by ADC, and IIR filter wants to use fixed point count, KL46 is a supported library?&lt;/SPAN&gt;&lt;/P&gt;&lt;P class="" style="box-sizing: border-box; margin: 0px; padding: 0px; min-height: 18px; line-height: 20px; color: #2e3033; font-family: Arial, 'Microsoft YaHei', 微软雅黑, 宋体, 'Malgun Gothic', Meiryo, sans-serif; font-size: 12px; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; orphans: auto; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; widows: auto; word-spacing: 0px; -webkit-text-stroke-width: 0px; background-color: #eef0f2;"&gt;&lt;SPAN class="" data-group="1-0" style="box-sizing: border-box; line-height: 20px;"&gt;The IIR type I use is "Direct From II 4Order"&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 02 Mar 2018 02:35:29 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Microcontrollers/How-to-calculate-IIR-using-fixed-point-number/m-p/720399#M44116</guid>
      <dc:creator>mengxiao</dc:creator>
      <dc:date>2018-03-02T02:35:29Z</dc:date>
    </item>
    <item>
      <title>Re: How to calculate IIR using fixed-point number?</title>
      <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/How-to-calculate-IIR-using-fixed-point-number/m-p/720400#M44117</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Meng,&lt;/P&gt;&lt;P&gt;There is a CMSIS DSP library in the Kinetis SDK which you can download from &lt;A href="https://mcuxpresso.nxp.com/en/builder"&gt;https://mcuxpresso.nxp.com/en/builder&lt;/A&gt;. This is a optional component. You must select it before you download SDK. This library is provided by ARM. It&amp;nbsp;is a suite of common signal processing functions for use on Cortex-M processor based devices. IIR is one of its function.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Jing&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 05 Mar 2018 03:18:08 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Microcontrollers/How-to-calculate-IIR-using-fixed-point-number/m-p/720400#M44117</guid>
      <dc:creator>jingpan</dc:creator>
      <dc:date>2018-03-05T03:18:08Z</dc:date>
    </item>
  </channel>
</rss>

