RF Measurement Devices

cancel
Showing results for 
Search instead for 
Did you mean: 

Phase measurement

Hello,

 

I would like to know if anyone has got a sample code to showcase phase modulation in LabVIEW. I have installed modulation toolkit but that has examples only for demodulation. If you have an example VI of phase modulation with simulated signal, I kindly request you to share the same.


Thank you.

 

Herok

0 Kudos
Message 1 of 5
(6,007 Views)

Hi Herok,

 

The following example implements phase modulation of a signal obtained from a PXI RF device. You may refer to the code to understand or simulate the device on your computer to test it. 

 

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

 

Hope this helps. 

 

Regards,

Nikhil 

Applications Engineer | NI India 

0 Kudos
Message 2 of 5
(5,987 Views)

Hey Nikhil,

 

I have seen the link and it is related to the hardware example and I do not want to use the RF hardware. To basically demonstrate PM, LabVIEW should be enough since the modulation process happens in software. RF hardwares cannot be simulated in MAX also.

 

I would like to do the same in LabVIEW only ( maximum I can use is Modulation Toolkit ).

 

Herok

0 Kudos
Message 3 of 5
(5,971 Views)

Hi Herok,

 

Below is a sample VI to generate a phase-modulated signal using a NI-FGEN waveform generator. This program is a shipping example VI included with the Modulation Toolkit-

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

 

The example about will need to be modified for simulating the device. The NI-FGEN driver allows you to simulate a device so that you can run your application without the hardware present. Details of how to simulate this are available on - 

http://digital.ni.com/public.nsf/allkb/07A1DC2A64B4F0A38625729A00065771

 

To demodulate PM with simulated data , you can use the following example VI and build upon it for your application.

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

 

As you said that you do not have hardware, you cab simulate the device using the NI FGEN Driver. The steps for this are given on the second link.

 

Please revert for further clarifications.

 

Regards,
Kanchan Bhakoo
Applications Engineer | National Instruments
0 Kudos
Message 4 of 5
(5,877 Views)

sin(w*t + <YourPhaseFormular(t)>)  into the 'formular waveform.vi' ??

Greetings from Germany
Henrik

LV since v3.1

“ground” is a convenient fantasy

'˙˙˙˙uıɐƃɐ lɐıp puɐ °06 ǝuoɥd ɹnoʎ uɹnʇ ǝsɐǝld 'ʎɹɐuıƃɐɯı sı pǝlɐıp ǝʌɐɥ noʎ ɹǝqɯnu ǝɥʇ'


0 Kudos
Message 5 of 5
(5,876 Views)