ELEG 635 Digital Communication Theory. Lecture 9

Size: px
Start display at page:

Download "ELEG 635 Digital Communication Theory. Lecture 9"

Transcription

1 ELEG 635 Digital Cmmunicatin Thery Lecture

2 Agenda Optimal receiver fr PSK Effects f fading n BER perfrmance Tw ray mdel Pulse shaping Rectangle Raised csine Rt raised csine Receivers and pulse shaping FSK receiver Cherent Nn-cherent CPM receiver

3 Simulatins 4PAM % Prgram t calculate Pe fr a PAM signal N = 10000; %Number f samples k = ; %Bits per symbl dmin = 1; %Minimum distance mdulatin = 'PAM'; SNR = 0:5; %SNR in db M =.^k; %M p = bingc(0:(m-1)); %Create Gray Cde mapping bits = Bit_Stream(k.*N); [Ai, Aq, symbls, symblsgc] = Mapper_gc(k, bits, mdulatin, 0); %Add Nise Pe = zers(size(snr)); Pe_thery=zers(size(SNR)); fr kk = 1:length(SNR); tmp = 10.^(SNR(kk)/10); sigma = sqrt(dmin.^*(m.^-1)/(6*k*tmp)); [gv1,gv] = gngauss(n,0,sigma); r = Ai + gv1; s = PAM_Detectr(r, M, dmin); Pe(kk) = sum(duble(s ~= symbls)); Pe_thery(kk) = *(M-1)/M*Qfunc(sqrt(6*k/(M^-1)*tmp)); end semilgy(snr,pe/n,'*') hld n semilgy(snr,pe_thery) axis([min(snr) max(snr) 10^-8 10^0]); grid n xlabel('ebavg/n [db]'); ylabel('pe'); hld ff

4 Optimal Detectin fr PSK Q r=(r 1, r )= ( ( E)+n n 1, ) d min I p (r 1, r V = r 1 )= 1 π N +r e ( ( E)+r N ) +r 1 Θ=arctan r r 1 p (v,θ)= v V Θ π N e v + E Ecs θ N

5 Optimal Detectin fr PSK p Θ (θ)= 0 p (v,θ)dv= 1 sin θ V Θ π e γ s v e 0 (v γ s cs θ) dv p e γ π/ M =1 π/ M s = E N p (θ)d θ Θ Q d min This can nly be slved numerically I

6 Frequency Selective Fading Cnsider a channel with a direct and single reflective fade path that inverts the signal. The difference in the time f arrival f these tw paths in τ. h (t)=1 δ(t τ) H ( f )=1 e j π f τ Nte: when fτ is an integer there is cmplete cancellatin H(f) f

7 Frequency Selective Fading Cnsider PSK r PAM (These are bth BPSK)

8 Flat Fading s(t )= A(t)sin( π f t+ϕ(t)) r (t)= k s(t τ k )= k A(t τ k )sin ( π f t+ϕ(t τ k ) π f τ k ) The utput f passing a signal thrugh a delay line is s d (t )= [ S ( f )e j π f τ ]e j π f t df If the spectrum is cnfined t B << 1/τ s d B B (t )= [S ( f )e j π f τ ]e j π f t df = B B S ( f )e j π f t df =s(t)

9 Flat Fading r (t)= A(t) [sin(π f t+ϕ) k α k cs(π f τ ) cs( π f k t+ϕ) k α k sin (π f τ k) ] r (t)= A(t) [ a(t)sin (π f t+ϕ(t))+b(t)cs(π f t+ϕ(t )) ] r (t)= A(t) M (t)sin(π f M (t)= a(t ) +b(t) t+ϕ(t )+θ(t )) θ(t )=arctan a(t ) b(t)

10 Flat Fading p(x, y)= 1 π σ p (r,θ)= 1 π p (r)= 0 π σ e e x r + y σ σ p(r,θ)r d θ= r σ e r σ Rayleigh Distributin

11 Flat Fading p(r)= r Fr BPSK P fade σ = 0 e r σ P (e) P (A)dA= 0 Rayleigh Distributin A A e A A 1 π A T / N e u / du P fade=0.5( 1 [ (1+SNR)].5 ) SNR= A T N E = N b

12 BER f BPSK w/ Fading Channel Pe SNR [db]

13 Base Band Pulse Shaping T cnstrain the bandwidth f the signals pulse shaping is applied PAM, PSK, and QAM mdulatrs A i (t) h(t) X cs(πf c t) sin(πf c t) A q (t) h(t) X

14 Base Band Pulse Shaping Several different pulse shapes Brick wall filter b = sinc(t/t) -ct < t < ct Raised csine b = sinc(t).*cs(pi*alpha*t)./(1-4*alpha^*t.^) -ct < t < ct Rt raised csine b = (4/pi*alpha*cs((1+alpha)*pi*t).+(1-alpha)*sinc((1-alpha)*t))./(1-(4*alpha*t).^) -ct < t < ct Rectangle b = 1 0 < t < T = 0 therwise

15 Base Band Pulse Shaping rrc rect brick rc T

16 Spectrum RECT Brick RRC

17 Eye Diagram BPSK with Raised Csine Divide the mdulatr utput int * number f samples per symbl and then plt them n tp f n anther Distrtin f Peak Optimum Sampling Pint Sensitivity t Timing Errr Nise Margin Distrtin f zer crssing

18 Matched Filter Receiver BPSK with Raised Csine The intersymbl inteference (ISI) frm a raised csine matched filter reduces the nise margin r(t) hrc(t) Nise Margin

19 Eye Diagram BPSK with Rt Raised Csine Optimum Sampling Pint Distrtin f Peak Sensitivity t Timing Errr Nise Margin Distrtin f zer crssing

20 Matched Filter Receiver BPSK with Rt Raised Csine Rt raised csine intrduces ISI which is remved at the receiver by using the same filter r(t) hrrc(t) Nise Margin

21 Eye Diagram fr 4PAM w/rc

22 Cnstellatin fr QPSK w/rc

23 Spectrum f QPSK w/rc fc = 5 Hz; Spike at 0Hz = 4 * 5Hz The width wuld make it difficult t determine the exact center frequency Raise signal t the 4 th pwer

