<?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 Low Pass Filter Question. (SensorFusion Library 7.0) in Sensors</title>
    <link>https://community.nxp.com/t5/Sensors/Low-Pass-Filter-Question-SensorFusion-Library-7-0/m-p/664401#M4302</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi.&amp;nbsp;&lt;/P&gt;&lt;P&gt;I want to use a only&amp;nbsp;accelerometer. So I am using a Function : "fRun_3DOF_G_BASIC"&lt;/P&gt;&lt;P style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;My Question is :&lt;/P&gt;&lt;P&gt;fRun_3DOF_G_BASIC has a LPF Function "fLPFOrientationQuaternion"&lt;/P&gt;&lt;P&gt;and the rotation matrix should convert into Quaternion for Low pass filter.&lt;/P&gt;&lt;P style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;is it&amp;nbsp;impossible that Rotation matrix has Low pass filter directly without converting Quaternion??&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;Why they go through the step 1, 3 &amp;nbsp; bearing the loss of time&lt;/P&gt;&lt;P style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/P&gt;&lt;P style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;step 1 : fQuaternionFromRotationMatrix&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;step 2 : &lt;/SPAN&gt;fLPFOrientationQuaternion&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;step 3 : fRotationMatrixFromQuaternion&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;step 4 : &lt;/SPAN&gt;fNEDAnglesDegFromRotationMatrix&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 03 Feb 2026 21:07:05 GMT</pubDate>
    <dc:creator>youngguekim</dc:creator>
    <dc:date>2026-02-03T21:07:05Z</dc:date>
    <item>
      <title>Low Pass Filter Question. (SensorFusion Library 7.0)</title>
      <link>https://community.nxp.com/t5/Sensors/Low-Pass-Filter-Question-SensorFusion-Library-7-0/m-p/664401#M4302</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi.&amp;nbsp;&lt;/P&gt;&lt;P&gt;I want to use a only&amp;nbsp;accelerometer. So I am using a Function : "fRun_3DOF_G_BASIC"&lt;/P&gt;&lt;P style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;My Question is :&lt;/P&gt;&lt;P&gt;fRun_3DOF_G_BASIC has a LPF Function "fLPFOrientationQuaternion"&lt;/P&gt;&lt;P&gt;and the rotation matrix should convert into Quaternion for Low pass filter.&lt;/P&gt;&lt;P style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;is it&amp;nbsp;impossible that Rotation matrix has Low pass filter directly without converting Quaternion??&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;Why they go through the step 1, 3 &amp;nbsp; bearing the loss of time&lt;/P&gt;&lt;P style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/P&gt;&lt;P style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;step 1 : fQuaternionFromRotationMatrix&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;step 2 : &lt;/SPAN&gt;fLPFOrientationQuaternion&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;step 3 : fRotationMatrixFromQuaternion&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;step 4 : &lt;/SPAN&gt;fNEDAnglesDegFromRotationMatrix&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 03 Feb 2026 21:07:05 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Sensors/Low-Pass-Filter-Question-SensorFusion-Library-7-0/m-p/664401#M4302</guid>
      <dc:creator>youngguekim</dc:creator>
      <dc:date>2026-02-03T21:07:05Z</dc:date>
    </item>
    <item>
      <title>Re: Low Pass Filter Question. (SensorFusion Library 7.0)</title>
      <link>https://community.nxp.com/t5/Sensors/Low-Pass-Filter-Question-SensorFusion-Library-7-0/m-p/664402#M4303</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;We've not found a method we are comfortable with to low pass filter a rotation matrix directly. &amp;nbsp;Quaternions are simpler and have some very nice properties numerically. &amp;nbsp;So yes, this is the way we chose to go. &amp;nbsp;FYI, none of these operations takes a lot of time to execute. &amp;nbsp;You should be using a small fraction of your available CPU cycles.&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Mike&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 24 Feb 2017 01:21:14 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Sensors/Low-Pass-Filter-Question-SensorFusion-Library-7-0/m-p/664402#M4303</guid>
      <dc:creator>michaelestanley</dc:creator>
      <dc:date>2017-02-24T01:21:14Z</dc:date>
    </item>
    <item>
      <title>Re: Low Pass Filter Question. (SensorFusion Library 7.0)</title>
      <link>https://community.nxp.com/t5/Sensors/Low-Pass-Filter-Question-SensorFusion-Library-7-0/m-p/664403#M4304</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you for your kind reply&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 24 Feb 2017 01:38:36 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Sensors/Low-Pass-Filter-Question-SensorFusion-Library-7-0/m-p/664403#M4304</guid>
      <dc:creator>youngguekim</dc:creator>
      <dc:date>2017-02-24T01:38:36Z</dc:date>
    </item>
  </channel>
</rss>

