Analog/Digital Communications Primer

Size: px
Start display at page:

Download "Analog/Digital Communications Primer"

Transcription

1 for Amaeur Radio Virginia Polyechnic Insiue & Sae Universiy March 19, 2013

2 # include <liquid / liquid.h> //... in main() { floa kf = 0.1f; // modulaion facor liquid_freqdem_ype ype = LIQUID_FREQDEM_DELAYCONJ; // creae modulaor/demodulaor objecs freqmod fmod = freqmod_creae(kf); freqdem fdem = freqdem_creae(kf, ype); floa m; floa complex s; floa y; // inpu message // modulaed signal // oupu/demodulaed message // repea as necessary { // modulae signal freqmod_modulae(fmod, m, &s); } // demodulae signal freqdem_demodulae(fdem, s, &y); } // clean up objecs freqmod_desroy(fmod); freqdem_desroy(fdem);

3 inroducion abou your presener wha we all should ge from his presenaion brief inroducion o analog communicaions (AM/FM) brief inroducion o digial communicaions sofware-defined radio why I joined in amaeur radio

4 fourier ransform definiion X (f ) = x()e j2πf d Time domain x() Frequency domain X (f ) x() = X (f )e j2πf df We can hink of he Fourier Transform and he Inverse Fourier Transform as he means for moving beween he ime and frequency domains Noe ha no informaion is los in he ransformaion Boh are equivalen represenaions of a signal

5 fourier ransform example: cos(2πf 0) g() G(f ) 1 2 δ(f + f 0) 1 2 δ(f + f 0 ) f g() = cos(2πf 0 ) G(f ) = 1 2 δ(f + f 0) δ(f f 0) Noes: g() has even symmery G(f ) is purely real.

6 analog communicaions inro o modulaion In general ime-varying modulaion of a sinusoid can be wrien as ( ) s() = A() cos 2πf c + θ() fc is he nominal carrier frequency A() is he ime-varying ampliude θ() is he ime-varying phase s(), unmodulaed carrier

7 ampliude modulaion specrum of double side-band ransmied carrier AM m() M(f ) f

8 ampliude modulaion specrum of double side-band ransmied carrier AM m() M(f ) 1 + k am() δ(f ) + k am(f ) f f

9 ampliude modulaion specrum of double side-band ransmied carrier AM m() M(f ) 1 + k am() δ(f ) + k am(f ) f s() = [1 + k am()] cos(2πf c ) f S(f ) f c f c f

10 ampliude modulaion double side-band ransmied carrier AM m(), message signal s() = A c [1 + k am()] cos(2πf c ) S(f ) f c f c f

11 ampliude modulaion double side-band suppressed carrier AM m(), message signal s() = A c m() cos(2πf c ) S(f ) = Ac 2 Ac M(f + fc ) + M(f fc ) 2 f c f c f

12 ampliude modulaion single side-band AM M(f ), message signal f BPF S(f ), modulaed message f c f c f S(f ), single side-band f c f c f

13 frequency modulaion inroducion We can ransmi informaion m() by varying he angle θ i () of a carrier Phase Modulaion (PM) The phase of he carrier is varied linearly wih m() θ i () = 2πf c + k pm() s() = A c cos(2πf c + k pm()) Frequency Modulaion (FM) The frequency of he carrier is varied linearly wih m() f i () = f c + k f m() θ i () = 2πf c + 2πk f 0 m(τ)dτ s() = A c cos 2πf c + 2πk f 0 m(τ)dτ

14 frequency modulaion ampliude vs. frequency modulaion m(), message signal s(), DSB AM s(), FM

15 band-pass digial binary band-pass modulaion Three forms of signaling... Inpu Daa Ampliudeshif keying Phase-shif keying Frequencyshif keying

16 band-pass digial M = 4 (2-bi) band-pass modulaion Exend binary o include more daa... Inpu Daa Ampliudeshif keying Phase-shif keying Frequencyshif keying

17 M-ary level modulaion M-ary ampliude-shif keying (ASK) Inpu Daa Ampliudeshif keying 0 symbol A c sin (2πf c) symbol 01 s() = 0.8 A c sin (2πf c) symbol A c sin (2πf c) symbol 11 Similar o on-off keying Specrum conains a line componen a f = f c Does no need coheren deecor

18 M-ary level modulaion 2-level ampliude-shif keying (2-ASK)

19 M-ary level modulaion 4-level ampliude-shif keying (4-ASK)

20 M-ary level modulaion M-ary phase-shif keying (PSK) Inpu Daa Phase-shif keying +A c sin (2πf c) symbol 00 +A c cos (2πf c) symbol 01 s() = A c sin (2πf c) symbol 10 A c cos (2πf c) symbol 11 Similar o analog QAM Specrum conains no line componens Does need coheren deecor

21 M-ary level modulaion M-ary phase-shif keying (PSK) In general, M-ary PSK signals can be wrien as 2 s() = cos(2πf c + θ m) T s where θ m = 2π (m 1) m = 0, 1, 2,, M 1 M imag imag 10 imag M = 2 0 real 01 M = 4 00 real 001 M = real

22 M-ary level modulaion 2-level phase-shif keying (2-PSK)

23 M-ary level modulaion 4-level phase-shif keying (4-PSK)

24 M-ary level modulaion M-ary quadraure ampliude modulaion (M-QAM) In general we may arbirarily modulae boh ampliude and phase: s() = a m 2 T s cos(2πf c) + b m 2 T s sin(2πf c) 0 < T s Q 16-QAM Q 64-QAM I I

25 M-ary level modulaion 64 quadraure ampliude modulaion (64-QAM) Q 64-QAM I

26 Digial Communicaions 16-QAM, High SNR 16-QAM Quadraure In-phase (cosine), quadraure (sine) Each of 16 symbols represens 4 unique bi sequences (16 = 2 4 ) High raio of signal energy o noise energy (SNR) Low probabiliy of error (good!) In-phase

27 Digial Communicaions 16-QAM, Low SNR 16-QAM Quadraure SNR degrades Received sample poins no confined o wihin heir bins Probabiliy of error increases (bad!) In-phase

28 Digial Communicaions QPSK, Low SNR Quadraure QPSK In-phase Fall back o lower modulaion scheme Each of 4 symbols represens only 2 unique bi sequences (4 = 2 2 ) Probabiliy of error again reduced...bu a he expense of lower daa rae

