signals and systems 1a-class... · 2017-09-10 · signals and systems signals and systems from our...

33
Signals and Systems Department of Electrical & Electronic Engineering Southern University of Science and Technology Autumn 2017

Upload: others

Post on 15-Jan-2020

55 views

Category:

Documents


3 download

TRANSCRIPT

Page 1: Signals and Systems 1a-Class... · 2017-09-10 · Signals and Systems Signals and Systems from Our Point of View Signals are variables that carry information, like function. Systems

Signals and Systems

Department of Electrical & Electronic Engineering

Southern University of Science and Technology

Autumn 2017

Page 2: Signals and Systems 1a-Class... · 2017-09-10 · Signals and Systems Signals and Systems from Our Point of View Signals are variables that carry information, like function. Systems

Signals and Systems

2

WANG Rui• USTC - CSE - BEng

• HKUST - ECE - PhD

• Huawei - Senior Research Engineer

• SUSTech – EEE - Associate Professor

Research Interests:• Wireless communications: 5G, VLC, mmWave and etc.

• Cloud and edge computing

• Stochastic optimization, Reinforcement learning, convex

optimization and etc.

Office: 南山智园A7栋,1107

Email: [email protected]

Website:

http://eee.sustc.edu.cn/p/wangrui/

Page 3: Signals and Systems 1a-Class... · 2017-09-10 · Signals and Systems Signals and Systems from Our Point of View Signals are variables that carry information, like function. Systems

Signals and Systems

“Signals and Systems”, Oppenheim, Willsky

and Nawab, 2nd Edition, 1997, Prentice-Hall.

This course only teaches Chapters 1 to 8.

Two weeks for one chapter

Middle-term exam for Chapters 1 to 4

Final exam for all

3

Textbook reading is crucial, as I cannot cover every

detail in slides

Page 4: Signals and Systems 1a-Class... · 2017-09-10 · Signals and Systems Signals and Systems from Our Point of View Signals are variables that carry information, like function. Systems

Signals and Systems

Lectures

(Tutorial)Matlab Labs

Assignment/Quiz

Mid-term Exam

Final Exam

Lab Reports

Project Report &

Presentation

4

Three Pillars

YOU

Page 5: Signals and Systems 1a-Class... · 2017-09-10 · Signals and Systems Signals and Systems from Our Point of View Signals are variables that carry information, like function. Systems

Signals and Systems

Class Schedules

Lab Session – Starts at the week 1

Instructor: Dr. Guang Wu(吴光)

Tutorials (attend one) – Time/location TBD for this year

Every week (no for week 1)

TA:黄山峰,杨锦明,王蕾 and 徐丹莹.

5

Page 6: Signals and Systems 1a-Class... · 2017-09-10 · Signals and Systems Signals and Systems from Our Point of View Signals are variables that carry information, like function. Systems

Signals and Systems

Which taste of 粽子 do you like? Salty or sweet

How can a southern Chinese get used to sweet 粽子?

Assignment: Every week (no for week 1)

Submit assignment in hardcopy after one week to tutor at

Lab course.

Late submission will have 20% reduction each day for the

assignment score.

6

Practice is Important

Page 7: Signals and Systems 1a-Class... · 2017-09-10 · Signals and Systems Signals and Systems from Our Point of View Signals are variables that carry information, like function. Systems

Password : 123456

Page 8: Signals and Systems 1a-Class... · 2017-09-10 · Signals and Systems Signals and Systems from Our Point of View Signals are variables that carry information, like function. Systems

Signals and Systems

Signals and Systems

Signals: everything which carries information

Systems: everything which processes input

signal and generate output signal

8

Slides partly extracted from “Signals and Systems”, Lecture Notes by Prof. Qing Hu, MIT, 2004, and Prof. Linshan Lee, NTU, 2009

Page 9: Signals and Systems 1a-Class... · 2017-09-10 · Signals and Systems Signals and Systems from Our Point of View Signals are variables that carry information, like function. Systems

Transmitter ReceiverChannel

Transmitted signal

noise

Received signal

Estimate of message signal

(information)

Message signal

(information) speech, text, image, video

r(t)s(t)

Communication Signals & Systems

9

Can you find any example of signals and

systems when making a phone call?

Page 10: Signals and Systems 1a-Class... · 2017-09-10 · Signals and Systems Signals and Systems from Our Point of View Signals are variables that carry information, like function. Systems

Signals and Systems

10

Image Processing

Page 11: Signals and Systems 1a-Class... · 2017-09-10 · Signals and Systems Signals and Systems from Our Point of View Signals are variables that carry information, like function. Systems

