<?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: Real 1D FFT implementations for the k64f? in Kinetis Design Studio</title>
    <link>https://community.nxp.com/t5/Kinetis-Design-Studio/Real-1D-FFT-implementations-for-the-k64f/m-p/606481#M7631</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Ben L,&lt;/P&gt;&lt;P&gt;- We can run FFT on K64 use KDS,&amp;nbsp; while I don't know whether it can run FFTW and KISS FFT,&lt;/P&gt;&lt;P&gt;I think it mainly depend on if&amp;nbsp; the memory of chip can enough .&lt;/P&gt;&lt;P&gt;- About the FFT , we provide CMSIS lib in KSDK, it includes FFT , there is a example as X.J.Rong&lt;/P&gt;&lt;P&gt;said : &lt;A href="https://community.nxp.com/thread/382174"&gt;What is the most efficient way to perform bulk DMA transfers from the ADC on the K64?&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;About the SDK download and used , you can refer to here :&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.nxp.com/docs/DOC-329783"&gt;Introducing Kinetis SDK v2&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Have a great day,&lt;BR /&gt;TIC&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-----------------------------------------------------------------------------------------------------------------------&lt;BR /&gt;Note: If this post answers your question, please click the Correct Answer button. Thank you!&lt;BR /&gt;-----------------------------------------------------------------------------------------------------------------------&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 13 Apr 2017 02:13:48 GMT</pubDate>
    <dc:creator>Alice_Yang</dc:creator>
    <dc:date>2017-04-13T02:13:48Z</dc:date>
    <item>
      <title>Real 1D FFT implementations for the k64f?</title>
      <link>https://community.nxp.com/t5/Kinetis-Design-Studio/Real-1D-FFT-implementations-for-the-k64f/m-p/606480#M7630</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi folks,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp; I'm looking for a simple FFT algorithm which will take in real one-dimensional arrays of size 2^n and output an array of frequency amplitudes. I am using a k64f board and a processor expert project through kinetis design studio.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp; Currently I have attempted to implement the algorithm found in &lt;A href="https://www.codeproject.com/Articles/9388/How-to-implement-the-FFT-algorithm"&gt;here&lt;/A&gt;. The first half of the code works as written, but I have had issues getting the second half to work. I have also found FFTW and KISS FFT, but am unsure that either may be used with my choice of compiler.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you for your help,&lt;/P&gt;&lt;P&gt;--&lt;/P&gt;&lt;P&gt;Ben L&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 12 Apr 2017 17:37:42 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Design-Studio/Real-1D-FFT-implementations-for-the-k64f/m-p/606480#M7630</guid>
      <dc:creator>benledesma</dc:creator>
      <dc:date>2017-04-12T17:37:42Z</dc:date>
    </item>
    <item>
      <title>Re: Real 1D FFT implementations for the k64f?</title>
      <link>https://community.nxp.com/t5/Kinetis-Design-Studio/Real-1D-FFT-implementations-for-the-k64f/m-p/606481#M7631</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Ben L,&lt;/P&gt;&lt;P&gt;- We can run FFT on K64 use KDS,&amp;nbsp; while I don't know whether it can run FFTW and KISS FFT,&lt;/P&gt;&lt;P&gt;I think it mainly depend on if&amp;nbsp; the memory of chip can enough .&lt;/P&gt;&lt;P&gt;- About the FFT , we provide CMSIS lib in KSDK, it includes FFT , there is a example as X.J.Rong&lt;/P&gt;&lt;P&gt;said : &lt;A href="https://community.nxp.com/thread/382174"&gt;What is the most efficient way to perform bulk DMA transfers from the ADC on the K64?&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;About the SDK download and used , you can refer to here :&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.nxp.com/docs/DOC-329783"&gt;Introducing Kinetis SDK v2&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Have a great day,&lt;BR /&gt;TIC&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-----------------------------------------------------------------------------------------------------------------------&lt;BR /&gt;Note: If this post answers your question, please click the Correct Answer button. Thank you!&lt;BR /&gt;-----------------------------------------------------------------------------------------------------------------------&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 13 Apr 2017 02:13:48 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Design-Studio/Real-1D-FFT-implementations-for-the-k64f/m-p/606481#M7631</guid>
      <dc:creator>Alice_Yang</dc:creator>
      <dc:date>2017-04-13T02:13:48Z</dc:date>
    </item>
  </channel>
</rss>

