<?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: Question in Processor Expert Software</title>
    <link>https://community.nxp.com/t5/Processor-Expert-Software/Question/m-p/257391#M1583</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I will work on those suggestions.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank you,&lt;/P&gt;&lt;P&gt;Michael&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 16 Oct 2013 14:16:29 GMT</pubDate>
    <dc:creator>michaelrush</dc:creator>
    <dc:date>2013-10-16T14:16:29Z</dc:date>
    <item>
      <title>Question</title>
      <link>https://community.nxp.com/t5/Processor-Expert-Software/Question/m-p/257385#M1577</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I recently purchased a FRDM-KL05Z and am using Codewarrior 10.4 with Processor Expert to do my developing. I would like to develop a guitar tuner and am familiar with creating a Processor Expert project and adding/editing components. I have worked through the sample programs provided through Freescale and Codewarrior that involve the ADC and have had great success. Can anyone tell me what PE components I would need to receive an external analog signal (GPIO?), convert that signal to digital (ADC?), and if I need a clock input or is that already taken care of by the ADC?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance,&lt;/P&gt;&lt;P&gt;Michael&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 30 Sep 2013 19:00:25 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Processor-Expert-Software/Question/m-p/257385#M1577</guid>
      <dc:creator>michaelrush</dc:creator>
      <dc:date>2013-09-30T19:00:25Z</dc:date>
    </item>
    <item>
      <title>Re: Question</title>
      <link>https://community.nxp.com/t5/Processor-Expert-Software/Question/m-p/257386#M1578</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;An analog input can be read using ADC_LDD component.&lt;/P&gt;&lt;P&gt;It supports also triggering from various timer or external sources. The timing for the trigger can be configured by TimerUnit component.&lt;/P&gt;&lt;P&gt;Is periodic sampling what do you want to achieve?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;best regards&lt;/P&gt;&lt;P&gt;Petr Hradsky&lt;/P&gt;&lt;P&gt;Processor Expert Support Team&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 09 Oct 2013 14:36:23 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Processor-Expert-Software/Question/m-p/257386#M1578</guid>
      <dc:creator>Petr_H</dc:creator>
      <dc:date>2013-10-09T14:36:23Z</dc:date>
    </item>
    <item>
      <title>Re: Question</title>
      <link>https://community.nxp.com/t5/Processor-Expert-Software/Question/m-p/257387#M1579</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks for your reply, Petr. At this point I am able to sample/convert the&amp;nbsp;analog signal. For testing GPIO,&amp;nbsp;I have used the ADC results to illuminate one of three external LEDs. What I would like to do now is process the ADC results in real-time (I'm thinking of using a Continuous Fourier Transform). Are there components to help with this?&amp;nbsp;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 10 Oct 2013 13:38:33 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Processor-Expert-Software/Question/m-p/257387#M1579</guid>
      <dc:creator>michaelrush</dc:creator>
      <dc:date>2013-10-10T13:38:33Z</dc:date>
    </item>
    <item>
      <title>Re: Question</title>
      <link>https://community.nxp.com/t5/Processor-Expert-Software/Question/m-p/257388#M1580</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;In general, you need to put the a block of signal samples into a buffer and then process it. &lt;/P&gt;&lt;P&gt;Unfortunatelly, I'm not aware of any component for FFT, however there might be some sample code on the internet in C for this, try using search engines.&amp;nbsp; &lt;/P&gt;&lt;P&gt;Anyway, If I think about the the guitar tuner application you mentioned, maybe the FFT would be too complex and unnecessary, maybe there would help some simple approach - using a simple filter cutting off high frequencies and then measure period of the resulting sine wave (count number of samples between crossing the average value).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;best regards&lt;/P&gt;&lt;P&gt;Petr Hradsky&lt;/P&gt;&lt;P&gt;Processor Expert Support Team&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 15 Oct 2013 13:22:20 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Processor-Expert-Software/Question/m-p/257388#M1580</guid>
      <dc:creator>Petr_H</dc:creator>
      <dc:date>2013-10-15T13:22:20Z</dc:date>
    </item>
    <item>
      <title>Re: Question</title>
      <link>https://community.nxp.com/t5/Processor-Expert-Software/Question/m-p/257389#M1581</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks again, Petr. I had actually read something similar to your suggestion of counting the period while doing some research on determining signal frequency. Is this something I could use PWM for or would there be a more efficient component?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Michael&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 15 Oct 2013 14:37:01 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Processor-Expert-Software/Question/m-p/257389#M1581</guid>
      <dc:creator>michaelrush</dc:creator>
      <dc:date>2013-10-15T14:37:01Z</dc:date>
    </item>
    <item>
      <title>Re: Question</title>
      <link>https://community.nxp.com/t5/Processor-Expert-Software/Question/m-p/257390#M1582</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You are welcome. &lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;If you would use a ADC sampling then you would search the "zero" crossing in the values in a software loop and counting number of samples between the crossings. This value can be then converted to the frequency because you know the sampling interval. &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;Another option - If you make the filter and threshold circuit off-chip then then just connect resulting digital signal to a pin with a timer input (something like TPM0_CH0), you can use Capture_LDD that can handle measurement of the digital signal frequency/period for you.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;best regards&lt;/P&gt;&lt;P&gt;Petr Hradsky&lt;/P&gt;&lt;P&gt;Processor Expert Support Team&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 16 Oct 2013 07:57:13 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Processor-Expert-Software/Question/m-p/257390#M1582</guid>
      <dc:creator>Petr_H</dc:creator>
      <dc:date>2013-10-16T07:57:13Z</dc:date>
    </item>
    <item>
      <title>Re: Question</title>
      <link>https://community.nxp.com/t5/Processor-Expert-Software/Question/m-p/257391#M1583</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I will work on those suggestions.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank you,&lt;/P&gt;&lt;P&gt;Michael&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 16 Oct 2013 14:16:29 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Processor-Expert-Software/Question/m-p/257391#M1583</guid>
      <dc:creator>michaelrush</dc:creator>
      <dc:date>2013-10-16T14:16:29Z</dc:date>
    </item>
  </channel>
</rss>