Signals and Systems

More examples of signals

Electrical signals – voltages and currents in a circuit

Acoustic signals – audio or speech signals

Video signals – movie

Biological signals – sequence of bases in a gene

We will treat noise as unwanted signals.

11

Page 12: Signals and Systems 1a-Class... · 2017-09-10 · Signals and Systems Signals and Systems from Our Point of View Signals are variables that carry information, like function. Systems

Signals and Systems

Signals and Systems from Our Point of

View

Signals are variables that carry information, like

function.

Systems process input signals to produce output

signals.

The course is about using mathematical techniques

to analyze and synthesize systems which process

signals.

12

Page 13: Signals and Systems 1a-Class... · 2017-09-10 · Signals and Systems Signals and Systems from Our Point of View Signals are variables that carry information, like function. Systems

Signals and Systems

Independent Variable

Time is often the independent variable.

Example: the electrical activity of the heart

recorded with chest electrodes –– the

electrocardiogram (ECG).

13

Page 14: Signals and Systems 1a-Class... · 2017-09-10 · Signals and Systems Signals and Systems from Our Point of View Signals are variables that carry information, like function. Systems

Signals and Systems

Signal Classification 1:

Independent Variable Dimensionality

An independent variable can be 1-D (t in the ECG),

2-D (x, y in an image), or 3-D (x, y, t in an video).

We focus on 1-D for mathematical simplicity but the

results can be extended to 2-D or even higher

dimensions.

14

Page 15: Signals and Systems 1a-Class... · 2017-09-10 · Signals and Systems Signals and Systems from Our Point of View Signals are variables that carry information, like function. Systems

Signals and Systems

Signal Classification 2:

Continuous-time (CT) Signals

Independent variable is continuous

Most of the signals in the physical world are CT signals.

E.g. voltage & current, pressure, temperature, velocity, etc.

Notation: x(t)

15

Page 16: Signals and Systems 1a-Class... · 2017-09-10 · Signals and Systems Signals and Systems from Our Point of View Signals are variables that carry information, like function. Systems

Signals and Systems

Discrete-time (DT) Signals

Independent variable is integer

Examples of DT signals: DNA base sequence,

population of the n-th generation of certain species

Notation: x[n]

16

Page 17: Signals and Systems 1a-Class... · 2017-09-10 · Signals and Systems Signals and Systems from Our Point of View Signals are variables that carry information, like function. Systems

Signals and Systems

Many Human-made Signals are DT

Why DT? — Can be processed by modern digital

computers and digital signal processors (DSPs).

17

Weekly Dow-Jones

industrial averageDigital image

Page 18: Signals and Systems 1a-Class... · 2017-09-10 · Signals and Systems Signals and Systems from Our Point of View Signals are variables that carry information, like function. Systems

Signals and Systems

Signal Classification 3:

Deterministic Signal

t

T0½T0-T0 -½T0

x(t)

Each value of the signal is fixed, and can be determined by a

mathematical expression, rule, or table.

Future values of the signal can be calculated from past

values with complete confidence.

18

Page 19: Signals and Systems 1a-Class... · 2017-09-10 · Signals and Systems Signals and Systems from Our Point of View Signals are variables that carry information, like function. Systems

Signals and Systems

Signal Classification 3:

Random Signal

x(t)

t

Having a lot of uncertainty about its behaviour.

Future values cannot be accurately predicted, and can usually

only be guessed based on the averages of sets of signals.

19

Page 20: Signals and Systems 1a-Class... · 2017-09-10 · Signals and Systems Signals and Systems from Our Point of View Signals are variables that carry information, like function. Systems

Signals and Systems

Periodic Signals

CT: x(t) = x(t + T), T : period

x(t) = x(t + mT), m: integer

DT: x[n] = x[n + N]=x[n + mN], N: period

Fundamental period: the smallest positive period

Aperiodic: NOT period

20

Classification 4: Periodic / Aperiodic

Page 21: Signals and Systems 1a-Class... · 2017-09-10 · Signals and Systems Signals and Systems from Our Point of View Signals are variables that carry information, like function. Systems

Signals and Systems

Classification 5: Even / Odd

Even and Odd Signals

Even x(t) = x(−t) or x[n] = x[−n]

Odd x(t) = − x(−t) or x[n] = − x[−n]

x(0)=0, and x[0]=0

21

Example: cos(t)

Example: sin(t)

Page 22: Signals and Systems 1a-Class... · 2017-09-10 · Signals and Systems Signals and Systems from Our Point of View Signals are variables that carry information, like function. Systems