29 M-ary level modulaion M-ary frequency-shif keying (FSK) Inpu Daa Frequencyshif keying A c cos (2πf 0) symbol 00 A c cos (2πf 1) symbol 01 s() = A c cos (2πf 2) symbol 10 A c cos (2πf 3) symbol 11 Similar o analog FM Specrum conains line componens a f = f 0, f 1, f 2, f 3 Unlike ASK and PSK, FSK increases bandwidh

30 M-ary level modulaion 2-level frequency-shif keying (2-FSK)

31 M-ary level modulaion 4-level frequency-shif keying (4-FSK)

32 sofware-defined radios wha is SDR? radiional radio design sofware radio design floa mod_index = 0.1f; // modulaion index in sc = 1; // suppress carrier? liquid_modem_amype ype = LIQUID_MODEM_AM_DSB; // creae/iniialize auomaic gain conrol agc_rrrf agc = agc_rrrf_creae(); // creae AM demodulaor objec ampmodem demod = ampmodem_creae(mod_index,ype,sc); // run demodulaor while (devices.rf.daa_availble()) { // pull inpu sample and apply gain conrol agc_rrrf_execue(agc, devices.rf.daa(), &y); // demodulae signal floa y; ampmodem_demodulae(demod, x, &y); } // push demodulaed oupu o sound ou device devices.sound.push(y); // desroy objecs agc_crcf_desroy(agc); ampmodem_desroy(demod);

33 sofware-defined radios arbirary linear consellaions Q Q Q I I I Q Q 0 Q I I I

34 numerically-conrolled oscillaor phase-locked loop real Sample Index inpu nco # include <liquid / liquid.h> //... in main() { // creae x/rx nco objecs nco_crcf nco_x = nco_crcf_creae(liquid_vco); nco_crcf nco_rx = nco_crcf_creae(liquid_vco); //... iniialize objecs... imag Sample Index inpu nco floa complex * x; unsigned in i; // loop as necessary { // generae complex sinusoid nco_crcf_cexpf(nco_x, &x[i]); // compue phase error floa dphi = nco_crcf_ge_phase(nco_x) - nco_crcf_ge_phase(nco_rx); phase error [radians] } // updae pll and nco objecs nco_crcf_pll_sep(nco_rx, dphi); nco_crcf_sep(nco_x); nco_crcf_sep(nco_rx); Sample Index } // desry nco objec nco_crcf_desroy(nco_x); nco_crcf_desroy(nco_rx);

35 arbirary filer design recursive/non-recursive Power Specral Densiy [db] Power Specral Densiy [db] G(ω) H(ω) Normalized Frequency Normalized Frequency, ω/2π Power Specral Densiy [db] Normalized Frequency arbirary non-recursive filer design (Parks-McClellan) improved square-roo Nyquis filers recursive filer design: Buerworh, Chebyshev-I/II, ellipic, Bessel

36 high-level communicaions srucures mulicarrier: OFDM (ofdmflexframe) header payload S0 S0... S1 H0 H1... P0 P1... P(n-1) ime guard band specral null pilo subcarrier Fs 0 Fs frequency fully configurable (like wih flexframe srucure) addiionally configurable subcarrier allocaion capable of noching specrum

37 high-level communicaions srucures mulicarrier: OFDM (ofdmflexframe), acual ransmission

38 high-level communicaions srucures mulicarrier: OFDM (ofdmflexframe), acual recepion

39 Resources websie: hp://ganymede.ece.v.edu projec: hp://gihub.com/jgaedder/liquid-dsp

Principles of Communications

Principles of Communications Sae Key Lab. on ISN, Xidian Universiy Principles of Communicaions Chaper VI: Elemenary Digial Modulaion Sysem Email: ychwang@mail.xidian.edu.cn Xidian Universiy Sae Key Lab. on ISN December 13, 2013 Sae

More information

UNIT IV DIGITAL MODULATION SCHEME