24 FSK Cherent Receiver %FSK Receiver clear Bits_per_Symbl = 1; %Bits per symbl N = 5000; %Number f Symbls hk = 1*nes(N,1); %Deviatin samples_per_symbl = 10; %samples per symbl mdulatin = "LREC"; %Pulse shape L = 1; %Pulse length Tb = 1; %Bit duratin fc = 1/Tb; %Center frequency SNR = 0:1; %SNR in db %SNR = E/sigma^ snr = 10.^(SNR/10); sigma = (./(snr)).^.5; %Generate Bits bits = Bit_Stream(N*Bits_per_Symbl); %Generate signal levels [Ik, Aq] = Mapper(Bits_per_Symbl, bits, 'PAM', 0); %Ik = 1-*rund(rand(N,1)); %Calculate the phase [phi,t] = CPM_Phase(Ik, hk, L, samples_per_symbl, mdulatin); sl = cs(phi + *pi*fc*t); fr kk = 1:length(SNR) [gv1,gv] = gngauss(n*samples_per_symbl,0,sigma(kk)); rl = sl + gv1; r11 = rl.*cs(*pi*(fc+1/)*t); r = rl.*cs(*pi*(fc-1/)*t); fr kkk=1:n r111(kkk) = (sum(r11(((kkk-1)*samples_per_symbl+1): (kkk*samples_per_symbl)))/samples_per_symbl); r(kkk) = (sum(r(((kkk-1)*samples_per_symbl+1): (kkk*samples_per_symbl)))/samples_per_symbl); end bits_est = r111'>r'; Pe(kk) = sum(duble(bits ~= bits_est))/n; Pe_thery(kk) =Qfunc((snr(kk)).^.5); end semilgy(snr,pe,'*') hld n semilgy(snr,pe_thery) axis([min(snr) max(snr) 10^-8 10^0]); grid n xlabel('ebavg/n [db]'); ylabel('pe'); hld ff

25 FSK Cherent Receiver Nt right yet

26 Nn-Cherent Detectin s(t )= E T cs[π f t+ π m Δ f t +ϕ ]+n (t) c m cs(πf c t) What if we d nt knw the phase? r(t) X sin(πf c t) X X cs(πf c t +π ft) Select Largest r r r mc= E s ms= E s m= r mc csϕ sin ϕ +r ms +n m mc +n m mc sin(πf c t +π ft) X

27 Nn-Cherent Detectin s(t )= E T cs[π f t+ π m Δ f t +ϕ ]+n (t) c m What if we d nt knw the phase? Nn-cherent detectin f FSK envelp detectin P P M b M 1 = ( 1) n=1 n+1( M 1 ) 1 e nke / N (n+1) b n n+1 = k 1 k 1 P M

28 Signaling Schemes with Memry Maximum Likelihd Sequence Detectr (MLSD) K T 0 s r (t) s(t) Optimal Detectin Rule (ŝ (1),ŝ ( ),..., ŝ K dt= k=1 ( K ) ) = k T s (k 1)T (s (1) s r(t) s(t ),s () argmin,..., s dt (K ) ) Υ K k=1 Trellis r (k) s (k ) dt (ŝ (1),ŝ ( ),..., ŝ ( K ) ) = (s (1),s () argmin,..., s K (K ) ) Υ k=1 D(r (k),s (k ) )

29 Trellis fr NRZI Signal Assume we start with state s. 0/ (E b ) 0/ (E b ) 0/ (E b ) s s 1 1/ (E b) 1/ ( E b) 1/ (E b) 1/ ( E b) 1/ (E b) 0/ (E b) 0/ (E b) t = T t = T t = 3T D D 0(0,0)= ( r 1+ E b) + ( r + E b) 0(1,1)= ( r 1 E b) + ( r E b) D (0,1)= 1 ( r 1+ E b) + ( r E b) D (1,0)= 1 ( r 1 E b) + ( r + E b) There are tw paths t arrive at state s at t = T We can calculate the Euclidean distance using the utput f the demdulatr and discard the larger distance fr state s There are als tw paths t arrive at state s 1 at t = T We can calculate the Euclidean distance using the utput f the demdulatr and discard the larger distance fr state s 1 This means we nly need t keep tw paths

30 Trellis fr NRZI Signal Assume we start with state s. 0/ (E b ) 0/ (E b ) 0/ (E b ) s s 1 1/ (E b) 1/ ( E b) 1/ (E b) 1/ ( E b) 1/ (E b) 0/ (E b) 0/ (E b) t = T t = T t = 3T D D (0,0,0)= D (0,0)+ 0 0 ( r + E 3 b) (0,1,1)= D (0,1)+ 0 1 ( r + E 3 b) D (0,0,1)= D (0,0)+ 1 0 ( r E 3 b) D (0,1,0)= D (0,1)+ 1 1 ( r E 3 b) Nw cnsider t = 3T

A First Course in Digital Communications

