SlideShare a Scribd company logo
1 of 4
Download to read offline
International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056
Volume: 05 Issue: 03 | Mar-2018 www.irjet.net p-ISSN: 2395-0072
© 2018, IRJET | Impact Factor value: 6.171 | ISO 9001:2008 Certified Journal | Page 583
Implementation of FSK Transceiver using Software Defined Radio
(SDR)
S.Hemalatha1, Sk.Imran2, T.Nirupa3, Y.Syam Kishore4, B.Chandra Mohan5
1, 2, 3,4Student, Dept. Of Electronics and Communication Engineering, Bapatla Engineering College,
Andhra Pradesh, India
5Prof. Dept. Of Electronics and Communication Engineering, Bapatla Engineering College,
Andhra Pradesh, India
---------------------------------------------------------------------***---------------------------------------------------------------------
Abstract — we discuss about recent trends in wireless
Communication system design using SDR. SDR is nothing but
Software Defined Radio using Laboratory Virtual Instrument
Engineering Workbench (LabVIEW) as software to mark the
radio utilities hardware implemented i.e. Universal Software
Radio Peripheral (USRP). USRP is a device to develop a high
speed, lower cost and user friendly SDR platform. Here the
Universal Software Radio Peripheral (USRP) 2901 board is
used to design Frequency Shift Keying (FSK) Transmitter and
Receiver. We can transmit and receive the FSK signal in the
form of Binary data. The results show that graphical
representation of FSK signal is transmitted and received on
the Receiver using USRP 2901 Board Receiver. This paper
shows the experimental implementation of LabVIEW and
USRP for mounting software and hardware based wireless
channel transmission and reception environments for FSK
modulation schemes as constellation diagram, transmitted
from TX1 of USRP to received at RX1 at USRP. The spectrum
received is just like the transmitted spectrum.
Key Words: SDR, USRP, FSK, LABVIEW
1. INTRODUCTION
To communicate at long distances and to transmit our
information we use different modulation techniques,
hardware (modulator circuit, signal converter, transmitter,
receiver and antennas etc). There are many real-time
problems that occur during the transmission of the signal
due to transmission impairments. Frequency-shift keying
(FSK) is the frequency modulation system in which digital
information is transmitted through the discrete frequency
change of a carrier wave. Here the 0(low) is represented by
one frequency and 1(high) is represented by another
frequency. Here in SDR, logic high is represented byasquare
wave with high frequency and logic zero low frequency of
same square wave from .The resultant output to view the
frequency shifted output two types. The time domain of an
FSK modulated carrier is illustrated in the figure1.
Figure1. FSK Modulation Waveforms
2. SOFTWARE DEFINED RADIO (SDR)
Software Defined Radio (SDR) is oneofthemostimportant
discussions in current communication era. It provides
researchers with a powerful and flexible wireless
communications experimentation platform [4]. SDR will
allow the programmer to work and realize various
communication systems. SDR is digital programmable
platform which has ability to realize the structure of the
device with high mobility, configurability and flexibility.
Every SDR is comprised of software as well as hardware.
SDR is radio communication system where elements have
been implemented by software on PC. The practicalresearch
was very costly in terms of time as well as money. Both can
be guarded using SDR [8]. Now we can change and set the
parameters that were embedded in software and check out
the final results. SDR will allow us to analyze and change
every parameter in the communication system.Inthispaper,
we implemented the system for transmission of the audio
file and its reception on mobile phone using SDR radio
software. SDR radio provides the data flow abstraction and
the fundamental concepts are signal processing blocks and
connections between them. Software Defined Radio(SDR)is
defined as a radio platform that uses various software
techniques on digitized radio signals. Therefore, in the
process of receiving chain, besides flexibility, the main of
SDR is to change the hardware problems into software
problems and allows working in more accessible domain.
International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056
Volume: 05 Issue: 03 | Mar-2018 www.irjet.net p-ISSN: 2395-0072
© 2018, IRJET | Impact Factor value: 6.171 | ISO 9001:2008 Certified Journal | Page 584
SDR is divided into two subsystems: One is hardware
defined subsystem that consists of antenna and ADC, the
other is Software Defined subsystem. For efficient working,
the device should satisfy the following three conditions:
1. The antenna should be capable to operate atthefrequency
of all radio signals.
2. ADC and DAC should operate at the sampling rate greater
than twice the Frequency of signal.
3. To handle the signal processing of all radio signals, the
software subsystem should have enough processing power.
In SDR, hardware defined subsystem consists of wideband
radio which takes the portion of the spectrum and converts
it to IF before the digitization process. The software defined
subsystem receives the digitized wideband signal and then
send to the down converters to isolate the carrier. Finally
demodulation is performed. Programmable devices are
combined to compose the software defined subsystem, such
that connection between them is fast enough to transfer the
DSP data.
Figure2. Block Diagram of SDR
3. UNIVERSAL SOFTWARE RADIO PERIPHERAL
(USRP):
Universal Software Peripheral (USRP) is Universal
hardware that can be accessed using software which is SDR
Radio software on LabVIEW platform. Hardware mainly
consists of three parts. First one is the radio frequency (RF)
frontend which transmits and receive the radio signals.
Second one acts as a bridge between analog block anddigital
block [2]. All signal processing is done within the thirdblock
in software form. The analog RF signal can be received or
transmitted by antennas or directly connected via SMA
connectors to the RF frontend called Daughter boards [7].
USRP has various daughter boards which are varyfromeach
other depending on their operating frequency. These
daughterboard are connecting to the motherboard and acts
as RF frontend of USRP. Here we use USRP 2901. The
physical appearance of USRP 2901 is shown in below.
Figure3. USRP-2901 Module
The USRP-2901 has two local oscillators, one for the
transmit (Tx) channelsand one for the receive(Rx)channels.
While different frequencies can be used for the Tx and Rx
channels, the two Tx channels are locked to the same
frequency, and the two Rx channels are locked to the same
frequency. The operating range is from 70MHz-6GHz and
bandwidth of 56MHz.
4. LABVIEW SOFTWARE
LabVIEW is a graphical programminglanguagedevelopedby
National Instruments. The basic building block of LabVIEW
is the virtual instrument (VI). Conceptually, a VIisanalogous
to a procedure or function in conventional programming
languages. Each VI consists of a block diagram and a front
panel. The block diagram describes the functionality of the
VI, while the front panel is a top level interface to the VI. The
construct of the VI provides two important virtues of
LabVIEW: code reuse and modularity. The graphical nature
of LabVIEW providesanother virtue: it allowsdevelopersto
easily visualize the flow of data in their designs. NI calls this
as Graphical System Design [1]. Also, since LabVIEW is a
mature data flow programming language, it has a wealth of
existing documentation, toolkits, and exampleswhichcanbe
leveraged in development. LabVIEW can integratewithwide
variety of Hardware devices, including NI USRP. Lab VIEW
consist two types of programming.
Dataflow Programming: The programming language used
in LabVIEW, also referred to asG, is a dataflowprogramming
language. Execution is determined by the structure of a
graphical block diagram on which the programmerconnects
different function-nodes by drawing wires. These wires
propagate variables and any node can executessoonasallits
input data become available. Since this might be the case for
multiple nodes simultaneously, G is inherently capable of
parallel execution [6]. Multiprocessing and multithreading
hardware is automatically exploited by the built-in
scheduler, which multiplexes multiple OS threads over the
nodes ready for execution.
Graphical Programming: LabVIEW ties thecreationofuser
interfaces. Each VI hasthree components: a block diagram,a
front panel, and a connector panel. The last is used to
International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056
Volume: 05 Issue: 03 | Mar-2018 www.irjet.net p-ISSN: 2395-0072
© 2018, IRJET | Impact Factor value: 6.171 | ISO 9001:2008 Certified Journal | Page 585
represent the VI in the block diagrams of other, calling VIs.
Controls and indicatorson the front panel allowan operator
to input data into or extract data from a running virtual
instrument. However, the front panel can also serve as a
programmatic interface. Thus a VI can either be run as a
program, with the front panel serving as a user interface,
node onto the block diagram, the front panel defines the
inputs and outputs for the given node through theconnector
pane. This implies each VI can be easily tested before being
embedded as a subroutine into a larger program.
5. FSK Implemented Results:
We designed the FSK system in LabVIEW with the help of
different communication blocks and signal processing
blocks. Those blocks are available in the LabVIEW software.
The system was designed along with the transmitter and
receiver of the FSK system. Figure shows the diagram of the
transmitter of the FSK system:
Figure 4. Block diagram of FSK Transmitter with USRP
blocks
TABLE I. PARAMETERS USED AT TRANSMITTER
Parameter at Transmitter Value used
Carrier Frequency 915MHz
IQ Rate 100k
Gain at Transmitter Antenna 25
Alpha value 0.5
Filter length 6
Samples per Symbol 16
FSK deviation 1.00k
TX Filter Gaussian
TX Antenna TX1 of USRP
In the front panel of the FSK system the outgoing
constellation graph for 15 bits is shown along with two
frequencies of the signal are shown. The waveform graph
showsthe generated FSK signal. The different parametersof
the transmitter are shown. Fig. 5 showsthe frontpanelofthe
transmitter.
Figure 5. Front panel of FSK Transmitter with parameters
Similarly, the block diagram of the receiver could be drawn
according to the system requirements. Fig. 6 shows the block
diagram of the FSK receiver.
Figure 6. Block diagram of FSK Receiver with USRP blocks
International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056
Volume: 05 Issue: 03 | Mar-2018 www.irjet.net p-ISSN: 2395-0072
© 2018, IRJET | Impact Factor value: 6.171 | ISO 9001:2008 Certified Journal | Page 586
TABLE II. PARAMETERS USED AT RECEIVER
Parameter at Transmitter Value used
Carrier Frequency 915MHz
IQ Rate 100k
Gain at Transmitter Antenna 25
Alpha value 0.5
Filter length 6
Samples per Symbol 16
TX Antenna RX2 of USRP
The Front panel of FSK Receiver is shown in below:
Figure 7. Front panel of FSK Receiver with parameters
6. CONCLUSION
With the help of SDR kit, the implementation of FSK system
becomes very simple because it replacesall hardwarethatis
used in the traditional communicationsystemwithsoftware.
SDR has a lot of potential for implementing the emerging
wireless applications. We demonstrated the usabilityofSDR
to implement the communication system. The FSK
Transmitter and Receiver systems implemented here give
the concept of Software Defined Radio with the help ofUSRP
2901 as a hardware tool and LabVIEW as a softwaretool.We
implemented a communication system with LabVIEW
software with USRP and we successfully transmit the Digital
data from USRP board and received it on the same USRP
board at different time. Hence it is clear that one can
implement other communication systems using SDR and
analyze the performance. Therefore using SDR it is possible
to design prototype of the Communication systems and
possible to verify the real time performance of the system.
A lot of research is being done on the SDR in different
applications to make it available for commercial use.
REFERENCES
[1]Hans-Petter Halvorsen, 2016-09-07, M.sc. University
College of Southeast Norway, introduction to LabVIEW.
[2]Lab Based Learning with NI USRP, and LabVIEW
Communication Student Lab Manual, Bruce A. Black.
[3]Introduction to USRP, Department of Electrical and
Computer Engineering Ben-Gurion University of the Negev.
[4]Software Defined Radio Receiver, The University of
California at Riverside Department of ElectricalEngineering,
John Cortes, Varoon Malhotra.
[5]Bitter, Rick et al "LabVIEW Features" LabVIEW Advanced
Programming Techniques Boca Raton: CRC Press LLC, 200
[6]VI Lab manual, Faculty of Engineering and Technology
SRM University, Tamilnadu.
[7]NI USRP Hands on sp manual, ni.com/usrp, National
Instruments Corporation.
[8]Software Defined Radio, John Cortes, Varoon Malhotra
Faculty Advisor: Yingbo Hua.
[9]GNU RADIO and USRP, Electrical and Computer
Engineering, Cleveland State University, HarshilMehta,Raag
Kharadi.