UNIT IV DIGITAL MODULATION SCHEME UNI IV DIGIAL MODULAION SCHEME Geomeric Represenaion of Signals Ojecive: o represen any se of M energy signals {s i (} as linear cominaions of N orhogonal asis funcions, where N M Real value energy signals

More information

Wrap Up. Fourier Transform Sampling, Modulation, Filtering Noise and the Digital Abstraction Binary signaling model and Shannon Capacity

Wrap Up. Fourier Transform Sampling, Modulation, Filtering Noise and the Digital Abstraction Binary signaling model and Shannon Capacity Wrap Up Fourier ransorm Sampling, Modulaion, Filering Noise and he Digial Absracion Binary signaling model and Shannon Capaciy Copyrigh 27 by M.H. Perro All righs reserved. M.H. Perro 27 Wrap Up, Slide

More information

Passband Data Transmission I References Phase-shift keying Chapter , S. Haykin, Communication Systems, Wiley. G.1

Passband Data Transmission I References Phase-shift keying Chapter , S. Haykin, Communication Systems, Wiley. G.1 Passand Daa ransmission I References Phase-shif keying Chaper 4.-4.3, S. Haykin, Communicaion Sysems, Wiley. G. Inroducion Inroducion In aseand pulse ransmission, a daa sream represened in he form of a

More information

Chapter 2 Introduction: From Phase-Locked Loop to Costas Loop

Chapter 2 Introduction: From Phase-Locked Loop to Costas Loop Chaper 2 Inroducion: From Phase-Locked Loop o Cosas Loop The Cosas loop can be considered an exended version of he phase-locked loop (PLL). The PLL has been invened in 932 by French engineer Henri de Belleszice

More information

Communications II Lecture 7: Performance of digital modulation

Communications II Lecture 7: Performance of digital modulation Communicaions II Lecure 7: Performance of digial modulaion Professor Kin K. Leung EEE and Compuing Deparmens Imperial College London Copyrigh reserved Ouline Digial modulaion and demodulaion Error probabiliy

More information

Passband Data Transmission II References Frequency-shift keying Chapter 6.5, S. Haykin, Communication Systems, Wiley. H.1

Passband Data Transmission II References Frequency-shift keying Chapter 6.5, S. Haykin, Communication Systems, Wiley. H.1 Passand Daa ransmission II Reerences Frequency-shi keying Chaper 6.5, S. Haykin, Communicaion Sysems, Wiley. H. Inroducion Inroducion PSK and QAM are linear modulaion FSK is a nonlinear modulaion Similar

More information

Chapter 4: Angle Modulation

Chapter 4: Angle Modulation Tes 2 Review Tes 2 Review Professor Deepa Kundur Universiy of Torono Reference: Secions: 4.1, 4.2, 4.3, 4.4, 4.6, 4.7, 4.8 of 5.1, 5.2, 5.3, 5.4, 5.5 6.1, 6.2, 6.3, 6.4, 6.5, 6.6 S. Haykin and M. Moher,

More information

Chapter 4: Angle Modulation

Chapter 4: Angle Modulation Tes 2 Review Tes 2 Review Professor Deepa Kundur Universiy of Torono Reference: Secions: 4.1, 4.2, 4.3, 4.4, 4.6, 4.7, 4.8 of 5.1, 5.2, 5.3, 5.4, 5.5 6.1, 6.2, 6.3, 6.4, 6.5, 6.6 S. Haykin and M. Moher,

More information

EECS 380: Wireless Communications Weeks 5-6

EECS 380: Wireless Communications Weeks 5-6 EECS 380: Wireless Communicaions Weeks 5-6 Michael L. Honig Norhwesern Universiy April 2018 1 Why Digial Communicaions? 1G (analog) à 2G (digial) à 3G (digial) Digiized voice requires abou 64 kbps, herefore

More information

Chapter 14: Bandpass Digital Transmission. A. Bruce Carlson Paul B. Crilly 2010 The McGraw-Hill Companies

Chapter 14: Bandpass Digital Transmission. A. Bruce Carlson Paul B. Crilly 2010 The McGraw-Hill Companies Communicaion Sysems, 5e Chaper 4: Bandpass Digial Transmission A. Bruce Carlson Paul B. Crilly The McGraw-Hill Companies Chaper 4: Bandpass Digial Transmission Digial CW modulaion Coheren binary sysems

More information

Modulation exercises. Chapter 3

Modulation exercises. Chapter 3 Chaper 3 Modulaion exercises Each problem is annoaed wih he leer E, T, C which sands for exercise, requires some hough, requires some concepualizaion. Problems labeled E are usually mechanical, hose labeled

More information

Communication Systems. Communication Systems

Communication Systems. Communication Systems Communicaion Sysems Analog communicaion Transmi and receive analog waveforms Ampliude Modulaion (AM Phase Modulaion (PM Freq. Modulaion (FM Quadraure Ampliude Modulaion (QAM Pulse Ampliude Modulaion (PAM

More information

Chapter 2 Summary: Continuous-Wave Modulation. Belkacem Derras

Chapter 2 Summary: Continuous-Wave Modulation. Belkacem Derras ECEN 44 Communicaion Theory Chaper Summary: Coninuous-Wave Modulaion.1 Modulaion Modulaion is a process in which a parameer of a carrier waveform is varied in accordance wih a given message (baseband)

More information

ECE ANALOG COMMUNICATIONS - INVESTIGATION 7 INTRODUCTION TO AMPLITUDE MODULATION - PART II

ECE ANALOG COMMUNICATIONS - INVESTIGATION 7 INTRODUCTION TO AMPLITUDE MODULATION - PART II ECE 405 - ANALOG COMMUNICATIONS - INVESTIGATION 7 INTRODUCTION TO AMPLITUDE MODULATION - PART II FALL 2005 A.P. FELZER To do "well" on his invesigaion you mus no only ge he righ answers bu mus also do

More information

Receiver Architectures

Receiver Architectures 27/Dec/26 1 Receiver Archiecures Image-Rejec Receivers Shif-by-9 o For narrowband signal: sin cos +j /2 +j (a) T / 4 X = j j /2 G( ) = j sgn( ) 1/2 (b) Figure 5.23 Shif by 9 o in (a) ime and (b) frequency

More information

Solution of ECE 342 Test 2 S12

Solution of ECE 342 Test 2 S12 Soluion of ECE 342 Tes 2 S2. All quesions regarding superheerodyne receivers refer o his diagram. x c () Anenna B T < B RF < 2 f B = B T Oher Signals f c Mixer f Baseband x RFi RF () x RFo () () () x i

More information

Lecture 11. Digital Transmission Fundamentals

Lecture 11. Digital Transmission Fundamentals CS4/MSc Compuer Neworking Lecure 11 Digial Transmission Fundamenals Compuer Neworking, Copyrigh Universiy of Edinburgh 2005 Digial Transmission Fundamenals Neworks consruced ou of Links or ransmission

More information

LECTURE 1 CMOS PHASE LOCKED LOOPS

LECTURE 1 CMOS PHASE LOCKED LOOPS Lecure 01 (8/9/18) Page 1-1 Objecive LECTURE 1 CMOS PHASE LOCKED LOOPS OVERVIEW Undersand he principles and applicaions of phase locked loops using inegraed circui echnology wih emphasis on CMOS echnology.

More information

f t 2cos 2 Modulator Figure 21: DSB-SC modulation.

f t 2cos 2 Modulator Figure 21: DSB-SC modulation. 4.5 Ampliude modulaion: AM 4.55. DSB-SC ampliude modulaion (which is summarized in Figure 21) is easy o undersand and analyze in boh ime and frequency domains. However, analyical simpliciy is no always

More information

Test 1 Review. Test 1 Review. Communication Systems: Foundational Theories. Communication System. Reference: Sections and

Test 1 Review. Test 1 Review. Communication Systems: Foundational Theories. Communication System. Reference: Sections and Tes 1 Review Tes 1 Review Proessor Deepa Kundur Universiy o Torono Reerence: Secions 2.2-2.7 and 3.1-3.6 o S. Haykin and M. Moher, Inroducion o Analog & Digial Communicaions, 2nd ed., John iley & Sons,

More information

Communications II Lecture 5: Effects of Noise on FM. Professor Kin K. Leung EEE and Computing Departments Imperial College London Copyright reserved

Communications II Lecture 5: Effects of Noise on FM. Professor Kin K. Leung EEE and Computing Departments Imperial College London Copyright reserved Communicaions II Lecure 5: Eecs o Noise on FM Proessor Kin K. Leung EEE and Compuing Deparmens Imperial College London Copyrigh reserved Ouline Recap o FM FM sysem model in noise Derivaion o oupu SNR Pre/de-emphasis

More information

Chapter 2: Fourier Representation of Signals and Systems

Chapter 2: Fourier Representation of Signals and Systems Tes 1 Review Tes 1 Review Proessor Deepa Kundur Universiy o Torono Reerence: Secions: 2.1, 2.2, 2.3, 2.4, 2.5, 2.6, 2.7 3.1, 3.2, 3.3, 3.4, 3.5, 3.6 o S. Haykin and M. Moher, Inroducion o Analog & Digial

More information

Problem Sheet: Communication Channels Communication Systems

Problem Sheet: Communication Channels Communication Systems Problem Shee: Communicaion Channels Communicaion Sysems Professor A. Manikas Chair of Communicaions and Array Processing Deparmen of Elecrical & Elecronic Engineering Imperial College London v.11 Communicaion

More information

END-OF-YEAR EXAMINATIONS ELEC321 Communication Systems (D2) Friday, 19 November 2004, 9:20 a.m. Three hours plus 10 minutes reading time.

END-OF-YEAR EXAMINATIONS ELEC321 Communication Systems (D2) Friday, 19 November 2004, 9:20 a.m. Three hours plus 10 minutes reading time. END-OF-YEAR EXAMINATIONS 2004 Uni: Day and Time: Time Allowed: ELEC32 Communiaion Sysems (D2) Friday, 9 November 2004, 9:20 a.m. Three hours plus 0 minues reading ime. Toal Number of Quesions: SIX (6)

More information

When answering the following 25 questions, always remember that there is someone who has to grade them. So please use legible handwriting.

When answering the following 25 questions, always remember that there is someone who has to grade them. So please use legible handwriting. 38963, VU Mobile Kommunikaion Miderm Exam: Insiu für Nachrichenechnik und Hochfrequenzechnik When answering he following 5 quesions, always remember ha here is someone who has o grade hem So please use

More information

Digital Communications: An Overview of Fundamentals

Digital Communications: An Overview of Fundamentals IMPERIAL COLLEGE LONDON DEPARTMENT of ELECTRICAL and ELECTRONIC ENGINEERING. COMPACT LECTURE NOTES on COMMUNICATION THEORY. Prof. Ahanassios Manikas, version Auumn 2008 Digial Communicaions: An Overview

More information

Negative frequency communication

Negative frequency communication Negaive frequency communicaion Fanping DU Email: dufanping@homail.com Qing Huo Liu arxiv:2.43v5 [cs.it] 26 Sep 2 Deparmen of Elecrical and Compuer Engineering Duke Universiy Email: Qing.Liu@duke.edu Absrac

More information

COMM702: Modulation II

COMM702: Modulation II COMM70: Modulaion II Leure 4 - Coheren and non-oheren inary pass-and daa ransmission Binary Digial Modulaion Sinusoidal Carrier Digial Message ASK FSK PSK Parameers o Digial Pass-and ransmission Proailiy

More information

EXPERIMENT #9 FIBER OPTIC COMMUNICATIONS LINK

EXPERIMENT #9 FIBER OPTIC COMMUNICATIONS LINK EXPERIMENT #9 FIBER OPTIC COMMUNICATIONS LINK INTRODUCTION: Much of daa communicaions is concerned wih sending digial informaion hrough sysems ha normally only pass analog signals. A elephone line is such

More information

TELE4652 Mobile and Satellite Communications

TELE4652 Mobile and Satellite Communications TELE465 Mobile and Saellie Communicaions Assignmen (Due: 4pm, Monday 7 h Ocober) To be submied o he lecurer before he beginning of he final lecure o be held a his ime.. This quesion considers Minimum Shif

More information

L A-B-C dei Segnali Spread-Spectrum

L A-B-C dei Segnali Spread-Spectrum L A-B-C dei Segnali Spread-Specrum Marco Luise Universiy of Pisa, Ialy Diparimeno Ingegneria dell Informazione hp://www.ie.unipi.i/m.luise PAM Signal +A -A s() a 0 a 1 a 2 a 3 a 4 {a k }=+1 Binary Symbols

More information

Signal Characteristics

Signal Characteristics Signal Characerisics Analog Signals Analog signals are always coninuous (here are no ime gaps). The signal is of infinie resoluion. Discree Time Signals SignalCharacerisics.docx 8/28/08 10:41 AM Page 1

More information

FROM ANALOG TO DIGITAL

FROM ANALOG TO DIGITAL FROM ANALOG TO DIGITAL OBJECTIVES The objecives of his lecure are o: Inroduce sampling, he Nyquis Limi (Shannon s Sampling Theorem) and represenaion of signals in he frequency domain Inroduce basic conceps

More information

6.976 High Speed Communication Circuits and Systems Lecture 19 Basics of Wireless Communication

6.976 High Speed Communication Circuits and Systems Lecture 19 Basics of Wireless Communication 6.976 High Speed Communicaion Circuis and Sysems Lecure 9 Basics o Wireless Communicaion Michael Perro Massachuses Insiue o Technology Copyrigh 23 by Michael H. Perro Ampliude Modulaion (Transmier) Transmier

More information

Digital Communications - Overview

Digital Communications - Overview EE573 : Advanced Digial Communicaions Digial Communicaions - Overview Lecurer: Assoc. Prof. Dr Noor M Khan Deparmen of Elecronic Engineering, Muhammad Ali Jinnah Universiy, Islamabad Campus, Islamabad,

More information

Mobile Communications Chapter 2: Wireless Transmission

Mobile Communications Chapter 2: Wireless Transmission This book ocuses on higher layer aspecs o mobile communicaions, he compuer science elemens raher han on he radio and ransmission aspecs, he elecrical engineering par. This chaper inroduces only hose undamenal

More information

ANALOG AND DIGITAL SIGNAL PROCESSING LABORATORY EXPERIMENTS : CHAPTER 3

ANALOG AND DIGITAL SIGNAL PROCESSING LABORATORY EXPERIMENTS : CHAPTER 3 Laboraory # Chap 3 Objecives Linear Sysem Response: general case Undersand he difference and he relaionship beween a sep and impulse response. Deermine he limis of validiy of an approximaed impulse response.

More information

Example Message bandwidth and the transmitted signal bandwidth

Example Message bandwidth and the transmitted signal bandwidth 4.6 Bandwidh-Eiien Modulaions 4.74. We are now going o deine a quaniy alled he bandwidh o a signal. Unorunaely, in praie, here isn jus one deiniion o bandwidh. Deiniion 4.75. The bandwidh (BW) o a signal

More information

unmodulated carrier phase refference /2 /2 3π/2 APSK /2 3/2 DPSK t/t s

unmodulated carrier phase refference /2 /2 3π/2 APSK /2 3/2 DPSK t/t s The PSK Modulaion - PSK is a modulaion ha modifies he phase of a carrier signal, a he beginning of he symbol period, wih a value ha depends on he mulibi ha has o be modulaed - i exhibis a good resilience

More information

CHAPTER CONTENTS. Notes. 9.0 Line Coding. 9.1 Binary Line Codes

CHAPTER CONTENTS. Notes. 9.0 Line Coding. 9.1 Binary Line Codes Noes CHAPTER CONTENTS 9. Line Coding 9. inary Line Codes 9. ipolar and iphase Line Codes 9.. AMI 9... inary N Zero Subsiuion 9..3 lock Line Codes 9.3 M-ary Correlaion Codes 9.3. Q 9.3. Correlaion Coding

More information

weight: amplitude of sine curve

weight: amplitude of sine curve Joseph Fourier s claim: all signals are sums of sinusoids of differen frequencies. weighed sine curves weigh: ampliude of sine curve all : no exacly bu doesn maer for us in pracice Example: 3 sin() + sin(*)

More information

Lecture 12: Modulation Techniques for Mobile Radio. Amplitude Modulation (Full AM or Double Sideband with Carrier)

Lecture 12: Modulation Techniques for Mobile Radio. Amplitude Modulation (Full AM or Double Sideband with Carrier) EE 499: Wireless & Mobile Communiaions (08) Leure : Modulaion Tehniques or Mobile Radio Dr. Wajih. bu-l-saud mpliude Modulaion Tehniques mpliude Modulaion (Full M or Double Sideband wih Carrier) The general

More information

Introduction: Analog Communication: Goal: Transmit a message from one location to another.

Introduction: Analog Communication: Goal: Transmit a message from one location to another. ECE-5 Phil Schnier January 6, 8 Inroducion: Goal: Transmi a rom one locaion o anoher When is coninuous waveorm analog comm (eg, FM radio), sequence o numbers digial comm (eg, mp ile), hough he sequence

More information

EE558 - Digital Communications

EE558 - Digital Communications EE558 - Digial Communicaions Lecure 1: Inroducion & Overview Dr. Duy Nguyen Ouline 1 Course Informaion 2 Inroducion o Digial Communicaions Course Informaion 2 Adminisraion Hours and Locaion Lecures: TTH

More information

Signals and communications fundamentals

Signals and communications fundamentals Signals and communicaions undamenals Luca Reggiani luca.reggiani@polimi.i hp://home.dei.polimi.i/reggiani/ Diparimeno di Eleronica, Inormazione e Bioingegneria Poliecnico di Milano Signals and communicaions

More information

Optical phase locked loop for transparent inter-satellite communications

Optical phase locked loop for transparent inter-satellite communications Opical phase locked loop for ransparen iner-saellie communicaions F. Herzog 1, K. Kudielka 2,D.Erni 1 and W. Bächold 1 1 Communicaion Phoonics Group, Laboraory for Elecromagneic Fields and Microwave Elecronics,

More information

MET 487 Instrumentation and Automatic Control. Topics of Discussion

MET 487 Instrumentation and Automatic Control. Topics of Discussion MET 487 Insrumenaion and Auomaic onrol Sysem Response Paul I-Hai I Lin, Professor Elecrical and ompuer Engineering Technology Purdue Universiy For Wayne ampus Tex Book: Inro o Mecharonics and Measuremen

More information

Offset Phase Shift Keying Modulation in Multiple-Input Multiple-Output Spatial Multiplexing

Offset Phase Shift Keying Modulation in Multiple-Input Multiple-Output Spatial Multiplexing VOLUME 3, ISSUE 2 Offse Phase Shif Keying Modulaion in Muliple-Inpu Muliple-Oupu Spaial Mulipleing Adeyemo, Z. Kayode, Rabiu, E. Oluwaosin and Rober, O. Abolade Deparmen of Elecronic and Elecrical Engineering

More information

Notes on the Fourier Transform

Notes on the Fourier Transform Noes on he Fourier Transform The Fourier ransform is a mahemaical mehod for describing a coninuous funcion as a series of sine and cosine funcions. The Fourier Transform is produced by applying a series

More information

3. Carrier Modulation Analog

3. Carrier Modulation Analog 3. Carrier Modulaion Analog Modulaion is he process of using an informaion signal (such as voice or music) o aler some propery of a higher frequency waveform which can hen be efficienly radiaed by reasonably

More information

Digital Encoding And Decoding

Digital Encoding And Decoding Digial Encoding And Decoding Dr. George W Benhien Augus 13, 2007 Revised March 30, 2010 E-mail: george@gbenhien.ne 1 Inroducion Many elecronic communicaion devices oday process and ransfer informaion digially.

More information

Timing Skew Compensation Technique Using Digital Filter with Novel Linear Phase Condition

Timing Skew Compensation Technique Using Digital Filter with Novel Linear Phase Condition Timing Skew Compensaion Technique Using Digial Filer wih Novel Linear Phase Condiion Koji Asami Advanes Corporaion Hiroyuki Miyajima, uyoshi Kurosawa, Takenori Taeiwa, Haruo Kobayashi Gunma Universiy 1

More information

Lecture 4. EITN Chapter 12, 13 Modulation and diversity. Antenna noise is usually given as a noise temperature!

Lecture 4. EITN Chapter 12, 13 Modulation and diversity. Antenna noise is usually given as a noise temperature! Lecure 4 EITN75 2018 Chaper 12, 13 Modulaion and diversiy Receiver noise: repeiion Anenna noise is usually given as a noise emperaure! Noise facors or noise figures of differen sysem componens are deermined

More information

Communication Systems, 5e

Communication Systems, 5e Communicaion Sysems, 5e Chaper 3: Signal Transmission and Filering A. Bruce Carlson Paul B. Crilly The McGraw-Hill Companies Chaper 3: Signal Transmission and Filering esponse of LTI sysems Signal disorion

More information

Introduction to OFDM

Introduction to OFDM E225C Lecure 16 OFDM Inroducion EE225C Inroducion o OFDM asic idea» Using a large number o parallel narrow-band subcarriers insead o a single wide-band carrier o ranspor inormaion Advanages» Very easy

More information

Lecture #7: Discrete-time Signals and Sampling

Lecture #7: Discrete-time Signals and Sampling EEL335: Discree-Time Signals and Sysems Lecure #7: Discree-ime Signals and Sampling. Inroducion Lecure #7: Discree-ime Signals and Sampling Unlike coninuous-ime signals, discree-ime signals have defined

More information

SystemC-AMS Hands-On Lab Part 2

SystemC-AMS Hands-On Lab Part 2 SysemC-AMS Hands-On Lab Par 2 Markus Damm, Chrisoph Grimm Compuer Technology Vienna Universiy of Technology, Ausria François Pecheux Laboraoire d Informaique de Paris 6 Universié Pierre & Marie Curie Compuer

More information

In most communication systems, the modulated signal has the form

In most communication systems, the modulated signal has the form Chaper : Basic Modulaion Techniques In mos communicaion sysems, he modulaed signal has he form x () A()cos[ ()], (-1) c c where c is known as he carrier frequency, A() is he envelope and () is he phase.

More information

Analog Circuits EC / EE / IN. For

Analog Circuits EC / EE / IN.   For Analog Circuis For EC / EE / IN By www.hegaeacademy.com Syllabus Syllabus for Analog Circuis Small Signal Equivalen Circuis of Diodes, BJTs, MOSFETs and Analog CMOS. Simple Diode Circuis, Clipping, Clamping,

More information

Angle Modulation (Phase & Frequency Modulation) EE442 Lecture 8. Spring 2017

Angle Modulation (Phase & Frequency Modulation) EE442 Lecture 8. Spring 2017 Angle Modulaion (Phase & Frequency Modulaion) EE442 Lecure 8 Spring 2017 1 Ampliude, Frequency and Phase Modulaion Wih ew excepions, Phase Modulaion (PM) is used primarily in digial communicaion 2 Why

More information

Adaptive Antenna Array for Reliable OFDM Transmission

Adaptive Antenna Array for Reliable OFDM Transmission Adapive Anenna Array for Reliable OFDM Transmission Shinsuke Hara Deparmen of Elecronics, Informaion Sysem And Energy Engineering, Graduae School of Engineering, Osaka Universiy Conens of This Presenaion

More information

Technology Trends & Issues in High-Speed Digital Systems

Technology Trends & Issues in High-Speed Digital Systems Deailed comparison of dynamic range beween a vecor nework analyzer and sampling oscilloscope based ime domain reflecomeer by normalizing measuremen ime Sho Okuyama Technology Trends & Issues in High-Speed

More information

Principles of Communications Lecture 4: Analog Modulation Techniques (2) Chih-Wei Liu 劉志尉 National Chiao Tung University

Principles of Communications Lecture 4: Analog Modulation Techniques (2) Chih-Wei Liu 劉志尉 National Chiao Tung University Principles o Communicaions Lecure 4: Analog Modulaion Techniques Chih-Wei Liu 劉志尉 Naional Chiao Tung Universiy cwliu@wins.ee.ncu.edu.w Oulines Linear Modulaion Angle Modulaion Inererence Feedback Demodulaors

More information

Question 1 TELE4353. Average Delay Spread. RMS Delay Spread = = Channel response (2) Channel response (1)

Question 1 TELE4353. Average Delay Spread. RMS Delay Spread = = Channel response (2) Channel response (1) ELE4353 Mobile and Saellie Communicaion Syem uorial 3 (wee 7-8 S 4 Queion If a paricular modulaion provide uiable ER performance whenever σ /

More information

Communication Systems. Department of Electronics and Electrical Engineering

Communication Systems. Department of Electronics and Electrical Engineering COMM 704: Communicaion Lecure : Analog Mulipliers Dr Mohamed Abd El Ghany Dr. Mohamed Abd El Ghany, Mohamed.abdel-ghany@guc.edu.eg nroducion Nonlinear operaions on coninuous-valued analog signals are ofen

More information

EXPERIMENT #4 AM MODULATOR AND POWER AMPLIFIER

EXPERIMENT #4 AM MODULATOR AND POWER AMPLIFIER EXPERIMENT #4 AM MODULATOR AND POWER AMPLIFIER INTRODUCTION: Being able o ransmi a radio frequency carrier across space is of no use unless we can place informaion or inelligence upon i. This las ransmier

More information

Communications II LABORATORY : Lab1- Signal Statistics, an Introduction to Simulink and FM

Communications II LABORATORY : Lab1- Signal Statistics, an Introduction to Simulink and FM Communicaions II LABORATORY : Lab1- Signal Saisics, an Inroducion o Simulink and FM Inroducion: In oday's lab we have hree pars. Throughou he firs par we will develop ools for analyzing, modifying, processing

More information

THE STATE UNIVERSITY OF NEW JERSEY RUTGERS. College of Engineering Department of Electrical and Computer Engineering

THE STATE UNIVERSITY OF NEW JERSEY RUTGERS. College of Engineering Department of Electrical and Computer Engineering THE STATE UNIVERSITY OF NEW JERSEY RUTGERS College of Engineering Department of Electrical and Computer Engineering 332:322 Principles of Communications Systems Spring Problem Set 3 1. Discovered Angle

More information

Examination Mobile & Wireless Networking ( ) April 12,

Examination Mobile & Wireless Networking ( ) April 12, Page 1 of 5 Examinaion Mobile & Wireless Neworking (192620010) April 12, 2017 13.45 16.45 Noes: Only he overhead shees used in he course, 2 double-sided shees of noes (any fon size/densiy!), and a dicionary

More information

A WIDEBAND RADIO CHANNEL MODEL FOR SIMULATION OF CHAOTIC COMMUNICATION SYSTEMS

A WIDEBAND RADIO CHANNEL MODEL FOR SIMULATION OF CHAOTIC COMMUNICATION SYSTEMS A WIDEBAND RADIO CHANNEL MODEL FOR SIMULATION OF CHAOTIC COMMUNICATION SYSTEMS Kalle Rui, Mauri Honanen, Michael Hall, Timo Korhonen, Veio Porra Insiue of Radio Communicaions, Helsini Universiy of Technology

More information

EE123 Digital Signal Processing

EE123 Digital Signal Processing Announcemens EE23 Digial Signal Processing Lecure Miderms: 2/28, 3/2, 4/2 HAM: Obain FRN number from FCC Fill form applicaion for amaeur radio operaor and bring o class on Friday or before (o Frank) Ink

More information

The design of an improved matched filter in DSSS-GMSK system

The design of an improved matched filter in DSSS-GMSK system Journal of Physics: Conference Series PAPER OPEN ACCESS The design of an improved mached filer in DSSS-GMSK sysem To cie his aricle: Mao Wei-ong e al 16 J. Phys.: Conf. Ser. 679 1 View he aricle online

More information

Revision: June 11, E Main Suite D Pullman, WA (509) Voice and Fax

Revision: June 11, E Main Suite D Pullman, WA (509) Voice and Fax 2.5.3: Sinusoidal Signals and Complex Exponenials Revision: June 11, 2010 215 E Main Suie D Pullman, W 99163 (509) 334 6306 Voice and Fax Overview Sinusoidal signals and complex exponenials are exremely

More information

A novel quasi-peak-detector for time-domain EMI-measurements F. Krug, S. Braun, and P. Russer Abstract. Advanced TDEMI measurement concept

A novel quasi-peak-detector for time-domain EMI-measurements F. Krug, S. Braun, and P. Russer Abstract. Advanced TDEMI measurement concept Advances in Radio Science (24) 2: 27 32 Copernicus GmbH 24 Advances in Radio Science A novel quasi-peak-deecor for ime-domain EMI-measuremens F. Krug, S. Braun, and P. Russer Insiue for High-Frequency

More information

Active Filters - 1. Active Filters - 2

Active Filters - 1. Active Filters - 2 PHY35 - Elecronics Laboraory, all Term (K rong) Acie ilers - By combining op-amps wih energy-sorage elemens, circuis can be designed o gie frequency-dependen op-amp responses Acie filers are hose ha use

More information

Software solutions to mitigate the EM emission of power modules

Software solutions to mitigate the EM emission of power modules Sofware soluions o miigae he EM emission of power modules Franco Fiori Elecronics and Telecom Dp. (DET), Poliecnico di Torino, Ialy franco.fiori@polio.i Ouline An inroducion o EMI filering in power modules

More information

Optical Short Pulse Generation and Measurement Based on Fiber Polarization Effects

Optical Short Pulse Generation and Measurement Based on Fiber Polarization Effects Opical Shor Pulse Generaion and Measuremen Based on Fiber Polarizaion Effecs Changyuan Yu Deparmen of Elecrical & Compuer Engineering, Naional Universiy of Singapore, Singapore, 117576 A*STAR Insiue for

More information

6.003: Signals and Systems Lecture 24 May 6, 2010

6.003: Signals and Systems Lecture 24 May 6, 2010 6.3: Signals and Sysems Lecure 24 May 6, 2 6.3: Signals and Sysems Course VI Underground Guide Modulaion Please give us and fuure sudens feedbac on 6.3 by paricipaing in he Course VI Underground Guide

More information

ICT 5305 Mobile Communications

ICT 5305 Mobile Communications ICT 5305 Mobile Communicaions Lecure - 2 April 2016 Dr. Hossen Asiful Musafa 2.1 Frequencies for communicaion VLF = Very Low Frequency LF = Low Frequency MF = Medium Frequency HF = High Frequency VHF =

More information

Channel Estimation for Wired MIMO Communication Systems

Channel Estimation for Wired MIMO Communication Systems Channel Esimaion for Wired MIMO Communicaion Sysems Final Repor Mulidimensional DSP Projec, Spring 2005 Daifeng Wang Absrac This repor addresses raining-based channel modeling and esimaion for a wired

More information

OFDMA for Access Networks: Optical Setup

OFDMA for Access Networks: Optical Setup OFDMA or Access Neworks: Opical Seup Johannes von Hoyningen-Huene Lehrsuhl ür Nachrichen- und Überragungsechnik CAU Kiel Workshop der ITG-Fachgruppe 5.3.1 Kiel, 10.2.2015 Moivaion or OFDMA in Opical Access

More information

ECS455: Chapter 4 Multiple Access

ECS455: Chapter 4 Multiple Access Spread specrum (SS) ECS455: Chaper 4 Muliple Access Dr.Prapun Suksompong prapun.com/ecs455 4.3 DS/SS Oice Hours: BKD, 6h loor o Sirindhralai building Tuesday 4:20-5:20 Wednesday 4:20-5:20 Friday 9:5-0:5

More information

ECMA st Edition / June Near Field Communication Wired Interface (NFC-WI)

ECMA st Edition / June Near Field Communication Wired Interface (NFC-WI) ECMA-373 1 s Ediion / June 2006 Near Field Communicaion Wired Inerface (NFC-WI) Sandard ECMA-373 1 s Ediion / June 2006 Near Field Communicaion Wired Inerface (NFC-WI) Ecma Inernaional Rue du Rhône 114

More information

SOFT ESTIMATES FOR DOUBLY ITERATIVE DECODING FOR 16 QAM AND 64 QAM MODULATION

SOFT ESTIMATES FOR DOUBLY ITERATIVE DECODING FOR 16 QAM AND 64 QAM MODULATION BULETINUL INSTITUTULUI POLITEHNIC DIN IAŞI Publica de Universiaea Tehnică Gheorghe Asachi din Iaşi Volumul 62 (66), Numărul 2, 2016 Secţia ELECTROTEHNICĂ. ENERGETICĂ. ELECTRONICĂ SOFT ESTIMATES FOR DOUBLY

More information

Lecture Frequency Synthesizers - I (6/25/03) Page 170-1

Lecture Frequency Synthesizers - I (6/25/03) Page 170-1 Lecure 170 Frequency Synhesizers I (6/25/03) Page 1701 LECTURE 170 APPLICATIONS OF PLLS AN FREQUENCY IVIERS (PRESCALERS) (References [2, 3, 4, 6, 11]) Objecive The objecive of his presenaion is: 1.) Examine

More information

Digital Communication

Digital Communication Digital Communication (ECE4058) Electronics and Communication Engineering Hanyang University Haewoon Nam Lecture 1 1 Digital Band Pass Modulation echnique Digital and-pass modulation techniques Amplitude-shift

More information

Wireless Communication Fading Modulation

Wireless Communication Fading Modulation EC744 Wireless Communication Fall 2008 Mohamed Essam Khedr Department of Electronics and Communications Wireless Communication Fading Modulation Syllabus Tentatively Week 1 Week 2 Week 3 Week 4 Week 5

More information

MATLAB/SIMULINK TECHNOLOGY OF THE SYGNAL MODULATION

MATLAB/SIMULINK TECHNOLOGY OF THE SYGNAL MODULATION J Modern Technology & Engineering Vol2, No1, 217, pp76-81 MATLAB/SIMULINK TECHNOLOGY OF THE SYGNAL MODULATION GA Rusamov 1*, RJ Gasimov 1, VG Farhadov 1 1 Azerbaijan Technical Universiy, Baku, Azerbaijan

More information

Power losses in pulsed voltage source inverters/rectifiers with sinusoidal currents

Power losses in pulsed voltage source inverters/rectifiers with sinusoidal currents ree-wheeling diode Turn-off power dissipaion: off/d = f s * E off/d (v d, i LL, T j/d ) orward power dissipaion: fw/t = 1 T T 1 v () i () d Neglecing he load curren ripple will resul in: fw/d = i Lavg

More information

Increasing Measurement Accuracy via Corrective Filtering in Digital Signal Processing

Increasing Measurement Accuracy via Corrective Filtering in Digital Signal Processing ISSN(Online): 39-8753 ISSN (Prin): 347-67 Engineering and echnology (An ISO 397: 7 Cerified Organizaion) Vol. 6, Issue 5, ay 7 Increasing easuremen Accuracy via Correcive Filering in Digial Signal Processing

More information

EECE 301 Signals & Systems Prof. Mark Fowler

EECE 301 Signals & Systems Prof. Mark Fowler EECE 301 s & Sysems Prof. Mark Fowler Noe Se #1 Wha is s & Sysems all abou??? 1/9 Do All EE s & CoE s Design Circuis? No!!!! Someone has o figure ou wha funcion hose circuis need o do Someone also needs

More information

x(at) 1 x(t) h(t) H( jω )X( jω ) x(t)p(t) 1 X( jω ) P( jω) x(t t d ) e jωt d x(t)e jω 0t X( j(ω ω 0 )) LECTURE OBJECTIVES Signal Processing First

x(at) 1 x(t) h(t) H( jω )X( jω ) x(t)p(t) 1 X( jω ) P( jω) x(t t d ) e jωt d x(t)e jω 0t X( j(ω ω 0 )) LECTURE OBJECTIVES Signal Processing First Signal Proessing Firs Leure 4 Ampliude Modulaion AM LECURE OBJECIVES Review of F properies Convoluion mulipliaion Frequen shifing Sinewave Ampliude Modulaion AM radio Frequen-division mulipleing FDM

More information

Performance Limitations of an Optical Heterodyne CPFSK Transmission System Affected by Polarization Mode Dispersion in a Single Mode Fiber

Performance Limitations of an Optical Heterodyne CPFSK Transmission System Affected by Polarization Mode Dispersion in a Single Mode Fiber Performance Limiaions of an Opical Heerodyne CPFSK Transmission Sysem Affeced by Polarizaion Mode Dispersion in a Single Mode Fiber M. S. Islam, Member, IEEE, and S. P. Majumder, Member, IEEE Absrac--A

More information

Signal detection, Fouriertransformation, phase correction and quadrature detection

Signal detection, Fouriertransformation, phase correction and quadrature detection 2/35 Signal deecion, Fourierransformaion, phase correcion and quadraure deecion Peer Schmieder Schmilka 2004 Wha is his seminar abou? Signaldeecion Wha kind of signal do we deec in NMR Fourierransformaion

More information

Investigation of Novel Ultrasonic Positioning Method Installed in Sensor Network

Investigation of Novel Ultrasonic Positioning Method Installed in Sensor Network PIERS ONLINE, VOL. 5, NO. 4, 2009 321 Invesigaion of Novel Ulrasonic Posiioning Mehod Insalled in Sensor Nework Misuaka Hikia, Yasushi Hiraizumi, Hiroaki Aoki, Junji Masuda, and Tomoaki Waanabe Faculy

More information

Communications IB Paper 6 Handout 2: Analogue Modulation

Communications IB Paper 6 Handout 2: Analogue Modulation Communications IB Paper 6 Handout 2: Analogue Modulation Jossy Sayir Signal Processing and Communications Lab Department of Engineering University of Cambridge jossy.sayir@eng.cam.ac.uk Lent Term c Jossy

More information

Sensing, Computing, Actuating

Sensing, Computing, Actuating Sensing, Compuing, Acuaing Sander Suik (s.suik@ue.nl) Deparmen of Elecrical Engineering Elecronic Sysems INDUCTIE SENSOS (Chaper.5,.6,.0, 5.4) 3 Inducive sensors damping conrol wheel speed sensor (ABS)

More information

ELEG 3124 SYSTEMS AND SIGNALS Ch. 1 Continuous-Time Signals

ELEG 3124 SYSTEMS AND SIGNALS Ch. 1 Continuous-Time Signals Deparmen of Elecrical Engineering Universiy of Arkansas ELEG 3124 SYSTEMS AND SIGNALS Ch. 1 Coninuous-Time Signals Dr. Jingxian Wu wuj@uark.edu OUTLINE 2 Inroducion: wha are signals and sysems? Signals

More information

Performance Analysis of High-Rate Full-Diversity Space Time Frequency/Space Frequency Codes for Multiuser MIMO-OFDM

Performance Analysis of High-Rate Full-Diversity Space Time Frequency/Space Frequency Codes for Multiuser MIMO-OFDM Performance Analysis of High-Rae Full-Diversiy Space Time Frequency/Space Frequency Codes for Muliuser MIMO-OFDM R. SHELIM, M.A. MATIN AND A.U.ALAM Deparmen of Elecrical Engineering and Compuer Science

More information