<?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: Problem with signal integral in LabVIEW</title>
    <link>https://forums.ni.com/t5/LabVIEW/Problem-with-signal-integral/m-p/2334818#M731237</link>
    <description>&lt;P&gt;A code picture does now show the configuration of the express VIs.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;What is the "dt" of your data? That will determine the scaling, of course.&lt;/P&gt;</description>
    <pubDate>Sat, 02 Mar 2013 10:03:30 GMT</pubDate>
    <dc:creator>altenbach</dc:creator>
    <dc:date>2013-03-02T10:03:30Z</dc:date>
    <item>
      <title>Problem with signal integral</title>
      <link>https://forums.ni.com/t5/LabVIEW/Problem-with-signal-integral/m-p/2334808#M731233</link>
      <description>&lt;P&gt;Hello everybody,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I'm novice in the labVIEW developement and I have a probably simple question to suggest. I want to realise the integral of a signal delivered by a NI ADC converter (represented by the box "simulate signal") in real time. So, for a sin(wt) signal, the result must be -cos(wt) but we can see on the enclosed picture that it is not what it is given by the integral box. Indeed, the magnitude of the integrated signal is not the same as the input sinus signal and it is always positive, what is more, the magnitude of the integrated signal is frequency dependant...&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;So my question is : How can I do to obtain the result -1.cos(wt) when in put the 1.sin(wt) signal on the input? I think it's a simple question but I do not have enough experience to solve that problem.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thank you &lt;img id="smileyhappy" class="emoticon emoticon-smileyhappy" src="https://forums.ni.com/i/smilies/16x16_smiley-happy.gif" alt="Smiley Happy" title="Smiley Happy" /&gt;,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;HRicochet&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sat, 02 Mar 2013 07:43:55 GMT</pubDate>
      <guid>https://forums.ni.com/t5/LabVIEW/Problem-with-signal-integral/m-p/2334808#M731233</guid>
      <dc:creator>hricochet</dc:creator>
      <dc:date>2013-03-02T07:43:55Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with signal integral</title>
      <link>https://forums.ni.com/t5/LabVIEW/Problem-with-signal-integral/m-p/2334818#M731237</link>
      <description>&lt;P&gt;A code picture does now show the configuration of the express VIs.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;What is the "dt" of your data? That will determine the scaling, of course.&lt;/P&gt;</description>
      <pubDate>Sat, 02 Mar 2013 10:03:30 GMT</pubDate>
      <guid>https://forums.ni.com/t5/LabVIEW/Problem-with-signal-integral/m-p/2334818#M731237</guid>
      <dc:creator>altenbach</dc:creator>
      <dc:date>2013-03-02T10:03:30Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with signal integral</title>
      <link>https://forums.ni.com/t5/LabVIEW/Problem-with-signal-integral/m-p/2334900#M731261</link>
      <description>&lt;P&gt;HRicochet,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I hope your calculus teacher does not monitor this Forum.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Integral[sin(wt)dt] = -(1/w)*cos(wt)&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;The numerical integration VIs calculate a definite integral, which essentially measures the area under the curve from zero to x. &amp;nbsp;Look at the detailed help files for the Integral VIs for more information.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Lynn&lt;/P&gt;</description>
      <pubDate>Sat, 02 Mar 2013 14:57:47 GMT</pubDate>
      <guid>https://forums.ni.com/t5/LabVIEW/Problem-with-signal-integral/m-p/2334900#M731261</guid>
      <dc:creator>johnsold</dc:creator>
      <dc:date>2013-03-02T14:57:47Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with signal integral</title>
      <link>https://forums.ni.com/t5/LabVIEW/Problem-with-signal-integral/m-p/2334968#M731280</link>
      <description>&lt;P&gt;Thank you Johnsold for your useful answer! I'm ashamed &lt;img id="smileysurprised" class="emoticon emoticon-smileysurprised" src="https://forums.ni.com/i/smilies/16x16_smiley-surprised.gif" alt="Smiley Surprised" title="Smiley Surprised" /&gt; .&amp;nbsp;Right now, I now that the result given by the integrator box is correct and I will just remove the mean value to obtain the result I initially wanted.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Sincerely,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Hricochet.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sat, 02 Mar 2013 17:59:32 GMT</pubDate>
      <guid>https://forums.ni.com/t5/LabVIEW/Problem-with-signal-integral/m-p/2334968#M731280</guid>
      <dc:creator>hricochet</dc:creator>
      <dc:date>2013-03-02T17:59:32Z</dc:date>
    </item>
  </channel>
</rss>