More Related Content

What's hot

iaetsd Software defined am transmitter using vhdl
iaetsd Software defined am transmitter using vhdliaetsd Software defined am transmitter using vhdl
iaetsd Software defined am transmitter using vhdlIaetsd Iaetsd
 
HART protocol for network data communication
HART protocol for network data communicationHART protocol for network data communication
HART protocol for network data communicationAmol Dudhate
 
LT Pillar Auomation_modifieddocx
LT Pillar Auomation_modifieddocxLT Pillar Auomation_modifieddocx
LT Pillar Auomation_modifieddocxGaurav Patwa
 
Design and Implementing Novel Independent Real-Time Software Programmable DAQ...
Design and Implementing Novel Independent Real-Time Software Programmable DAQ...Design and Implementing Novel Independent Real-Time Software Programmable DAQ...
Design and Implementing Novel Independent Real-Time Software Programmable DAQ...Editor IJCATR
 
IRJET- Patient Health Monitoring System using Can Protocol
IRJET- Patient Health Monitoring System using Can ProtocolIRJET- Patient Health Monitoring System using Can Protocol
IRJET- Patient Health Monitoring System using Can ProtocolIRJET Journal
 
Transfer of ut information from fpga through ethernet interface
Transfer of ut information from fpga through ethernet interfaceTransfer of ut information from fpga through ethernet interface
Transfer of ut information from fpga through ethernet interfaceeSAT Publishing House
 
Training Report BHARAT ELECTRONICS LIMITED
Training Report BHARAT ELECTRONICS LIMITEDTraining Report BHARAT ELECTRONICS LIMITED
Training Report BHARAT ELECTRONICS LIMITEDHimanshiSingh71
 
IRJET- Power Line Carrier Communication
IRJET- Power Line Carrier CommunicationIRJET- Power Line Carrier Communication
IRJET- Power Line Carrier CommunicationIRJET Journal
 
Sonet sdh-defects
Sonet sdh-defectsSonet sdh-defects
Sonet sdh-defectsMapYourTech
 
Basic signal processing system design on fpga using lms based adaptive filter
Basic signal processing system design on fpga using lms based adaptive filterBasic signal processing system design on fpga using lms based adaptive filter
Basic signal processing system design on fpga using lms based adaptive filtereSAT Journals
 
Waqas presentation for hart
Waqas presentation for hartWaqas presentation for hart
Waqas presentation for hartwaqas ahmed
 
Performance Analysis of IEEE 802.15.4 Transceiver System under Adaptive White...
Performance Analysis of IEEE 802.15.4 Transceiver System under Adaptive White...Performance Analysis of IEEE 802.15.4 Transceiver System under Adaptive White...
Performance Analysis of IEEE 802.15.4 Transceiver System under Adaptive White...IJECEIAES
 

What's hot (20)

iaetsd Software defined am transmitter using vhdl
iaetsd Software defined am transmitter using vhdliaetsd Software defined am transmitter using vhdl
iaetsd Software defined am transmitter using vhdl
 
Digital network lecturer6
Digital network  lecturer6Digital network  lecturer6
Digital network lecturer6
 
