SlideShare a Scribd company logo
1 of 4
Download to read offline
International Journal of Engineering Research and Development
e-ISSN: 2278-067X, p-ISSN: 2278-800X, www.ijerd.com
Volume 6, Issue 7 (April 2013), PP. 28-31
28
Design and Simulation of BPSK Demodulation at Low
Bit Rate
Nehal.A.Ranabhatt1
, Sudhir Agarwal2
, Priyesh.P.Gandhi3
1
PG student,Laljibhai Chaturbhai Institute of Technology,Bhandu
2
Head, DCTD, Space Application Center,ISRO,Ahmedabad
3
Assistant Professor, Laljibhai Chaturbhai Institute of Technology, Bhandu
Abstract:- This paper presents BPSK Demodulation at Low Bit Rate. BPSK demodulation designed
such that has 4 inputs: Bit rate, Carrier frequency, Sampling frequency and Input modulated Bit stream
are user controllable. In future this design will help to compare results of BPSK Demodulation that
was going to implement on STRATIX III FPGA Dsp Development Board.
Keywords:- BPSK, FPGA, Low Bit Rate, BPSK Demodulation, Bits per second.
I. INTRODUCTION
Now days, a major transition from analog to digital modulation techniques has occurred and it can be
seen in all areas of satellite communications systems. A digital communication system is more reliable than an
analog. The aim of the paper is to create a BPSK (Binary Phase Shift Keying) Demodulator which demodulates
the Modulated signal comes from Modulator which has Bit rate 1200 bps. First we give Introduction about
BPSK Demodulation and then BPSK Demodulation is designed and Implemented in Matlab. In this Design of
BPSK Demodulation Bit Rate, Carrier frequency, sampling frequency are User controllable. This paper presents
extended work of RTL Design and Implementation of BPSK Modulation at Low Bit Rate .In this BPSK
Modulation is Design and Implement at low Bit Rate 1200 bps[1].
II. THEORETICAL BACKGROUNDS
DIGITAL COMMUNICATION SYSTEM
Fig.1: Digital Communication System [2]
Block Diagram of Digital Communication System is shown in Fig.1.Digital communication system is
mainly divided in two parts digital and analog. The digital part of this communication system consists of digital
source/user, source encoder/ decoder, channel encoder/ decoder and the digital modulator/ demodulator. The
analog part is consist of the transmitter, receiver, the channel models and noise models [3].The message to be
sent is from a digital source then source encoder accepts the digital data and prepares the source messages. The
role of the channel encoder is to map the input symbol sequence into an output symbol sequence. The binary
information obtained at the output of the channel encoder is than passed to a digital modulator which serves as
interface with the communication channel. The main purpose of the modulator is to translate the discrete
symbols into an analog waveform that can be transmitted over the channel [4], [5]. In the receiver, the reverse
signal processing happens. A channel is the physical medium that carries a signal between the transmitter and
the receiver. The signal is corrupted with noise whatever the medium used for transmission The digital data is
transmitted between the transmitter and the receiver by varying a physical characteristic of a sinusoidal carrier,
either the frequency or the phase or the amplitude in our case sinusoidal carrier is vary according to phase. This
Design and Simulation of BPSK Demodulation at Low Bit Rate
29
operation is performed with a modulator at the transmitting end to impose the physical change to the carrier and
a demodulator at the receiving end to detect the resultant modulation on reception [6].
A. Concept of BPSK Demodulation
Fig.2: Principal of BPSK Demodulation
In BPSK demodulator design modulated bit pattern is given as Input. Samples per bits are fetched in
sequence. Then samples of one bit is fetched from Modulated Pattern, are multiplied with Positive and Negative
carrier samples. Sum of multiplication output will store in two different arrays. Subtraction block will perform
subtraction of two different array in which sum of multiplication output is stored. Comparison block do the
comparison based on output of subtraction block. If subtraction of samples is grater then zero then bit“1” is
detected and if subtraction of samples is less then zero then bit “0” is detected at output of demodulator.
III. DESIGNING OF BPSK DEMODULATION
The Matlab BPSK demodulation designed has 4 inputs: Bit rate, Carrier frequency, Sampling
frequency and Input modulated Bit stream (to be demodulated). BPSK Demodulation is designed such that all
the input parameters can have variable values, thus making it a generic BPSK demodulator.
As shown in the block diagram, samples per sine wave are determined by dividing sampling frequency with the
carrier frequency. No of sine waves per bit is determined by dividing Carrier frequency with the bit rate. No of
samples per bit is determined by dividing Sampling frequency with the bit rate. Once we have the samples per
sine wave required, we divide the 0 to 360 degrees in that no of values for representing 1 sine wave. Then we
take sine of all above values and store it in an array making 1 sine wave to represent modulated bit 1 while take
–sine of all above values and store it in another array making 1 sine wave (180 degree phase shift) to represent
modulated bit 0.
Then we create two arrays in which in we append sine waves per bit times the array representing 1sine
wave (0 degree and 180 degree phase shifted) to get 1 bit modulated sine wave signal for bit 1 and for bit
0.From input modulated bit stream we fetch values equal to number of sample per bit and store it in an array.
Fig.3: Design of BPSK Demodulation
Design and Simulation of BPSK Demodulation at Low Bit Rate
30
Then we multiply the above array containing samples of BPSK modulated bit with the two arrays representing
modulated bit 1 and bit 0.Each element of the multiplied output of both array are summed in two respective
variables. They are then subtracted, if value is greater than zero than bit is detected 1 else 0.The value will be
equal to either positive or negative of no of samples per bit. If it is positive then bit detected is 1 else 0.
IV. SIMULATION RESULTS
The simulated results are obtained for three different Bit rates, Carrier frequency, sampling frequency
and Input modulated Bit stream.
Fig.4.1: Simulation for BPSK Demodulation when Bit rate=100, fc=1000Hz, fs=8000Hz
Fig 4.1 shows output when Bit rate is 100, carrier frequency is 1000Hz and sampling frequency is 8000Hz.In
this fig we can see that there are 100 Demodulated Bits at output of BPSK Demodulation when Bit rate is 100
and Input modulated Bit Pattern 1100110 is repeat which is received at output.
Fig.4.2: Simulation for BPSK Demodulation when Bit rate=100, fc=1000Hz, fs=8000Hz
Fig.4.2 shows zoom in view of Fig 4.1.From Fig 4.2 we can obtain carrier frequency when multiplication of
number of sine waves per bit and Bit rate is taken, Here Bit rate is 100 and 10 sine waves per bit and so carrier
frequency becomes 1000Hz.
Fig.5 :Simulation for BPSK Demodulation when Bit rate=1200, fc=48 KHz, fs=480 KHz
Design and Simulation of BPSK Demodulation at Low Bit Rate
31
Fig 5.shows output when Bit rate is 1200, carrier frequency is 48KHz and sampling frequency is 480KHz and
Input modulated Bit Pattern is 10110.Here Bit rate is 1200 and 40 sine waves per bit and so carrier frequency
becomes 48KHz.
Fig.6 :Simulation for BPSK Demodulation when Bit rate=600, fc=12 KHz, fs=120 KHz
Fig 6.shows output when Bit rate is 600, carrier frequency is 12KHz and sampling frequency is 120KHz and
Input modulated Bit Pattern is 01001.Here Bit rate is 600 and 20 sine waves per bit and so carrier frequency
becomes 12KHz.
V. CONCLUSIONS
In this paper, simulated results are presented for the three different bit rate, carrier frequency, and
sampling frequency. From these results we can see that carrier frequency, sampling frequency and bit rate are
user controllable. This results are finally used to compare output results of BPSK demodulation at low bit rate
which is going to Implement on StratixIII FPGA.
REFERENCES
[1] Nehal.A.Ranabhatt, Sudhir Agarwal, Priyesh.P.Gandhi, “RTL Design and Implementation of BPSK
Modulation at Low Bit Rate”, International Journal of Engineering Research & Technology, Vol.2,
Issue 28, Feb 2012.
[2] S.O. Popescu, A.S.Gontean and G.Budura “BPSK System on Spartan 3E FPGA” SAMI 2012 • 10th
IEEE Jubilee International Symposium on Applied Machine Intelligence and Informatics • January 26-
28, 2012.
[3] A.Gürgör, F.Arikan, O.Arikan, “Simulation of a digital communication system”, in Proceedings of the
13th European Signal Processing Conference EUSIPCO, 2005,
Turkey,http://www.eurasip.org/Proceedings/Eusipco/Eusipco2005/defevent/papers/cr1142.pdf
[4] H.Nguyen, E.Shwedyk, A first Course in Digital Communications, Cambridge University Press, New
York, 2009.
[5] J.G. Proakis, Digital Communications, 4th edition, McGraw Hill, New York, 2001.
[6] G. Smithson, “Introduction to Digital Modulation Schemes”, in IEE Colloquium on The Design of
Digital Cellular Handsets, 1998, United Kingdom, pp. 2/1 - 2/9

