<?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 x(t)=sin (wt) in LabVIEW</title>
    <link>https://ni.lithium.com/t5/LabVIEW/x-t-sin-wt/m-p/1428700#M551069</link>
    <description>&lt;P&gt;How to make this model&amp;nbsp;x(t)=sin (wt) in LabView ? Does anyone know ? I want to see the result in a Waveform Graph.&lt;/P&gt;</description>
    <pubDate>Wed, 26 Jan 2011 17:51:21 GMT</pubDate>
    <dc:creator>Goce</dc:creator>
    <dc:date>2011-01-26T17:51:21Z</dc:date>
    <item>
      <title>x(t)=sin (wt)</title>
      <link>https://ni.lithium.com/t5/LabVIEW/x-t-sin-wt/m-p/1428700#M551069</link>
      <description>&lt;P&gt;How to make this model&amp;nbsp;x(t)=sin (wt) in LabView ? Does anyone know ? I want to see the result in a Waveform Graph.&lt;/P&gt;</description>
      <pubDate>Wed, 26 Jan 2011 17:51:21 GMT</pubDate>
      <guid>https://ni.lithium.com/t5/LabVIEW/x-t-sin-wt/m-p/1428700#M551069</guid>
      <dc:creator>Goce</dc:creator>
      <dc:date>2011-01-26T17:51:21Z</dc:date>
    </item>
    <item>
      <title>Re: x(t)=sin (wt)</title>
      <link>https://ni.lithium.com/t5/LabVIEW/x-t-sin-wt/m-p/1428724#M551072</link>
      <description>&lt;P&gt;Waveform &amp;gt;&amp;gt;&amp;nbsp;Analog Waveform&amp;nbsp;&amp;gt;&amp;gt; Generation palette has a sine wave generator.&lt;/P&gt;</description>
      <pubDate>Wed, 26 Jan 2011 18:08:52 GMT</pubDate>
      <guid>https://ni.lithium.com/t5/LabVIEW/x-t-sin-wt/m-p/1428724#M551072</guid>
      <dc:creator>RavensFan</dc:creator>
      <dc:date>2011-01-26T18:08:52Z</dc:date>
    </item>
    <item>
      <title>Re: x(t)=sin (wt)</title>
      <link>https://ni.lithium.com/t5/LabVIEW/x-t-sin-wt/m-p/1428770#M551081</link>
      <description>&lt;P&gt;As Ravens said, there are a couple of premade functions that do this. (Some produce waveform data, some dynamic data, and there is also e.g. "sine pattern", "sine wave", etc. which produce simple arrays).&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;You can also easily write your own. All you need is an array of x-values, then you apply the formula to all elements using the parameters and simple math. This might be a useful exercise. &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;You might also have to adjust xo and dx of the graph, so it corresponds to the linear spacing of the x-values.&lt;/P&gt;</description>
      <pubDate>Wed, 26 Jan 2011 18:59:11 GMT</pubDate>
      <guid>https://ni.lithium.com/t5/LabVIEW/x-t-sin-wt/m-p/1428770#M551081</guid>
      <dc:creator>altenbach</dc:creator>
      <dc:date>2011-01-26T18:59:11Z</dc:date>
    </item>
    <item>
      <title>Re: x(t)=sin (wt)</title>
      <link>https://ni.lithium.com/t5/LabVIEW/x-t-sin-wt/m-p/1428790#M551084</link>
      <description>&lt;P&gt;Ok, thanks, but the my point was to learn how to do it , beceause also , i want to make , something like &amp;nbsp;f(x)=1/3 sin(3wt) + 1/5(sin5wt) , i think that i'll must to make this funktions, beacause i don't thik that they are in the function palete.Do you know how to make ?&lt;/P&gt;</description>
      <pubDate>Wed, 26 Jan 2011 19:08:27 GMT</pubDate>
      <guid>https://ni.lithium.com/t5/LabVIEW/x-t-sin-wt/m-p/1428790#M551084</guid>
      <dc:creator>Goce</dc:creator>
      <dc:date>2011-01-26T19:08:27Z</dc:date>
    </item>
    <item>
      <title>Re: x(t)=sin (wt)</title>
      <link>https://ni.lithium.com/t5/LabVIEW/x-t-sin-wt/m-p/1428804#M551087</link>
      <description>&lt;P&gt;You can use the &lt;A href="https://www.ni.com/docs/en-US/bundle/labview-api-ref/page/vi-lib/analysis/1siggen-llb/sine-wave-vi.html" target="_self" rel="nofollow"&gt;Sine Wave function&lt;/A&gt; to specify the frequency, amplitude, number of samples, etc&lt;/P&gt;</description>
      <pubDate>Tue, 26 May 2026 21:51:04 GMT</pubDate>
      <guid>https://ni.lithium.com/t5/LabVIEW/x-t-sin-wt/m-p/1428804#M551087</guid>
      <dc:creator>Cory_K</dc:creator>
      <dc:date>2026-05-26T21:51:04Z</dc:date>
    </item>
    <item>
      <title>Re: x(t)=sin (wt)</title>
      <link>https://ni.lithium.com/t5/LabVIEW/x-t-sin-wt/m-p/1428834#M551092</link>
      <description>&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;a href="https://ni.lithium.com/t5/user/viewprofilepage/user-id/175430"&gt;@Goce&lt;/a&gt; wrote:&lt;BR /&gt;
&lt;P&gt;Ok, thanks, but the my point was to learn how to do it , beceause also , i want to make , something like &amp;nbsp;f(x)=1/3 sin(3wt) + 1/5(sin5wt) , i think that i'll must to make this funktions, beacause i don't thik that they are in the function palete.Do you know how to make ?&lt;/P&gt;
&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Once you know how to make one sine component, you can make any composite by just adding several. &lt;span class="lia-unicode-emoji" title=":winking_face:"&gt;😉&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;For this partuclar problem, you could also use the &lt;A href="https://www.ni.com/docs/en-US/bundle/labview-api-ref/page/vi-lib/measure/matone-llb/multitone-generator-vi.html" target="_self" rel="nofollow"&gt;multitone generator&lt;/A&gt;.&lt;/P&gt;</description>
      <pubDate>Tue, 26 May 2026 21:51:18 GMT</pubDate>
      <guid>https://ni.lithium.com/t5/LabVIEW/x-t-sin-wt/m-p/1428834#M551092</guid>
      <dc:creator>altenbach</dc:creator>
      <dc:date>2026-05-26T21:51:18Z</dc:date>
    </item>
  </channel>
</rss>

