From Friday, April 19th (11:00 PM CDT) through Saturday, April 20th (2:00 PM CDT), 2024, ni.com will undergo system upgrades that may result in temporary service interruption.

We appreciate your patience as we improve our online experience.

LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Digital modulation

Solved!
Go to solution
how do i multiply random digital pattern waveform with sine wave form in order to obtain ask modulation scheme
0 Kudos
Message 1 of 17
(3,222 Views)
Solution
Accepted by topic author fil-leep

fil-leep

 

You may want to look at these:

 

http://labview.ni.com/docs/proposals/6.1/HTMLHelpProposal/HTML%20Conference/WebHelp/LvwaveMultiply_W...

 

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 🙂

Sam S
Applications Engineer
National Instruments
0 Kudos
Message 2 of 17
(3,202 Views)

thanks for the previous solution.how do i generate a random binary pattern waveform of speed of 10kbps and a sine wave of 30khz

0 Kudos
Message 3 of 17
(3,187 Views)

fil-leep 

 

These should get you going 🙂

 

http://decibel.ni.com/content/docs/DOC-5763

 

http://zone.ni.com/devzone/cda/epd/p/id/2786

 

http://decibel.ni.com/content/docs/DOC-1228

 

I hope this helps!

Sam S
Applications Engineer
National Instruments
0 Kudos
Message 4 of 17
(3,179 Views)

the link you have given me it does not open

0 Kudos
Message 5 of 17
(3,169 Views)

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

0 Kudos
Message 6 of 17
(3,167 Views)

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. Here is a link with good explanation, please let me know if this one doesn't work for you either.

 

Thank you,

 

Deborah Y.

Deborah Burke
NI Hardware and Drivers Product Manager
Certified LabVIEW Architect
0 Kudos
Message 7 of 17
(3,153 Views)

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?

0 Kudos
Message 8 of 17
(3,139 Views)

Hi fil-leep,

 

Here's another, more involved example: http://decibel.ni.com/content/docs/DOC-2092. 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.


Deborah Burke
NI Hardware and Drivers Product Manager
Certified LabVIEW Architect
0 Kudos
Message 9 of 17
(3,123 Views)

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

0 Kudos
Message 10 of 17
(3,096 Views)