Unit 1.3: Introduction to the Concepts to be Studied#

Follow along at cpjobling.github.io/eg-150-textbook/introduction/concepts

QR Code

In this section we will present some concepts that are important for the dvelopment of your knowlege of signals and signals and use that knowledge for the analysis and design of signal processing signals.

Coming up#

Signals#

  • Signals are numerical functions of one or more independent variables (e.g. room temperature over time and spatial location)

  • Signals are defined in order to convey some information for subsequent signal processing (eg: to find average room temperature during one day).

The actual units (e.g. temperature in degrees Celsius and time in hours) are not important for signal processing, but it is useful to be aware of them.

  • Models of signals are often called waveforms (eg: sine wave model)

Examples of signals#

  • Electrical signals (voltages, currents)

  • Electromagnetic signals (electromagnetic waves)

  • Biological signals (electrocardiogram, sound waves)

  • Man made signals (text files)

Some Example Signals#

Microphone output#

A sound signal captured by a microphone.

Fig. 2 Microphone output (continuous-time, continuous values)#

In Fig. 2 sound pressure has been converted to a voltage signal.

On/off switch state#

A discete-time signal

Fig. 3 On/off switch state (continuous time, discrete values)#

Fig. 3 shows the output of a switched device. The signal has only two discrete values but time is continuous. That is the switching can happen at any time instant.

Temperature difference#

The temperature difference of a 15cm thick wall.

Fig. 4 The temperature difference of a 15cm thick wall (contunuous space, continuous time)#

Fig. 4 shows the temperature difference of 15cm thick wall (continuous space, continuous value). The spatial location is independent variable, and time is a parameter.

Stock market prices#

Stock market prices

Fig. 5 Stock market prices (discrete time, continuous values)#

Fig. 5 shows the value of a particular stock sold on a stock market on particular dates. This is an example of a discrete-time signal with continuous values.

Frequency of marks in a test#

Frequency of marks in a test

Fig. 6 Frequency of marks in a test (discrete time, discrete values)#

Fig. 6 shows the range of marks for a particular tests. The mark is one of a discete set of values. The frequency is the number of times a particular mark was achieved. It is an integer so the measured values are also discrete.

What are systems?#

Systems#

  • modify and manipulate signals in order to extract some useful information

  • implement signal processing (first as mathematical models, then in hardware and software)

  • have inputs (to feed in signals) and outputs (to read out transformed signals) Physical system

A Physical System#

A physical system for amplifying sound.

Fig. 7 A physical system for amplifying sound.#

In {numref}`physical_system sound waves are converted to an electrical signal by a microphone and the electrical signal is amplified by the audio amplifier before being converted back to sound waves by the speaker.

Mathematical model of a system#

A mathematical model of a system

Fig. 8 A mathematical model of a system#

For the system shown in schematic (block diagram) form in Fig. 8

\[v_\mathrm{OUT}(t) = f (v_\mathrm{IN}(t))\]

E.g. \(v_\mathrm{OUT}(t) = Av_\mathrm{IN}(t)\) where \(A\) is a positive real number (\(A \in \mathbb{R}^+\))(positive real number)

Mathematical abstractions of physical systems are necessary to devise approaches to signal processing problems.

Some example systems#

Some example systems

Fig. 9 Some example systems#

Why do we make models of systems?#

  • We make mathematical models of every possible system on the Earth (biological, social, technological, geological,\(\ldots\) systems)

  • Usually, the more complicated the model, the better it reflects the reality, but the more difficult it is to deal with (mathematically)

  • We are ‘digitalizing the world’ (Big Data, Internet of Things,\(\ldots\))

Can you recognize these systems?#

System 1#

System 1

Block diagram of an MP3 music player

System 2#

System 2

Block diagram of a smart phone

System 3#

System 3

Block diagram of an automobile cruise control system

-> Poll

System design#

Top-down design#

  • Start from overall specifications, e.g. user requirements [Apple products]

Bottom-up design#

  • design sub-systems, then interconnect them to achive the desired system (Cloud computing, Internet, computer and cellular networks)

Example: The Internet#

A model of the internet

Fig. 10 A simple model of the internet#

Basic design requirments are (often) simple:

  • e.g. send packets of data between two nodes in a network

But the implementation is (almost always) complicated:

  • how to distinguish end-nodes?

  • how to find the route?

  • how to share network (resources) among billions end-nodes?

  • how to deal with lost and delayed packets?

  • how to deal with mobility and nodes leaving and arriving?

What is Signal Processing?#

Example scenarios#

  1. Given a system, find the signal that will pass through it well (e.g. design a transmitter signal in a communication system)

  1. Given a signal, find the system that will pass it well (e.g. design an audio amplifier)

  1. Design a system to make a desired change to the signal (e.g. design an audio equalizer)

  1. Design a system to extract information from the signal (e.g. design a communication receiver to recover transmitted data symbols)

Feedback#

  • Feedback is a key concept in Control Engineering.

  • It is found in all technological, biological, financial, social etc. systems.

  • In positive feedback: a change is amplified (including noise), e.g. useful to produce oscillations.

  • Negative feedback: a change is neutralized (noise is suppressed), e.g. useful to stabilize a system.

Summary#

In this section we have presented some concepts from the field of Signals and Systems that we will study further in this and later courses.

We looked at

Coming Next#

In the following sections, we introduce the mathematical description and representation of signals and systems and their classifications. We also define several important basic signals essesntial to your studies.

The first of these will be Unit 2: Signals and Systems.