0% found this document useful (0 votes)
26 views3 pages

LAB Report #7 Title

This lab report describes experiments using a phase locked loop (PLL) to generate frequency modulated (FM) signals. The objectives were to use the voltage-controlled oscillator (VCO) in a PLL to generate a single-tone FM signal. First, FM modulation and demodulation were performed using discrete components, including a CD4046BC PLL. Then, the same modulation and demodulation were implemented in Simulink. Finally, MATLAB code was used to generate an FM signal and plot the modulating signal and carrier signal to verify demodulation. The conclusion states that both discrete and Simulink implementations using a PLL successfully achieved FM modulation and demodulation.

Uploaded by

Afaq Khaliq
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
26 views3 pages

LAB Report #7 Title

This lab report describes experiments using a phase locked loop (PLL) to generate frequency modulated (FM) signals. The objectives were to use the voltage-controlled oscillator (VCO) in a PLL to generate a single-tone FM signal. First, FM modulation and demodulation were performed using discrete components, including a CD4046BC PLL. Then, the same modulation and demodulation were implemented in Simulink. Finally, MATLAB code was used to generate an FM signal and plot the modulating signal and carrier signal to verify demodulation. The conclusion states that both discrete and Simulink implementations using a PLL successfully achieved FM modulation and demodulation.

Uploaded by

Afaq Khaliq
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
You are on page 1/ 3

LAB Report #7

Title:
FM Modulation and Demodulation Using PLL
Objectives:

 In this Laboratory exercise you will generate a single-tone modulated


FM signal using the Voltage-controlled Oscillator (VCO) in a Phase-
locked loop (PLL)

Methodology:
In the following lab we worked on how to do frequency modulation and
demodulation using phase locked loop.
We did this in the Simulink and on the discrete components as well to do this on the
discrete components we used the CD 4046 BC (PLL). Below attached is the diagram
of it.

After performing this on discrete we made the following modulation and


demodulation on Simulink.
RESULT:

We also did the same pll modulation and demodulation on matlab as well
clc;
close all; clear all;

t=-0.1:0.001:0.1;
fm=5;
fc=100;
m_t=sin(2*pi.*fm.*t);
A=5;
% offset=3;
kf=10;
c_t=A*cos(2*pi.*fc.*t+kf.*(m_t));

subplot 221
plot(t,m_t);
subplot 222
plot(t,c_t)

Result

Conclusion:
After performing this lab we were able to do frequency modulation and
demodulation on discrete components and as well as on Simulink using the phase
locked loop.

You might also like