<?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>SensorsのトピックRe: FXOS8700CQ High Pass Filter Implementation</title>
    <link>https://community.nxp.com/t5/Sensors/FXOS8700CQ-High-Pass-Filter-Implementation/m-p/736751#M4737</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you, David, I'd found that app note already, and another also by&amp;nbsp;Talat Ozyagcilar that is helpful (though hadn't found &lt;A href="https://community.nxp.com/docs/DOC-106050"&gt;FXLS8471Q - Accelerometer vector-magnitude function example code&lt;/A&gt;&amp;nbsp;before).&amp;nbsp; They're tantalizingly close to what I'm looking for, yet you see that the high pass filter is not addressed in the figure, nor in the register settings.&amp;nbsp; That makes sense to me, as the "tilt" detection is probably intended to respond to&amp;nbsp;sustained (i.e. low frequency) changes in orientation.&amp;nbsp; The use of the initial values (in registers 0x63 thru 68) deal with the initial offset, but do not form a true HPF.&amp;nbsp; In my case, I want to ignore sustained changes, and operate on the rapid changes:&amp;nbsp; thus, &amp;nbsp;I want to enable the HPF offered in register 0x0F.&amp;nbsp; Figure 1 in app note 4692 might be a&amp;nbsp;good starting point, but it will require a bit more elaboration than just adding the register names or values to the lists&amp;nbsp;shown feeding the control logic and CalcVECM (where I suspect the filter is implemented) blocks.&amp;nbsp; I hope you can continue to investigate this for me.&lt;/P&gt;&lt;P&gt;Sincerely,&lt;/P&gt;&lt;P&gt;Mike&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sat, 02 Dec 2017 15:06:55 GMT</pubDate>
    <dc:creator>mikeweir</dc:creator>
    <dc:date>2017-12-02T15:06:55Z</dc:date>
    <item>
      <title>FXOS8700CQ High Pass Filter Implementation</title>
      <link>https://community.nxp.com/t5/Sensors/FXOS8700CQ-High-Pass-Filter-Implementation/m-p/736749#M4735</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;Thanks for your clear and prompt answer to my question about table 64 in the FXOS8700CQ data sheet.&amp;nbsp; Could you further elaborate the signal flow when the high pass filter is enabled?&amp;nbsp; In particular, I'm interested in correctly utilizing the vector magnitude configuration, so that is the specific mode I'm asking about.&amp;nbsp; For example, is the filter implemented in the early analog stages, in the DSP, before or after the squaring operation, the offset subtraction, etc.&amp;nbsp; A block diagram, or a signal flow diagram, showing the relevant software-controlled variable parameters, or even a comprehensive narrative tracing the signal from the source through the vector amplitude limit detector, would be most helpful.&amp;nbsp; Do you have anything along these lines you can share?&lt;/P&gt;&lt;P&gt;Thank you for your assistance,&lt;/P&gt;&lt;P&gt;MPW&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 03 Feb 2026 22:21:54 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Sensors/FXOS8700CQ-High-Pass-Filter-Implementation/m-p/736749#M4735</guid>
      <dc:creator>mikeweir</dc:creator>
      <dc:date>2026-02-03T22:21:54Z</dc:date>
    </item>
    <item>
      <title>Re: FXOS8700CQ High Pass Filter Implementation</title>
      <link>https://community.nxp.com/t5/Sensors/FXOS8700CQ-High-Pass-Filter-Implementation/m-p/736750#M4736</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Mike,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you want to use the Acceleration vector-magnitude detection from the FXOS8700CQ device, I highly recommend reviewing the application note below where the vector-magnitude of the accelerometers is explained.&lt;/P&gt;&lt;P&gt;&lt;A href="https://www.nxp.com/docs/en/application-note/AN4692.pdf"&gt;AN4692 - Using the Xtrinsic FXLS8471Q Accelerometer Vector-Magnitude Function&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Uses cases such as &lt;EM&gt;Detection of linear acceleration exceeding a threshold &lt;/EM&gt;or &lt;EM&gt;Detection of chance of tilt angle exceeding a threshold &lt;/EM&gt;are mentioned on the document above.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;An example code can be found &lt;A _jive_internal="true" href="https://community.nxp.com/docs/DOC-106050"&gt;here&lt;/A&gt;. I consider you may find it useful. Please use it as a reference.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I hope you find useful this information.&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;David&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 30 Nov 2017 17:44:57 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Sensors/FXOS8700CQ-High-Pass-Filter-Implementation/m-p/736750#M4736</guid>
      <dc:creator>david_diaz</dc:creator>
      <dc:date>2017-11-30T17:44:57Z</dc:date>
    </item>
    <item>
      <title>Re: FXOS8700CQ High Pass Filter Implementation</title>
      <link>https://community.nxp.com/t5/Sensors/FXOS8700CQ-High-Pass-Filter-Implementation/m-p/736751#M4737</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you, David, I'd found that app note already, and another also by&amp;nbsp;Talat Ozyagcilar that is helpful (though hadn't found &lt;A href="https://community.nxp.com/docs/DOC-106050"&gt;FXLS8471Q - Accelerometer vector-magnitude function example code&lt;/A&gt;&amp;nbsp;before).&amp;nbsp; They're tantalizingly close to what I'm looking for, yet you see that the high pass filter is not addressed in the figure, nor in the register settings.&amp;nbsp; That makes sense to me, as the "tilt" detection is probably intended to respond to&amp;nbsp;sustained (i.e. low frequency) changes in orientation.&amp;nbsp; The use of the initial values (in registers 0x63 thru 68) deal with the initial offset, but do not form a true HPF.&amp;nbsp; In my case, I want to ignore sustained changes, and operate on the rapid changes:&amp;nbsp; thus, &amp;nbsp;I want to enable the HPF offered in register 0x0F.&amp;nbsp; Figure 1 in app note 4692 might be a&amp;nbsp;good starting point, but it will require a bit more elaboration than just adding the register names or values to the lists&amp;nbsp;shown feeding the control logic and CalcVECM (where I suspect the filter is implemented) blocks.&amp;nbsp; I hope you can continue to investigate this for me.&lt;/P&gt;&lt;P&gt;Sincerely,&lt;/P&gt;&lt;P&gt;Mike&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 02 Dec 2017 15:06:55 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Sensors/FXOS8700CQ-High-Pass-Filter-Implementation/m-p/736751#M4737</guid>
      <dc:creator>mikeweir</dc:creator>
      <dc:date>2017-12-02T15:06:55Z</dc:date>
    </item>
  </channel>
</rss>