A First Course in Digital Communications A First Course in Digital Communications Ha H. Nguyen and E. Shwedyk February 9 A First Course in Digital Communications 1/46 Introduction There are benefits to be gained when M-ary (M = 4 signaling methods

More information

ELEG 635 Digital Communication Theory. Lecture 10

ELEG 635 Digital Communication Theory. Lecture 10 ELEG 635 Digital Cmmuiati hery Leture Ergdi Radm Presses CPM reeiver Sigal Parameter Estimati Carrier Syhrizati Ageda Ergdi Radm Presses - A radm press is said t be ergdi if time averagig is equivalet

More information

Flipping Physics Lecture Notes: Simple Harmonic Motion Introduction via a Horizontal Mass-Spring System

Flipping Physics Lecture Notes: Simple Harmonic Motion Introduction via a Horizontal Mass-Spring System Flipping Physics Lecture Ntes: Simple Harmnic Mtin Intrductin via a Hrizntal Mass-Spring System A Hrizntal Mass-Spring System is where a mass is attached t a spring, riented hrizntally, and then placed

More information

Digital Band-pass Modulation PROF. MICHAEL TSAI 2011/11/10

Digital Band-pass Modulation PROF. MICHAEL TSAI 2011/11/10 Digital Band-pass Modulation PROF. MICHAEL TSAI 211/11/1 Band-pass Signal Representation a t g t General form: 2πf c t + φ t g t = a t cos 2πf c t + φ t Envelope Phase Envelope is always non-negative,

More information

ELT COMMUNICATION THEORY

ELT COMMUNICATION THEORY ELT 41307 COMMUNICATION THEORY Matlab Exercise #2 Randm variables and randm prcesses 1 RANDOM VARIABLES 1.1 ROLLING A FAIR 6 FACED DICE (DISCRETE VALIABLE) Generate randm samples fr rlling a fair 6 faced

More information

Flipping Physics Lecture Notes: Simple Harmonic Motion Introduction via a Horizontal Mass-Spring System

Flipping Physics Lecture Notes: Simple Harmonic Motion Introduction via a Horizontal Mass-Spring System Flipping Physics Lecture Ntes: Simple Harmnic Mtin Intrductin via a Hrizntal Mass-Spring System A Hrizntal Mass-Spring System is where a mass is attached t a spring, riented hrizntally, and then placed

More information

Performance Bounds for Detect and Avoid Signal Sensing

Performance Bounds for Detect and Avoid Signal Sensing Perfrmance unds fr Detect and Avid Signal Sensing Sam Reisenfeld Real-ime Infrmatin etwrks, University f echnlgy, Sydney, radway, SW 007, Australia samr@uts.edu.au Abstract Detect and Avid (DAA) is a Cgnitive

More information

CHAPTER 14. Based on the info about the scattering function we know that the multipath spread is T m =1ms, and the Doppler spread is B d =0.2 Hz.

CHAPTER 14. Based on the info about the scattering function we know that the multipath spread is T m =1ms, and the Doppler spread is B d =0.2 Hz. CHAPTER 4 Problem 4. : Based on the info about the scattering function we know that the multipath spread is T m =ms, and the Doppler spread is B d =. Hz. (a) (i) T m = 3 sec (ii) B d =. Hz (iii) ( t) c

More information

Analog Electronics 2 ICS905

Analog Electronics 2 ICS905 Analog Electronics 2 ICS905 G. Rodriguez-Guisantes Dépt. COMELEC http://perso.telecom-paristech.fr/ rodrigez/ens/cycle_master/ November 2016 2/ 67 Schedule Radio channel characteristics ; Analysis and

More information

EE4061 Communication Systems

EE4061 Communication Systems EE4061 Communication Systems Week 11 Intersymbol Interference Nyquist Pulse Shaping 0 c 2015, Georgia Institute of Technology (lect10 1) Intersymbol Interference (ISI) Tx filter channel Rx filter a δ(t-nt)

More information

Square Root Raised Cosine Filter

Square Root Raised Cosine Filter Wireless Information Transmission System Lab. Square Root Raised Cosine Filter Institute of Communications Engineering National Sun Yat-sen University Introduction We consider the problem of signal design

More information

Modulation & Coding for the Gaussian Channel

Modulation & Coding for the Gaussian Channel Modulation & Coding for the Gaussian Channel Trivandrum School on Communication, Coding & Networking January 27 30, 2017 Lakshmi Prasad Natarajan Dept. of Electrical Engineering Indian Institute of Technology

More information

Mobile Communications (KECE425) Lecture Note Prof. Young-Chai Ko

Mobile Communications (KECE425) Lecture Note Prof. Young-Chai Ko Mobile Communications (KECE425) Lecture Note 20 5-19-2014 Prof Young-Chai Ko Summary Complexity issues of diversity systems ADC and Nyquist sampling theorem Transmit diversity Channel is known at the transmitter

More information

Dead-beat controller design

Dead-beat controller design J. Hetthéssy, A. Barta, R. Bars: Dead beat cntrller design Nvember, 4 Dead-beat cntrller design In sampled data cntrl systems the cntrller is realised by an intelligent device, typically by a PLC (Prgrammable

More information

Pattern Recognition 2014 Support Vector Machines

Pattern Recognition 2014 Support Vector Machines Pattern Recgnitin 2014 Supprt Vectr Machines Ad Feelders Universiteit Utrecht Ad Feelders ( Universiteit Utrecht ) Pattern Recgnitin 1 / 55 Overview 1 Separable Case 2 Kernel Functins 3 Allwing Errrs (Sft

More information

Signal Design for Band-Limited Channels

Signal Design for Band-Limited Channels Wireless Information Transmission System Lab. Signal Design for Band-Limited Channels Institute of Communications Engineering National Sun Yat-sen University Introduction We consider the problem of signal

More information

EE 661: Modulation Theory Solutions to Homework 6

EE 661: Modulation Theory Solutions to Homework 6 EE 66: Modulation Theory Solutions to Homework 6. Solution to problem. a) Binary PAM: Since 2W = 4 KHz and β = 0.5, the minimum T is the solution to (+β)/(2t ) = W = 2 0 3 Hz. Thus, we have the maximum

More information

, which yields. where z1. and z2

, which yields. where z1. and z2 The Gaussian r Nrmal PDF, Page 1 The Gaussian r Nrmal Prbability Density Functin Authr: Jhn M Cimbala, Penn State University Latest revisin: 11 September 13 The Gaussian r Nrmal Prbability Density Functin

More information

Coherent PSK. The functional model of passband data transmission system is. Signal transmission encoder. x Signal. decoder.

Coherent PSK. The functional model of passband data transmission system is. Signal transmission encoder. x Signal. decoder. Cheren PSK he funcinal mdel f passand daa ransmissin sysem is m i Signal ransmissin encder si s i Signal Mdular Channel Deecr ransmissin decder mˆ Carrier signal m i is a sequence f syml emied frm a message

More information

Support-Vector Machines

Support-Vector Machines Supprt-Vectr Machines Intrductin Supprt vectr machine is a linear machine with sme very nice prperties. Haykin chapter 6. See Alpaydin chapter 13 fr similar cntent. Nte: Part f this lecture drew material

More information

Cambridge Assessment International Education Cambridge Ordinary Level. Published

Cambridge Assessment International Education Cambridge Ordinary Level. Published Cambridge Assessment Internatinal Educatin Cambridge Ordinary Level ADDITIONAL MATHEMATICS 4037/1 Paper 1 Octber/Nvember 017 MARK SCHEME Maximum Mark: 80 Published This mark scheme is published as an aid

More information

Section I5: Feedback in Operational Amplifiers

Section I5: Feedback in Operational Amplifiers Sectin I5: eedback in Operatinal mplifiers s discussed earlier, practical p-amps hae a high gain under dc (zer frequency) cnditins and the gain decreases as frequency increases. This frequency dependence

More information

Pre-Calculus Individual Test 2017 February Regional

Pre-Calculus Individual Test 2017 February Regional The abbreviatin NOTA means Nne f the Abve answers and shuld be chsen if chices A, B, C and D are nt crrect. N calculatr is allwed n this test. Arcfunctins (such as y = Arcsin( ) ) have traditinal restricted

More information

Computing Probability of Symbol Error

Computing Probability of Symbol Error Computing Probability of Symbol Error I When decision boundaries intersect at right angles, then it is possible to compute the error probability exactly in closed form. I The result will be in terms of

More information

Lecture 2. Fading Channel

Lecture 2. Fading Channel 1 Lecture 2. Fading Channel Characteristics of Fading Channels Modeling of Fading Channels Discrete-time Input/Output Model 2 Radio Propagation in Free Space Speed: c = 299,792,458 m/s Isotropic Received

More information

ENSC Discrete Time Systems. Project Outline. Semester

ENSC Discrete Time Systems. Project Outline. Semester ENSC 49 - iscrete Time Systems Prject Outline Semester 006-1. Objectives The gal f the prject is t design a channel fading simulatr. Upn successful cmpletin f the prject, yu will reinfrce yur understanding

More information

Study of DDR Asymmetric Rt/Ft in Existing IBIS-AMI Flow

Study of DDR Asymmetric Rt/Ft in Existing IBIS-AMI Flow Study f DDR Asymmetric Rt/Ft in Existing IBIS-AMI Flw Asian IBIS Summit Tky, Japan Nvember 2th, 28 Wei-kai Shih, SPISim Wei-kai.Shih@spisim.cm Wei-hsing Huang, SPISim Wei-huang.Huang@spisim.cm Agenda:

More information

BANDLIMITED SIGNALING OVER AWGN CHANNELS

BANDLIMITED SIGNALING OVER AWGN CHANNELS BADLMED SGALG OVE AWG CHAELS x AFE CHAEL WH COSA AEUAO C(f 0 HE PHYSCAL CHAEL CLUDES HE AALOG x & x SECOS AD HE PHYSCAL MEDUM, WHCH CA BE A WELESS O WELE MEDUM WH C(f 0. HEMAL OSE @ x PU S ADDED O HE AEUAED

More information

that efficiently utilizes the total available channel bandwidth W.

that efficiently utilizes the total available channel bandwidth W. Signal Design for Band-Limited Channels Wireless Information Transmission System Lab. Institute of Communications Engineering g National Sun Yat-sen University Introduction We consider the problem of signal

More information

Review Problems 3. Four FIR Filter Types

Review Problems 3. Four FIR Filter Types Review Prblems 3 Fur FIR Filter Types Fur types f FIR linear phase digital filters have cefficients h(n fr 0 n M. They are defined as fllws: Type I: h(n = h(m-n and M even. Type II: h(n = h(m-n and M dd.

More information

EEO 401 Digital Signal Processing Prof. Mark Fowler

EEO 401 Digital Signal Processing Prof. Mark Fowler EEO 401 Digital Signal Prcessing Prf. Mark Fwler Intrductin Nte Set #1 ading Assignment: Ch. 1 f Prakis & Manlakis 1/13 Mdern systems generally DSP Scenari get a cntinuus-time signal frm a sensr a cnt.-time

More information

MODULE 1. e x + c. [You can t separate a demominator, but you can divide a single denominator into each numerator term] a + b a(a + b)+1 = a + b

MODULE 1. e x + c. [You can t separate a demominator, but you can divide a single denominator into each numerator term] a + b a(a + b)+1 = a + b . REVIEW OF SOME BASIC ALGEBRA MODULE () Slving Equatins Yu shuld be able t slve fr x: a + b = c a d + e x + c and get x = e(ba +) b(c a) d(ba +) c Cmmn mistakes and strategies:. a b + c a b + a c, but

More information

Chapter 10. Timing Recovery. March 12, 2008

Chapter 10. Timing Recovery. March 12, 2008 Chapter 10 Timing Recovery March 12, 2008 b[n] coder bit/ symbol transmit filter, pt(t) Modulator Channel, c(t) noise interference form other users LNA/ AGC Demodulator receive/matched filter, p R(t) sampler

More information

Lecture 2: Supervised vs. unsupervised learning, bias-variance tradeoff

Lecture 2: Supervised vs. unsupervised learning, bias-variance tradeoff Lecture 2: Supervised vs. unsupervised learning, bias-variance tradeff Reading: Chapter 2 STATS 202: Data mining and analysis September 27, 2017 1 / 20 Supervised vs. unsupervised learning In unsupervised

More information

Lecture 2: Supervised vs. unsupervised learning, bias-variance tradeoff

Lecture 2: Supervised vs. unsupervised learning, bias-variance tradeoff Lecture 2: Supervised vs. unsupervised learning, bias-variance tradeff Reading: Chapter 2 STATS 202: Data mining and analysis September 27, 2017 1 / 20 Supervised vs. unsupervised learning In unsupervised

More information

Digital Communications

Digital Communications Digital Communications Chapter 9 Digital Communications Through Band-Limited Channels Po-Ning Chen, Professor Institute of Communications Engineering National Chiao-Tung University, Taiwan Digital Communications:

More information

8 PAM BER/SER Monte Carlo Simulation

8 PAM BER/SER Monte Carlo Simulation xercise.1 8 PAM BR/SR Monte Carlo Simulation - Simulate a 8 level PAM communication system and calculate bit and symbol error ratios (BR/SR). - Plot the calculated and simulated SR and BR curves. - Plot

More information

Digital Baseband Systems. Reference: Digital Communications John G. Proakis

Digital Baseband Systems. Reference: Digital Communications John G. Proakis Digital Baseband Systems Reference: Digital Communications John G. Proais Baseband Pulse Transmission Baseband digital signals - signals whose spectrum extend down to or near zero frequency. Model of the

More information

Physical Layer: Outline

Physical Layer: Outline 18-: Intrductin t Telecmmunicatin Netwrks Lectures : Physical Layer Peter Steenkiste Spring 01 www.cs.cmu.edu/~prs/nets-ece Physical Layer: Outline Digital Representatin f Infrmatin Characterizatin f Cmmunicatin

More information

Es e j4φ +4N n. 16 KE s /N 0. σ 2ˆφ4 1 γ s. p(φ e )= exp 1 ( 2πσ φ b cos N 2 φ e 0

Es e j4φ +4N n. 16 KE s /N 0. σ 2ˆφ4 1 γ s. p(φ e )= exp 1 ( 2πσ φ b cos N 2 φ e 0 Problem 6.15 : he received signal-plus-noise vector at the output of the matched filter may be represented as (see (5-2-63) for example) : r n = E s e j(θn φ) + N n where θ n =0,π/2,π,3π/2 for QPSK, and

More information

CHAPTER 5. Solutions for Exercises

CHAPTER 5. Solutions for Exercises HAPTE 5 Slutins fr Exercises E5. (a We are given v ( t 50 cs(00π t 30. The angular frequency is the cefficient f t s we have ω 00π radian/s. Then f ω / π 00 Hz T / f 0 ms m / 50 / 06. Furthermre, v(t attains

More information

Mobile Radio Communications

Mobile Radio Communications Course 3: Radio wave propagation Session 3, page 1 Propagation mechanisms free space propagation reflection diffraction scattering LARGE SCALE: average attenuation SMALL SCALE: short-term variations in

More information

ECEN620: Network Theory Broadband Circuit Design Fall 2012

ECEN620: Network Theory Broadband Circuit Design Fall 2012 ECEN60: Netwrk Thery Bradband Circuit Design Fall 01 Lecture 16: VCO Phase Nise Sam Palerm Analg & Mixed-Signal Center Texas A&M University Agenda Phase Nise Definitin and Impact Ideal Oscillatr Phase

More information

Types of Communication

Types of Communication Tps f Cmmunicatin Analg: cntinuus ariabls with nis {rrr 0} 0 (imprfct) Digital: dcisins, discrt chics, quantizd, nis {rrr} 0 (usuall prfct) Mssag S, S, r S M Mdulatr (t) channl; adds nis and distrtin M-ar

More information

Digital Communications

Digital Communications Digital Communications Chapter 5 Carrier and Symbol Synchronization Po-Ning Chen, Professor Institute of Communications Engineering National Chiao-Tung University, Taiwan Digital Communications Ver 218.7.26

More information

ERRATA for RF and Microwave Design: A Systems Approach, Second Edition, First Printing by Michael Steer, 2013.

ERRATA for RF and Microwave Design: A Systems Approach, Second Edition, First Printing by Michael Steer, 2013. ERRATA fr RF and Micrwave Design: A Systems Apprach, Secnd Editin, First Printing by Michael Steer, 2013. Pages with crrectins: 2, 4, 31, 36, 37, 46, 49, 50, 73, 94, 95, 96, 126, 147, 153, 154, 195, 196,

More information

NUMBERS, MATHEMATICS AND EQUATIONS

NUMBERS, MATHEMATICS AND EQUATIONS AUSTRALIAN CURRICULUM PHYSICS GETTING STARTED WITH PHYSICS NUMBERS, MATHEMATICS AND EQUATIONS An integral part t the understanding f ur physical wrld is the use f mathematical mdels which can be used t

More information

A) 0.77 N B) 0.24 N C) 0.63 N D) 0.31 N E) 0.86 N. v = ω k = 80 = 32 m/s. Ans: (32) 2 = 0.77 N

A) 0.77 N B) 0.24 N C) 0.63 N D) 0.31 N E) 0.86 N. v = ω k = 80 = 32 m/s. Ans: (32) 2 = 0.77 N Q1. A transverse sinusidal wave travelling n a string is given by: y (x,t) = 0.20 sin (2.5 x 80 t) (SI units). The length f the string is 2.0 m and its mass is 1.5 g. What is the magnitude f the tensin

More information

Principles of Communications Lecture 8: Baseband Communication Systems. Chih-Wei Liu 劉志尉 National Chiao Tung University

Principles of Communications Lecture 8: Baseband Communication Systems. Chih-Wei Liu 劉志尉 National Chiao Tung University Principles of Communications Lecture 8: Baseband Communication Systems Chih-Wei Liu 劉志尉 National Chiao Tung University cwliu@twins.ee.nctu.edu.tw Outlines Introduction Line codes Effects of filtering Pulse

More information

Differentiation Applications 1: Related Rates

Differentiation Applications 1: Related Rates Differentiatin Applicatins 1: Related Rates 151 Differentiatin Applicatins 1: Related Rates Mdel 1: Sliding Ladder 10 ladder y 10 ladder 10 ladder A 10 ft ladder is leaning against a wall when the bttm

More information

2.161 Signal Processing: Continuous and Discrete Fall 2008

2.161 Signal Processing: Continuous and Discrete Fall 2008 MIT OpenCurseWare http://cw.mit.edu 2.161 Signal Prcessing: Cntinuus and Discrete Fall 2008 Fr infrmatin abut citing these materials r ur Terms f Use, visit: http://cw.mit.edu/terms. Massachusetts Institute

More information

June Core Mathematics C3 Mark Scheme

June Core Mathematics C3 Mark Scheme June 009 666 Cre Mathematics C Mark Questin. (a) Iterative frmula: n + +, 0. ( ) n + (.)..78....97....6069... An attempt t substitute 0. int the iterative frmula. Can be implied by. r.0 Bth.(0) and awrt.7

More information

Consider a 2-D constellation, suppose that basis signals =cosine and sine. Each constellation symbol corresponds to a vector with two real components

Consider a 2-D constellation, suppose that basis signals =cosine and sine. Each constellation symbol corresponds to a vector with two real components TUTORIAL ON DIGITAL MODULATIONS Part 3: 4-PSK [2--26] Roberto Garello, Politecnico di Torino Free download (for personal use only) at: www.tlc.polito.it/garello Quadrature modulation Consider a 2-D constellation,

More information

and the Doppler frequency rate f R , can be related to the coefficients of this polynomial. The relationships are:

and the Doppler frequency rate f R , can be related to the coefficients of this polynomial. The relationships are: Algrithm fr Estimating R and R - (David Sandwell, SIO, August 4, 2006) Azimith cmpressin invlves the alignment f successive eches t be fcused n a pint target Let s be the slw time alng the satellite track

More information

Example: Bipolar NRZ (non-return-to-zero) signaling

Example: Bipolar NRZ (non-return-to-zero) signaling Baseand Data Transmission Data are sent without using a carrier signal Example: Bipolar NRZ (non-return-to-zero signaling is represented y is represented y T A -A T : it duration is represented y BT. Passand

More information

COMP 551 Applied Machine Learning Lecture 11: Support Vector Machines

COMP 551 Applied Machine Learning Lecture 11: Support Vector Machines COMP 551 Applied Machine Learning Lecture 11: Supprt Vectr Machines Instructr: (jpineau@cs.mcgill.ca) Class web page: www.cs.mcgill.ca/~jpineau/cmp551 Unless therwise nted, all material psted fr this curse

More information

A Design of High-Rate Space-Frequency Codes for MIMO-OFDM Systems

A Design of High-Rate Space-Frequency Codes for MIMO-OFDM Systems A Design of High-Rate Space-Frequency Codes for MIMO-OFDM Systems Wei Zhang, Xiang-Gen Xia and P. C. Ching xxia@ee.udel.edu EE Dept., The Chinese University of Hong Kong ECE Dept., University of Delaware

More information

GENERAL FORMULAS FOR FLAT-TOPPED WAVEFORMS. J.e. Sprott. Plasma Studies. University of Wisconsin

GENERAL FORMULAS FOR FLAT-TOPPED WAVEFORMS. J.e. Sprott. Plasma Studies. University of Wisconsin GENERAL FORMULAS FOR FLAT-TOPPED WAVEFORMS J.e. Sprtt PLP 924 September 1984 Plasma Studies University f Wiscnsin These PLP Reprts are infrmal and preliminary and as such may cntain errrs nt yet eliminated.

More information

COMP 551 Applied Machine Learning Lecture 5: Generative models for linear classification

COMP 551 Applied Machine Learning Lecture 5: Generative models for linear classification COMP 551 Applied Machine Learning Lecture 5: Generative mdels fr linear classificatin Instructr: Herke van Hf (herke.vanhf@mail.mcgill.ca) Slides mstly by: Jelle Pineau Class web page: www.cs.mcgill.ca/~hvanh2/cmp551

More information

ENGI 4430 Parametric Vector Functions Page 2-01

ENGI 4430 Parametric Vector Functions Page 2-01 ENGI 4430 Parametric Vectr Functins Page -01. Parametric Vectr Functins (cntinued) Any nn-zer vectr r can be decmpsed int its magnitude r and its directin: r rrˆ, where r r 0 Tangent Vectr: dx dy dz dr

More information

Verification of Quality Parameters of a Solar Panel and Modification in Formulae of its Series Resistance

Verification of Quality Parameters of a Solar Panel and Modification in Formulae of its Series Resistance Verificatin f Quality Parameters f a Slar Panel and Mdificatin in Frmulae f its Series Resistance Sanika Gawhane Pune-411037-India Onkar Hule Pune-411037- India Chinmy Kulkarni Pune-411037-India Ojas Pandav

More information

Accelerated Chemistry POGIL: Half-life

Accelerated Chemistry POGIL: Half-life Name: Date: Perid: Accelerated Chemistry POGIL: Half-life Why? Every radiistpe has a characteristic rate f decay measured by its half-life. Half-lives can be as shrt as a fractin f a secnd r as lng as

More information

CS 477/677 Analysis of Algorithms Fall 2007 Dr. George Bebis Course Project Due Date: 11/29/2007

CS 477/677 Analysis of Algorithms Fall 2007 Dr. George Bebis Course Project Due Date: 11/29/2007 CS 477/677 Analysis f Algrithms Fall 2007 Dr. Gerge Bebis Curse Prject Due Date: 11/29/2007 Part1: Cmparisn f Srting Algrithms (70% f the prject grade) The bjective f the first part f the assignment is

More information

Physics 2B Chapter 23 Notes - Faraday s Law & Inductors Spring 2018

Physics 2B Chapter 23 Notes - Faraday s Law & Inductors Spring 2018 Michael Faraday lived in the Lndn area frm 1791 t 1867. He was 29 years ld when Hand Oersted, in 1820, accidentally discvered that electric current creates magnetic field. Thrugh empirical bservatin and

More information

COMP 551 Applied Machine Learning Lecture 4: Linear classification

COMP 551 Applied Machine Learning Lecture 4: Linear classification COMP 551 Applied Machine Learning Lecture 4: Linear classificatin Instructr: Jelle Pineau (jpineau@cs.mcgill.ca) Class web page: www.cs.mcgill.ca/~jpineau/cmp551 Unless therwise nted, all material psted

More information

Power Spectral Density of Digital Modulation Schemes

Power Spectral Density of Digital Modulation Schemes Digital Communication, Continuation Course Power Spectral Density of Digital Modulation Schemes Mikael Olofsson Emil Björnson Department of Electrical Engineering ISY) Linköping University, SE-581 83 Linköping,

More information

Copyright Paul Tobin 63

Copyright Paul Tobin 63 DT, Kevin t. lectric Circuit Thery DT87/ Tw-Prt netwrk parameters ummary We have seen previusly that a tw-prt netwrk has a pair f input terminals and a pair f utput terminals figure. These circuits were

More information

B. Definition of an exponential

B. Definition of an exponential Expnents and Lgarithms Chapter IV - Expnents and Lgarithms A. Intrductin Starting with additin and defining the ntatins fr subtractin, multiplicatin and divisin, we discvered negative numbers and fractins.

More information

Figure 1a. A planar mechanism.

Figure 1a. A planar mechanism. ME 5 - Machine Design I Fall Semester 0 Name f Student Lab Sectin Number EXAM. OPEN BOOK AND CLOSED NOTES. Mnday, September rd, 0 Write n ne side nly f the paper prvided fr yur slutins. Where necessary,

More information

COMP 551 Applied Machine Learning Lecture 9: Support Vector Machines (cont d)

COMP 551 Applied Machine Learning Lecture 9: Support Vector Machines (cont d) COMP 551 Applied Machine Learning Lecture 9: Supprt Vectr Machines (cnt d) Instructr: Herke van Hf (herke.vanhf@mail.mcgill.ca) Slides mstly by: Class web page: www.cs.mcgill.ca/~hvanh2/cmp551 Unless therwise

More information

ECE 2100 Circuit Analysis

ECE 2100 Circuit Analysis ECE 2100 Circuit Analysis Lessn 25 Chapter 9 & App B: Passive circuit elements in the phasr representatin Daniel M. Litynski, Ph.D. http://hmepages.wmich.edu/~dlitynsk/ ECE 2100 Circuit Analysis Lessn

More information

E&CE 358, Winter 2016: Solution #2. Prof. X. Shen

E&CE 358, Winter 2016: Solution #2. Prof. X. Shen E&CE 358, Winter 16: Solution # Prof. X. Shen Email: xshen@bbcr.uwaterloo.ca Prof. X. Shen E&CE 358, Winter 16 ( 1:3-:5 PM: Solution # Problem 1 Problem 1 The signal g(t = e t, t T is corrupted by additive

More information

WYSE Academic Challenge Regional Mathematics 2007 Solution Set

WYSE Academic Challenge Regional Mathematics 2007 Solution Set WYSE Academic Challenge Reginal Mathematics 007 Slutin Set 1. Crrect answer: C. ( ) ( ) 1 + y y = ( + ) + ( y y + 1 ) = + 1 1 ( ) ( 1 + y ) = s *1/ = 1. Crrect answer: A. The determinant is ( 1 ( 1) )

More information

k-nearest Neighbor How to choose k Average of k points more reliable when: Large k: noise in attributes +o o noise in class labels

k-nearest Neighbor How to choose k Average of k points more reliable when: Large k: noise in attributes +o o noise in class labels Mtivating Example Memry-Based Learning Instance-Based Learning K-earest eighbr Inductive Assumptin Similar inputs map t similar utputs If nt true => learning is impssible If true => learning reduces t

More information

Micro and Smart Systems

Micro and Smart Systems Micr and Smart Systems Lecture 33 OpAmps Circuits and signal cnditining fr micrsystems devices Prf K.N.Bhat, ECE Department, IISc Bangalre email: knbhat@gmail.cm Tpics fr Discussin Amplifiers and Op Amp

More information

Optimization of frequency quantization. VN Tibabishev. Keywords: optimization, sampling frequency, the substitution frequencies.

Optimization of frequency quantization. VN Tibabishev. Keywords: optimization, sampling frequency, the substitution frequencies. UDC 519.21 Otimizatin f frequency quantizatin VN Tibabishev Asvt51@nard.ru We btain the functinal defining the rice and quality f samle readings f the generalized velcities. It is shwn that the timal samling

More information

Phys102 First Major-122 Zero Version Coordinator: Sunaidi Wednesday, March 06, 2013 Page: 1

Phys102 First Major-122 Zero Version Coordinator: Sunaidi Wednesday, March 06, 2013 Page: 1 Crdinatr: Sunaidi Wednesday, March 06, 2013 Page: 1 Q1. An 8.00 m lng wire with a mass f 10.0 g is under a tensin f 25.0 N. A transverse wave fr which the wavelength is 0.100 m, and the amplitude is 3.70

More information

Sections 15.1 to 15.12, 16.1 and 16.2 of the textbook (Robbins-Miller) cover the materials required for this topic.

Sections 15.1 to 15.12, 16.1 and 16.2 of the textbook (Robbins-Miller) cover the materials required for this topic. Tpic : AC Fundamentals, Sinusidal Wavefrm, and Phasrs Sectins 5. t 5., 6. and 6. f the textbk (Rbbins-Miller) cver the materials required fr this tpic.. Wavefrms in electrical systems are current r vltage

More information

Lecture 7: Wireless Channels and Diversity Advanced Digital Communications (EQ2410) 1

Lecture 7: Wireless Channels and Diversity Advanced Digital Communications (EQ2410) 1 Wireless : Wireless Advanced Digital Communications (EQ2410) 1 Thursday, Feb. 11, 2016 10:00-12:00, B24 1 Textbook: U. Madhow, Fundamentals of Digital Communications, 2008 1 / 15 Wireless Lecture 1-6 Equalization

More information

ABSORPTION OF GAMMA RAYS

ABSORPTION OF GAMMA RAYS 6 Sep 11 Gamma.1 ABSORPTIO OF GAMMA RAYS Gamma rays is the name given t high energy electrmagnetic radiatin riginating frm nuclear energy level transitins. (Typical wavelength, frequency, and energy ranges

More information

SOLUTIONS SET 1 MATHEMATICS CLASS X

SOLUTIONS SET 1 MATHEMATICS CLASS X Tp Careers & Yu SOLUTIONS SET MTHEMTICS CLSS X. 84 7 Prime factrs f 84 are, and 7.. Sum f zeres 5 + 4 Prduct f zeres 5 4 0 Required plynmial x ( )x + ( 0) x + x 0. Given equatin is x + y 0 Fr x, y L.H.S

More information

ρ = sin(2π ft) 2π ft To find the minimum value of the correlation, we set the derivative of ρ with respect to f equal to zero.

ρ = sin(2π ft) 2π ft To find the minimum value of the correlation, we set the derivative of ρ with respect to f equal to zero. Problem 5.1 : The correlation of the two signals in binary FSK is: ρ = sin(π ft) π ft To find the minimum value of the correlation, we set the derivative of ρ with respect to f equal to zero. Thus: ϑρ

More information

Line Codes and Pulse Shaping Review. Intersymbol interference (ISI) Pulse shaping to reduce ISI Embracing ISI

Line Codes and Pulse Shaping Review. Intersymbol interference (ISI) Pulse shaping to reduce ISI Embracing ISI Line Codes and Pulse Shaping Review Line codes Pulse width and polarity Power spectral density Intersymbol interference (ISI) Pulse shaping to reduce ISI Embracing ISI Line Code Examples (review) on-off

More information

ELEG 635 Digital Communication Theory. Lecture 11

ELEG 635 Digital Communication Theory. Lecture 11 EEG 635 Digital Cmmuiati Thery eture 11 110801 Ageda Carrier Syhrizati Phase k p (P) Deisi Direted ps N-Deisi Direted ps Timig Syhrizati Deisi Direted ps N-Deisi Direted ps frmati Thery Sha's aw iear Blk

More information

Generalize from CPFSK to continuous phase modulation (CPM) by allowing: non-rectangular frequency pulses frequency pulses with durations LT, L > 1

Generalize from CPFSK to continuous phase modulation (CPM) by allowing: non-rectangular frequency pulses frequency pulses with durations LT, L > 1 8.3 Generalize to CPM [P4.3.3] 8.3-8.3. CPM Signals Generalize from CPFSK to continuous phase modulation (CPM) by allowing: non-rectangular frequency pulses frequency pulses with durations LT, L > o Example:

More information

**DO NOT ONLY RELY ON THIS STUDY GUIDE!!!**

**DO NOT ONLY RELY ON THIS STUDY GUIDE!!!** Tpics lists: UV-Vis Absrbance Spectrscpy Lab & ChemActivity 3-6 (nly thrugh 4) I. UV-Vis Absrbance Spectrscpy Lab Beer s law Relates cncentratin f a chemical species in a slutin and the absrbance f that

More information

Lecture 5: Equilibrium and Oscillations

Lecture 5: Equilibrium and Oscillations Lecture 5: Equilibrium and Oscillatins Energy and Mtin Last time, we fund that fr a system with energy cnserved, v = ± E U m ( ) ( ) One result we see immediately is that there is n slutin fr velcity if

More information

Work, Energy, and Power

Work, Energy, and Power rk, Energy, and Pwer Physics 1 There are many different TYPES f Energy. Energy is expressed in JOULES (J 419J 4.19 1 calrie Energy can be expressed mre specifically by using the term ORK( rk The Scalar

More information

LHS Mathematics Department Honors Pre-Calculus Final Exam 2002 Answers

LHS Mathematics Department Honors Pre-Calculus Final Exam 2002 Answers LHS Mathematics Department Hnrs Pre-alculus Final Eam nswers Part Shrt Prblems The table at the right gives the ppulatin f Massachusetts ver the past several decades Using an epnential mdel, predict the

More information

Chapter 3 Digital Transmission Fundamentals

Chapter 3 Digital Transmission Fundamentals Chapter 3 Digital Transmissin Fundamentals Errr Detectin and Crrectin CSE 3213, Winter 2010 Instructr: Frhar Frzan Mdul-2 Arithmetic Mdul 2 arithmetic is perfrmed digit y digit n inary numers. Each digit

More information

1. Band-pass modulations. 2. 2D signal set. 3. Basis signals p(t)cos(2πf 0 t) e p(t)sin(2πf 0 t) 4. Costellation = m signals, equidistant on a circle

1. Band-pass modulations. 2. 2D signal set. 3. Basis signals p(t)cos(2πf 0 t) e p(t)sin(2πf 0 t) 4. Costellation = m signals, equidistant on a circle TUTORIAL ON DIGITAL MODULATIONS Part 14: m-psk [last modified: 2010-11-25] Roerto Garello, Politecnico di Torino Free download at: www.tlc.polito.it/garello (personal use only) 1 m-psk modulations 1. Band-pass

More information

Chapter 3: Cluster Analysis

Chapter 3: Cluster Analysis Chapter 3: Cluster Analysis } 3.1 Basic Cncepts f Clustering 3.1.1 Cluster Analysis 3.1. Clustering Categries } 3. Partitining Methds 3..1 The principle 3.. K-Means Methd 3..3 K-Medids Methd 3..4 CLARA

More information

Lab 11 LRC Circuits, Damped Forced Harmonic Motion

Lab 11 LRC Circuits, Damped Forced Harmonic Motion Physics 6 ab ab 11 ircuits, Damped Frced Harmnic Mtin What Yu Need T Knw: The Physics OK this is basically a recap f what yu ve dne s far with circuits and circuits. Nw we get t put everything tgether

More information

Direct-Sequence Spread-Spectrum

Direct-Sequence Spread-Spectrum Chapter 3 Direct-Sequence Spread-Spectrum In this chapter we consider direct-sequence spread-spectrum systems. Unlike frequency-hopping, a direct-sequence signal occupies the entire bandwidth continuously.

More information

Department of Electrical Engineering, University of Waterloo. Introduction

Department of Electrical Engineering, University of Waterloo. Introduction Sectin 4: Sequential Circuits Majr Tpics Types f sequential circuits Flip-flps Analysis f clcked sequential circuits Mre and Mealy machines Design f clcked sequential circuits State transitin design methd

More information

TOPPER SAMPLE PAPER 2 Class XII- Physics

TOPPER SAMPLE PAPER 2 Class XII- Physics TOPPER SAMPLE PAPER 2 Class XII- Physics Time: Three Hurs Maximum Marks: 70 General Instructins (a) All questins are cmpulsry. (b) There are 30 questins in ttal. Questins 1 t 8 carry ne mark each, questins

More information

IAML: Support Vector Machines

IAML: Support Vector Machines 1 / 22 IAML: Supprt Vectr Machines Charles Suttn and Victr Lavrenk Schl f Infrmatics Semester 1 2 / 22 Outline Separating hyperplane with maimum margin Nn-separable training data Epanding the input int

More information

5.1 Properties of Inverse Trigonometric Functions.

5.1 Properties of Inverse Trigonometric Functions. Inverse Trignmetricl Functins The inverse f functin f( ) f ( ) f : A B eists if f is ne-ne nt ie, ijectin nd is given Cnsider the e functin with dmin R nd rnge [, ] Clerl this functin is nt ijectin nd

More information