United Arab Emirates University College of Engineering Graduation Projects Unit - PowerPoint PPT Presentation

1 / 79
About This Presentation
Title:

United Arab Emirates University College of Engineering Graduation Projects Unit

Description:

The Biphase modulation showed the lowest BER ... MATLAB was used to solve the pervious equation to determine Pe. A range of SNR values were used ... – PowerPoint PPT presentation

Number of Views:253
Avg rating:3.0/5.0
Slides: 80
Provided by: enggU8
Category:

less

Transcript and Presenter's Notes

Title: United Arab Emirates University College of Engineering Graduation Projects Unit


1
United Arab Emirates UniversityCollege of
EngineeringGraduation Projects Unit
Ultra-Wideband PHY/MAC
  • Presented By ID
  • Ali Omar 20000 5343
  • Moaz Al-Ibrahim 200001488
  • Nader Al-Ghazu 200101780
  • Advisor
  • Dr. Mohamed Abdul Hafez
  • Coordinator
  • Dr. Mohamed Younes

2
Outline
  • Introduction
  • GP I Overview
  • Multi-User UWB System
  • System Description
  • Theoretical analyses
  • Simulation Results
  • Design Issue
  • WLAN Interference
  • MAC Layer
  • Conclusion

3
Outline
  • Introduction
  • GP I Overview
  • Multi-User UWB System
  • System Description
  • Theoretical analyses
  • Simulation Results
  • Design Issue
  • WLAN Interference
  • MAC Layer
  • Conclusion

Introduction
4
Wireless Technology
Introduction
  • Importance of Wireless Communication
  • Wireless Demand
  • High capacity
  • Secure
  • Coexistence
  • Place in Radio Frequency Spectrum

5
Crowded RF
Introduction
6
Solution is UWB
Introduction
  • How?
  • Low power wide frequency range
  • Results
  • Coexist with the current systems
  • No interference
  • Avoid expensive licenses

7
UWB Concept
Introduction
  • Very narrow pulses
  • Large Bandwidth low power

8
UWB Advantages
Introduction
  • Frequency Spectrum Sharing
  • Large Channel Capacity
  • Work with low SNR

9
UWB Advantages
Introduction
  • Simple transceiver architecture
  • Resistance to jamming
  • Low probability of intercept detection

10
GP1 Overview
Introduction
  • Simulation environment for single user
  • The effect of pulse shape and the modulation
    scheme on BER were all studied
  • As a result
  • The Biphase modulation showed the lowest BER
  • The second derivative Gaussian pulse showed
    better results at high values of SNR

11
Outline
  • Introduction
  • GP I Overview
  • Multi-User UWB System
  • System Description
  • Theoretical analyses
  • Simulation Results
  • Design Issue
  • WLAN Interference
  • MAC Layer
  • Conclusion

Multi-User UWB System
12
UWB Multi-User
Multi-User UWB System
  • Multi-user communication techniques
  • System Description
  • Theoretical Derivation
  • Multi-user Simulation Environment

13
Multi-User Techniques
Multi-User UWB System
  • Share same media by different user
  • Techniques
  • TDMA Time Division Multiple Access
  • FDMA Frequency Division Multiple Access
  • CDMA Code Division Multiple Access

14
TDMA
Multi-User UWB System
  • The sent data is divided into time frames
  • Each frame is divided into smaller fragments for
    different users

15
FDMA
Multi-User UWB System
  • The frequency spectrum is divided into several
    slots
  • Each user occupies a different channel

16
CDMA
Multi-User UWB System
  • Each user uses a special orthogonal code
  • All signals are sent together at the same time
    and frequency

17
System Description
Multi-User UWB System
  • The UWB system consists of
  • n users distributed randomly
  • Different power attenuation
  • Random delays for different users
  • Sources produce binary sequence equally likely
  • Impulse response of the multi path free channel
    between user n and the receiver

18
System Description
Multi-User UWB System
19
Theoretical
Multi-User UWB System
  • The theoretical model created by deriving the
    equations for the probability of error