Digital network lecturer5
Digital network  lecturer5Digital network  lecturer5
Digital network lecturer5
 
Switching systems lecture7
Switching  systems lecture7Switching  systems lecture7
Switching systems lecture7
 
HART protocol for network data communication
HART protocol for network data communicationHART protocol for network data communication
HART protocol for network data communication
 
LT Pillar Auomation_modifieddocx
LT Pillar Auomation_modifieddocxLT Pillar Auomation_modifieddocx
LT Pillar Auomation_modifieddocx
 
Design and Implementing Novel Independent Real-Time Software Programmable DAQ...
Design and Implementing Novel Independent Real-Time Software Programmable DAQ...Design and Implementing Novel Independent Real-Time Software Programmable DAQ...
Design and Implementing Novel Independent Real-Time Software Programmable DAQ...
 
IRJET- Patient Health Monitoring System using Can Protocol
IRJET- Patient Health Monitoring System using Can ProtocolIRJET- Patient Health Monitoring System using Can Protocol
IRJET- Patient Health Monitoring System using Can Protocol
 
Switching systems lecture8 mpls
Switching  systems lecture8 mplsSwitching  systems lecture8 mpls
Switching systems lecture8 mpls
 
Convolution
ConvolutionConvolution
Convolution
 
Transfer of ut information from fpga through ethernet interface
Transfer of ut information from fpga through ethernet interfaceTransfer of ut information from fpga through ethernet interface
Transfer of ut information from fpga through ethernet interface
 
Training Report BHARAT ELECTRONICS LIMITED
Training Report BHARAT ELECTRONICS LIMITEDTraining Report BHARAT ELECTRONICS LIMITED
Training Report BHARAT ELECTRONICS LIMITED
 
IRJET- Power Line Carrier Communication
IRJET- Power Line Carrier CommunicationIRJET- Power Line Carrier Communication
IRJET- Power Line Carrier Communication
 
Sonet sdh-defects
Sonet sdh-defectsSonet sdh-defects
Sonet sdh-defects
 
Basic signal processing system design on fpga using lms based adaptive filter
Basic signal processing system design on fpga using lms based adaptive filterBasic signal processing system design on fpga using lms based adaptive filter
Basic signal processing system design on fpga using lms based adaptive filter
 
HART
HARTHART
HART
 
FPGA Implementation of High Speed FIR Filters and less power consumption stru...
FPGA Implementation of High Speed FIR Filters and less power consumption stru...FPGA Implementation of High Speed FIR Filters and less power consumption stru...
FPGA Implementation of High Speed FIR Filters and less power consumption stru...
 
Waqas presentation for hart
Waqas presentation for hartWaqas presentation for hart
Waqas presentation for hart
 
Digital network lecturer7
Digital network  lecturer7Digital network  lecturer7
Digital network lecturer7
 
Performance Analysis of IEEE 802.15.4 Transceiver System under Adaptive White...
Performance Analysis of IEEE 802.15.4 Transceiver System under Adaptive White...Performance Analysis of IEEE 802.15.4 Transceiver System under Adaptive White...
Performance Analysis of IEEE 802.15.4 Transceiver System under Adaptive White...
 

Similar to IRJET- Implementation of FSK Transceiver using Software Defined Radio (SDR)

LORA BASED DATA ACQUISITION SYSTEM
LORA BASED DATA ACQUISITION SYSTEMLORA BASED DATA ACQUISITION SYSTEM
LORA BASED DATA ACQUISITION SYSTEMIRJET Journal
 
A review on various types of software defined radios (sdrs) in radio communic...
A review on various types of software defined radios (sdrs) in radio communic...A review on various types of software defined radios (sdrs) in radio communic...
A review on various types of software defined radios (sdrs) in radio communic...eSAT Journals
 
SOFTWARE DEFINED RADIO
SOFTWARE DEFINED RADIOSOFTWARE DEFINED RADIO
SOFTWARE DEFINED RADIOKartikeyPatwal
 
Final Report of Project A Low
Final Report of Project A LowFinal Report of Project A Low
Final Report of Project A LowJan Salomon
 
IRJET - Software-Defined Radio using ‘Redpitaya’
IRJET - Software-Defined Radio using ‘Redpitaya’IRJET - Software-Defined Radio using ‘Redpitaya’
IRJET - Software-Defined Radio using ‘Redpitaya’IRJET Journal
 
Enhancing Wireless Communication using Software-Defined Radio Architecture
Enhancing Wireless Communication using Software-Defined Radio Architecture Enhancing Wireless Communication using Software-Defined Radio Architecture
Enhancing Wireless Communication using Software-Defined Radio Architecture Onyebuchi nosiri
 
Enhancing Wireless Communication using Software-Defined Radio Architecture
Enhancing Wireless Communication using Software-Defined Radio Architecture Enhancing Wireless Communication using Software-Defined Radio Architecture
Enhancing Wireless Communication using Software-Defined Radio Architecture Onyebuchi nosiri
 
IRJET- Information Logging and Investigation of Control Framework Utilizing D...
IRJET- Information Logging and Investigation of Control Framework Utilizing D...IRJET- Information Logging and Investigation of Control Framework Utilizing D...
IRJET- Information Logging and Investigation of Control Framework Utilizing D...IRJET Journal
 
IRJET- Ad-hoc Based Outdoor Positioning System
IRJET- Ad-hoc Based Outdoor Positioning SystemIRJET- Ad-hoc Based Outdoor Positioning System
IRJET- Ad-hoc Based Outdoor Positioning SystemIRJET Journal
 
Design and Implementation of Low Power High Speed Symmetric Decoder Structure...
Design and Implementation of Low Power High Speed Symmetric Decoder Structure...Design and Implementation of Low Power High Speed Symmetric Decoder Structure...
Design and Implementation of Low Power High Speed Symmetric Decoder Structure...Dr. Amarjeet Singh
 
Software Defined Radio
Software Defined RadioSoftware Defined Radio
Software Defined RadioKumar Vimal
 
IRJET - Range Enhancement of IoT Devices using LoRa
IRJET - Range Enhancement of IoT Devices using LoRaIRJET - Range Enhancement of IoT Devices using LoRa
IRJET - Range Enhancement of IoT Devices using LoRaIRJET Journal
 
IRJET- FPGA based Controller Design for Mobile Robots
IRJET- FPGA based Controller Design for Mobile RobotsIRJET- FPGA based Controller Design for Mobile Robots
IRJET- FPGA based Controller Design for Mobile RobotsIRJET Journal
 
Performance Evolution of LTE Cellular Technology
Performance Evolution of LTE Cellular TechnologyPerformance Evolution of LTE Cellular Technology
Performance Evolution of LTE Cellular TechnologyIRJET Journal
 
GNU Radio based Real Time Data Transmission and Reception
GNU Radio based Real Time Data Transmission and ReceptionGNU Radio based Real Time Data Transmission and Reception
GNU Radio based Real Time Data Transmission and ReceptionIRJET Journal
 

Similar to IRJET- Implementation of FSK Transceiver using Software Defined Radio (SDR) (20)

LORA BASED DATA ACQUISITION SYSTEM
LORA BASED DATA ACQUISITION SYSTEMLORA BASED DATA ACQUISITION SYSTEM
LORA BASED DATA ACQUISITION SYSTEM
 
A review on various types of software defined radios (sdrs) in radio communic...
A review on various types of software defined radios (sdrs) in radio communic...A review on various types of software defined radios (sdrs) in radio communic...
A review on various types of software defined radios (sdrs) in radio communic...
 
SOFTWARE DEFINED RADIO
SOFTWARE DEFINED RADIOSOFTWARE DEFINED RADIO
SOFTWARE DEFINED RADIO
 
