LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Add Delay Between Periods of a Square Waveform

Solved!
Go to solution

Hey all,

 

I've used Labview to set up a waveform generator using the "Basic FuncGen" VI, (WF Gen.png) and am looking to make a modification to the waveform.  Currently, I have my VI set up to generate a square wave of a specified frequency and number of cycles.  So, a 1000 Hz waveform for 1000 cycles would run for one second.  My question is: how would I go about putting a few zero V points between each cycle?  I attached a pic to show what I mean (Signal.png).

 

Thanks.


TG

Download All
0 Kudos
Message 1 of 3
(2,648 Views)
Solution
Accepted by tomg09

You will need to generate multiple waveforms and use Append Waveform.


GCentral
There are only two ways to tell somebody thanks: Kudos and Marked Solutions
Unofficial Forum Rules and Guidelines
"Not that we are sufficient in ourselves to claim anything as coming from us, but our sufficiency is from God" - 2 Corinthians 3:5
Message 2 of 3
(2,636 Views)

So, basically, generate a single period, add a point or two of 0V at the end of that period, then loop the whole thing for n loops, where n=specified # of cycles, and append onto the first?

 

I think that's what you're saying.  Sounds like a pain.  Oh well.

 

Thanks.


TG

0 Kudos
Message 3 of 3
(2,633 Views)