20
Theoretical
Multi-User UWB System
  • Final equation for theoretical BER

21
Theoretical
Multi-User UWB System
  • MATLAB was used to solve the pervious equation to
    determine Pe
  • A range of SNR values were used
  • The calculation was done for different number of
    users
  • 5 users
  • 20 users
  • 50 users

22
Numerical Result
Multi-User UWB System
  • Different Modulation, Fix user

23
Numerical Result
Multi-User UWB System
  • Biphase Modulation, Different user

24
Numerical Result
Multi-User UWB System
  • PPM Modulation, Different user

25
Numerical Result
Multi-User UWB System
  • Different Modulation, Different user

26
Simulation Results
Multi-User UWB System
  • Simulation environment was created by MATLAB
  • It models the UWB mutli-user system
  • It consist of a main loop that calls different
    functions

27
Simulation Results
Multi-User UWB System
28
Simulation Results
Multi-User UWB System
  • The main_UWB_multiuser file
  • Calculates
  • Pe for a range of SNR values
  • Pe for different numbers of users and a fixed SNR
  • Pe for a variable distance
  • Pe for different delay factors (a).

29
Simulation Results
Multi-User UWB System
  • The generate_data function
  • Generate a sequence of random binary data for
    each user
  • The random seed is reset
  • A flag of ones added

1 1 1 0 1 0 0 1 0 0 1 1 0 1 1 1 0 0 1 0 0 0 1 1
0 1 1 1 1 0 1 0 0 1 0 0 1 1 0 1 1 1 0 0 1 0 0 0
1 1 0 1
30
Simulation Results
Multi-User UWB System
  • The generate_pulse function
  • Generates a second derivative Gaussian pulse
  • Specified number of samples
  • According to the IEEE standards
  • Pulse duration 0.7 ns
  • Shaping factor 0.277 n
  • Then the pulse energy is normalized

31
Simulation Results
Multi-User UWB System
  • The multi_modulation function
  • It modulates data using either Biphase or PPM
    modulation schemes
  • TDMA is used to share the channel
  • For different users
  • Different delays
  • Different transmitting powers

32
Simulation Results
Multi-User UWB System
33
Delay
Multi-User UWB System
34
Delay
Multi-User UWB System
35
Powers
Multi-User UWB System
36
Simulation Results
Multi-User UWB System
  • The gauss_channel function
  • This function simulates an AWAGN channel
  • The noise power is calculated from the SNR
  • White Gaussian noise is generated and added to
    the transmitted signals

37
Multi-User UWB System
SNR 20 dB
38
Multi-User UWB System
SNR 10 dB
39
Simulation Results
Multi-User UWB System
  • The multi_receiver function
  • It simulates a coherent correlation receiver
  • It demodulates the desired user data
  • Perfect synchronization.
  • The received data is compared with the
    transmitted data, Pe is calculated
  • Loop ? Average ? Plot Results

40
Simulation Results
Multi-User UWB System
41
Simulation Results
Multi-User UWB System
42
Outline
  • Introduction
  • GP I Overview
  • Multi-User UWB System
  • System Description
  • Theoretical analyses
  • Simulation Results
  • Design Issue
  • WLAN Interference
  • MAC Layer
  • Conclusion

Design Issue
43
Design Issues
Design Issue
  • The performance of the UWB vs distance
  • The scenario
  • 3m x 4m room
  • Randomly distributed nodes
  • The desired user moves from
  • Receiver ? Room corner
  • 0 m ? 2.5 m
  • Different numbers of users
  • SNR 1dB

44
The Room
Design Issue
45
Free Space Model
Design Issue
  • The Pe for was calculated verses the distance
  • The power received free space model

46
Results
Design Issue
47
Results
Design Issue
48
Results
Design Issue
49
Results
Design Issue
50
Results
Design Issue
  • The system show better performance at
  • Smaller distances
  • Fewer number of MUI
  • At small distances
  • MUI effect on Pe gt Distance effect
  • At larger distance
  • MUI effect lt Distance effect

