SlideShare una empresa de Scribd logo
1 de 37
Descargar para leer sin conexión
A Presentation on

SOFTWARE DEFINED RADIO
Presented by

Kumar Vimal
Under guidance of

Preetha M. Kuroop
School Of Engineering

CSE, VII Sem
School Of Engineering
CONTENTS

INTRODUCTION
What is SDR
Histrory and Evaluation of SDR
Motivations

METHODS
How SDR works
Architecure of SDR
Software Common Architecure
CORBA
Available Tools: GNU Radio, USRP and Phi

RESULTS
STANDERD AND REGULAROTORY
Application Of SDR
ISDR

DISCUSSION
Benifits
Disadvantages
Challanges in SDR
Conclusion
Introduction

Methods

Results

Discussion

What is Software Defined Radio(SDR)?

?

To know SDR let's talk about a radio first!
Introduction

Methods

Results

Discussion

BASIC BUILDING BLOCK OF A RADIO
Increase amplitude of signal
multiply by constant

Move signal from RF to
baseband (original signal)
HOW?

Remove frequency components
HOW?

Fourier Series Expansion
Introduction

Methods

Results

Discussion

The Theory Behind Radio Technology: Fourier Series
Jean Baptiste Joseph Fourier (1768-1830)
French mathematician and physicist

●

Idea:

“any” periodic function can be decomposed
into an (infinite) sum of sines and cosines“
Introduction

Methods

Results

Discussion

The Theory Behind Radio Technology: Fourier Series
Fourier Series
describes the frequency content of periodic signals