Mobile CDS LTE Simulation Demo
Mobile CDS LTE Simulation Demo Mobile CDS LTE Simulation Demo
Mobile CDS LTE Simulation Demo
 
Final Report of Project A Low
Final Report of Project A LowFinal Report of Project A Low
Final Report of Project A Low
 
IRJET - Software-Defined Radio using ‘Redpitaya’
IRJET - Software-Defined Radio using ‘Redpitaya’IRJET - Software-Defined Radio using ‘Redpitaya’
IRJET - Software-Defined Radio using ‘Redpitaya’
 
Enhancing Wireless Communication using Software-Defined Radio Architecture
Enhancing Wireless Communication using Software-Defined Radio Architecture Enhancing Wireless Communication using Software-Defined Radio Architecture
Enhancing Wireless Communication using Software-Defined Radio Architecture
 
Enhancing Wireless Communication using Software-Defined Radio Architecture
Enhancing Wireless Communication using Software-Defined Radio Architecture Enhancing Wireless Communication using Software-Defined Radio Architecture
Enhancing Wireless Communication using Software-Defined Radio Architecture
 
IRJET- Information Logging and Investigation of Control Framework Utilizing D...
IRJET- Information Logging and Investigation of Control Framework Utilizing D...IRJET- Information Logging and Investigation of Control Framework Utilizing D...
IRJET- Information Logging and Investigation of Control Framework Utilizing D...
 
IRJET- Ad-hoc Based Outdoor Positioning System
IRJET- Ad-hoc Based Outdoor Positioning SystemIRJET- Ad-hoc Based Outdoor Positioning System
IRJET- Ad-hoc Based Outdoor Positioning System
 
Design and Implementation of Low Power High Speed Symmetric Decoder Structure...
Design and Implementation of Low Power High Speed Symmetric Decoder Structure...Design and Implementation of Low Power High Speed Symmetric Decoder Structure...
Design and Implementation of Low Power High Speed Symmetric Decoder Structure...
 
Software Defined Radio
Software Defined RadioSoftware Defined Radio
Software Defined Radio
 
final presentation
final presentationfinal presentation
final presentation
 
IRJET - Range Enhancement of IoT Devices using LoRa
IRJET - Range Enhancement of IoT Devices using LoRaIRJET - Range Enhancement of IoT Devices using LoRa
IRJET - Range Enhancement of IoT Devices using LoRa
 
Lab based report
Lab based reportLab based report
Lab based report
 
IRJET- FPGA based Controller Design for Mobile Robots
IRJET- FPGA based Controller Design for Mobile RobotsIRJET- FPGA based Controller Design for Mobile Robots
IRJET- FPGA based Controller Design for Mobile Robots
 
Resume (4)
Resume (4)Resume (4)
Resume (4)
 
Performance Evolution of LTE Cellular Technology
Performance Evolution of LTE Cellular TechnologyPerformance Evolution of LTE Cellular Technology
Performance Evolution of LTE Cellular Technology
 
GNU Radio based Real Time Data Transmission and Reception
GNU Radio based Real Time Data Transmission and ReceptionGNU Radio based Real Time Data Transmission and Reception
GNU Radio based Real Time Data Transmission and Reception
 
An efficient high performance reconfigurable canonical sign digit architectu...
An efficient high performance reconfigurable canonical sign  digit architectu...An efficient high performance reconfigurable canonical sign  digit architectu...
An efficient high performance reconfigurable canonical sign digit architectu...
 

More from IRJET Journal

TUNNELING IN HIMALAYAS WITH NATM METHOD: A SPECIAL REFERENCES TO SUNGAL TUNNE...
TUNNELING IN HIMALAYAS WITH NATM METHOD: A SPECIAL REFERENCES TO SUNGAL TUNNE...TUNNELING IN HIMALAYAS WITH NATM METHOD: A SPECIAL REFERENCES TO SUNGAL TUNNE...
TUNNELING IN HIMALAYAS WITH NATM METHOD: A SPECIAL REFERENCES TO SUNGAL TUNNE...IRJET Journal
 
STUDY THE EFFECT OF RESPONSE REDUCTION FACTOR ON RC FRAMED STRUCTURE
STUDY THE EFFECT OF RESPONSE REDUCTION FACTOR ON RC FRAMED STRUCTURESTUDY THE EFFECT OF RESPONSE REDUCTION FACTOR ON RC FRAMED STRUCTURE
STUDY THE EFFECT OF RESPONSE REDUCTION FACTOR ON RC FRAMED STRUCTUREIRJET Journal
 
A COMPARATIVE ANALYSIS OF RCC ELEMENT OF SLAB WITH STARK STEEL (HYSD STEEL) A...
A COMPARATIVE ANALYSIS OF RCC ELEMENT OF SLAB WITH STARK STEEL (HYSD STEEL) A...A COMPARATIVE ANALYSIS OF RCC ELEMENT OF SLAB WITH STARK STEEL (HYSD STEEL) A...
A COMPARATIVE ANALYSIS OF RCC ELEMENT OF SLAB WITH STARK STEEL (HYSD STEEL) A...IRJET Journal
 
Effect of Camber and Angles of Attack on Airfoil Characteristics
Effect of Camber and Angles of Attack on Airfoil CharacteristicsEffect of Camber and Angles of Attack on Airfoil Characteristics
Effect of Camber and Angles of Attack on Airfoil CharacteristicsIRJET Journal
 
A Review on the Progress and Challenges of Aluminum-Based Metal Matrix Compos...
A Review on the Progress and Challenges of Aluminum-Based Metal Matrix Compos...A Review on the Progress and Challenges of Aluminum-Based Metal Matrix Compos...
A Review on the Progress and Challenges of Aluminum-Based Metal Matrix Compos...IRJET Journal
 
Dynamic Urban Transit Optimization: A Graph Neural Network Approach for Real-...
Dynamic Urban Transit Optimization: A Graph Neural Network Approach for Real-...Dynamic Urban Transit Optimization: A Graph Neural Network Approach for Real-...
Dynamic Urban Transit Optimization: A Graph Neural Network Approach for Real-...IRJET Journal
 
Structural Analysis and Design of Multi-Storey Symmetric and Asymmetric Shape...
Structural Analysis and Design of Multi-Storey Symmetric and Asymmetric Shape...Structural Analysis and Design of Multi-Storey Symmetric and Asymmetric Shape...
Structural Analysis and Design of Multi-Storey Symmetric and Asymmetric Shape...IRJET Journal
 
A Review of “Seismic Response of RC Structures Having Plan and Vertical Irreg...
A Review of “Seismic Response of RC Structures Having Plan and Vertical Irreg...A Review of “Seismic Response of RC Structures Having Plan and Vertical Irreg...
A Review of “Seismic Response of RC Structures Having Plan and Vertical Irreg...IRJET Journal
 
A REVIEW ON MACHINE LEARNING IN ADAS
A REVIEW ON MACHINE LEARNING IN ADASA REVIEW ON MACHINE LEARNING IN ADAS
A REVIEW ON MACHINE LEARNING IN ADASIRJET Journal
 
Long Term Trend Analysis of Precipitation and Temperature for Asosa district,...
Long Term Trend Analysis of Precipitation and Temperature for Asosa district,...Long Term Trend Analysis of Precipitation and Temperature for Asosa district,...
Long Term Trend Analysis of Precipitation and Temperature for Asosa district,...IRJET Journal
 