More Related Content

What's hot

Chap4 d t-d conversion
Chap4 d t-d conversionChap4 d t-d conversion
Chap4 d t-d conversion
arslan_akbar90
 
1432.encoding concepts
1432.encoding concepts1432.encoding concepts
1432.encoding concepts
techbed
 
A current injection folded switch mixer for direct conversion
A current injection folded switch mixer for direct conversionA current injection folded switch mixer for direct conversion
A current injection folded switch mixer for direct conversion
IAEME Publication
 
Uhf si ge hbt amplifier parameters and noise characteristics
Uhf si ge hbt amplifier parameters and noise characteristicsUhf si ge hbt amplifier parameters and noise characteristics
Uhf si ge hbt amplifier parameters and noise characteristics
mohamed albanna
 

What's hot (20)

Ch 04
Ch 04Ch 04
Ch 04
 
Concurrent Quad-band Low Noise Amplifier (QB-LNA) using Multisection Impedanc...
Concurrent Quad-band Low Noise Amplifier (QB-LNA) using Multisection Impedanc...Concurrent Quad-band Low Noise Amplifier (QB-LNA) using Multisection Impedanc...
Concurrent Quad-band Low Noise Amplifier (QB-LNA) using Multisection Impedanc...
 
Chap4 d t-d conversion
Chap4 d t-d conversionChap4 d t-d conversion
Chap4 d t-d conversion
 
Data communication
Data communicationData communication
Data communication
 
data transmission
data transmission data transmission
data transmission
 
Ch04
Ch04Ch04
Ch04
 
1432.encoding concepts
1432.encoding concepts1432.encoding concepts
1432.encoding concepts
 
digital layer
digital layerdigital layer
digital layer
 
