Você está na página 1de 2

Experiment # 1

Title: Generation of a BPSK/QPSK modulated signal using arbitrary waveform generator/MATLAB and IQ
modulator.
Proposal: First we generate I-Q waveform. Then Download the generated I-Q waveform into function
generator. Followed by Verifying the generated IQ waveform with the oscilloscope, measure the
amplitude of the IQ signals. Display the IQ Modulated RF Spectrum in the signal analyzer
Experimental Procedure: Equipment and materials:
i)
ii)
iii)
iv)
v)
vi)
vii)
viii)

Signal Analyzer/Vector Signal Analysis Software with Oscilloscope (Digitizer)


Function Generator
Oscilloscope, 100 MHz
A PC with MATLAB/Labview
2 BNC(m)-to-BNC(m) coaxial cable, 1.0 m
4 SMA(m)-to-BNC(m) coaxial cable, 1.0 m
3 SMA(m)-to-SMA(m) coaxial cable, 0.18 m
3 USB cable

Step-1 Creating I and Q Baseband Signals using MATLAB/Labview


1. Make the following connections:
Connect pc(system controller) to functional generator.
Connect I- signal and Q-signal of functional generator to Ch-1 and Ch-2 of Oscilloscope
respectively.
2. After making above connection follow the below steps for generating PN Sequence in Matlab:
%Construct a PN object
H = commsrc.pn('GenPoly',
[1 0 0 0 0 1 1], ...
'InitialStates', [0 0 0 0 0 1], ...
'CurrentStates', [0 0 0 0 0 1], ...
'Mask',
[0 0 0 0 0 1], ...
'NumBitsOut', 1)
%Reset (to the initial shift register state values) - reset(h);
%Output N PN bits
set(h, NumBitsOut, N);
bits=generate(h);
% By using function 'upsample', upsample the generated bits by factor 8 or 16.
% Design a Root raised cosine filter using 'Filter builder' app of Matlab. Filter object will be saved
in matlab workspace.
% By using function 'step' Pass the upsampled bits through filter.
% By using function 'xlswrite',Save the filtered signal to an excel sheet.
%Use this excel sheet with Waveform downloader tool to download the signal into function
generator.
3. Download the generated IQ waveforms into the function generators.
4. Verify the generated IQ waveform with the oscilloscope.
5. In the oscilloscope, use [Quick Meas] to measure the amplitude of the IQ signals.

Step-2 Displaying the IQ Modulated RF Spectrum in the signal analyzer


For displaying the the IQ Modulated RF Spectrum in the signal analyzer make the following connection.
1. Connect the Output ports (I and Q) of both function generator to the I and Q inputs of the IQ
modulator.
2.At the rear panel of the function generator, connect the 10 MHz OUT terminal to the Input port of the
10 MHz Preamp.
3. connect the Output port of the 10 MHz Preamp to the LO port of the IQ modulator via a low pass
filter.
4.Use a jumper cable to connect the RF output of the IQ modulator to the input of signal analyser.
Anticipated Result:
1. In the oscilloscope, use [Quick Meas] to measure the amplitude of the IQ signals.
Amplitude of the I signal = ___________ V
Amplitude of the Q signal = __________ V
2. signal is bandlimited.
3. BPSK/QPSK are generated using waveform generator.
Name: Deepanshu Bhojak
Roll No: B14EE010

Você também pode gostar