LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

sequance of differant sine wave

hi

is there any way to generate a sequance of sine wave with differant amplitude with silent zone between them in labview.

regards

0 Kudos
Message 1 of 8
(3,251 Views)

Sure.  Look in the Waveform Generation palette.  There you can build your different sine waves.  (A silent period could just be a zero amplitude sine wave).

Then use the Append waveform function from the Analog waveform palette to append them.

0 Kudos
Message 2 of 8
(3,247 Views)

thank you for your help,really i have 6freq with 10 diffrent amp =60 block of signal generation *2 for silent zone =120 block so it,s difficult to put this no. to generate the signal,is there shorter way may be use modulated signal while i don,t know how to do it or any other shorter way.thank again.

regards

0 Kudos
Message 3 of 8
(3,234 Views)
You could set up some for loops and use arrays that define your sine wave parameters.  Have the For Loop step through the arrays and append to the existing waveform that you carry from iteration to iteration using shift registers.
0 Kudos
Message 4 of 8
(3,228 Views)

thank you i will try this

regards

0 Kudos
Message 5 of 8
(3,225 Views)
You could also test this tool http://sine.ni.com/nilex/DisplayLinkAction.do?id=36NILEX. It is called NI analog waveform editor. I think the tool will work 30 days for evaluation.


Besides which, my opinion is that Express VIs Carthage must be destroyed deleted
(Sorry no Labview "brag list" so far)
0 Kudos
Message 6 of 8
(3,207 Views)

hi again

there is no evaluation vertion for this tool kit ,any way i used two while loop but they run countiuasly . iwanted them to run only one time but i dont know how to top them after they finish the data for only one time.i attached the file.can you help me

0 Kudos
Message 7 of 8
(3,167 Views)

I found the demo here https://lumen.ni.com/nicif/us/evalanlwavedtr/content.xhtml ;). But I guess it more fun to program. It is actually a good learning application for a beginner.

 

Message Edited by Coq rouge on 04-27-2009 10:31 AM


Besides which, my opinion is that Express VIs Carthage must be destroyed deleted
(Sorry no Labview "brag list" so far)
0 Kudos
Message 8 of 8
(3,154 Views)