A current injection folded switch mixer for direct conversion
A current injection folded switch mixer for direct conversionA current injection folded switch mixer for direct conversion
A current injection folded switch mixer for direct conversion
 
Ch5 2 v1
Ch5 2 v1Ch5 2 v1
Ch5 2 v1
 
Data and signals
Data and signalsData and signals
Data and signals
 
Uhf si ge hbt amplifier parameters and noise characteristics
Uhf si ge hbt amplifier parameters and noise characteristicsUhf si ge hbt amplifier parameters and noise characteristics
Uhf si ge hbt amplifier parameters and noise characteristics
 
Physical Layer Numericals - Data Communication & Networking
Physical Layer  Numericals - Data Communication & NetworkingPhysical Layer  Numericals - Data Communication & Networking
Physical Layer Numericals - Data Communication & Networking
 
ANALOG TRANSMISSION
ANALOG TRANSMISSIONANALOG TRANSMISSION
ANALOG TRANSMISSION
 
DESIGN AND NOISE OPTIMIZATION OF RF LOW NOISE AMPLIFIER FOR IEEE STANDARD 802...
DESIGN AND NOISE OPTIMIZATION OF RF LOW NOISE AMPLIFIER FOR IEEE STANDARD 802...DESIGN AND NOISE OPTIMIZATION OF RF LOW NOISE AMPLIFIER FOR IEEE STANDARD 802...
DESIGN AND NOISE OPTIMIZATION OF RF LOW NOISE AMPLIFIER FOR IEEE STANDARD 802...
 
Ch5 1 Data communication and networking by neha g. kurale
Ch5 1 Data communication and networking by neha g. kuraleCh5 1 Data communication and networking by neha g. kurale
Ch5 1 Data communication and networking by neha g. kurale
 
03 Data and_Signals
03 Data and_Signals03 Data and_Signals
03 Data and_Signals
 
Optimization of Cmos 0.18 µM Low Noise Amplifier Using Nsga-Ii for UWB Applic...
Optimization of Cmos 0.18 µM Low Noise Amplifier Using Nsga-Ii for UWB Applic...Optimization of Cmos 0.18 µM Low Noise Amplifier Using Nsga-Ii for UWB Applic...
Optimization of Cmos 0.18 µM Low Noise Amplifier Using Nsga-Ii for UWB Applic...
 
LECTURE-4 (Data Communication) ~www.fida.com.bd
LECTURE-4 (Data Communication) ~www.fida.com.bdLECTURE-4 (Data Communication) ~www.fida.com.bd
LECTURE-4 (Data Communication) ~www.fida.com.bd
 
LECTURE-5 (Data Communication) ~www.fida.com.bd
LECTURE-5 (Data Communication) ~www.fida.com.bdLECTURE-5 (Data Communication) ~www.fida.com.bd
LECTURE-5 (Data Communication) ~www.fida.com.bd
 

Viewers also liked

Viewers also liked (15)

2016_thb_cover
2016_thb_cover2016_thb_cover
2016_thb_cover
 
I.T.Resume
I.T.ResumeI.T.Resume
I.T.Resume
 
BSCM training
BSCM trainingBSCM training
BSCM training
 
Hiệp khánh hành - 71
Hiệp khánh hành - 71Hiệp khánh hành - 71
Hiệp khánh hành - 71
 
Hiệp khánh hành - 72
Hiệp khánh hành - 72Hiệp khánh hành - 72
Hiệp khánh hành - 72
 
Topics in Verification: Reuse, Coverage, Regression Engineering, Planning, Qu...
Topics in Verification: Reuse, Coverage, Regression Engineering, Planning, Qu...Topics in Verification: Reuse, Coverage, Regression Engineering, Planning, Qu...
Topics in Verification: Reuse, Coverage, Regression Engineering, Planning, Qu...
 
Hiệp khánh hành - 74
Hiệp khánh hành - 74Hiệp khánh hành - 74
Hiệp khánh hành - 74
 
cover art realmoms
cover art realmomscover art realmoms
cover art realmoms
 
April Clarke- Written Reference from Cambridge Assessment
April Clarke- Written Reference from Cambridge AssessmentApril Clarke- Written Reference from Cambridge Assessment
April Clarke- Written Reference from Cambridge Assessment
 
Letter to queen formella ord
Letter to queen   formella ordLetter to queen   formella ord
Letter to queen formella ord
 
Titulo
TituloTitulo
Titulo
 
Hiệp khánh hành - 64
Hiệp khánh hành - 64Hiệp khánh hành - 64
Hiệp khánh hành - 64
 
Canvi a ETRS89
Canvi a ETRS89Canvi a ETRS89
Canvi a ETRS89
 
Гурьева Анна
Гурьева АннаГурьева Анна
Гурьева Анна
 
towson transcript without id info
towson transcript without id infotowson transcript without id info
towson transcript without id info
 

Similar to Welcome to International Journal of Engineering Research and Development (IJERD)

Satellite link using 16 psk
Satellite link using 16 pskSatellite link using 16 psk
Satellite link using 16 psk
chintanajoshi
 
Implementation of Area & Power Optimized VLSI Circuits Using Logic Techniques
Implementation of Area & Power Optimized VLSI Circuits Using Logic TechniquesImplementation of Area & Power Optimized VLSI Circuits Using Logic Techniques
Implementation of Area & Power Optimized VLSI Circuits Using Logic Techniques
IOSRJVSP
 

Similar to Welcome to International Journal of Engineering Research and Development (IJERD) (20)

