SlideShare ist ein Scribd-Unternehmen logo
1 von 37
Downloaden Sie, um offline zu lesen
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

Weitere ähnliche Inhalte

Was ist angesagt?

Diversity Techniques in Wireless Communication
Diversity Techniques in Wireless CommunicationDiversity Techniques in Wireless Communication
Diversity Techniques in Wireless CommunicationSahar Foroughi
 
Ultra wideband technology (UWB)
Ultra wideband technology (UWB)Ultra wideband technology (UWB)
Ultra wideband technology (UWB)Mustafa Khaleel
 
Broadside array vs end fire array
Broadside array vs end fire arrayBroadside array vs end fire array
Broadside array vs end fire arrayAJAL A J
 
System Level 5G Evaluation of GFDM Waveforms in an LTE-A Platform
System Level 5G Evaluation of GFDM Waveforms in an LTE-A PlatformSystem Level 5G Evaluation of GFDM Waveforms in an LTE-A Platform
System Level 5G Evaluation of GFDM Waveforms in an LTE-A PlatformCommunication Systems & Networks
 
Concepts of & cell sectoring and micro cell
Concepts of & cell sectoring and micro cellConcepts of & cell sectoring and micro cell
Concepts of & cell sectoring and micro cellKundan Kumar
 
Code Division Multiple Access
Code Division Multiple AccessCode Division Multiple Access
Code Division Multiple AccessGopinathD17
 
Interference and system capacity
Interference and system capacityInterference and system capacity
Interference and system capacityAJAL A J
 
Abhinav End Sem Presentation Software Defined Radio
Abhinav End Sem Presentation Software Defined RadioAbhinav End Sem Presentation Software Defined Radio
Abhinav End Sem Presentation Software Defined Radioguestad4734
 
Evolution of wireless communication systems (1 G to 5G).
Evolution of wireless communication systems (1 G to 5G).Evolution of wireless communication systems (1 G to 5G).
Evolution of wireless communication systems (1 G to 5G).MANIRAFASHA Cedrick
 

Was ist angesagt? (20)

Multiple Access Techniques
Multiple Access TechniquesMultiple Access Techniques
Multiple Access Techniques
 
Diversity Techniques in Wireless Communication
Diversity Techniques in Wireless CommunicationDiversity Techniques in Wireless Communication
Diversity Techniques in Wireless Communication
 
Cdma2000
Cdma2000Cdma2000
Cdma2000
 
Microwave Antenna
Microwave AntennaMicrowave Antenna
Microwave Antenna
 
Ultra wideband technology (UWB)
Ultra wideband technology (UWB)Ultra wideband technology (UWB)
Ultra wideband technology (UWB)
 
Broadside array vs end fire array
Broadside array vs end fire arrayBroadside array vs end fire array
Broadside array vs end fire array
 
System Level 5G Evaluation of GFDM Waveforms in an LTE-A Platform
System Level 5G Evaluation of GFDM Waveforms in an LTE-A PlatformSystem Level 5G Evaluation of GFDM Waveforms in an LTE-A Platform
System Level 5G Evaluation of GFDM Waveforms in an LTE-A Platform
 
Ultra wide band antenna
Ultra wide band antennaUltra wide band antenna
Ultra wide band antenna
 
Concepts of & cell sectoring and micro cell
Concepts of & cell sectoring and micro cellConcepts of & cell sectoring and micro cell
Concepts of & cell sectoring and micro cell
 
Code Division Multiple Access
Code Division Multiple AccessCode Division Multiple Access
Code Division Multiple Access
 
CDMA
CDMACDMA
CDMA
 
microwave-tubes
 microwave-tubes microwave-tubes
microwave-tubes
 
Cdma
CdmaCdma
Cdma
 
Multiple Access
Multiple AccessMultiple Access
Multiple Access
 
Cognitive Radio
Cognitive RadioCognitive Radio
Cognitive Radio
 
Interference and system capacity
Interference and system capacityInterference and system capacity
Interference and system capacity
 
Final2
Final2Final2
Final2
 
Abhinav End Sem Presentation Software Defined Radio
Abhinav End Sem Presentation Software Defined RadioAbhinav End Sem Presentation Software Defined Radio
Abhinav End Sem Presentation Software Defined Radio
 
FHSS
FHSSFHSS
FHSS
 
Evolution of wireless communication systems (1 G to 5G).
Evolution of wireless communication systems (1 G to 5G).Evolution of wireless communication systems (1 G to 5G).
Evolution of wireless communication systems (1 G to 5G).
 