51
Outline
  • Introduction
  • GP I Overview
  • Multi-User UWB System
  • System Description
  • Theoretical analyses
  • Simulation Results
  • Design Issue
  • WLAN Interference
  • MAC Layer
  • Conclusion

WLAN Interference
52
Co-existence of IEEE 802.11a WLAN with UWB
WLAN Interference
  • Outline
  • Co-existence scenario
  • Theoretical derivation
  • Design results

53
The IEEE 802.11a WLAN
WLAN Interference
54
The IEEE 802.11a WLAN
WLAN Interference
  • The scenario

55
Theoretical derivation
WLAN Interference
  • The victim receiver experienced a total
    interference power due to the UWB devices given
    by

56
Theoretical derivation
WLAN Interference
  • The SINR at the victim receiver is defined by

57
Theoretical derivation
WLAN Interference
  • The total amount of UWB interference
    corresponding to an M dB degradation can be
    deduced such that

58
Theoretical derivation
WLAN Interference
59
Design Results
WLAN Interference
60
Design Results
WLAN Interference
61
Design Results
WLAN Interference
  • The signal decreases with an increase in the
    distance between the user and the access point.
  • SNR decreases because the noise is constant and
    the signal is decreasing

62
Design Results
WLAN Interference
63
Design Results
WLAN Interference
64
Design Results
WLAN Interference
65
Design Results
WLAN Interference
66
Outline
  • Introduction
  • GP I Overview
  • Multi-User UWB System
  • System Description
  • Theoretical analyses
  • Simulation Results
  • Design Issue
  • WLAN Interference
  • MAC Layer
  • Conclusion

MAC Layer
67
The MAC Layer
MAC Layer
  • The Media Access Control (MAC) is a sub-layer
    part of the part of the seven-layer OSI model
    data link
  • It provides addressing channel access control
    that makes it possible for several terminals to
    communicate within a network

68
MAC Layer
69
MAC Layer
MAC Layer
  • The MAC layer provides an addressing mechanism
    called physical address or MAC address
  • This is a unique serial number assigned to each
    network adapter
  • It makes it possible to deliver data packets to a
    destination within a subnetwork

70
UWB MAC Requirements
MAC Layer
  • The UWB system
  • Short pulses
  • Short range
  • High speed
  • This criteria should be considered in selecting a
    MAC technique

71
System Selection
MAC Layer
  • There are two types of systems
  • Personal Networks systems
  • Sensor Network Systems

72
MAC Protocol
MAC Layer
  • IEEE 802.15.3 protocol is design for the short
    period pulse
  • A piconet is controlled by a master called the
    Piconet Controller
  • PNC which grants accesses to the medium using
    TDMA

73
Bluetooth IEEE 802.15.3
MAC Layer
74
Design Based on Packet Collision
MAC Layer
  • Packet inter-arrival process follows a Poisson
    distribution
  • Each packet contains a set of pulses
  • Probability that one or more pulses will collide
    with the useful pulse

75
Results
MAC Layer
76
Outline
  • Introduction
  • GP I Overview
  • Multi-User UWB System
  • System Description
  • Theoretical analyses
  • Simulation Results
  • Design Issue
  • WLAN Interference
  • MAC Layer
  • Conclusion

Conclusion
77
Conclusion
Conclusion
  • In this project, the UWB communication system was
    studied and analyzed
  • The concept, background and GP1 results were
    reviewed
  • Then the UWB multi-user system
  • Numerically analyzed
  • Simulated using MATLAB (TDMA, second derivative
    Gaussian pulse, PPM Biphase modulations)

78
Conclusion
Conclusion
  • The effect of distance was analyzed and simulated
  • Co-existence of WLAN 802.11a with UWB devices
  • The effect of UWB on the data rate
  • The effect on Coverage area
  • The suitable MAC protocol for UWB multi-user
    system was demonstrated
  • The effect of number of active users
  • The effect of packet duration

79
Thank you for listening
Questions?
Write a Comment
User Comments (0)
About PowerShow.com