Sinan Sami.docx
Sinan Sami.docxSinan Sami.docx
Sinan Sami.docx
 
40120140504012
4012014050401240120140504012
40120140504012
 
Design and Implementation of Area Optimized, Low Complexity CMOS 32nm Technol...
Design and Implementation of Area Optimized, Low Complexity CMOS 32nm Technol...Design and Implementation of Area Optimized, Low Complexity CMOS 32nm Technol...
Design and Implementation of Area Optimized, Low Complexity CMOS 32nm Technol...
 
DESIGN AND IMPLEMENTATION A BPSK MODEM AND BER MEASUREMENT IN AWGN CHANNEL
DESIGN AND IMPLEMENTATION A BPSK MODEM AND BER MEASUREMENT IN AWGN CHANNELDESIGN AND IMPLEMENTATION A BPSK MODEM AND BER MEASUREMENT IN AWGN CHANNEL
DESIGN AND IMPLEMENTATION A BPSK MODEM AND BER MEASUREMENT IN AWGN CHANNEL
 
Design and Implementation a BPSK Modem and BER Measurement in AWGN Channel
Design and Implementation a BPSK Modem and BER Measurement in AWGN ChannelDesign and Implementation a BPSK Modem and BER Measurement in AWGN Channel
Design and Implementation a BPSK Modem and BER Measurement in AWGN Channel
 
Ln3619761985
Ln3619761985Ln3619761985
Ln3619761985
 
Direct digital synthesis based cordic algorithm a novel approach towards digi...
Direct digital synthesis based cordic algorithm a novel approach towards digi...Direct digital synthesis based cordic algorithm a novel approach towards digi...
Direct digital synthesis based cordic algorithm a novel approach towards digi...
 
Design of 17-Bit Audio Band Delta-Sigma Analog to Digital Converter
Design of 17-Bit Audio Band Delta-Sigma Analog to Digital ConverterDesign of 17-Bit Audio Band Delta-Sigma Analog to Digital Converter
Design of 17-Bit Audio Band Delta-Sigma Analog to Digital Converter
 
Satellite link using 16 psk
Satellite link using 16 pskSatellite link using 16 psk
Satellite link using 16 psk
 
Design of Low Power Sigma Delta ADC
Design of Low Power Sigma Delta ADCDesign of Low Power Sigma Delta ADC
Design of Low Power Sigma Delta ADC
 
AREA OPTIMIZED FPGA IMPLEMENTATION FOR GENERATION OF RADAR PULSE COM-PRESSION...
AREA OPTIMIZED FPGA IMPLEMENTATION FOR GENERATION OF RADAR PULSE COM-PRESSION...AREA OPTIMIZED FPGA IMPLEMENTATION FOR GENERATION OF RADAR PULSE COM-PRESSION...
AREA OPTIMIZED FPGA IMPLEMENTATION FOR GENERATION OF RADAR PULSE COM-PRESSION...
 
C211824
C211824C211824
C211824
 
Implementation of Area & Power Optimized VLSI Circuits Using Logic Techniques
Implementation of Area & Power Optimized VLSI Circuits Using Logic TechniquesImplementation of Area & Power Optimized VLSI Circuits Using Logic Techniques
Implementation of Area & Power Optimized VLSI Circuits Using Logic Techniques
 
Comparative Study and Performance Analysis of different Modulation Techniques...
Comparative Study and Performance Analysis of different Modulation Techniques...Comparative Study and Performance Analysis of different Modulation Techniques...
Comparative Study and Performance Analysis of different Modulation Techniques...
 
Opamp less multi bit sigma delta
Opamp less multi bit sigma deltaOpamp less multi bit sigma delta
Opamp less multi bit sigma delta
 
Digital Modulation
Digital ModulationDigital Modulation
Digital Modulation
 
Simulation of Wimax 802.16E Physical Layermodel
Simulation of Wimax 802.16E Physical LayermodelSimulation of Wimax 802.16E Physical Layermodel
Simulation of Wimax 802.16E Physical Layermodel
 
Unit 3 ppt
Unit 3 pptUnit 3 ppt
Unit 3 ppt
 
Lecture Notes: EEEC6440315 Communication Systems - Digital Modulation
Lecture Notes:  EEEC6440315 Communication Systems - Digital ModulationLecture Notes:  EEEC6440315 Communication Systems - Digital Modulation
Lecture Notes: EEEC6440315 Communication Systems - Digital Modulation
 
UNIT-4 Baseband Digital Modulation.pdf
UNIT-4 Baseband Digital Modulation.pdfUNIT-4 Baseband Digital Modulation.pdf
UNIT-4 Baseband Digital Modulation.pdf
 

More from IJERD Editor

A Novel Method for Prevention of Bandwidth Distributed Denial of Service Attacks
A Novel Method for Prevention of Bandwidth Distributed Denial of Service AttacksA Novel Method for Prevention of Bandwidth Distributed Denial of Service Attacks
A Novel Method for Prevention of Bandwidth Distributed Denial of Service Attacks
IJERD Editor
 
Gold prospecting using Remote Sensing ‘A case study of Sudan’
Gold prospecting using Remote Sensing ‘A case study of Sudan’Gold prospecting using Remote Sensing ‘A case study of Sudan’
Gold prospecting using Remote Sensing ‘A case study of Sudan’
IJERD Editor
 