Ähnlich wie 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
 

Ähnlich wie 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
 
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
 
Sdr seminar
Sdr seminarSdr seminar
Sdr seminar
 
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
 

Kürzlich hochgeladen

SALESFORCE EDUCATION CLOUD | FEXLE SERVICES
SALESFORCE EDUCATION CLOUD | FEXLE SERVICESSALESFORCE EDUCATION CLOUD | FEXLE SERVICES
SALESFORCE EDUCATION CLOUD | FEXLE SERVICESmohitsingh558521
 
A Deep Dive on Passkeys: FIDO Paris Seminar.pptx
A Deep Dive on Passkeys: FIDO Paris Seminar.pptxA Deep Dive on Passkeys: FIDO Paris Seminar.pptx
A Deep Dive on Passkeys: FIDO Paris Seminar.pptxLoriGlavin3
 
"Subclassing and Composition – A Pythonic Tour of Trade-Offs", Hynek Schlawack
"Subclassing and Composition – A Pythonic Tour of Trade-Offs", Hynek Schlawack"Subclassing and Composition – A Pythonic Tour of Trade-Offs", Hynek Schlawack
"Subclassing and Composition – A Pythonic Tour of Trade-Offs", Hynek SchlawackFwdays
 
"ML in Production",Oleksandr Bagan
"ML in Production",Oleksandr Bagan"ML in Production",Oleksandr Bagan
"ML in Production",Oleksandr BaganFwdays
 
Passkey Providers and Enabling Portability: FIDO Paris Seminar.pptx
Passkey Providers and Enabling Portability: FIDO Paris Seminar.pptxPasskey Providers and Enabling Portability: FIDO Paris Seminar.pptx
Passkey Providers and Enabling Portability: FIDO Paris Seminar.pptxLoriGlavin3
 
Gen AI in Business - Global Trends Report 2024.pdf
Gen AI in Business - Global Trends Report 2024.pdfGen AI in Business - Global Trends Report 2024.pdf
Gen AI in Business - Global Trends Report 2024.pdfAddepto
 
How to write a Business Continuity Plan
How to write a Business Continuity PlanHow to write a Business Continuity Plan
How to write a Business Continuity PlanDatabarracks
 
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
 
Take control of your SAP testing with UiPath Test Suite
Take control of your SAP testing with UiPath Test SuiteTake control of your SAP testing with UiPath Test Suite
Take control of your SAP testing with UiPath Test SuiteDianaGray10
 
Advanced Computer Architecture – An Introduction
Advanced Computer Architecture – An IntroductionAdvanced Computer Architecture – An Introduction
Advanced Computer Architecture – An IntroductionDilum Bandara
 
unit 4 immunoblotting technique complete.pptx
unit 4 immunoblotting technique complete.pptxunit 4 immunoblotting technique complete.pptx
unit 4 immunoblotting technique complete.pptxBkGupta21
 
Time Series Foundation Models - current state and future directions
Time Series Foundation Models - current state and future directionsTime Series Foundation Models - current state and future directions
Time Series Foundation Models - current state and future directionsNathaniel Shimoni
 
A Journey Into the Emotions of Software Developers
A Journey Into the Emotions of Software DevelopersA Journey Into the Emotions of Software Developers
A Journey Into the Emotions of Software DevelopersNicole Novielli
 
The Fit for Passkeys for Employee and Consumer Sign-ins: FIDO Paris Seminar.pptx
The Fit for Passkeys for Employee and Consumer Sign-ins: FIDO Paris Seminar.pptxThe Fit for Passkeys for Employee and Consumer Sign-ins: FIDO Paris Seminar.pptx
The Fit for Passkeys for Employee and Consumer Sign-ins: FIDO Paris Seminar.pptxLoriGlavin3
 
Developer Data Modeling Mistakes: From Postgres to NoSQL
Developer Data Modeling Mistakes: From Postgres to NoSQLDeveloper Data Modeling Mistakes: From Postgres to NoSQL
Developer Data Modeling Mistakes: From Postgres to NoSQLScyllaDB
 
What is Artificial Intelligence?????????
What is Artificial Intelligence?????????What is Artificial Intelligence?????????
What is Artificial Intelligence?????????blackmambaettijean
 
Training state-of-the-art general text embedding
Training state-of-the-art general text embeddingTraining state-of-the-art general text embedding
Training state-of-the-art general text embeddingZilliz
 
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
 
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
 
