LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

LabView

Solved!
Go to solution
hello
i want to know that signal generated by simulate signal is complex or real. i have a QPSK signal in which a symbol has 16 sample.how to find phase of symbol
0 Kudos
Message 1 of 51
(5,958 Views)

Signal generated by Simulate Signal Express VI is Real Double.

Use the Extract Single Tone Information.vi from the Waveform Measurements pallette to measure the Phase of the signal.

- Partha ( CLD until Oct 2024 🙂 )
0 Kudos
Message 2 of 51
(5,935 Views)
Thnks for answer   but  i want to generate complex sin wave( in terms of x+iy) in labview .
0 Kudos
Message 3 of 51
(5,900 Views)

Sine is a real-world signal.

Why do you want it to be complex? Where do you apply it or find its use?

- Partha ( CLD until Oct 2024 🙂 )
0 Kudos
Message 4 of 51
(5,891 Views)
i have a QPSK signal which is generated by matlab simulink . for modulation i have use sine wave ( complex properties) . i have make a wav file for that signal . when i read it in labview  it gives real and imaginary values . now i want sine wave with complex properties to demodulate it as in matlab.
0 Kudos
Message 5 of 51
(5,874 Views)
If I remember correctly, the real and imaginary part of a signal is just a different way of conveying amplitude and phase of the signal. The magnitude of the signal is equal to sqrt(Im^2+Re^2). The phase of the signal is equal to InvTan(Im/Re).

QPSK modulation scheme uses the phase difference to convey information. By shifting the signal π / 4, 3π / 4, 5π / 4 and 7π / 4, we can represent 2 binary bits of data.

All you need to do is calcuate the manitude and phase of the signal, then you can use the Simulate Signal Express VI to generate the signal you want.

Regards,
Stanley Hu
National Instruments
Applications Engineering
http://www.ni.com/support
0 Kudos
Message 6 of 51
(5,854 Views)
i have generated a cos wave of frequency 50Hz. i want to convert it into sine through hilbert transform but when convert it frequecy of signal become .00625 Hz  Please tell me why this happen and how to remove this effect.
0 Kudos
Message 7 of 51
(5,766 Views)
Hi sine help,

What VIs are you using? Can you post a simple VI that illustrates the issue?

Regards,
Stanley Hu
National Instruments
Applications Engineering
http://www.ni.com/support
0 Kudos
Message 8 of 51
(5,731 Views)
Hmmm.... This seems oddly familiar, even down to the title of the thread....
Message 9 of 51
(5,722 Views)
Please check this and tell me why frequency charges from 50Hz to .0065Hz
0 Kudos
Message 10 of 51
(5,691 Views)