Gesture Gaming on the World Wide Web Using an Ordinary Web Camera
Gesture Gaming on the World Wide Web Using an Ordinary Web CameraGesture Gaming on the World Wide Web Using an Ordinary Web Camera
Gesture Gaming on the World Wide Web Using an Ordinary Web Camera
IJERD Editor
 
Hardware Analysis of Resonant Frequency Converter Using Isolated Circuits And...
Hardware Analysis of Resonant Frequency Converter Using Isolated Circuits And...Hardware Analysis of Resonant Frequency Converter Using Isolated Circuits And...
Hardware Analysis of Resonant Frequency Converter Using Isolated Circuits And...
IJERD Editor
 
Simulated Analysis of Resonant Frequency Converter Using Different Tank Circu...
Simulated Analysis of Resonant Frequency Converter Using Different Tank Circu...Simulated Analysis of Resonant Frequency Converter Using Different Tank Circu...
Simulated Analysis of Resonant Frequency Converter Using Different Tank Circu...
IJERD Editor
 

More from IJERD Editor (20)

A Novel Method for Prevention of Bandwidth Distributed Denial of Service Attacks
A Novel Method for Prevention of Bandwidth Distributed Denial of Service AttacksA Novel Method for Prevention of Bandwidth Distributed Denial of Service Attacks
A Novel Method for Prevention of Bandwidth Distributed Denial of Service Attacks
 
MEMS MICROPHONE INTERFACE
MEMS MICROPHONE INTERFACEMEMS MICROPHONE INTERFACE
MEMS MICROPHONE INTERFACE
 
Influence of tensile behaviour of slab on the structural Behaviour of shear c...
Influence of tensile behaviour of slab on the structural Behaviour of shear c...Influence of tensile behaviour of slab on the structural Behaviour of shear c...
Influence of tensile behaviour of slab on the structural Behaviour of shear c...
 
Gold prospecting using Remote Sensing ‘A case study of Sudan’
Gold prospecting using Remote Sensing ‘A case study of Sudan’Gold prospecting using Remote Sensing ‘A case study of Sudan’
Gold prospecting using Remote Sensing ‘A case study of Sudan’
 
Reducing Corrosion Rate by Welding Design
Reducing Corrosion Rate by Welding DesignReducing Corrosion Rate by Welding Design
Reducing Corrosion Rate by Welding Design
 
Router 1X3 – RTL Design and Verification
Router 1X3 – RTL Design and VerificationRouter 1X3 – RTL Design and Verification
Router 1X3 – RTL Design and Verification
 
Active Power Exchange in Distributed Power-Flow Controller (DPFC) At Third Ha...
Active Power Exchange in Distributed Power-Flow Controller (DPFC) At Third Ha...Active Power Exchange in Distributed Power-Flow Controller (DPFC) At Third Ha...
Active Power Exchange in Distributed Power-Flow Controller (DPFC) At Third Ha...
 
Mitigation of Voltage Sag/Swell with Fuzzy Control Reduced Rating DVR
Mitigation of Voltage Sag/Swell with Fuzzy Control Reduced Rating DVRMitigation of Voltage Sag/Swell with Fuzzy Control Reduced Rating DVR
Mitigation of Voltage Sag/Swell with Fuzzy Control Reduced Rating DVR
 
Study on the Fused Deposition Modelling In Additive Manufacturing
Study on the Fused Deposition Modelling In Additive ManufacturingStudy on the Fused Deposition Modelling In Additive Manufacturing
Study on the Fused Deposition Modelling In Additive Manufacturing
 
Spyware triggering system by particular string value
Spyware triggering system by particular string valueSpyware triggering system by particular string value
Spyware triggering system by particular string value
 
A Blind Steganalysis on JPEG Gray Level Image Based on Statistical Features a...
A Blind Steganalysis on JPEG Gray Level Image Based on Statistical Features a...A Blind Steganalysis on JPEG Gray Level Image Based on Statistical Features a...
A Blind Steganalysis on JPEG Gray Level Image Based on Statistical Features a...
 
Secure Image Transmission for Cloud Storage System Using Hybrid Scheme
Secure Image Transmission for Cloud Storage System Using Hybrid SchemeSecure Image Transmission for Cloud Storage System Using Hybrid Scheme
Secure Image Transmission for Cloud Storage System Using Hybrid Scheme
 
Application of Buckley-Leverett Equation in Modeling the Radius of Invasion i...
Application of Buckley-Leverett Equation in Modeling the Radius of Invasion i...Application of Buckley-Leverett Equation in Modeling the Radius of Invasion i...
Application of Buckley-Leverett Equation in Modeling the Radius of Invasion i...
 
Gesture Gaming on the World Wide Web Using an Ordinary Web Camera
Gesture Gaming on the World Wide Web Using an Ordinary Web CameraGesture Gaming on the World Wide Web Using an Ordinary Web Camera
Gesture Gaming on the World Wide Web Using an Ordinary Web Camera
 
Hardware Analysis of Resonant Frequency Converter Using Isolated Circuits And...
Hardware Analysis of Resonant Frequency Converter Using Isolated Circuits And...Hardware Analysis of Resonant Frequency Converter Using Isolated Circuits And...
Hardware Analysis of Resonant Frequency Converter Using Isolated Circuits And...
 
Simulated Analysis of Resonant Frequency Converter Using Different Tank Circu...
Simulated Analysis of Resonant Frequency Converter Using Different Tank Circu...Simulated Analysis of Resonant Frequency Converter Using Different Tank Circu...
Simulated Analysis of Resonant Frequency Converter Using Different Tank Circu...
 