P.E.B. Framed Structure Design and Analysis Using STAAD Pro
P.E.B. Framed Structure Design and Analysis Using STAAD ProP.E.B. Framed Structure Design and Analysis Using STAAD Pro
P.E.B. Framed Structure Design and Analysis Using STAAD ProIRJET Journal
 
A Review on Innovative Fiber Integration for Enhanced Reinforcement of Concre...
A Review on Innovative Fiber Integration for Enhanced Reinforcement of Concre...A Review on Innovative Fiber Integration for Enhanced Reinforcement of Concre...
A Review on Innovative Fiber Integration for Enhanced Reinforcement of Concre...IRJET Journal
 
Survey Paper on Cloud-Based Secured Healthcare System
Survey Paper on Cloud-Based Secured Healthcare SystemSurvey Paper on Cloud-Based Secured Healthcare System
Survey Paper on Cloud-Based Secured Healthcare SystemIRJET Journal
 
Review on studies and research on widening of existing concrete bridges
Review on studies and research on widening of existing concrete bridgesReview on studies and research on widening of existing concrete bridges
Review on studies and research on widening of existing concrete bridgesIRJET Journal
 
React based fullstack edtech web application
React based fullstack edtech web applicationReact based fullstack edtech web application
React based fullstack edtech web applicationIRJET Journal
 
A Comprehensive Review of Integrating IoT and Blockchain Technologies in the ...
A Comprehensive Review of Integrating IoT and Blockchain Technologies in the ...A Comprehensive Review of Integrating IoT and Blockchain Technologies in the ...
A Comprehensive Review of Integrating IoT and Blockchain Technologies in the ...IRJET Journal
 
A REVIEW ON THE PERFORMANCE OF COCONUT FIBRE REINFORCED CONCRETE.
A REVIEW ON THE PERFORMANCE OF COCONUT FIBRE REINFORCED CONCRETE.A REVIEW ON THE PERFORMANCE OF COCONUT FIBRE REINFORCED CONCRETE.
A REVIEW ON THE PERFORMANCE OF COCONUT FIBRE REINFORCED CONCRETE.IRJET Journal
 
Optimizing Business Management Process Workflows: The Dynamic Influence of Mi...
Optimizing Business Management Process Workflows: The Dynamic Influence of Mi...Optimizing Business Management Process Workflows: The Dynamic Influence of Mi...
Optimizing Business Management Process Workflows: The Dynamic Influence of Mi...IRJET Journal
 
Multistoried and Multi Bay Steel Building Frame by using Seismic Design
Multistoried and Multi Bay Steel Building Frame by using Seismic DesignMultistoried and Multi Bay Steel Building Frame by using Seismic Design
Multistoried and Multi Bay Steel Building Frame by using Seismic DesignIRJET Journal
 
Cost Optimization of Construction Using Plastic Waste as a Sustainable Constr...
Cost Optimization of Construction Using Plastic Waste as a Sustainable Constr...Cost Optimization of Construction Using Plastic Waste as a Sustainable Constr...
Cost Optimization of Construction Using Plastic Waste as a Sustainable Constr...IRJET Journal
 

More from IRJET Journal (20)

TUNNELING IN HIMALAYAS WITH NATM METHOD: A SPECIAL REFERENCES TO SUNGAL TUNNE...
TUNNELING IN HIMALAYAS WITH NATM METHOD: A SPECIAL REFERENCES TO SUNGAL TUNNE...TUNNELING IN HIMALAYAS WITH NATM METHOD: A SPECIAL REFERENCES TO SUNGAL TUNNE...
TUNNELING IN HIMALAYAS WITH NATM METHOD: A SPECIAL REFERENCES TO SUNGAL TUNNE...
 
STUDY THE EFFECT OF RESPONSE REDUCTION FACTOR ON RC FRAMED STRUCTURE
STUDY THE EFFECT OF RESPONSE REDUCTION FACTOR ON RC FRAMED STRUCTURESTUDY THE EFFECT OF RESPONSE REDUCTION FACTOR ON RC FRAMED STRUCTURE
STUDY THE EFFECT OF RESPONSE REDUCTION FACTOR ON RC FRAMED STRUCTURE
 
A COMPARATIVE ANALYSIS OF RCC ELEMENT OF SLAB WITH STARK STEEL (HYSD STEEL) A...
A COMPARATIVE ANALYSIS OF RCC ELEMENT OF SLAB WITH STARK STEEL (HYSD STEEL) A...A COMPARATIVE ANALYSIS OF RCC ELEMENT OF SLAB WITH STARK STEEL (HYSD STEEL) A...
A COMPARATIVE ANALYSIS OF RCC ELEMENT OF SLAB WITH STARK STEEL (HYSD STEEL) A...
 
Effect of Camber and Angles of Attack on Airfoil Characteristics
Effect of Camber and Angles of Attack on Airfoil CharacteristicsEffect of Camber and Angles of Attack on Airfoil Characteristics
Effect of Camber and Angles of Attack on Airfoil Characteristics
 
A Review on the Progress and Challenges of Aluminum-Based Metal Matrix Compos...
A Review on the Progress and Challenges of Aluminum-Based Metal Matrix Compos...A Review on the Progress and Challenges of Aluminum-Based Metal Matrix Compos...
A Review on the Progress and Challenges of Aluminum-Based Metal Matrix Compos...
 
Dynamic Urban Transit Optimization: A Graph Neural Network Approach for Real-...
Dynamic Urban Transit Optimization: A Graph Neural Network Approach for Real-...Dynamic Urban Transit Optimization: A Graph Neural Network Approach for Real-...
Dynamic Urban Transit Optimization: A Graph Neural Network Approach for Real-...
 
Structural Analysis and Design of Multi-Storey Symmetric and Asymmetric Shape...
Structural Analysis and Design of Multi-Storey Symmetric and Asymmetric Shape...Structural Analysis and Design of Multi-Storey Symmetric and Asymmetric Shape...
Structural Analysis and Design of Multi-Storey Symmetric and Asymmetric Shape...
 
A Review of “Seismic Response of RC Structures Having Plan and Vertical Irreg...
A Review of “Seismic Response of RC Structures Having Plan and Vertical Irreg...A Review of “Seismic Response of RC Structures Having Plan and Vertical Irreg...
A Review of “Seismic Response of RC Structures Having Plan and Vertical Irreg...
 
A REVIEW ON MACHINE LEARNING IN ADAS
A REVIEW ON MACHINE LEARNING IN ADASA REVIEW ON MACHINE LEARNING IN ADAS
A REVIEW ON MACHINE LEARNING IN ADAS
 
Long Term Trend Analysis of Precipitation and Temperature for Asosa district,...
Long Term Trend Analysis of Precipitation and Temperature for Asosa district,...Long Term Trend Analysis of Precipitation and Temperature for Asosa district,...
Long Term Trend Analysis of Precipitation and Temperature for Asosa district,...
 
P.E.B. Framed Structure Design and Analysis Using STAAD Pro
P.E.B. Framed Structure Design and Analysis Using STAAD ProP.E.B. Framed Structure Design and Analysis Using STAAD Pro
P.E.B. Framed Structure Design and Analysis Using STAAD Pro
 
A Review on Innovative Fiber Integration for Enhanced Reinforcement of Concre...
A Review on Innovative Fiber Integration for Enhanced Reinforcement of Concre...A Review on Innovative Fiber Integration for Enhanced Reinforcement of Concre...
A Review on Innovative Fiber Integration for Enhanced Reinforcement of Concre...
 
Survey Paper on Cloud-Based Secured Healthcare System
Survey Paper on Cloud-Based Secured Healthcare SystemSurvey Paper on Cloud-Based Secured Healthcare System
Survey Paper on Cloud-Based Secured Healthcare System
 
