Experiment No. 5: Binary Phase Shift Keying
Experiment No. 5: Binary Phase Shift Keying
Experiment No. 5: Binary Phase Shift Keying
(NBA ACCREDIATED)
Digital Communication Laboratory
Academic Year 2019-2020
Odd Semester
EXPERIMENT NO. 5
Practical Writing
Total
Performance Presentation Sign
(10 Marks)
(5 Marks) (5 Marks)
Objective: To introduce and implement Binary Phase Shift Keying modulation technique
for digital communication.
Apparatus/Resources:
Hardware: Compatible Computer System
Software: MATLAB
Theory:
Binary Phase Shift Keying (BPSK) is a two phase modulation scheme, where the 0’s and 1’s in
a binary message are represented by two different phase states in the carrier signal: θ=0°
for binary 1 and θ=180° for binary 0.
In BPSK, the transmitted signal is a sine wave of fixed amplitude with two phases
representing two logic levels.
VBPSK (t) = 2PS cos 0t t
For logic 1 (t) = 0
VBPSK (t) . = 2PS cos 0 t
…(i)
For logic 0 (t) =
VBPSK (t) = 2PS cos 0t
= 2Pscos(
t)
…(ii)
Both signals [in equation (i) and (ii)] can be combined in one expression
as
VBPSK (t) = b (t) 2Ps cos (0t)
when 1 is transmitted : b (t) = +1
0 is transmitted : b (t) = 1.
Transmitter:
Algorithm:
Initialization commands
BPSK Modulation
BFSK Demodulation
Start
Balance
Modulator
BPSK signal is
generated
END
START
BPSK Signal
Multiplier
Binary Sequence
output of
Demodulator
END
% BPSK Modulation
clc;
clear all;
close all;
%CORRELATOR
x=sum(c.*bpsk_sig(i,:));
%decision device
if x>0
demod(i)=1;
else
demod(i)=0;
end
t1=t1+1.01;
t2=t2+1.01;
end
Result:
Draw BPSK Modulation and Demodulation Waveform for b(t) = 1 0 1 1 0 1 on graph paper
Thus, we have simulated Binary Phase Shift Keying using MATLAB software.
Advantages:
1. It is most robust modulation technique due to the fact that binary 1 and 0 are
separated by 180 degree phase shift of the carrier. Due to this property, BPSK
modulated data can travel longer distances when transmitted from base station or
subscriber stations.
2. These are used for time/frequency synchronization and channel
estimation/equalization purpose.
3. BPSK modulation is used by most of the cellular towers for long distance
communication or transmission of the data.
4. BPSK demodulator requires making only two decisions in order to recover original
binary information. Hence BPSK receiver is very simple compare to other modulation
types.
5. BPSK is power efficient modulation technique as less power is needed to transmit the
carrier with less number of bits.
Disadvantages:
1. In BPSK modulation, one bit is carried by one single analog carrier. Hence data rate in bits
per second is same as the symbol rate.
2. BPSK is not bandwidth efficient modulation technique compare to other modulation types.