Moon-bounce: A Boon for VHF Dxing
Moon-bounce: A Boon for VHF DxingMoon-bounce: A Boon for VHF Dxing
Moon-bounce: A Boon for VHF Dxing
 
“MS-Extractor: An Innovative Approach to Extract Microsatellites on „Y‟ Chrom...
“MS-Extractor: An Innovative Approach to Extract Microsatellites on „Y‟ Chrom...“MS-Extractor: An Innovative Approach to Extract Microsatellites on „Y‟ Chrom...
“MS-Extractor: An Innovative Approach to Extract Microsatellites on „Y‟ Chrom...
 
Importance of Measurements in Smart Grid
Importance of Measurements in Smart GridImportance of Measurements in Smart Grid
Importance of Measurements in Smart Grid
 
Study of Macro level Properties of SCC using GGBS and Lime stone powder
Study of Macro level Properties of SCC using GGBS and Lime stone powderStudy of Macro level Properties of SCC using GGBS and Lime stone powder
Study of Macro level Properties of SCC using GGBS and Lime stone powder
 

Recently uploaded

IAC 2024 - IA Fast Track to Search Focused AI Solutions
IAC 2024 - IA Fast Track to Search Focused AI SolutionsIAC 2024 - IA Fast Track to Search Focused AI Solutions
IAC 2024 - IA Fast Track to Search Focused AI Solutions
Enterprise Knowledge
 
EIS-Webinar-Prompt-Knowledge-Eng-2024-04-08.pptx
EIS-Webinar-Prompt-Knowledge-Eng-2024-04-08.pptxEIS-Webinar-Prompt-Knowledge-Eng-2024-04-08.pptx
EIS-Webinar-Prompt-Knowledge-Eng-2024-04-08.pptx
Earley Information Science
 
Histor y of HAM Radio presentation slide
Histor y of HAM Radio presentation slideHistor y of HAM Radio presentation slide
Histor y of HAM Radio presentation slide
vu2urc
 

Recently uploaded (20)

Understanding Discord NSFW Servers A Guide for Responsible Users.pdf
Understanding Discord NSFW Servers A Guide for Responsible Users.pdfUnderstanding Discord NSFW Servers A Guide for Responsible Users.pdf
Understanding Discord NSFW Servers A Guide for Responsible Users.pdf
 
IAC 2024 - IA Fast Track to Search Focused AI Solutions
IAC 2024 - IA Fast Track to Search Focused AI SolutionsIAC 2024 - IA Fast Track to Search Focused AI Solutions
IAC 2024 - IA Fast Track to Search Focused AI Solutions
 
GenCyber Cyber Security Day Presentation
GenCyber Cyber Security Day PresentationGenCyber Cyber Security Day Presentation
GenCyber Cyber Security Day Presentation
 
04-2024-HHUG-Sales-and-Marketing-Alignment.pptx
04-2024-HHUG-Sales-and-Marketing-Alignment.pptx04-2024-HHUG-Sales-and-Marketing-Alignment.pptx
04-2024-HHUG-Sales-and-Marketing-Alignment.pptx
 
[2024]Digital Global Overview Report 2024 Meltwater.pdf
[2024]Digital Global Overview Report 2024 Meltwater.pdf[2024]Digital Global Overview Report 2024 Meltwater.pdf
[2024]Digital Global Overview Report 2024 Meltwater.pdf
 
Partners Life - Insurer Innovation Award 2024
Partners Life - Insurer Innovation Award 2024Partners Life - Insurer Innovation Award 2024
Partners Life - Insurer Innovation Award 2024
 
How to Troubleshoot Apps for the Modern Connected Worker
How to Troubleshoot Apps for the Modern Connected WorkerHow to Troubleshoot Apps for the Modern Connected Worker
How to Troubleshoot Apps for the Modern Connected Worker
 
How to convert PDF to text with Nanonets
How to convert PDF to text with NanonetsHow to convert PDF to text with Nanonets
How to convert PDF to text with Nanonets
 
Workshop - Best of Both Worlds_ Combine KG and Vector search for enhanced R...
Workshop - Best of Both Worlds_ Combine  KG and Vector search for  enhanced R...Workshop - Best of Both Worlds_ Combine  KG and Vector search for  enhanced R...
Workshop - Best of Both Worlds_ Combine KG and Vector search for enhanced R...
 
Driving Behavioral Change for Information Management through Data-Driven Gree...
Driving Behavioral Change for Information Management through Data-Driven Gree...Driving Behavioral Change for Information Management through Data-Driven Gree...
Driving Behavioral Change for Information Management through Data-Driven Gree...
 
08448380779 Call Girls In Greater Kailash - I Women Seeking Men
08448380779 Call Girls In Greater Kailash - I Women Seeking Men08448380779 Call Girls In Greater Kailash - I Women Seeking Men
08448380779 Call Girls In Greater Kailash - I Women Seeking Men
 
A Domino Admins Adventures (Engage 2024)
A Domino Admins Adventures (Engage 2024)A Domino Admins Adventures (Engage 2024)
A Domino Admins Adventures (Engage 2024)
 
EIS-Webinar-Prompt-Knowledge-Eng-2024-04-08.pptx
EIS-Webinar-Prompt-Knowledge-Eng-2024-04-08.pptxEIS-Webinar-Prompt-Knowledge-Eng-2024-04-08.pptx
EIS-Webinar-Prompt-Knowledge-Eng-2024-04-08.pptx
 
