04-19-2011 03:44 AM
Solved! Go to Solution.
04-20-2011
09:19 AM
- last edited on
06-08-2026
08:48 AM
by
Content Cleaner
fil-leep
You may want to look at these:
http://labview.ni.com/docs/proposals/6.1/HTMLHelpProposal/HTML%20Conference/WebHelp/LvwaveMultiply_Waveforms.htm
You could also convert from DDT and then multiply directly with the multiplication VI using the same number of samples. Also recall that the waveform multiplication needs to have same `dt? this means that with simulated signals and different frequency will not work. I hope this gets you going 🙂
04-21-2011 04:20 AM
thanks for the previous solution.how do i generate a random binary pattern waveform of speed of 10kbps and a sine wave of 30khz
04-21-2011
09:00 AM
- last edited on
06-08-2026
08:49 AM
by
Content Cleaner
fil-leep
These should get you going 🙂
https://forums.ni.com/t5/Example-Code/Sine-Wave-Addition/ta-p/3495204
I hope this helps!
04-23-2011 03:02 AM
the link you have given me it does not open
04-23-2011 03:17 AM
i have two sine waves of different frequencies,and i want to do fsk modulation i have tried to use select signal vi but it is difficult for me to obtain the fsk modulated wave.i need your help
04-25-2011
04:15 PM
- last edited on
06-08-2026
08:53 AM
by
Content Cleaner
Hello fil-leep,
Were you unable to open all three links? They came through okay on my end. There is a shipping example in LabVIEW example finder (Select Signals.VI) that can help with modulated signal selection and the select signal.vi.
Thank you,
Deborah Y.
04-26-2011 02:03 AM
okey i will let you know if it doesn't work.Also how do i shift the level of digital waveform from 0 to -1 and 1 to stay 1?which vi i have to use?
04-27-2011
01:25 PM
- last edited on
06-08-2026
08:54 AM
by
Content Cleaner
Hi fil-leep,
Here's another, more involved example: https://forums.ni.com/t5/Example-Code/Frequency-Shift-Keying-Digital-Modulation-with-LabVIEW/ta-p/35.... In regards to setting the level, are you using the DWDT Boolean Array to Digital VI to generate that waveform like the example from Sam showed? Looking at the Context Help on the Mode input for that VI, "mode specifies whether the conversion is performed on the data with the least significant bit (LSB) first or most significant bit (MSB) first. The order of the digital data in digital waveform reflects the selection made in mode". You can change the input level to be 1 here. Let us know how your progress is coming.
Thank you,
Deborah Y.
05-13-2011 09:17 AM
hellow i am having nine signals to display,one at a time by using only one graph.for the signal to be selected user should press the respectivelly switch.i have tried to use select signal vi but i cant make it.please i need your help