Signals and Systems

Any signals can be expressed as a sum of

Even and Odd signals. That is:

x(t) = xeven(t) + xodd(t),

where:

xeven(t) = [x(t) + x(-t)]/2,

xodd(t) = [x(t) - x(-t)]/2.

22

Page 23: Signals and Systems 1a-Class... · 2017-09-10 · Signals and Systems Signals and Systems from Our Point of View Signals are variables that carry information, like function. Systems

Signals and Systems

A right-sided signal is zero for t < T, and

A left-sided signal is zero for t > T, where T

can be positive or negative.

23

Classification 6: Right- and Left-Sided

Page 24: Signals and Systems 1a-Class... · 2017-09-10 · Signals and Systems Signals and Systems from Our Point of View Signals are variables that carry information, like function. Systems

Signals and Systems

Bounded signal: the absolute value of signal is bounded.

Unbounded signal: otherwise

24

Classification 7: Bounded and Unbounded

Page 25: Signals and Systems 1a-Class... · 2017-09-10 · Signals and Systems Signals and Systems from Our Point of View Signals are variables that carry information, like function. Systems

Signals and Systems

0 4

x(t)

t

2 6

y(t)

t

Transformation of a Signal

System

x(t)

y(t)

Page 26: Signals and Systems 1a-Class... · 2017-09-10 · Signals and Systems Signals and Systems from Our Point of View Signals are variables that carry information, like function. Systems

Signals and Systems

Transformation of a Signal26

Time Shift

Time Reversal

Time Scaling

Combination

][][,)()( 00 nnxnxttxtx

][][,)()( nxnxtxtx

?][,)()( nxatxtx

?][,)()( nxbatxtx

Page 27: Signals and Systems 1a-Class... · 2017-09-10 · Signals and Systems Signals and Systems from Our Point of View Signals are variables that carry information, like function. Systems

Signals and Systems

27

Time Scaling

Transformation of a Signal

Page 28: Signals and Systems 1a-Class... · 2017-09-10 · Signals and Systems Signals and Systems from Our Point of View Signals are variables that carry information, like function. Systems

Signals and Systems

0 4

2

x(t)

x(-2t+2) ?

t

Class problem28

Page 29: Signals and Systems 1a-Class... · 2017-09-10 · Signals and Systems Signals and Systems from Our Point of View Signals are variables that carry information, like function. Systems

Signals and Systems

A very important class of signals is presented as:

CT signals of the form x(t) = ejωt

DT signals of the form x[n] = ejωn

For both exponential CT and DT signals, x is a

complex quantity and has:

a real and imaginary part [i.e., Cartesian form], or

equivalently

a magnitude and a phase angle [i.e., polar form].

We will use whichever form that is convenient.

29

Exponential Signals

Page 30: Signals and Systems 1a-Class... · 2017-09-10 · Signals and Systems Signals and Systems from Our Point of View Signals are variables that carry information, like function. Systems

30

Euler’s relation

is defined as phase

t

t

Real and imaginary parts are periodic

signals with the same period, but out

of phase (90o phase difference)

Page 31: Signals and Systems 1a-Class... · 2017-09-10 · Signals and Systems Signals and Systems from Our Point of View Signals are variables that carry information, like function. Systems

Signals and Systems

31

0

0 0( ) cos( ) sin( )j t

x t e t j t

-Fundamental (angular) frequency:

-Fundamental period:

-In CT, always periodic

-larger => higher frequency

0

0

0

2T

0j te

0

Page 32: Signals and Systems 1a-Class... · 2017-09-10 · Signals and Systems Signals and Systems from Our Point of View Signals are variables that carry information, like function. Systems

Signals and Systems

( ) ( 1)j n j n ne e

2 2( ) (1) 1j n j n ne e

𝑥 𝑛 = 𝑒𝑗𝜔0𝑛 = 𝑐𝑜𝑠𝜔0𝑛 + j sin𝜔0𝑛

Is it periodic?

Larger 𝜔0 => higher frequency?

𝑒𝑗𝜔0𝑛 = 𝑒𝑗(𝜔0+2𝑘𝜋)𝑛

Page 33: Signals and Systems 1a-Class... · 2017-09-10 · Signals and Systems Signals and Systems from Our Point of View Signals are variables that carry information, like function. Systems

Signals and Systems

33

A set of periodic exponentials which have a

common period.

Harmonically Related Signal Sets

Fundamental Frequency : |𝑘𝜔0|

Fundamental Period: 2𝜋

|𝑘𝜔0|

Common Period: 2𝜋

|𝜔0|