Automating Google Workspace (GWS) & more with Apps Script
Automating Google Workspace (GWS) & more with Apps ScriptAutomating Google Workspace (GWS) & more with Apps Script
Automating Google Workspace (GWS) & more with Apps Script
 
Histor y of HAM Radio presentation slide
Histor y of HAM Radio presentation slideHistor y of HAM Radio presentation slide
Histor y of HAM Radio presentation slide
 
Handwritten Text Recognition for manuscripts and early printed texts
Handwritten Text Recognition for manuscripts and early printed textsHandwritten Text Recognition for manuscripts and early printed texts
Handwritten Text Recognition for manuscripts and early printed texts
 
presentation ICT roal in 21st century education
presentation ICT roal in 21st century educationpresentation ICT roal in 21st century education
presentation ICT roal in 21st century education
 
Axa Assurance Maroc - Insurer Innovation Award 2024
Axa Assurance Maroc - Insurer Innovation Award 2024Axa Assurance Maroc - Insurer Innovation Award 2024
Axa Assurance Maroc - Insurer Innovation Award 2024
 
Raspberry Pi 5: Challenges and Solutions in Bringing up an OpenGL/Vulkan Driv...
Raspberry Pi 5: Challenges and Solutions in Bringing up an OpenGL/Vulkan Driv...Raspberry Pi 5: Challenges and Solutions in Bringing up an OpenGL/Vulkan Driv...
Raspberry Pi 5: Challenges and Solutions in Bringing up an OpenGL/Vulkan Driv...
 
08448380779 Call Girls In Diplomatic Enclave Women Seeking Men
08448380779 Call Girls In Diplomatic Enclave Women Seeking Men08448380779 Call Girls In Diplomatic Enclave Women Seeking Men
08448380779 Call Girls In Diplomatic Enclave Women Seeking Men
 

