Lecture 01
Lecture 01
EE 8443
3512 – PatternContinuous
– Signals: Recognition
and Discrete
• Resources:
MIT 6.003: Lecture 1
Wiki: Continuous Signals
Wiki: Discrete Signals
JF: MATLAB Resources
ISIP: Signal Processing Demonstrations
JHU: Java Applets
URL:
Introduction
• Signals is a cornerstone of an electrical or computer engineering education
and relevant to most engineering disciplines.
• The concepts described in this class (e.g., Fourier analysis) have roots in
applied mathematics, and have impacted virtually all engineering disciplines.
In fact, many non-engineering disciplines, such as business and finance,
exploit these concepts today.
• Popular software tools such as Excel and Photoshop now include extensive
signal processing capabilities.
• Virtually all engineers will use some aspect of this course in their work, since
even hardware design begins with computer modeling.
• This course is actually an introduction to the design, simulation, and testing
of systems. One often overlooked benefit of this course is to help you better
appreciate some of that free software you download from the Internet.
• We will focus on basic mathematical concepts, such as linearity, and common
transformations (e.g., Laplace). More advanced courses deal with how you
can combine such concepts into algorithms, and how to implement these
concepts efficiently in hardware.
• Though the analog portion of this course focuses on linear systems, digital
systems are most often nonlinear in nature due to the ease with which the
linearity assumption can be violated in software.
EE 3512: Lecture 01, Slide 2
Multimedia Signal Processing At A Glance…
• Some of the specifications of this MP3 player are:
1” x 2” package 8 Gbytes memory
music, video, photo audio recording
FM radio USB interface
• Advances in integrated circuits and digital signal processing
technology enabled the creation of this device.
• Low power and large inexpensive memories were crucial to
the commercial viability of the device.
• The signals stored in this device are digital signals, because
they consist of discrete-time signals whose amplitudes are
represented as a finite set of numbers.
• The signals are compressed to save space using software-
based compression (MP3).
• An FM radio demodulates an electromagnetic wave and
converts it to a digital audio signal.
• The audio recorder uses a microphone to convert a sound pressure wave into
an electrical signal, which is then converted to an MP3 digital signal.
• A lot of signal processing technology for $30!
• Many human-generated signals are discrete (e.g., MIDI codes, stock market
prices, digital images).
• In this course, we will show that most of the properties that apply to CT
signals apply in a similar manner to DT signals.
• DT Periodic signals:
• Note: The sum of two CT signals is periodic only if the ratio of their periods
can be written as the ratio of two integers. We will exploit this fact when
building signals out of sums of periodic signals (e.g., Fourier series).
• Even: CT:
DT:
• Odd: CT:
DT:
<0:
>0:
• Signal Power:
• Comments:
Power is the time average of energy. Why?
What is an example of a signal for which the energy integral is bounded? We
refer to such signals as energy signals.
What is an example of a signal for which the energy integral is unbounded
but the power integral is bounded? We refer to these as power signals.
What is an example of a signal for which the power integral is unbounded?
Such signals are often described as being unstable. Can such a signal exist
in the real world?
Later will we relate these to the same concepts of energy and power that you
have used in electrical circuits. We will also relate these concepts to familiar
statistical measures of randomness such as mean, standard deviation and
root mean square (RMS) value.
EE 3512: Lecture 01, Slide 14
Summary
• With the advent of the Internet and personal electronics, signals and systems
have become an integral part of the human experience.
• Signals can be continuous or discrete; time-varying, spatially varying, or
both.
• Signals can be one-dimensional (amplitude vs. time) or multidimensional (a
2D or 3D image vs. time).
• However, all these signals and systems can be characterized by a common
set of mathematical abstractions such as the Fourier transform.
• The more symmetry a signal has, the easier it is to represent, analyze and
understand.
• We introduced the concept of energy and power signals and discussed some
simple examples of each type of signal.
• Hence, understanding the properties of signals and systems will be
important.
• In this course, we will focus mainly on one-dimensional continuous and
discrete signals.