Review on studies and research on widening of existing concrete bridges
Review on studies and research on widening of existing concrete bridgesReview on studies and research on widening of existing concrete bridges
Review on studies and research on widening of existing concrete bridges
 
React based fullstack edtech web application
React based fullstack edtech web applicationReact based fullstack edtech web application
React based fullstack edtech web application
 
A Comprehensive Review of Integrating IoT and Blockchain Technologies in the ...
A Comprehensive Review of Integrating IoT and Blockchain Technologies in the ...A Comprehensive Review of Integrating IoT and Blockchain Technologies in the ...
A Comprehensive Review of Integrating IoT and Blockchain Technologies in the ...
 
A REVIEW ON THE PERFORMANCE OF COCONUT FIBRE REINFORCED CONCRETE.
A REVIEW ON THE PERFORMANCE OF COCONUT FIBRE REINFORCED CONCRETE.A REVIEW ON THE PERFORMANCE OF COCONUT FIBRE REINFORCED CONCRETE.
A REVIEW ON THE PERFORMANCE OF COCONUT FIBRE REINFORCED CONCRETE.
 
Optimizing Business Management Process Workflows: The Dynamic Influence of Mi...
Optimizing Business Management Process Workflows: The Dynamic Influence of Mi...Optimizing Business Management Process Workflows: The Dynamic Influence of Mi...
Optimizing Business Management Process Workflows: The Dynamic Influence of Mi...
 
Multistoried and Multi Bay Steel Building Frame by using Seismic Design
Multistoried and Multi Bay Steel Building Frame by using Seismic DesignMultistoried and Multi Bay Steel Building Frame by using Seismic Design
Multistoried and Multi Bay Steel Building Frame by using Seismic Design
 
Cost Optimization of Construction Using Plastic Waste as a Sustainable Constr...
Cost Optimization of Construction Using Plastic Waste as a Sustainable Constr...Cost Optimization of Construction Using Plastic Waste as a Sustainable Constr...
Cost Optimization of Construction Using Plastic Waste as a Sustainable Constr...
 

Recently uploaded

What are the advantages and disadvantages of membrane structures.pptx
What are the advantages and disadvantages of membrane structures.pptxWhat are the advantages and disadvantages of membrane structures.pptx
What are the advantages and disadvantages of membrane structures.pptxwendy cai
 
APPLICATIONS-AC/DC DRIVES-OPERATING CHARACTERISTICS
APPLICATIONS-AC/DC DRIVES-OPERATING CHARACTERISTICSAPPLICATIONS-AC/DC DRIVES-OPERATING CHARACTERISTICS
APPLICATIONS-AC/DC DRIVES-OPERATING CHARACTERISTICSKurinjimalarL3
 
Decoding Kotlin - Your guide to solving the mysterious in Kotlin.pptx
Decoding Kotlin - Your guide to solving the mysterious in Kotlin.pptxDecoding Kotlin - Your guide to solving the mysterious in Kotlin.pptx
Decoding Kotlin - Your guide to solving the mysterious in Kotlin.pptxJoão Esperancinha
 
Internship report on mechanical engineering
Internship report on mechanical engineeringInternship report on mechanical engineering
Internship report on mechanical engineeringmalavadedarshan25
 
CCS355 Neural Network & Deep Learning UNIT III notes and Question bank .pdf
CCS355 Neural Network & Deep Learning UNIT III notes and Question bank .pdfCCS355 Neural Network & Deep Learning UNIT III notes and Question bank .pdf
CCS355 Neural Network & Deep Learning UNIT III notes and Question bank .pdfAsst.prof M.Gokilavani
 
Electronically Controlled suspensions system .pdf
Electronically Controlled suspensions system .pdfElectronically Controlled suspensions system .pdf
Electronically Controlled suspensions system .pdfme23b1001
 
IVE Industry Focused Event - Defence Sector 2024
IVE Industry Focused Event - Defence Sector 2024IVE Industry Focused Event - Defence Sector 2024
IVE Industry Focused Event - Defence Sector 2024Mark Billinghurst
 
Architect Hassan Khalil Portfolio for 2024
Architect Hassan Khalil Portfolio for 2024Architect Hassan Khalil Portfolio for 2024
Architect Hassan Khalil Portfolio for 2024hassan khalil
 
SPICE PARK APR2024 ( 6,793 SPICE Models )
SPICE PARK APR2024 ( 6,793 SPICE Models )SPICE PARK APR2024 ( 6,793 SPICE Models )
SPICE PARK APR2024 ( 6,793 SPICE Models )Tsuyoshi Horigome
 
Current Transformer Drawing and GTP for MSETCL
Current Transformer Drawing and GTP for MSETCLCurrent Transformer Drawing and GTP for MSETCL
Current Transformer Drawing and GTP for MSETCLDeelipZope
 
Artificial-Intelligence-in-Electronics (K).pptx
Artificial-Intelligence-in-Electronics (K).pptxArtificial-Intelligence-in-Electronics (K).pptx
Artificial-Intelligence-in-Electronics (K).pptxbritheesh05
 
Microscopic Analysis of Ceramic Materials.pptx
Microscopic Analysis of Ceramic Materials.pptxMicroscopic Analysis of Ceramic Materials.pptx
Microscopic Analysis of Ceramic Materials.pptxpurnimasatapathy1234
 
main PPT.pptx of girls hostel security using rfid
main PPT.pptx of girls hostel security using rfidmain PPT.pptx of girls hostel security using rfid
main PPT.pptx of girls hostel security using rfidNikhilNagaraju
 
Introduction to Microprocesso programming and interfacing.pptx
Introduction to Microprocesso programming and interfacing.pptxIntroduction to Microprocesso programming and interfacing.pptx
Introduction to Microprocesso programming and interfacing.pptxvipinkmenon1
 
power system scada applications and uses
power system scada applications and usespower system scada applications and uses
power system scada applications and usesDevarapalliHaritha
 
Biology for Computer Engineers Course Handout.pptx
Biology for Computer Engineers Course Handout.pptxBiology for Computer Engineers Course Handout.pptx
Biology for Computer Engineers Course Handout.pptxDeepakSakkari2
 

Recently uploaded (20)

What are the advantages and disadvantages of membrane structures.pptx
What are the advantages and disadvantages of membrane structures.pptxWhat are the advantages and disadvantages of membrane structures.pptx
What are the advantages and disadvantages of membrane structures.pptx
 
APPLICATIONS-AC/DC DRIVES-OPERATING CHARACTERISTICS
APPLICATIONS-AC/DC DRIVES-OPERATING CHARACTERISTICSAPPLICATIONS-AC/DC DRIVES-OPERATING CHARACTERISTICS
APPLICATIONS-AC/DC DRIVES-OPERATING CHARACTERISTICS
 
Decoding Kotlin - Your guide to solving the mysterious in Kotlin.pptx
Decoding Kotlin - Your guide to solving the mysterious in Kotlin.pptxDecoding Kotlin - Your guide to solving the mysterious in Kotlin.pptx
Decoding Kotlin - Your guide to solving the mysterious in Kotlin.pptx
 
Internship report on mechanical engineering
Internship report on mechanical engineeringInternship report on mechanical engineering
Internship report on mechanical engineering
 
CCS355 Neural Network & Deep Learning UNIT III notes and Question bank .pdf
CCS355 Neural Network & Deep Learning UNIT III notes and Question bank .pdfCCS355 Neural Network & Deep Learning UNIT III notes and Question bank .pdf
CCS355 Neural Network & Deep Learning UNIT III notes and Question bank .pdf
 