Welcome to International Journal of Engineering Research and Development (IJERD)

  • 1. International Journal of Engineering Research and Development e-ISSN: 2278-067X, p-ISSN: 2278-800X, www.ijerd.com Volume 6, Issue 7 (April 2013), PP. 28-31 28 Design and Simulation of BPSK Demodulation at Low Bit Rate Nehal.A.Ranabhatt1 , Sudhir Agarwal2 , Priyesh.P.Gandhi3 1 PG student,Laljibhai Chaturbhai Institute of Technology,Bhandu 2 Head, DCTD, Space Application Center,ISRO,Ahmedabad 3 Assistant Professor, Laljibhai Chaturbhai Institute of Technology, Bhandu Abstract:- This paper presents BPSK Demodulation at Low Bit Rate. BPSK demodulation designed such that has 4 inputs: Bit rate, Carrier frequency, Sampling frequency and Input modulated Bit stream are user controllable. In future this design will help to compare results of BPSK Demodulation that was going to implement on STRATIX III FPGA Dsp Development Board. Keywords:- BPSK, FPGA, Low Bit Rate, BPSK Demodulation, Bits per second. I. INTRODUCTION Now days, a major transition from analog to digital modulation techniques has occurred and it can be seen in all areas of satellite communications systems. A digital communication system is more reliable than an analog. The aim of the paper is to create a BPSK (Binary Phase Shift Keying) Demodulator which demodulates the Modulated signal comes from Modulator which has Bit rate 1200 bps. First we give Introduction about BPSK Demodulation and then BPSK Demodulation is designed and Implemented in Matlab. In this Design of BPSK Demodulation Bit Rate, Carrier frequency, sampling frequency are User controllable. This paper presents extended work of RTL Design and Implementation of BPSK Modulation at Low Bit Rate .In this BPSK Modulation is Design and Implement at low Bit Rate 1200 bps[1]. II. THEORETICAL BACKGROUNDS DIGITAL COMMUNICATION SYSTEM Fig.1: Digital Communication System [2] Block Diagram of Digital Communication System is shown in Fig.1.Digital communication system is mainly divided in two parts digital and analog. The digital part of this communication system consists of digital source/user, source encoder/ decoder, channel encoder/ decoder and the digital modulator/ demodulator. The analog part is consist of the transmitter, receiver, the channel models and noise models [3].The message to be sent is from a digital source then source encoder accepts the digital data and prepares the source messages. The role of the channel encoder is to map the input symbol sequence into an output symbol sequence. The binary information obtained at the output of the channel encoder is than passed to a digital modulator which serves as interface with the communication channel. The main purpose of the modulator is to translate the discrete symbols into an analog waveform that can be transmitted over the channel [4], [5]. In the receiver, the reverse signal processing happens. A channel is the physical medium that carries a signal between the transmitter and the receiver. The signal is corrupted with noise whatever the medium used for transmission The digital data is transmitted between the transmitter and the receiver by varying a physical characteristic of a sinusoidal carrier, either the frequency or the phase or the amplitude in our case sinusoidal carrier is vary according to phase. This
  • 2. Design and Simulation of BPSK Demodulation at Low Bit Rate 29 operation is performed with a modulator at the transmitting end to impose the physical change to the carrier and a demodulator at the receiving end to detect the resultant modulation on reception [6]. A. Concept of BPSK Demodulation Fig.2: Principal of BPSK Demodulation In BPSK demodulator design modulated bit pattern is given as Input. Samples per bits are fetched in sequence. Then samples of one bit is fetched from Modulated Pattern, are multiplied with Positive and Negative carrier samples. Sum of multiplication output will store in two different arrays. Subtraction block will perform subtraction of two different array in which sum of multiplication output is stored. Comparison block do the comparison based on output of subtraction block. If subtraction of samples is grater then zero then bit“1” is detected and if subtraction of samples is less then zero then bit “0” is detected at output of demodulator. III. DESIGNING OF BPSK DEMODULATION The Matlab BPSK demodulation designed has 4 inputs: Bit rate, Carrier frequency, Sampling frequency and Input modulated Bit stream (to be demodulated). BPSK Demodulation is designed such that all the input parameters can have variable values, thus making it a generic BPSK demodulator. As shown in the block diagram, samples per sine wave are determined by dividing sampling frequency with the carrier frequency. No of sine waves per bit is determined by dividing Carrier frequency with the bit rate. No of samples per bit is determined by dividing Sampling frequency with the bit rate. Once we have the samples per sine wave required, we divide the 0 to 360 degrees in that no of values for representing 1 sine wave. Then we take sine of all above values and store it in an array making 1 sine wave to represent modulated bit 1 while take –sine of all above values and store it in another array making 1 sine wave (180 degree phase shift) to represent modulated bit 0. Then we create two arrays in which in we append sine waves per bit times the array representing 1sine wave (0 degree and 180 degree phase shifted) to get 1 bit modulated sine wave signal for bit 1 and for bit 0.From input modulated bit stream we fetch values equal to number of sample per bit and store it in an array. Fig.3: Design of BPSK Demodulation
  • 3. Design and Simulation of BPSK Demodulation at Low Bit Rate 30 Then we multiply the above array containing samples of BPSK modulated bit with the two arrays representing modulated bit 1 and bit 0.Each element of the multiplied output of both array are summed in two respective variables. They are then subtracted, if value is greater than zero than bit is detected 1 else 0.The value will be equal to either positive or negative of no of samples per bit. If it is positive then bit detected is 1 else 0. IV. SIMULATION RESULTS The simulated results are obtained for three different Bit rates, Carrier frequency, sampling frequency and Input modulated Bit stream. Fig.4.1: Simulation for BPSK Demodulation when Bit rate=100, fc=1000Hz, fs=8000Hz Fig 4.1 shows output when Bit rate is 100, carrier frequency is 1000Hz and sampling frequency is 8000Hz.In this fig we can see that there are 100 Demodulated Bits at output of BPSK Demodulation when Bit rate is 100 and Input modulated Bit Pattern 1100110 is repeat which is received at output. Fig.4.2: Simulation for BPSK Demodulation when Bit rate=100, fc=1000Hz, fs=8000Hz Fig.4.2 shows zoom in view of Fig 4.1.From Fig 4.2 we can obtain carrier frequency when multiplication of number of sine waves per bit and Bit rate is taken, Here Bit rate is 100 and 10 sine waves per bit and so carrier frequency becomes 1000Hz. Fig.5 :Simulation for BPSK Demodulation when Bit rate=1200, fc=48 KHz, fs=480 KHz
  • 4. Design and Simulation of BPSK Demodulation at Low Bit Rate 31 Fig 5.shows output when Bit rate is 1200, carrier frequency is 48KHz and sampling frequency is 480KHz and Input modulated Bit Pattern is 10110.Here Bit rate is 1200 and 40 sine waves per bit and so carrier frequency becomes 48KHz. Fig.6 :Simulation for BPSK Demodulation when Bit rate=600, fc=12 KHz, fs=120 KHz Fig 6.shows output when Bit rate is 600, carrier frequency is 12KHz and sampling frequency is 120KHz and Input modulated Bit Pattern is 01001.Here Bit rate is 600 and 20 sine waves per bit and so carrier frequency becomes 12KHz. V. CONCLUSIONS In this paper, simulated results are presented for the three different bit rate, carrier frequency, and sampling frequency. From these results we can see that carrier frequency, sampling frequency and bit rate are user controllable. This results are finally used to compare output results of BPSK demodulation at low bit rate which is going to Implement on StratixIII FPGA. REFERENCES [1] Nehal.A.Ranabhatt, Sudhir Agarwal, Priyesh.P.Gandhi, “RTL Design and Implementation of BPSK Modulation at Low Bit Rate”, International Journal of Engineering Research & Technology, Vol.2, Issue 28, Feb 2012. [2] S.O. Popescu, A.S.Gontean and G.Budura “BPSK System on Spartan 3E FPGA” SAMI 2012 • 10th IEEE Jubilee International Symposium on Applied Machine Intelligence and Informatics • January 26- 28, 2012. [3] A.Gürgör, F.Arikan, O.Arikan, “Simulation of a digital communication system”, in Proceedings of the 13th European Signal Processing Conference EUSIPCO, 2005, Turkey,http://www.eurasip.org/Proceedings/Eusipco/Eusipco2005/defevent/papers/cr1142.pdf [4] H.Nguyen, E.Shwedyk, A first Course in Digital Communications, Cambridge University Press, New York, 2009. [5] J.G. Proakis, Digital Communications, 4th edition, McGraw Hill, New York, 2001. [6] G. Smithson, “Introduction to Digital Modulation Schemes”, in IEE Colloquium on The Design of Digital Cellular Handsets, 1998, United Kingdom, pp. 2/1 - 2/9