<?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: FFT (Fast Fourier Transform) operations on i.MXRT platforms in i.MX RT Crossover MCUs</title>
    <link>https://community.nxp.com/t5/i-MX-RT-Crossover-MCUs/FFT-Fast-Fourier-Transform-operations-on-i-MXRT-platforms/m-p/1349311#M16543</link>
    <description>&lt;P&gt;Hello&lt;BR /&gt;Hope you are well.&lt;BR /&gt;Yes, the iMXRT1062/64 can support FFT operations. This can be done through the CMSIS DSP library that can be found in the SDK of your device.&lt;BR /&gt;You can find information about this library at these links:&lt;BR /&gt;&lt;STRONG&gt;DSP capabilities&lt;/STRONG&gt;: &lt;A href="https://community.arm.com/developer/ip-products/processors/b/processors-ip-blog/posts/white-paper-dsp-capabilities-of-cortex-m4-and-cortex-m7" target="_blank"&gt;https://community.arm.com/developer/ip-products/processors/b/processors-ip-blog/posts/white-paper-dsp-capabilities-of-cortex-m4-and-cortex-m7&lt;/A&gt;&lt;BR /&gt;&lt;STRONG&gt;User manual:&lt;/STRONG&gt; &lt;A href="https://www.keil.com/pack/doc/CMSIS/DSP/html/index.html" target="_blank"&gt;https://www.keil.com/pack/doc/CMSIS/DSP/html/index.html&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;Let me know if this is helpful, if you have more questions do not hesitate to ask me.&lt;BR /&gt;Best regards,&lt;BR /&gt;Omar&lt;/P&gt;</description>
    <pubDate>Thu, 30 Sep 2021 19:45:56 GMT</pubDate>
    <dc:creator>Omar_Anguiano</dc:creator>
    <dc:date>2021-09-30T19:45:56Z</dc:date>
    <item>
      <title>FFT (Fast Fourier Transform) operations on i.MXRT platforms</title>
      <link>https://community.nxp.com/t5/i-MX-RT-Crossover-MCUs/FFT-Fast-Fourier-Transform-operations-on-i-MXRT-platforms/m-p/1348398#M16506</link>
      <description>&lt;P&gt;Hi NXP Team,&lt;/P&gt;&lt;P&gt;I was looking for Controller/processor solution where it should support FFT&amp;nbsp; (Fast Fourier Transform) operation. I require FFT operation for my algorithm to run on SPO2 and Motion sensor data.&lt;/P&gt;&lt;P&gt;Can you please let me know whether i.MXRT1062/64 platform can run FFT operations or not?&lt;/P&gt;&lt;P&gt;To provide you further insights on my requirement, as I am looking for the best possible solution. In my solution I require to Drive SDIO for Wi-Fi, UART for BLE, Several sensors on I2C, Audio in/out on I2S and customized SPI LCD. Where particular some sensor data requires FFT operations for my algorithm to derive outputs.&lt;/P&gt;</description>
      <pubDate>Wed, 29 Sep 2021 13:05:31 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-RT-Crossover-MCUs/FFT-Fast-Fourier-Transform-operations-on-i-MXRT-platforms/m-p/1348398#M16506</guid>
      <dc:creator>bimal</dc:creator>
      <dc:date>2021-09-29T13:05:31Z</dc:date>
    </item>
    <item>
      <title>Re: FFT (Fast Fourier Transform) operations on i.MXRT platforms</title>
      <link>https://community.nxp.com/t5/i-MX-RT-Crossover-MCUs/FFT-Fast-Fourier-Transform-operations-on-i-MXRT-platforms/m-p/1349307#M16542</link>
      <description>&lt;P&gt;Hi&lt;/P&gt;&lt;P&gt;You can run the ARM CMSIS DSP libraries on the i.MX RT.&lt;BR /&gt;&lt;BR /&gt;&lt;A href="https://www.youtube.com/watch?v=n-GABeILGV8&amp;amp;list=PLWKlVb_MqDQFZAulrUywU30v869JBYi9Q&amp;amp;index=6" target="_blank"&gt;https://www.youtube.com/watch?v=n-GABeILGV8&amp;amp;list=PLWKlVb_MqDQFZAulrUywU30v869JBYi9Q&amp;amp;index=6&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;This shows USB audio to spectrum analyser on a Kinetis K22 but I have used the same code on i.MX RTs, with 16k FFTs at sever hundred kHz real-time.Either integer or floating point - whereby the 106x's double-precision FPU gives advantages when high precision results are needed.&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Mark&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 30 Sep 2021 19:34:22 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-RT-Crossover-MCUs/FFT-Fast-Fourier-Transform-operations-on-i-MXRT-platforms/m-p/1349307#M16542</guid>
      <dc:creator>mjbcswitzerland</dc:creator>
      <dc:date>2021-09-30T19:34:22Z</dc:date>
    </item>
    <item>
      <title>Re: FFT (Fast Fourier Transform) operations on i.MXRT platforms</title>
      <link>https://community.nxp.com/t5/i-MX-RT-Crossover-MCUs/FFT-Fast-Fourier-Transform-operations-on-i-MXRT-platforms/m-p/1349311#M16543</link>
      <description>&lt;P&gt;Hello&lt;BR /&gt;Hope you are well.&lt;BR /&gt;Yes, the iMXRT1062/64 can support FFT operations. This can be done through the CMSIS DSP library that can be found in the SDK of your device.&lt;BR /&gt;You can find information about this library at these links:&lt;BR /&gt;&lt;STRONG&gt;DSP capabilities&lt;/STRONG&gt;: &lt;A href="https://community.arm.com/developer/ip-products/processors/b/processors-ip-blog/posts/white-paper-dsp-capabilities-of-cortex-m4-and-cortex-m7" target="_blank"&gt;https://community.arm.com/developer/ip-products/processors/b/processors-ip-blog/posts/white-paper-dsp-capabilities-of-cortex-m4-and-cortex-m7&lt;/A&gt;&lt;BR /&gt;&lt;STRONG&gt;User manual:&lt;/STRONG&gt; &lt;A href="https://www.keil.com/pack/doc/CMSIS/DSP/html/index.html" target="_blank"&gt;https://www.keil.com/pack/doc/CMSIS/DSP/html/index.html&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;Let me know if this is helpful, if you have more questions do not hesitate to ask me.&lt;BR /&gt;Best regards,&lt;BR /&gt;Omar&lt;/P&gt;</description>
      <pubDate>Thu, 30 Sep 2021 19:45:56 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-RT-Crossover-MCUs/FFT-Fast-Fourier-Transform-operations-on-i-MXRT-platforms/m-p/1349311#M16543</guid>
      <dc:creator>Omar_Anguiano</dc:creator>
      <dc:date>2021-09-30T19:45:56Z</dc:date>
    </item>
  </channel>
</rss>

