sam parrotte joshua young jason hernandez november 19 th 2013 1

21
Sam Parrotte Joshua Young Jason Hernandez November 19 th 2013 Digital Modulation and Data Transfer 1

Upload: arielle-owens

Post on 11-Dec-2015

214 views

Category:

Documents


1 download

TRANSCRIPT

Page 1: Sam Parrotte Joshua Young Jason Hernandez November 19 th 2013 1

1

Sam ParrotteJoshua Young

Jason Hernandez

November 19th 2013

Digital Modulation and Data Transfer

Page 2: Sam Parrotte Joshua Young Jason Hernandez November 19 th 2013 1

2

1. What is Digital Modulation?2. Why use it?3. How is it related to Embedded

Systems?4. Sample Forms of Digital

Modulation5. Ethernet

Overview

Page 3: Sam Parrotte Joshua Young Jason Hernandez November 19 th 2013 1

3

Process of using an analog carrier signal to contain discrete information Digital-to-analog modulation of data Analog-to-digital demodulation of carrier

Analog Modulation vs. Digital Modulation Similar: Manipulates a carrier wave to transmit data Different: Digital has a finite number of states the carrier will be in

=> often known as keying

What is Digital Modulation

http://www.mathworks.com/matlabcentral/fx_files/30580/1/ASK.jpg

Page 5: Sam Parrotte Joshua Young Jason Hernandez November 19 th 2013 1

5

Why Modulate Digital Information?

http://www.ghielectronics.com/img/www/products/381-0_small.jpg

• Demodulation techniques offer beneficial recovery abilities

• Multiple parties share mediums to communicate information

Commonly shared mediums:o Cableo Air

Page 7: Sam Parrotte Joshua Young Jason Hernandez November 19 th 2013 1

7

http://www.siemon.com/us/white_papers/images/05-02-17_wifi_why_for_us-freq-allocations-chart_big.jpg

Page 8: Sam Parrotte Joshua Young Jason Hernandez November 19 th 2013 1

8

Router Access Send information to a server Interact with Wifi devices

Direct communicationbetween devices When sending high data rates When multiple devices share

a medium

Commercial RF Product Can’t use predesigned boards Must understand individual

components

Why is this important for Embedded Systems?

http://www.atmel.com/Images/Atmel-42097-WIRELESS-AT02876-REB212BSMA-Hardware-User-Manual_Application-Note.pdf

Page 9: Sam Parrotte Joshua Young Jason Hernandez November 19 th 2013 1

9

Types of Modulation

Page 10: Sam Parrotte Joshua Young Jason Hernandez November 19 th 2013 1

10

FSK - Frequency Shift Keying

http://www.mathworks.com/matlabcentral/fx_files/30581/1/FSK.jpg

Uses:• Caller ID• 3G• Dial up Modem

Page 11: Sam Parrotte Joshua Young Jason Hernandez November 19 th 2013 1

11

ASK - Amplitude Shift Keying

http://www.mathworks.com/matlabcentral/fx_files/30580/1/ASK.jpg

Uses:• Optical Fiber• Laser Communication• Short distance RF

Page 13: Sam Parrotte Joshua Young Jason Hernandez November 19 th 2013 1

13

QPSK - Quadrature Phase Shift Keying

http://www.st-andrews.ac.uk/~www_pa/Scots_Guide/RadCom/part19/fig6.gif

Page 14: Sam Parrotte Joshua Young Jason Hernandez November 19 th 2013 1

14

QAM - Quadrature Amplitude Modulation

● 16 States

● 4 Bits/Period (4^2 = 16)

● Utilizes both Amplitude and phasehttp://en.wikipedia.org/wiki/File:16QAM_Gray_Coded.svg

http://www.answers.com/topic/qam-television

Page 15: Sam Parrotte Joshua Young Jason Hernandez November 19 th 2013 1

15

PAM - Pulse Amplitude Modulation

Transmission:PAM Signal = Carrier Waveform x Digital pulses

Reception:Digital Data (in pulses) =

PAM Signal / Carrier Waveform

http://vsagar.com/wp-content/uploads/2011/12/image63.png

Uses:• Ethernet

Page 16: Sam Parrotte Joshua Young Jason Hernandez November 19 th 2013 1

Ethernet in Digital Modulation

Page 17: Sam Parrotte Joshua Young Jason Hernandez November 19 th 2013 1

17

Contains twisted pairs to limit amount of induced noise

Various Ethernet types, speeds from 10 Mbit/s up to 100 Gbit/s

Ethernet

http://randythetechprofessor.com/do-you-have-cable-confusion

http://techpubs.sgi.com/library/tpl/cgi-bin/getdoc.cgi/0650/bks/SGI_Admin/books/IA_NetwkMail/sgi_html/ch01.html

Page 18: Sam Parrotte Joshua Young Jason Hernandez November 19 th 2013 1

18

4 sets of twisted pair connections

Transmit/Receive pairs

Data sent in “packets” also called “Ethernet Frames”

Overview of Ethernet

http://www.iprobot.net/uncategorized/network-cables/

http://www.doc.ic.ac.uk/~nd/surprise_97/journal/vol4/mhl/giga.html

Page 19: Sam Parrotte Joshua Young Jason Hernandez November 19 th 2013 1

19

Most common Ethernet interfaces use PAM-5(10BASE-T, 100BASE-TX)

5 voltage levels for modulation[-2, -1, 0 , 1 , 2]

10GBASE-T uses PAM-16 (DSQ128) for modulation

PAM in Ethernet

http://ecee.colorado.edu/~ecen4242/ethernet/ethernet.html

http://www.rwmonline.org/Metrotek/SC/s2p9_frameset.htm

Page 20: Sam Parrotte Joshua Young Jason Hernandez November 19 th 2013 1

20

Digital Modulation is the process of modulating a discrete signal in an analog one

Carrier signals are useful where a bus may not be practical or possible

Digital modulation is widely used in many forms of electromagnetic communication

In Conclusion…