Moving Beyond Passwords: FIDO Paris Seminar.pdf
Moving Beyond Passwords: FIDO Paris Seminar.pdfMoving Beyond Passwords: FIDO Paris Seminar.pdf
Moving Beyond Passwords: FIDO Paris Seminar.pdfLoriGlavin3
 

Kürzlich hochgeladen (20)

SALESFORCE EDUCATION CLOUD | FEXLE SERVICES
SALESFORCE EDUCATION CLOUD | FEXLE SERVICESSALESFORCE EDUCATION CLOUD | FEXLE SERVICES
SALESFORCE EDUCATION CLOUD | FEXLE SERVICES
 
A Deep Dive on Passkeys: FIDO Paris Seminar.pptx
A Deep Dive on Passkeys: FIDO Paris Seminar.pptxA Deep Dive on Passkeys: FIDO Paris Seminar.pptx
A Deep Dive on Passkeys: FIDO Paris Seminar.pptx
 
"Subclassing and Composition – A Pythonic Tour of Trade-Offs", Hynek Schlawack
"Subclassing and Composition – A Pythonic Tour of Trade-Offs", Hynek Schlawack"Subclassing and Composition – A Pythonic Tour of Trade-Offs", Hynek Schlawack
"Subclassing and Composition – A Pythonic Tour of Trade-Offs", Hynek Schlawack
 
"ML in Production",Oleksandr Bagan
"ML in Production",Oleksandr Bagan"ML in Production",Oleksandr Bagan
"ML in Production",Oleksandr Bagan
 
Passkey Providers and Enabling Portability: FIDO Paris Seminar.pptx
Passkey Providers and Enabling Portability: FIDO Paris Seminar.pptxPasskey Providers and Enabling Portability: FIDO Paris Seminar.pptx
Passkey Providers and Enabling Portability: FIDO Paris Seminar.pptx
 
Gen AI in Business - Global Trends Report 2024.pdf
Gen AI in Business - Global Trends Report 2024.pdfGen AI in Business - Global Trends Report 2024.pdf
Gen AI in Business - Global Trends Report 2024.pdf
 
How to write a Business Continuity Plan
How to write a Business Continuity PlanHow to write a Business Continuity Plan
How to write a Business Continuity Plan
 
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
 
Take control of your SAP testing with UiPath Test Suite
Take control of your SAP testing with UiPath Test SuiteTake control of your SAP testing with UiPath Test Suite
Take control of your SAP testing with UiPath Test Suite
 
Advanced Computer Architecture – An Introduction
Advanced Computer Architecture – An IntroductionAdvanced Computer Architecture – An Introduction
Advanced Computer Architecture – An Introduction
 
unit 4 immunoblotting technique complete.pptx
unit 4 immunoblotting technique complete.pptxunit 4 immunoblotting technique complete.pptx
unit 4 immunoblotting technique complete.pptx
 
Time Series Foundation Models - current state and future directions
Time Series Foundation Models - current state and future directionsTime Series Foundation Models - current state and future directions
Time Series Foundation Models - current state and future directions
 
A Journey Into the Emotions of Software Developers
A Journey Into the Emotions of Software DevelopersA Journey Into the Emotions of Software Developers
A Journey Into the Emotions of Software Developers
 
The Fit for Passkeys for Employee and Consumer Sign-ins: FIDO Paris Seminar.pptx
The Fit for Passkeys for Employee and Consumer Sign-ins: FIDO Paris Seminar.pptxThe Fit for Passkeys for Employee and Consumer Sign-ins: FIDO Paris Seminar.pptx
The Fit for Passkeys for Employee and Consumer Sign-ins: FIDO Paris Seminar.pptx
 
Developer Data Modeling Mistakes: From Postgres to NoSQL
Developer Data Modeling Mistakes: From Postgres to NoSQLDeveloper Data Modeling Mistakes: From Postgres to NoSQL
Developer Data Modeling Mistakes: From Postgres to NoSQL
 
What is Artificial Intelligence?????????
What is Artificial Intelligence?????????What is Artificial Intelligence?????????
What is Artificial Intelligence?????????
 
Training state-of-the-art general text embedding
Training state-of-the-art general text embeddingTraining state-of-the-art general text embedding
Training state-of-the-art general text embedding
 
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
 
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.
 
Moving Beyond Passwords: FIDO Paris Seminar.pdf
Moving Beyond Passwords: FIDO Paris Seminar.pdfMoving Beyond Passwords: FIDO Paris Seminar.pdf
Moving Beyond Passwords: FIDO Paris Seminar.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