Electronically Controlled suspensions system .pdf
Electronically Controlled suspensions system .pdfElectronically Controlled suspensions system .pdf
Electronically Controlled suspensions system .pdf
 
IVE Industry Focused Event - Defence Sector 2024
IVE Industry Focused Event - Defence Sector 2024IVE Industry Focused Event - Defence Sector 2024
IVE Industry Focused Event - Defence Sector 2024
 
POWER SYSTEMS-1 Complete notes examples
POWER SYSTEMS-1 Complete notes  examplesPOWER SYSTEMS-1 Complete notes  examples
POWER SYSTEMS-1 Complete notes examples
 
Architect Hassan Khalil Portfolio for 2024
Architect Hassan Khalil Portfolio for 2024Architect Hassan Khalil Portfolio for 2024
Architect Hassan Khalil Portfolio for 2024
 
SPICE PARK APR2024 ( 6,793 SPICE Models )
SPICE PARK APR2024 ( 6,793 SPICE Models )SPICE PARK APR2024 ( 6,793 SPICE Models )
SPICE PARK APR2024 ( 6,793 SPICE Models )
 
Current Transformer Drawing and GTP for MSETCL
Current Transformer Drawing and GTP for MSETCLCurrent Transformer Drawing and GTP for MSETCL
Current Transformer Drawing and GTP for MSETCL
 
Artificial-Intelligence-in-Electronics (K).pptx
Artificial-Intelligence-in-Electronics (K).pptxArtificial-Intelligence-in-Electronics (K).pptx
Artificial-Intelligence-in-Electronics (K).pptx
 
Microscopic Analysis of Ceramic Materials.pptx
Microscopic Analysis of Ceramic Materials.pptxMicroscopic Analysis of Ceramic Materials.pptx
Microscopic Analysis of Ceramic Materials.pptx
 
9953056974 Call Girls In South Ex, Escorts (Delhi) NCR.pdf
9953056974 Call Girls In South Ex, Escorts (Delhi) NCR.pdf9953056974 Call Girls In South Ex, Escorts (Delhi) NCR.pdf
9953056974 Call Girls In South Ex, Escorts (Delhi) NCR.pdf
 
Exploring_Network_Security_with_JA3_by_Rakesh Seal.pptx
Exploring_Network_Security_with_JA3_by_Rakesh Seal.pptxExploring_Network_Security_with_JA3_by_Rakesh Seal.pptx
Exploring_Network_Security_with_JA3_by_Rakesh Seal.pptx
 
main PPT.pptx of girls hostel security using rfid
main PPT.pptx of girls hostel security using rfidmain PPT.pptx of girls hostel security using rfid
main PPT.pptx of girls hostel security using rfid
 
Introduction to Microprocesso programming and interfacing.pptx
Introduction to Microprocesso programming and interfacing.pptxIntroduction to Microprocesso programming and interfacing.pptx
Introduction to Microprocesso programming and interfacing.pptx
 
