Implementation of Underwater Channel Emulator (1804) Aaron DeMaio, - - PowerPoint PPT Presentation

implementation of underwater channel emulator 1804
SMART_READER_LITE
LIVE PREVIEW

Implementation of Underwater Channel Emulator (1804) Aaron DeMaio, - - PowerPoint PPT Presentation

Implementation of Underwater Channel Emulator (1804) Aaron DeMaio, Michael Stratton, and Nicholas Gorbenko Advisor: Dr. Peter WIllett Sponsor: The MITRE Corporation Overview Introduction The MITRE Corporation Underwater ACOMMS


slide-1
SLIDE 1

Implementation of Underwater Channel Emulator (1804)

Aaron DeMaio, Michael Stratton, and Nicholas Gorbenko Advisor: Dr. Peter WIllett Sponsor: The MITRE Corporation

slide-2
SLIDE 2

Overview

  • Introduction

○ The MITRE Corporation ○ Underwater ACOMMS

  • Background

○ Current Technology ○ Drawbacks of current methods

  • Channel Emulation

○ What is modeled ○ Main problems

  • Design Plan

○ Basic plan ○ Future plans

  • Timeline
  • Conclusion
slide-3
SLIDE 3

Introduction

  • The MITRE Corporation

○ Manages Federally funded research and development centers ○ Based in Bedford, Massachusetts

  • Underwater acoustic communications (ACOMMS)

○ 71 percent of the earth is covered in water ■ 95 percent unexplored ○ Underwater communication systems have great importance Figure 1: Current Underwater nodal system

slide-4
SLIDE 4

Background

  • Current Technology

○ Radio wave communication ■ Seawater absorbs radio waves ○ Light communication ■ Attenuation in water is great and the signals are easily lost in underwater channels with poor clarity ○ Cables ■ Impractical ■ Easy to disrupt ○ Acoustic Figure 2: Global underwater fiber optic cable network

slide-5
SLIDE 5

Drawbacks of Current Methods

  • Testing on site

○ Costly ○ Environment and channel need to be static

  • RF Emulators

○ Do not work well underwater

  • Pure Software Simulation

○ Cannot test hardware

slide-6
SLIDE 6

Channel Emulation

  • Software Defined Radio System

○ Models time-varying underwater channel and effects in software and hardware ○ Design Platform ■ Based in C++ ■ Uses 3 USRP X310 Software Defined Radios ○ Benefits ■ Cheaper ■ More reliable ■ More closely models underwater channels ■ Modular Figure 3: USRP X310 Software Defined Radio

slide-7
SLIDE 7

Main Underwater Effects

  • Four main problems with underwater channel modeling

○ Path losses due to spreading and absorption ○ Ambient noise ○ Reverberation due to multipath ○ Doppler spreading Figure 4: Multipath reverberation

slide-8
SLIDE 8

Basic Plan

  • Data modulated by BPSK from a laptop and given to the first USRP X310 for

transmission

  • Transmitter USRP sends a signal with a bandwidth of 4kHz carrying the data
  • Second USRP as a transceiver connected to another laptop via. Ethernet

○ Receives data wirelessly from transmitter ○ Transmits data wirelessly to receiver

  • Laptop will process the received signals and add channel effects
  • Final USRP will receive signal and its attached laptop will demodulate the signal

and obtain the data

slide-9
SLIDE 9

Static Channel Response - SNR = -10

slide-10
SLIDE 10

The Setup

*CE = Channel emulator

slide-11
SLIDE 11

Basic Plan (cont.)

  • Creating the channel

○ Code in C++ to model the channel effects ■ Ambient noise modeled with Gaussian Curve ■ Path Losses modeled with spherical spreading ■ Reverberation due to multipath modeled with time-varying response ■ Doppler spreading modeled by adding frequency variations

slide-12
SLIDE 12

Time Varying Channel Response

  • Autoregressive Function can be used to

partially model a time varying system

  • Dictates that the current output is linearly

dependent on the previous outputs with a coefficient

slide-13
SLIDE 13

Checking Data Accuracy

  • How can the validity of the channel simulation be established?

○ Test USRPs in a tub of water, hydrophone used to receive signal ○ Send the same message as above using our channel emulator instead of the tub of water and compare the results ○ Check data efficacy using a pool as well to gather data with increased length of channel ○ Compare the second data set with results of channel emulator

slide-14
SLIDE 14

Fall Timeline

slide-15
SLIDE 15

Spring Timeline

slide-16
SLIDE 16

Budget

  • There is nothing necessary for this project that is not provided

○ USRPs provided by MITRE ○ Hydrophones provided by MITRE ○ Laptops borrowed from UConn ○ Ethernet cables brought from home

slide-17
SLIDE 17

Questions?