Different Time Domain signals have different
harmonics (# and magnitude)
Introduction

Methods

Results

Example: Square Pulse, infinite # harmonics!

With 250 harmonics:

Gibbs phenomenon
at discontinuity

Discussion
Introduction

Methods

Example: Sawtooth Wave

Results

Discussion
Introduction

Methods

Results

Discussion

Example: Triangle Wave

Rect-wave: poor TD quality with 25 harmonics
Sawtooth-wave: poor TD quality with 25 harmonics
Triangle-wave: pretty good TD quality with 10 harmonics
Some TD signals are suited better for
transmission than others (less harmonics)
Introduction

Methods

Results

Discussion

What is Modulation

Modulation: multiplication of baseband signal by a carrier wave

Periodic signal can be expanded into series of sine + cosine
 apply the above expression to every single one of those.
Move arbitrary baseband signal into higher bands
Introduction

Methods

Results

Fundamental Blocks: Why is Modulation Necessary?
At least 2 reasons:
1. different signals from different systems do not interfere
Example: - broad band cable services
- Public TV and Radio (wireless services)
2. move the payload signal to frequency where it can be
transmitted most easily
Problem: - signal attenuation in wires
- free space signal attenuation

Discussion
Introduction

Methods

Results

Discussion

What is Filtering?

Input Signal

Filter Response

Output Signal
Introduction

Methods

Results

Discussion

Fourier Series: Continuous and Discrete
Nice, but all of this was for continuous signals,
What about discrete (digital) samples?
Fourier works in digital, too: Discrete Fourier Transform
Introduction

A Radio?

Methods

Results

Discussion
Introduction

Methods

A Conventional Radio: all in Analog

Results

Discussion
Introduction

Methods

Results

Discussion

Issues With Conventional Radios
These Radio systems were designed to communicate using
one or two waveforms.
Two groups of people with different types of traditional radio
were not able to communicate due to were not able to
communicate.
> Can be costlier during war and peace
Diffrent set of h/w for diffrenet type of radio communication.
Example of mobile phone having wifi,bluetooth and GSM
antena.
Introduction

Methods

Results

Discussion

What is SDR?
The SDR Forum, working in collaboration with the
IEEE P1900.1 group defines SDR technology as

"Radio in which some or all of the
physical layer functions are software
defined"
Introduction

Methods

Results

Discussion

What is SDR?
International Telecommunicaion Union (ITU) defined SDR
in its REPORT ITU-R M.2117 as:

“A radio in which the RF operating
parameters including, but not limited to,
frequency range, modulation type, or
output power can be set or altered by
software, and/or the technique by which
this is achieved“
Introduction

Methods

Results

Discussion

SDR in easy words
Refers to a technique in which all the processing is
done in software.
The processing mentioned include mixing, filtering,
demodulation etc
The software can be used to implement different
demodulation scheme and different standards can be
implemented in the same device.
The software can be updated so the device doesn’t
become obsolete with time.
Introduction

Methods

Results

SDR EXPLAINED

Discussion
Introduction

Methods

Results

Discussion

History and Evaluation of SDR
The term "Software Defined Radio" was coined in 1991 by
Joseph Mitola, who published the first paper on the topic in 1992
Software-defined radios have their origins in the defense sector since
the late 1970s in both the U.S. and Europe (for example, Walter
Tuttlebee described a VLF radio that used an ADC and an 8085
microprocessor)
One of the first public software radio initiatives was a U.S. military
project named SpeakEasy.
The primary goal of the SpeakEasy project was to use programmable
processing to emulate more than 10 existing military radios, operating
in frequency bands between 2 and 2000 MHz.
SpeakEasy design goal was to be able to easily incorporate new
coding and modulation standards in the future, so that military
communications can keep pace with advances in coding and
modulation techniques.
Introduction

Methods

Results

Discussion

MOTIVATIONS
Commercial wireless communication industry is currently
facing problems due to constant evolution of link-layer
protocol standards (2.5G, 3G, and 4G)
Existence of incompatible wireless network technologies in
different countries inhibiting deployment of global roaming
facilities
Problems in rolling-out new services/features due to
wide-spread presence of legacy subscriber handsets.
Introduction

Methods

Results

How SDR works?

Discussion
Introduction

Methods

Results

IDEAL SDR
Antenna

Low
Pass
Filter

Analog to
Digital
Converter

Digital
Signal
Processor

Block Diagram of Ideal SDR Receiver
High Frequency
Requires High Sampling Rate ADC
Costly, Power Hungry

High Speed Processor to Process High Sample Rate
Much Costly, Huge Power Consumption

non feasible solution for commercial applications!

Discussion
Introduction

Methods

Results

Discussion

IDEAL SDR
High Frequency
 Requires High Sampling Rate ADC
 Costly, Power Hungry

 High Speed Processor to Process High Sample Rate
 Much Costly, Huge Power Consumption

Thus a non feasible solution for commercial applications!
Introduction

Methods

Results

Discussion

PRACTICAL SDR ARCHITECTURE

 Analog RF Front-End still required:
 Digital-analog conversion, DAC/ADC
 RF, IF Filtering
 Mixing IF   RF
 Amplification
 Antennas
Introduction

Methods

SDR COCEPT

Results

Discussion
Introduction

Methods

Results

Discussion

SDR COCEPT
The base-band devices may include general purpose processors (GPP), digital signal
processors (DSP) and field programmable gate arrays (FPGA) and are supported by the
applications programming interface (API) of the radio software system (Software Common
Architecture).
The SDR may thusinclude traditional sequential “turing machine” software sequences as
well as codedhardware functions that are optimized for the particular desired waveform.
(The “software”of the SDR may thus include both traditional program coding as well as
logic gate coding.)
.

Fig: Basic
Architecture
of a SDR
Introduction

Methods

Results

Discussion

SOFTWARE COMMON ARCHITECURE
“Software communications architecture” (SCA) provides a real-time software
operating-system environment to support the dynamic waveform generation and signal
processing aspects of a radio . as well as the administrative aspects for radio installation
and change control.
Such an example of standardized architecture of hardware and software will lead to
generic, flexible radio systems which may be loaded with applications to suit particular
operating scenarios.
SDR may be flexible enough to operate in several modes at the same time and some may
be capable of changing or adding modes while continuing operation in other modes.
Fig: SCA
interfaces used in
the SDR design
Introduction

Methods

Results

Discussion

CORBA (Common Object Request Broker Architecture)
CORBA is the Object Management Group’s open architecture that provides the infrastructure
for computer applications to work together over a network.
CORBA has been chosen as the middleware layer of the Software Communications
Architecture, because of the wide commercial availability of CORBA products and its industry
acceptance.
CORBA is used to provide a cross-platform middleware service that simplifies standardized
client/server operations in this distributed environment by hiding the actual communication
mechanisms under an Object Request Broker software bus
Introduction

Methods

Results

Discussion

Tools Available

GNU Radio
a FOSS development toolkit that provides
signal processing blocks to implement software
radios.
primarily written using the Python and supplied
performance-critical signal processing path is
implemented in C++
Need hardware antena Interface
e.g. Sound interface ,USRP, Phi,Comedi etc.
Introduction

Methods

Results

Discussion

Tools Available
The Universal Software Radio Peripheral (USRP)
(USRP) is a device developed by Ettus Research LLC, which
turns general purpose computers into flexible SDR plat-forms.
Core od USRP is motherboard with four high-speed ADCs and
DACs and an Altera Cyclone EP1C12 FPGA.

Fig: A rev 3 USRP1 platform, serial #140, with an attached TVRX daughterboard
Introduction

Methods

Results

Discussion

Indian Software Defined Radio (ISDR)
P

P-AM
P

L
P
R
F

C

0
D
E
G

Two Section
BPF
RF-IN

Q
/2

RF
AMP

R

Q-AMP

L
P
F

Q

C

90
D
E
G

BLOCK DIAGRAM OF ISDR

/2

OSC

Q
’
28.224MHz
LO
Introduction

Methods

Results

Discussion

Indian Software Defined Radio (ISDR)
P

P-AM
P

L
P
R
F

C

0
D
E
G

Two Section
BPF
RF-IN

Q
/2

RF
AMP

R

Q-AMP

L
P
F

Q

C

90
D
E
G

BLOCK DIAGRAM OF ISDR

/2

OSC

Q
’
28.224MHz
LO
Introduction

Methods

Results

Discussion

Applications Of SDR Technology

SDR use in public safety
SDR use in the military
Commercial use of SDR
Introduction

Methods

Results

Discussion

Benifits Of SDR Technology
User benefits
Manufacturer benefits
Wireless access systems (WAS) including radio local
area networks (RLAN)
Public protection and disaster relief (PPDR)
Interoperability
Intelligent transport systems (ITS)
Space considerations
Power considerations
Reconfiguration considerations
Amateur and amateur satellite systems
Other land mobile systems
References
[1] Software Defined Radio- A brief overview :Matthew N. O. Sadiku and Cajetan
M Akujuobi . IEEE potential OCTOBER/NOVEMBER 2004
[2] Software-defined GPS receiver on USRP-platform : Elizabeth A. Thompson
a,n, Nathan Clem a, Isaac Renninger a, Timothy Loos b . Journal of Network and
Computer Applications 35 (2012) 1352–1360
[3] Software Defined Radio , Brad Brannon, Analog Devices, Inc.
•

[4] Software defined radio in the land mobile, amateur and amateur satellite
services .
[5] A SOFTWARE DEFINED BY RADIO : Nark W. Chamberlain Harris
Corporation, RF Communications Division Rochester, New York
[6] Introduction to the Software-defined Radio Approach : A. F. B. Selva, A. L. G.
Reis, K. G. Lenzi, L. G. P. Meloni, Member, IEEE and S. E. Barbin, Member,
IEEE

Más contenido relacionado

La actualidad más candente (20)

Link budget calculation
Link budget calculationLink budget calculation
Link budget calculation
 
Ultra wide band antenna
Ultra wide band antennaUltra wide band antenna
Ultra wide band antenna
 
Unit 3 introduction to cognitive radios
Unit 3   introduction to cognitive radiosUnit 3   introduction to cognitive radios
Unit 3 introduction to cognitive radios
 
Software defined radio
Software defined radioSoftware defined radio
Software defined radio
 
Active Phased Array Radar Systems
Active Phased Array Radar SystemsActive Phased Array Radar Systems
Active Phased Array Radar Systems
 
RADAR Basics
RADAR BasicsRADAR Basics
RADAR Basics
 
transmission-line-and-waveguide-ppt
transmission-line-and-waveguide-ppttransmission-line-and-waveguide-ppt
transmission-line-and-waveguide-ppt
 
Phase shifter presentation
Phase shifter presentationPhase shifter presentation
Phase shifter presentation
 
Antenna (2)
Antenna (2)Antenna (2)
Antenna (2)
 
Sdr the future of radio
Sdr the future of radioSdr the future of radio
Sdr the future of radio
 
Ultra wideband technology (UWB)
Ultra wideband technology (UWB)Ultra wideband technology (UWB)
Ultra wideband technology (UWB)
 
Long Term Evolution (LTE) -
Long Term Evolution (LTE) -Long Term Evolution (LTE) -
Long Term Evolution (LTE) -
 
Mm wave
Mm waveMm wave
Mm wave
 
Principle of FMCW radar
Principle of FMCW radarPrinciple of FMCW radar
Principle of FMCW radar
 
Antenna Basics
Antenna BasicsAntenna Basics
Antenna Basics
 
microwave communication
microwave communicationmicrowave communication
microwave communication
 
Cordless Technology
Cordless TechnologyCordless Technology
Cordless Technology
 
CDMA
CDMACDMA
CDMA
 
5G Antenna Technology
5G Antenna Technology5G Antenna Technology
5G Antenna Technology
 
Microwave measurements in detail
Microwave measurements in detailMicrowave measurements in detail
Microwave measurements in detail
 

Similar a Software Defined Radio

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
 
Implementation of Algorithms For Multi-Channel Digital Monitoring Receiver
Implementation of Algorithms For Multi-Channel Digital Monitoring ReceiverImplementation of Algorithms For Multi-Channel Digital Monitoring Receiver
Implementation of Algorithms For Multi-Channel Digital Monitoring ReceiverIOSR Journals
 
Software defined radio....
Software defined radio....Software defined radio....
Software defined radio....Bise Mond
 
rafkwnshru2ocnal9ta1-signature-a1b6820cbe628a2a167a0a81f2762fc8f340dd4b93d47a...
rafkwnshru2ocnal9ta1-signature-a1b6820cbe628a2a167a0a81f2762fc8f340dd4b93d47a...rafkwnshru2ocnal9ta1-signature-a1b6820cbe628a2a167a0a81f2762fc8f340dd4b93d47a...
rafkwnshru2ocnal9ta1-signature-a1b6820cbe628a2a167a0a81f2762fc8f340dd4b93d47a...Mathavan N
 
Software definedradio
Software definedradioSoftware definedradio
Software definedradioTrần Đức
 
Dyspan Sdr Cr Tutorial 10 25 Rev02
Dyspan Sdr Cr Tutorial 10 25 Rev02Dyspan Sdr Cr Tutorial 10 25 Rev02
Dyspan Sdr Cr Tutorial 10 25 Rev02melvincabatuan
 
PRLSAMP PP Presentation
PRLSAMP PP PresentationPRLSAMP PP Presentation
PRLSAMP PP Presentationkotorr
 
IRJET- Implementation of FSK Transceiver using Software Defined Radio (SDR)
IRJET- Implementation of FSK Transceiver using Software Defined Radio (SDR)IRJET- Implementation of FSK Transceiver using Software Defined Radio (SDR)
IRJET- Implementation of FSK Transceiver using Software Defined Radio (SDR)IRJET Journal
 
multi standard multi-band receivers for wireless applications
multi standard  multi-band receivers for wireless applicationsmulti standard  multi-band receivers for wireless applications
multi standard multi-band receivers for wireless applicationsHossam Hassan
 
Multiband Transceivers - [Chapter 5] Software-Defined Radios
Multiband Transceivers - [Chapter 5]  Software-Defined RadiosMultiband Transceivers - [Chapter 5]  Software-Defined Radios
Multiband Transceivers - [Chapter 5] Software-Defined RadiosSimen Li
 
HACKING THE WIRELESS WORD WITH SOFTWARE DEFINED RADIO
HACKING THE WIRELESS WORD WITH SOFTWARE DEFINED RADIOHACKING THE WIRELESS WORD WITH SOFTWARE DEFINED RADIO
HACKING THE WIRELESS WORD WITH SOFTWARE DEFINED RADIOchandanpatelvns1947
 
Channel Coding and Clipping in OFDM for WiMAX using SDR
Channel Coding and Clipping in OFDM for WiMAX using SDRChannel Coding and Clipping in OFDM for WiMAX using SDR
Channel Coding and Clipping in OFDM for WiMAX using SDRidescitation
 

Similar a Software Defined Radio (20)

final presentation
final presentationfinal presentation
final presentation
 
SOFTWARE DEFINED RADIO
SOFTWARE DEFINED RADIOSOFTWARE DEFINED RADIO
SOFTWARE DEFINED RADIO
 
Final Report of Project A Low
Final Report of Project A LowFinal Report of Project A Low
Final Report of Project A Low
 
Implementation of Algorithms For Multi-Channel Digital Monitoring Receiver
Implementation of Algorithms For Multi-Channel Digital Monitoring ReceiverImplementation of Algorithms For Multi-Channel Digital Monitoring Receiver
Implementation of Algorithms For Multi-Channel Digital Monitoring Receiver
 
Final2
Final2Final2
Final2
 
Software defined radio....
Software defined radio....Software defined radio....
Software defined radio....
 
rafkwnshru2ocnal9ta1-signature-a1b6820cbe628a2a167a0a81f2762fc8f340dd4b93d47a...
rafkwnshru2ocnal9ta1-signature-a1b6820cbe628a2a167a0a81f2762fc8f340dd4b93d47a...rafkwnshru2ocnal9ta1-signature-a1b6820cbe628a2a167a0a81f2762fc8f340dd4b93d47a...
rafkwnshru2ocnal9ta1-signature-a1b6820cbe628a2a167a0a81f2762fc8f340dd4b93d47a...
 
Lab based report
Lab based reportLab based report
Lab based report
 
Software definedradio
Software definedradioSoftware definedradio
Software definedradio
 
Dyspan Sdr Cr Tutorial 10 25 Rev02
Dyspan Sdr Cr Tutorial 10 25 Rev02Dyspan Sdr Cr Tutorial 10 25 Rev02
Dyspan Sdr Cr Tutorial 10 25 Rev02
 
PRLSAMP PP Presentation
PRLSAMP PP PresentationPRLSAMP PP Presentation
PRLSAMP PP Presentation
 
IRJET- Implementation of FSK Transceiver using Software Defined Radio (SDR)
IRJET- Implementation of FSK Transceiver using Software Defined Radio (SDR)IRJET- Implementation of FSK Transceiver using Software Defined Radio (SDR)
IRJET- Implementation of FSK Transceiver using Software Defined Radio (SDR)
 
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...
 
multi standard multi-band receivers for wireless applications
multi standard  multi-band receivers for wireless applicationsmulti standard  multi-band receivers for wireless applications
multi standard multi-band receivers for wireless applications
 
Multiband Transceivers - [Chapter 5] Software-Defined Radios
Multiband Transceivers - [Chapter 5]  Software-Defined RadiosMultiband Transceivers - [Chapter 5]  Software-Defined Radios
Multiband Transceivers - [Chapter 5] Software-Defined Radios
 
HACKING THE WIRELESS WORD WITH SOFTWARE DEFINED RADIO
HACKING THE WIRELESS WORD WITH SOFTWARE DEFINED RADIOHACKING THE WIRELESS WORD WITH SOFTWARE DEFINED RADIO
HACKING THE WIRELESS WORD WITH SOFTWARE DEFINED RADIO
 
UMKC Dynamics of BER smaller
UMKC Dynamics of BER smallerUMKC Dynamics of BER smaller
UMKC Dynamics of BER smaller
 
Cognitive Radio
Cognitive RadioCognitive Radio
Cognitive Radio
 
Channel Coding and Clipping in OFDM for WiMAX using SDR
Channel Coding and Clipping in OFDM for WiMAX using SDRChannel Coding and Clipping in OFDM for WiMAX using SDR
Channel Coding and Clipping in OFDM for WiMAX using SDR
 
UNIT-1.pptx
UNIT-1.pptxUNIT-1.pptx
UNIT-1.pptx
 

Último

How AI, OpenAI, and ChatGPT impact business and software.
How AI, OpenAI, and ChatGPT impact business and software.How AI, OpenAI, and ChatGPT impact business and software.
How AI, OpenAI, and ChatGPT impact business and software.Curtis Poe
 
Powerpoint exploring the locations used in television show Time Clash
Powerpoint exploring the locations used in television show Time ClashPowerpoint exploring the locations used in television show Time Clash
Powerpoint exploring the locations used in television show Time Clashcharlottematthew16
 
Ensuring Technical Readiness For Copilot in Microsoft 365
Ensuring Technical Readiness For Copilot in Microsoft 365Ensuring Technical Readiness For Copilot in Microsoft 365
Ensuring Technical Readiness For Copilot in Microsoft 3652toLead Limited
 
Scanning the Internet for External Cloud Exposures via SSL Certs
Scanning the Internet for External Cloud Exposures via SSL CertsScanning the Internet for External Cloud Exposures via SSL Certs
Scanning the Internet for External Cloud Exposures via SSL CertsRizwan Syed
 
Transcript: New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024
Transcript: New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024Transcript: New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024
Transcript: New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024BookNet Canada
 
Anypoint Exchange: It’s Not Just a Repo!
Anypoint Exchange: It’s Not Just a Repo!Anypoint Exchange: It’s Not Just a Repo!
Anypoint Exchange: It’s Not Just a Repo!Manik S Magar
 
Search Engine Optimization SEO PDF for 2024.pdf
Search Engine Optimization SEO PDF for 2024.pdfSearch Engine Optimization SEO PDF for 2024.pdf
Search Engine Optimization SEO PDF for 2024.pdfRankYa
 
"LLMs for Python Engineers: Advanced Data Analysis and Semantic Kernel",Oleks...
"LLMs for Python Engineers: Advanced Data Analysis and Semantic Kernel",Oleks..."LLMs for Python Engineers: Advanced Data Analysis and Semantic Kernel",Oleks...
"LLMs for Python Engineers: Advanced Data Analysis and Semantic Kernel",Oleks...Fwdays
 
TrustArc Webinar - How to Build Consumer Trust Through Data Privacy
TrustArc Webinar - How to Build Consumer Trust Through Data PrivacyTrustArc Webinar - How to Build Consumer Trust Through Data Privacy
TrustArc Webinar - How to Build Consumer Trust Through Data PrivacyTrustArc
 
Story boards and shot lists for my a level piece
Story boards and shot lists for my a level pieceStory boards and shot lists for my a level piece
Story boards and shot lists for my a level piececharlottematthew16
 
Nell’iperspazio con Rocket: il Framework Web di Rust!
Nell’iperspazio con Rocket: il Framework Web di Rust!Nell’iperspazio con Rocket: il Framework Web di Rust!
Nell’iperspazio con Rocket: il Framework Web di Rust!Commit University
 
SAP Build Work Zone - Overview L2-L3.pptx
SAP Build Work Zone - Overview L2-L3.pptxSAP Build Work Zone - Overview L2-L3.pptx
SAP Build Work Zone - Overview L2-L3.pptxNavinnSomaal
 
Designing IA for AI - Information Architecture Conference 2024
Designing IA for AI - Information Architecture Conference 2024Designing IA for AI - Information Architecture Conference 2024
Designing IA for AI - Information Architecture Conference 2024Enterprise Knowledge
 
Advanced Test Driven-Development @ php[tek] 2024
Advanced Test Driven-Development @ php[tek] 2024Advanced Test Driven-Development @ php[tek] 2024
Advanced Test Driven-Development @ php[tek] 2024Scott Keck-Warren
 
Human Factors of XR: Using Human Factors to Design XR Systems
Human Factors of XR: Using Human Factors to Design XR SystemsHuman Factors of XR: Using Human Factors to Design XR Systems
Human Factors of XR: Using Human Factors to Design XR SystemsMark Billinghurst
 
What's New in Teams Calling, Meetings and Devices March 2024
What's New in Teams Calling, Meetings and Devices March 2024What's New in Teams Calling, Meetings and Devices March 2024
What's New in Teams Calling, Meetings and Devices March 2024Stephanie Beckett
 
SIP trunking in Janus @ Kamailio World 2024
SIP trunking in Janus @ Kamailio World 2024SIP trunking in Janus @ Kamailio World 2024
SIP trunking in Janus @ Kamailio World 2024Lorenzo Miniero
 
WordPress Websites for Engineers: Elevate Your Brand
WordPress Websites for Engineers: Elevate Your BrandWordPress Websites for Engineers: Elevate Your Brand
WordPress Websites for Engineers: Elevate Your Brandgvaughan
 
Unraveling Multimodality with Large Language Models.pdf
Unraveling Multimodality with Large Language Models.pdfUnraveling Multimodality with Large Language Models.pdf
Unraveling Multimodality with Large Language Models.pdfAlex Barbosa Coqueiro
 

Último (20)

How AI, OpenAI, and ChatGPT impact business and software.
How AI, OpenAI, and ChatGPT impact business and software.How AI, OpenAI, and ChatGPT impact business and software.
How AI, OpenAI, and ChatGPT impact business and software.
 
E-Vehicle_Hacking_by_Parul Sharma_null_owasp.pptx
E-Vehicle_Hacking_by_Parul Sharma_null_owasp.pptxE-Vehicle_Hacking_by_Parul Sharma_null_owasp.pptx
E-Vehicle_Hacking_by_Parul Sharma_null_owasp.pptx
 
Powerpoint exploring the locations used in television show Time Clash
Powerpoint exploring the locations used in television show Time ClashPowerpoint exploring the locations used in television show Time Clash
Powerpoint exploring the locations used in television show Time Clash
 
Ensuring Technical Readiness For Copilot in Microsoft 365
Ensuring Technical Readiness For Copilot in Microsoft 365Ensuring Technical Readiness For Copilot in Microsoft 365
Ensuring Technical Readiness For Copilot in Microsoft 365
 
Scanning the Internet for External Cloud Exposures via SSL Certs
Scanning the Internet for External Cloud Exposures via SSL CertsScanning the Internet for External Cloud Exposures via SSL Certs
Scanning the Internet for External Cloud Exposures via SSL Certs
 
Transcript: New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024
Transcript: New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024Transcript: New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024
Transcript: New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024
 
Anypoint Exchange: It’s Not Just a Repo!
Anypoint Exchange: It’s Not Just a Repo!Anypoint Exchange: It’s Not Just a Repo!
Anypoint Exchange: It’s Not Just a Repo!
 
Search Engine Optimization SEO PDF for 2024.pdf
Search Engine Optimization SEO PDF for 2024.pdfSearch Engine Optimization SEO PDF for 2024.pdf
Search Engine Optimization SEO PDF for 2024.pdf
 
"LLMs for Python Engineers: Advanced Data Analysis and Semantic Kernel",Oleks...
"LLMs for Python Engineers: Advanced Data Analysis and Semantic Kernel",Oleks..."LLMs for Python Engineers: Advanced Data Analysis and Semantic Kernel",Oleks...
"LLMs for Python Engineers: Advanced Data Analysis and Semantic Kernel",Oleks...
 
TrustArc Webinar - How to Build Consumer Trust Through Data Privacy
TrustArc Webinar - How to Build Consumer Trust Through Data PrivacyTrustArc Webinar - How to Build Consumer Trust Through Data Privacy
TrustArc Webinar - How to Build Consumer Trust Through Data Privacy
 
Story boards and shot lists for my a level piece
Story boards and shot lists for my a level pieceStory boards and shot lists for my a level piece
Story boards and shot lists for my a level piece
 
Nell’iperspazio con Rocket: il Framework Web di Rust!
Nell’iperspazio con Rocket: il Framework Web di Rust!Nell’iperspazio con Rocket: il Framework Web di Rust!
Nell’iperspazio con Rocket: il Framework Web di Rust!
 
SAP Build Work Zone - Overview L2-L3.pptx
SAP Build Work Zone - Overview L2-L3.pptxSAP Build Work Zone - Overview L2-L3.pptx
SAP Build Work Zone - Overview L2-L3.pptx
 
Designing IA for AI - Information Architecture Conference 2024
Designing IA for AI - Information Architecture Conference 2024Designing IA for AI - Information Architecture Conference 2024
Designing IA for AI - Information Architecture Conference 2024
 
Advanced Test Driven-Development @ php[tek] 2024
Advanced Test Driven-Development @ php[tek] 2024Advanced Test Driven-Development @ php[tek] 2024
Advanced Test Driven-Development @ php[tek] 2024
 
Human Factors of XR: Using Human Factors to Design XR Systems
Human Factors of XR: Using Human Factors to Design XR SystemsHuman Factors of XR: Using Human Factors to Design XR Systems
Human Factors of XR: Using Human Factors to Design XR Systems
 
What's New in Teams Calling, Meetings and Devices March 2024
What's New in Teams Calling, Meetings and Devices March 2024What's New in Teams Calling, Meetings and Devices March 2024
What's New in Teams Calling, Meetings and Devices March 2024
 
SIP trunking in Janus @ Kamailio World 2024
SIP trunking in Janus @ Kamailio World 2024SIP trunking in Janus @ Kamailio World 2024
SIP trunking in Janus @ Kamailio World 2024
 
WordPress Websites for Engineers: Elevate Your Brand
WordPress Websites for Engineers: Elevate Your BrandWordPress Websites for Engineers: Elevate Your Brand
WordPress Websites for Engineers: Elevate Your Brand
 
Unraveling Multimodality with Large Language Models.pdf
Unraveling Multimodality with Large Language Models.pdfUnraveling Multimodality with Large Language Models.pdf
Unraveling Multimodality with Large Language Models.pdf
 

Software Defined Radio

  • 1. A Presentation on SOFTWARE DEFINED RADIO Presented by Kumar Vimal Under guidance of Preetha M. Kuroop School Of Engineering CSE, VII Sem School Of Engineering
  • 2. CONTENTS INTRODUCTION What is SDR Histrory and Evaluation of SDR Motivations METHODS How SDR works Architecure of SDR Software Common Architecure CORBA Available Tools: GNU Radio, USRP and Phi RESULTS STANDERD AND REGULAROTORY Application Of SDR ISDR DISCUSSION Benifits Disadvantages Challanges in SDR Conclusion
  • 3. Introduction Methods Results Discussion What is Software Defined Radio(SDR)? ? To know SDR let's talk about a radio first!
  • 4. Introduction Methods Results Discussion BASIC BUILDING BLOCK OF A RADIO Increase amplitude of signal multiply by constant Move signal from RF to baseband (original signal) HOW? Remove frequency components HOW? Fourier Series Expansion
  • 5. Introduction Methods Results Discussion The Theory Behind Radio Technology: Fourier Series Jean Baptiste Joseph Fourier (1768-1830) French mathematician and physicist ● Idea: “any” periodic function can be decomposed into an (infinite) sum of sines and cosines“
  • 6. Introduction Methods Results Discussion The Theory Behind Radio Technology: Fourier Series Fourier Series describes the frequency content of periodic signals Different Time Domain signals have different harmonics (# and magnitude)
  • 7. Introduction Methods Results Example: Square Pulse, infinite # harmonics! With 250 harmonics: Gibbs phenomenon at discontinuity Discussion
  • 9. Introduction Methods Results Discussion Example: Triangle Wave Rect-wave: poor TD quality with 25 harmonics Sawtooth-wave: poor TD quality with 25 harmonics Triangle-wave: pretty good TD quality with 10 harmonics Some TD signals are suited better for transmission than others (less harmonics)
  • 10. Introduction Methods Results Discussion What is Modulation Modulation: multiplication of baseband signal by a carrier wave Periodic signal can be expanded into series of sine + cosine  apply the above expression to every single one of those. Move arbitrary baseband signal into higher bands
  • 11. Introduction Methods Results Fundamental Blocks: Why is Modulation Necessary? At least 2 reasons: 1. different signals from different systems do not interfere Example: - broad band cable services - Public TV and Radio (wireless services) 2. move the payload signal to frequency where it can be transmitted most easily Problem: - signal attenuation in wires - free space signal attenuation Discussion
  • 13. Introduction Methods Results Discussion Fourier Series: Continuous and Discrete Nice, but all of this was for continuous signals, What about discrete (digital) samples? Fourier works in digital, too: Discrete Fourier Transform
  • 15. Introduction Methods A Conventional Radio: all in Analog Results Discussion
  • 16. Introduction Methods Results Discussion Issues With Conventional Radios These Radio systems were designed to communicate using one or two waveforms. Two groups of people with different types of traditional radio were not able to communicate due to were not able to communicate. > Can be costlier during war and peace Diffrent set of h/w for diffrenet type of radio communication. Example of mobile phone having wifi,bluetooth and GSM antena.
  • 17. Introduction Methods Results Discussion What is SDR? The SDR Forum, working in collaboration with the IEEE P1900.1 group defines SDR technology as "Radio in which some or all of the physical layer functions are software defined"
  • 18. Introduction Methods Results Discussion What is SDR? International Telecommunicaion Union (ITU) defined SDR in its REPORT ITU-R M.2117 as: “A radio in which the RF operating parameters including, but not limited to, frequency range, modulation type, or output power can be set or altered by software, and/or the technique by which this is achieved“
  • 19. Introduction Methods Results Discussion SDR in easy words Refers to a technique in which all the processing is done in software. The processing mentioned include mixing, filtering, demodulation etc The software can be used to implement different demodulation scheme and different standards can be implemented in the same device. The software can be updated so the device doesn’t become obsolete with time.
  • 21. Introduction Methods Results Discussion History and Evaluation of SDR The term "Software Defined Radio" was coined in 1991 by Joseph Mitola, who published the first paper on the topic in 1992 Software-defined radios have their origins in the defense sector since the late 1970s in both the U.S. and Europe (for example, Walter Tuttlebee described a VLF radio that used an ADC and an 8085 microprocessor) One of the first public software radio initiatives was a U.S. military project named SpeakEasy. The primary goal of the SpeakEasy project was to use programmable processing to emulate more than 10 existing military radios, operating in frequency bands between 2 and 2000 MHz. SpeakEasy design goal was to be able to easily incorporate new coding and modulation standards in the future, so that military communications can keep pace with advances in coding and modulation techniques.
  • 22. Introduction Methods Results Discussion MOTIVATIONS Commercial wireless communication industry is currently facing problems due to constant evolution of link-layer protocol standards (2.5G, 3G, and 4G) Existence of incompatible wireless network technologies in different countries inhibiting deployment of global roaming facilities Problems in rolling-out new services/features due to wide-spread presence of legacy subscriber handsets.
  • 24. Introduction Methods Results IDEAL SDR Antenna Low Pass Filter Analog to Digital Converter Digital Signal Processor Block Diagram of Ideal SDR Receiver High Frequency Requires High Sampling Rate ADC Costly, Power Hungry High Speed Processor to Process High Sample Rate Much Costly, Huge Power Consumption non feasible solution for commercial applications! Discussion
  • 25. Introduction Methods Results Discussion IDEAL SDR High Frequency  Requires High Sampling Rate ADC  Costly, Power Hungry  High Speed Processor to Process High Sample Rate  Much Costly, Huge Power Consumption Thus a non feasible solution for commercial applications!
  • 26. Introduction Methods Results Discussion PRACTICAL SDR ARCHITECTURE  Analog RF Front-End still required:  Digital-analog conversion, DAC/ADC  RF, IF Filtering  Mixing IF   RF  Amplification  Antennas
  • 28. Introduction Methods Results Discussion SDR COCEPT The base-band devices may include general purpose processors (GPP), digital signal processors (DSP) and field programmable gate arrays (FPGA) and are supported by the applications programming interface (API) of the radio software system (Software Common Architecture). The SDR may thusinclude traditional sequential “turing machine” software sequences as well as codedhardware functions that are optimized for the particular desired waveform. (The “software”of the SDR may thus include both traditional program coding as well as logic gate coding.) . Fig: Basic Architecture of a SDR
  • 29. Introduction Methods Results Discussion SOFTWARE COMMON ARCHITECURE “Software communications architecture” (SCA) provides a real-time software operating-system environment to support the dynamic waveform generation and signal processing aspects of a radio . as well as the administrative aspects for radio installation and change control. Such an example of standardized architecture of hardware and software will lead to generic, flexible radio systems which may be loaded with applications to suit particular operating scenarios. SDR may be flexible enough to operate in several modes at the same time and some may be capable of changing or adding modes while continuing operation in other modes. Fig: SCA interfaces used in the SDR design
  • 30. Introduction Methods Results Discussion CORBA (Common Object Request Broker Architecture) CORBA is the Object Management Group’s open architecture that provides the infrastructure for computer applications to work together over a network. CORBA has been chosen as the middleware layer of the Software Communications Architecture, because of the wide commercial availability of CORBA products and its industry acceptance. CORBA is used to provide a cross-platform middleware service that simplifies standardized client/server operations in this distributed environment by hiding the actual communication mechanisms under an Object Request Broker software bus
  • 31. Introduction Methods Results Discussion Tools Available GNU Radio a FOSS development toolkit that provides signal processing blocks to implement software radios. primarily written using the Python and supplied performance-critical signal processing path is implemented in C++ Need hardware antena Interface e.g. Sound interface ,USRP, Phi,Comedi etc.
  • 32. Introduction Methods Results Discussion Tools Available The Universal Software Radio Peripheral (USRP) (USRP) is a device developed by Ettus Research LLC, which turns general purpose computers into flexible SDR plat-forms. Core od USRP is motherboard with four high-speed ADCs and DACs and an Altera Cyclone EP1C12 FPGA. Fig: A rev 3 USRP1 platform, serial #140, with an attached TVRX daughterboard
  • 33. Introduction Methods Results Discussion Indian Software Defined Radio (ISDR) P P-AM P L P R F C 0 D E G Two Section BPF RF-IN Q /2 RF AMP R Q-AMP L P F Q C 90 D E G BLOCK DIAGRAM OF ISDR /2 OSC Q ’ 28.224MHz LO
  • 34. Introduction Methods Results Discussion Indian Software Defined Radio (ISDR) P P-AM P L P R F C 0 D E G Two Section BPF RF-IN Q /2 RF AMP R Q-AMP L P F Q C 90 D E G BLOCK DIAGRAM OF ISDR /2 OSC Q ’ 28.224MHz LO
  • 35. Introduction Methods Results Discussion Applications Of SDR Technology SDR use in public safety SDR use in the military Commercial use of SDR
  • 36. Introduction Methods Results Discussion Benifits Of SDR Technology User benefits Manufacturer benefits Wireless access systems (WAS) including radio local area networks (RLAN) Public protection and disaster relief (PPDR) Interoperability Intelligent transport systems (ITS) Space considerations Power considerations Reconfiguration considerations Amateur and amateur satellite systems Other land mobile systems
  • 37. References [1] Software Defined Radio- A brief overview :Matthew N. O. Sadiku and Cajetan M Akujuobi . IEEE potential OCTOBER/NOVEMBER 2004 [2] Software-defined GPS receiver on USRP-platform : Elizabeth A. Thompson a,n, Nathan Clem a, Isaac Renninger a, Timothy Loos b . Journal of Network and Computer Applications 35 (2012) 1352–1360 [3] Software Defined Radio , Brad Brannon, Analog Devices, Inc. • [4] Software defined radio in the land mobile, amateur and amateur satellite services . [5] A SOFTWARE DEFINED BY RADIO : Nark W. Chamberlain Harris Corporation, RF Communications Division Rochester, New York [6] Introduction to the Software-defined Radio Approach : A. F. B. Selva, A. L. G. Reis, K. G. Lenzi, L. G. P. Meloni, Member, IEEE and S. E. Barbin, Member, IEEE