★ CALL US 9953330565 ( HOT Young Call Girls In Badarpur delhi NCR
★ CALL US 9953330565 ( HOT Young Call Girls In Badarpur delhi NCR★ CALL US 9953330565 ( HOT Young Call Girls In Badarpur delhi NCR
★ CALL US 9953330565 ( HOT Young Call Girls In Badarpur delhi NCR
 
power system scada applications and uses
power system scada applications and usespower system scada applications and uses
power system scada applications and uses
 
Biology for Computer Engineers Course Handout.pptx
Biology for Computer Engineers Course Handout.pptxBiology for Computer Engineers Course Handout.pptx
Biology for Computer Engineers Course Handout.pptx
 

IRJET- Implementation of FSK Transceiver using Software Defined Radio (SDR)

  • 1. International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056 Volume: 05 Issue: 03 | Mar-2018 www.irjet.net p-ISSN: 2395-0072 © 2018, IRJET | Impact Factor value: 6.171 | ISO 9001:2008 Certified Journal | Page 583 Implementation of FSK Transceiver using Software Defined Radio (SDR) S.Hemalatha1, Sk.Imran2, T.Nirupa3, Y.Syam Kishore4, B.Chandra Mohan5 1, 2, 3,4Student, Dept. Of Electronics and Communication Engineering, Bapatla Engineering College, Andhra Pradesh, India 5Prof. Dept. Of Electronics and Communication Engineering, Bapatla Engineering College, Andhra Pradesh, India ---------------------------------------------------------------------***--------------------------------------------------------------------- Abstract — we discuss about recent trends in wireless Communication system design using SDR. SDR is nothing but Software Defined Radio using Laboratory Virtual Instrument Engineering Workbench (LabVIEW) as software to mark the radio utilities hardware implemented i.e. Universal Software Radio Peripheral (USRP). USRP is a device to develop a high speed, lower cost and user friendly SDR platform. Here the Universal Software Radio Peripheral (USRP) 2901 board is used to design Frequency Shift Keying (FSK) Transmitter and Receiver. We can transmit and receive the FSK signal in the form of Binary data. The results show that graphical representation of FSK signal is transmitted and received on the Receiver using USRP 2901 Board Receiver. This paper shows the experimental implementation of LabVIEW and USRP for mounting software and hardware based wireless channel transmission and reception environments for FSK modulation schemes as constellation diagram, transmitted from TX1 of USRP to received at RX1 at USRP. The spectrum received is just like the transmitted spectrum. Key Words: SDR, USRP, FSK, LABVIEW 1. INTRODUCTION To communicate at long distances and to transmit our information we use different modulation techniques, hardware (modulator circuit, signal converter, transmitter, receiver and antennas etc). There are many real-time problems that occur during the transmission of the signal due to transmission impairments. Frequency-shift keying (FSK) is the frequency modulation system in which digital information is transmitted through the discrete frequency change of a carrier wave. Here the 0(low) is represented by one frequency and 1(high) is represented by another frequency. Here in SDR, logic high is represented byasquare wave with high frequency and logic zero low frequency of same square wave from .The resultant output to view the frequency shifted output two types. The time domain of an FSK modulated carrier is illustrated in the figure1. Figure1. FSK Modulation Waveforms 2. SOFTWARE DEFINED RADIO (SDR) Software Defined Radio (SDR) is oneofthemostimportant discussions in current communication era. It provides researchers with a powerful and flexible wireless communications experimentation platform [4]. SDR will allow the programmer to work and realize various communication systems. SDR is digital programmable platform which has ability to realize the structure of the device with high mobility, configurability and flexibility. Every SDR is comprised of software as well as hardware. SDR is radio communication system where elements have been implemented by software on PC. The practicalresearch was very costly in terms of time as well as money. Both can be guarded using SDR [8]. Now we can change and set the parameters that were embedded in software and check out the final results. SDR will allow us to analyze and change every parameter in the communication system.Inthispaper, we implemented the system for transmission of the audio file and its reception on mobile phone using SDR radio software. SDR radio provides the data flow abstraction and the fundamental concepts are signal processing blocks and connections between them. Software Defined Radio(SDR)is defined as a radio platform that uses various software techniques on digitized radio signals. Therefore, in the process of receiving chain, besides flexibility, the main of SDR is to change the hardware problems into software problems and allows working in more accessible domain.
  • 2. International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056 Volume: 05 Issue: 03 | Mar-2018 www.irjet.net p-ISSN: 2395-0072 © 2018, IRJET | Impact Factor value: 6.171 | ISO 9001:2008 Certified Journal | Page 584 SDR is divided into two subsystems: One is hardware defined subsystem that consists of antenna and ADC, the other is Software Defined subsystem. For efficient working, the device should satisfy the following three conditions: 1. The antenna should be capable to operate atthefrequency of all radio signals. 2. ADC and DAC should operate at the sampling rate greater than twice the Frequency of signal. 3. To handle the signal processing of all radio signals, the software subsystem should have enough processing power. In SDR, hardware defined subsystem consists of wideband radio which takes the portion of the spectrum and converts it to IF before the digitization process. The software defined subsystem receives the digitized wideband signal and then send to the down converters to isolate the carrier. Finally demodulation is performed. Programmable devices are combined to compose the software defined subsystem, such that connection between them is fast enough to transfer the DSP data. Figure2. Block Diagram of SDR 3. UNIVERSAL SOFTWARE RADIO PERIPHERAL (USRP): Universal Software Peripheral (USRP) is Universal hardware that can be accessed using software which is SDR Radio software on LabVIEW platform. Hardware mainly consists of three parts. First one is the radio frequency (RF) frontend which transmits and receive the radio signals. Second one acts as a bridge between analog block anddigital block [2]. All signal processing is done within the thirdblock in software form. The analog RF signal can be received or transmitted by antennas or directly connected via SMA connectors to the RF frontend called Daughter boards [7]. USRP has various daughter boards which are varyfromeach other depending on their operating frequency. These daughterboard are connecting to the motherboard and acts as RF frontend of USRP. Here we use USRP 2901. The physical appearance of USRP 2901 is shown in below. Figure3. USRP-2901 Module The USRP-2901 has two local oscillators, one for the transmit (Tx) channelsand one for the receive(Rx)channels. While different frequencies can be used for the Tx and Rx channels, the two Tx channels are locked to the same frequency, and the two Rx channels are locked to the same frequency. The operating range is from 70MHz-6GHz and bandwidth of 56MHz. 4. LABVIEW SOFTWARE LabVIEW is a graphical programminglanguagedevelopedby National Instruments. The basic building block of LabVIEW is the virtual instrument (VI). Conceptually, a VIisanalogous to a procedure or function in conventional programming languages. Each VI consists of a block diagram and a front panel. The block diagram describes the functionality of the VI, while the front panel is a top level interface to the VI. The construct of the VI provides two important virtues of LabVIEW: code reuse and modularity. The graphical nature of LabVIEW providesanother virtue: it allowsdevelopersto easily visualize the flow of data in their designs. NI calls this as Graphical System Design [1]. Also, since LabVIEW is a mature data flow programming language, it has a wealth of existing documentation, toolkits, and exampleswhichcanbe leveraged in development. LabVIEW can integratewithwide variety of Hardware devices, including NI USRP. Lab VIEW consist two types of programming. Dataflow Programming: The programming language used in LabVIEW, also referred to asG, is a dataflowprogramming language. Execution is determined by the structure of a graphical block diagram on which the programmerconnects different function-nodes by drawing wires. These wires propagate variables and any node can executessoonasallits input data become available. Since this might be the case for multiple nodes simultaneously, G is inherently capable of parallel execution [6]. Multiprocessing and multithreading hardware is automatically exploited by the built-in scheduler, which multiplexes multiple OS threads over the nodes ready for execution. Graphical Programming: LabVIEW ties thecreationofuser interfaces. Each VI hasthree components: a block diagram,a front panel, and a connector panel. The last is used to
  • 3. International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056 Volume: 05 Issue: 03 | Mar-2018 www.irjet.net p-ISSN: 2395-0072 © 2018, IRJET | Impact Factor value: 6.171 | ISO 9001:2008 Certified Journal | Page 585 represent the VI in the block diagrams of other, calling VIs. Controls and indicatorson the front panel allowan operator to input data into or extract data from a running virtual instrument. However, the front panel can also serve as a programmatic interface. Thus a VI can either be run as a program, with the front panel serving as a user interface, node onto the block diagram, the front panel defines the inputs and outputs for the given node through theconnector pane. This implies each VI can be easily tested before being embedded as a subroutine into a larger program. 5. FSK Implemented Results: We designed the FSK system in LabVIEW with the help of different communication blocks and signal processing blocks. Those blocks are available in the LabVIEW software. The system was designed along with the transmitter and receiver of the FSK system. Figure shows the diagram of the transmitter of the FSK system: Figure 4. Block diagram of FSK Transmitter with USRP blocks TABLE I. PARAMETERS USED AT TRANSMITTER Parameter at Transmitter Value used Carrier Frequency 915MHz IQ Rate 100k Gain at Transmitter Antenna 25 Alpha value 0.5 Filter length 6 Samples per Symbol 16 FSK deviation 1.00k TX Filter Gaussian TX Antenna TX1 of USRP In the front panel of the FSK system the outgoing constellation graph for 15 bits is shown along with two frequencies of the signal are shown. The waveform graph showsthe generated FSK signal. The different parametersof the transmitter are shown. Fig. 5 showsthe frontpanelofthe transmitter. Figure 5. Front panel of FSK Transmitter with parameters Similarly, the block diagram of the receiver could be drawn according to the system requirements. Fig. 6 shows the block diagram of the FSK receiver. Figure 6. Block diagram of FSK Receiver with USRP blocks
  • 4. International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056 Volume: 05 Issue: 03 | Mar-2018 www.irjet.net p-ISSN: 2395-0072 © 2018, IRJET | Impact Factor value: 6.171 | ISO 9001:2008 Certified Journal | Page 586 TABLE II. PARAMETERS USED AT RECEIVER Parameter at Transmitter Value used Carrier Frequency 915MHz IQ Rate 100k Gain at Transmitter Antenna 25 Alpha value 0.5 Filter length 6 Samples per Symbol 16 TX Antenna RX2 of USRP The Front panel of FSK Receiver is shown in below: Figure 7. Front panel of FSK Receiver with parameters 6. CONCLUSION With the help of SDR kit, the implementation of FSK system becomes very simple because it replacesall hardwarethatis used in the traditional communicationsystemwithsoftware. SDR has a lot of potential for implementing the emerging wireless applications. We demonstrated the usabilityofSDR to implement the communication system. The FSK Transmitter and Receiver systems implemented here give the concept of Software Defined Radio with the help ofUSRP 2901 as a hardware tool and LabVIEW as a softwaretool.We implemented a communication system with LabVIEW software with USRP and we successfully transmit the Digital data from USRP board and received it on the same USRP board at different time. Hence it is clear that one can implement other communication systems using SDR and analyze the performance. Therefore using SDR it is possible to design prototype of the Communication systems and possible to verify the real time performance of the system. A lot of research is being done on the SDR in different applications to make it available for commercial use. REFERENCES [1]Hans-Petter Halvorsen, 2016-09-07, M.sc. University College of Southeast Norway, introduction to LabVIEW. [2]Lab Based Learning with NI USRP, and LabVIEW Communication Student Lab Manual, Bruce A. Black. [3]Introduction to USRP, Department of Electrical and Computer Engineering Ben-Gurion University of the Negev. [4]Software Defined Radio Receiver, The University of California at Riverside Department of ElectricalEngineering, John Cortes, Varoon Malhotra. [5]Bitter, Rick et al "LabVIEW Features" LabVIEW Advanced Programming Techniques Boca Raton: CRC Press LLC, 200 [6]VI Lab manual, Faculty of Engineering and Technology SRM University, Tamilnadu. [7]NI USRP Hands on sp manual, ni.com/usrp, National Instruments Corporation. [8]Software Defined Radio, John Cortes, Varoon Malhotra Faculty Advisor: Yingbo Hua. [9]GNU RADIO and USRP, Electrical and Computer Engineering, Cleveland State University, HarshilMehta,Raag Kharadi.