+ All Categories
Home > Documents > Digital Signal Processing

Digital Signal Processing

Date post: 04-Jan-2016
Category:
Upload: jasmine-lancaster
View: 34 times
Download: 0 times
Share this document with a friend
Description:
Digital Signal Processing. Prof. Nizamettin AYDIN naydin @ yildiz .edu.tr http:// www . yildiz .edu.tr/~naydin. Digital Signal Processing. Lecture 3 Phasor Addition Theorem. READING ASSIGNMENTS. This Lecture: Chapter 2, Section 2-6 Other Reading: Appendix A: Complex Numbers - PowerPoint PPT Presentation
Popular Tags:
23
1 Prof. Nizamettin AYDIN naydin @ yildiz .edu.tr http://www.yildiz.edu.tr/~naydin Digital Signal Processing
Transcript
Page 1: Digital  Signal Processing

1

Prof. Nizamettin AYDIN

[email protected]

http://www.yildiz.edu.tr/~naydin

Digital Signal Processing

Page 2: Digital  Signal Processing

2

Lecture 3

Phasor Addition Theorem Phasor Addition Theorem

Digital Signal Processing

Page 3: Digital  Signal Processing

4

READING ASSIGNMENTS

• This Lecture:– Chapter 2, Section 2-6

• Other Reading:– Appendix A: Complex Numbers– Appendix B: MATLAB– Next Lecture: start Chapter 3

Page 4: Digital  Signal Processing

5

LECTURE OBJECTIVES

• Phasors = Complex Amplitude– Complex Numbers represent Sinusoids

• Develop the ABSTRACTION:– Adding Sinusoids = Complex Addition

– PHASOR ADDITION THEOREMPHASOR ADDITION THEOREM

tjjtj eAeXetz )()(

Page 5: Digital  Signal Processing

6

Z DRILL (Complex Arith)

MATLAB Command Name:   spfirst zdrill

Complex drill

ZDrill is a program that tests the users ability to calculate the result of simple operations on complex numbers. The program emphasizes the vectorial view of a complex number. The following six operations are supported:•Add•Subtract•Multiply•Divide•Inverse•Conjugate

Page 6: Digital  Signal Processing

7

AVOID Trigonometry

• Algebra, even complex, is EASIER !!!

• Can you recall cos(1+2) ?

• Use: real part of ej12= cos(1+2)

2121 )( jjj eee

)sin)(cossin(cos 2211 jj

(...))sinsincos(cos 2121 j

Page 7: Digital  Signal Processing

8

Euler’s FORMULA

• Complex Exponential– Real part is cosine– Imaginary part is sine– Magnitude is one

)sin()cos( tjte tj

)sin()cos( je j

Page 8: Digital  Signal Processing

9

Real & Imaginary Part Plots

PHASE DIFFERENCE = /2

Page 9: Digital  Signal Processing

10

COMPLEX EXPONENTIAL

• Interpret this as a Rotating VectortAngle changes vs. time

ex: rad/s

Rotates in 0.01 secs

e jj cos( ) sin( )

)sin()cos( tjte tj

Page 10: Digital  Signal Processing

11

Rotating Phasor

See Demo on CD-ROMChapter 2

Page 11: Digital  Signal Processing

12

Cos = REAL PART

cos(t) e e j t Real Part of Euler’s

x(t) Acos(t )General Sinusoid

A cos( t ) e Ae j ( t ) e Ae je j t

So,

Page 12: Digital  Signal Processing

13

COMPLEX AMPLITUDE

x(t) Acos(t ) e Ae je j t General Sinusoid

z( t) Xe jt XAe jComplex AMPLITUDE = XComplex AMPLITUDE = X

x(t) e Xe j t e z(t) Sinusoid = REAL PART of (Aej)ejt

Page 13: Digital  Signal Processing

14

POP QUIZ: Complex Amp

• Find the COMPLEX AMPLITUDE for:

• Use EULER’s FORMULA:

5.03 jeX

)5.077cos(3)( ttx

tjj

tj

eee

eetx

775.0

)5.077(

3

3)(

Page 14: Digital  Signal Processing

15

WANT to ADD SINUSOIDS

• ALL SINUSOIDS have SAME FREQUENCY

• HOW to GET {Amp,Phase} of RESULT ?

Page 15: Digital  Signal Processing

16

ADD SINUSOIDS

• Sum Sinusoid has SAMESAME Frequency

Page 16: Digital  Signal Processing

17

PHASOR ADDITION RULE

Get the new complex amplitude by complex addition

Page 17: Digital  Signal Processing

18

Phasor Addition Proof

Page 18: Digital  Signal Processing

19

POP QUIZ: Add Sinusoids

• ADD THESE 2 SINUSOIDS:

• COMPLEX ADDITION:

5.00 31 jj ee

)5.077cos(3)(

)77cos()(

2

1

ttx

ttx

Page 19: Digital  Signal Processing

20

POP QUIZ (answer)

• COMPLEX ADDITION:

• CONVERT back to cosine form:

j 3 3e j 0.5

1

31 j 3/231 jej

)77cos(2)(33 ttx

Page 20: Digital  Signal Processing

21

ADD SINUSOIDS EXAMPLE

tm1

tm2

tm3

)()()( 213 txtxtx

)(1 tx

)(2 tx

Page 21: Digital  Signal Processing

22

Convert Time-Shift to Phase• Measure peak times:

tm1=-0.0194, tm2=-0.0556, tm3=-0.0394

• Convert to phase (T=0.1)1=-tm1 = -2(tm1 /T) = 70/180,

2= 200/180

• AmplitudesA1=1.7, A2=1.9, A3=1.532

Page 22: Digital  Signal Processing

23

Phasor Add: Numerical

• Convert Polar to CartesianX1 = 0.5814 + j1.597

X2 = -1.785 - j0.6498

sum =

X3 = -1.204 + j0.9476

• Convert back to PolarX3 = 1.532 at angle 141.79/180This is the sum

Page 23: Digital  Signal Processing

24

ADD SINUSOIDS

VECTOR(PHASOR)ADD

X1

X2

X3


Recommended