<?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: Simulating signal propagation in LabVIEW in LabVIEW</title>
    <link>https://ni.lithium.com/t5/LabVIEW/Simulating-signal-propagation-in-LabVIEW/m-p/357999#M181908</link>
    <description>That sounds like an interesting problem. Right now, though, it sounds rather vague. There are any number of ways of accomplishing this in LabVIEW, so it would probably help to know what types of signals you'll be sending, whether the process should run continuously, etc.&lt;BR /&gt;&lt;BR /&gt;For now I came up with an example that sends values from A to B to C. You can specify the delay time for the signals to "travel" from A to B and from B to C respectively. In reality, what I did was to bundle each signal into a cluster with a start time. Then I pass each new signal in a buffered queue to another loop which checks how old each new incoming signal is. If it is old enough (the propagation time has elapsed), then the signal is displayed at position B and is passed onto C, which repeats this process.&lt;BR /&gt;&lt;BR /&gt;I used LabVIEW queues to accomplish this. To transmit numerical values, you might also consider using Waveform data types, which similar to my example bundle together timing information (t0) and an array of Y-values for the signal. Check it out, I hope this helps!&lt;BR /&gt;&lt;BR /&gt;</description>
    <pubDate>Thu, 27 Apr 2006 17:56:40 GMT</pubDate>
    <dc:creator>Jarrod_S.</dc:creator>
    <dc:date>2006-04-27T17:56:40Z</dc:date>
    <item>
      <title>Simulating signal propagation in LabVIEW</title>
      <link>https://ni.lithium.com/t5/LabVIEW/Simulating-signal-propagation-in-LabVIEW/m-p/357336#M181622</link>
      <description>&lt;DIV&gt;&lt;/DIV&gt;Hi, I have a problem with simulation of signal propagation in LabVIEW.&lt;BR /&gt;
I need to simulate delaying of certain signal (pulses) according to the
picture. I need to acquire the delayed signal waveform at points A and
B.&lt;BR /&gt;
Additionally, I need to send another signal form point A in the
direction of arrow, if the signal from the source doesnt come in
certain time limit.&lt;BR /&gt;
I tried to solve this problem, but I did not any idea, how this could be done in LabVIEW.&lt;BR /&gt;
My final programme should simulate heart electrical activity and
several heart rythm disorders and their correction by pacemaker.&lt;BR /&gt;
Thank you for your tips.&lt;BR /&gt;
Jan&lt;BR /&gt;
&lt;DIV&gt;&lt;/DIV&gt;&lt;P&gt;Message Edited by Konigusko on &lt;SPAN class="date_text"&gt;04-26-2006&lt;/SPAN&gt; &lt;SPAN class="time_text"&gt;02:03 PM&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 26 Apr 2006 19:00:54 GMT</pubDate>
      <guid>https://ni.lithium.com/t5/LabVIEW/Simulating-signal-propagation-in-LabVIEW/m-p/357336#M181622</guid>
      <dc:creator>Honza1</dc:creator>
      <dc:date>2006-04-26T19:00:54Z</dc:date>
    </item>
    <item>
      <title>Re: Simulating signal propagation in LabVIEW</title>
      <link>https://ni.lithium.com/t5/LabVIEW/Simulating-signal-propagation-in-LabVIEW/m-p/357999#M181908</link>
      <description>That sounds like an interesting problem. Right now, though, it sounds rather vague. There are any number of ways of accomplishing this in LabVIEW, so it would probably help to know what types of signals you'll be sending, whether the process should run continuously, etc.&lt;BR /&gt;&lt;BR /&gt;For now I came up with an example that sends values from A to B to C. You can specify the delay time for the signals to "travel" from A to B and from B to C respectively. In reality, what I did was to bundle each signal into a cluster with a start time. Then I pass each new signal in a buffered queue to another loop which checks how old each new incoming signal is. If it is old enough (the propagation time has elapsed), then the signal is displayed at position B and is passed onto C, which repeats this process.&lt;BR /&gt;&lt;BR /&gt;I used LabVIEW queues to accomplish this. To transmit numerical values, you might also consider using Waveform data types, which similar to my example bundle together timing information (t0) and an array of Y-values for the signal. Check it out, I hope this helps!&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Thu, 27 Apr 2006 17:56:40 GMT</pubDate>
      <guid>https://ni.lithium.com/t5/LabVIEW/Simulating-signal-propagation-in-LabVIEW/m-p/357999#M181908</guid>
      <dc:creator>Jarrod_S.</dc:creator>
      <dc:date>2006-04-27T17:56:40Z</dc:date>
    </item>
    <item>
      <title>Re: Simulating signal propagation in LabVIEW</title>
      <link>https://ni.lithium.com/t5/LabVIEW/Simulating-signal-propagation-in-LabVIEW/m-p/358055#M181924</link>
      <description>I have already written some VI, which should simulate my task.&lt;BR /&gt;
I would like to ask you, if I solve my problem in good way, or if it is
possible to use some other structures/modules in LabVIEW, using which
would be the design of my simulator easier?&lt;BR /&gt;
Thank you.&lt;BR /&gt;
&lt;BR /&gt;
&lt;DIV&gt;&lt;/DIV&gt;</description>
      <pubDate>Thu, 27 Apr 2006 19:53:07 GMT</pubDate>
      <guid>https://ni.lithium.com/t5/LabVIEW/Simulating-signal-propagation-in-LabVIEW/m-p/358055#M181924</guid>
      <dc:creator>Honza1</dc:creator>
      <dc:date>2006-04-27T19:53:07Z</dc:date>
    </item>
    <item>
      <title>Re: Simulating signal propagation in LabVIEW</title>
      <link>https://ni.lithium.com/t5/LabVIEW/Simulating-signal-propagation-in-LabVIEW/m-p/358685#M182171</link>
      <description>It might help to know exactly what you are trying to accomplish. I didn't take too deep of a look at your code, but I didn't see what it was trying to do. What type of signal propagation are you trying to do? Are you trying to graph data, display it in real-time, or just simulate the results of the time propagation?&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Fri, 28 Apr 2006 20:20:33 GMT</pubDate>
      <guid>https://ni.lithium.com/t5/LabVIEW/Simulating-signal-propagation-in-LabVIEW/m-p/358685#M182171</guid>
      <dc:creator>Jarrod_S.</dc:creator>
      <dc:date>2006-04-28T20:20:33Z</dc:date>
    </item>
  </channel>
</rss>

