SS Notes
Fundamental introduction to signals and systems — definitions, examples, and the relationship between inputs, outputs, and system processing.
Introduction
Every time you speak into a phone, listen to music, watch a video, or even when your heart beats — signals are at work. In engineering, a signal is simply a function that conveys information about a physical phenomenon. A system is anything that processes a signal to produce another signal.
Think of it this way: when you talk into a microphone, your voice (an acoustic pressure wave varying with time) is the input signal. The microphone converts it into an electrical voltage — that conversion process is a system. The electrical voltage coming out is the output signal.
This simple input → system → output framework is the foundation of virtually all modern engineering.
What is a Signal?
A signal is a function of one or more independent variables that carries information. Mathematically, we write it as $x(t)$ for continuous-time signals or $x[n]$ for discrete-time signals.
Everyday Examples of Signals
- Speech: Air pressure variations over time — $p(t)$
- ECG: Electrical voltage from heart activity — $v(t)$
- Stock price: Value changing over days — $s[n]$ (discrete, sampled daily)
- Image: Brightness as a function of two spatial variables — $I(x, y)$
- Video: Brightness varying in space AND time — $I(x, y, t)$
Mathematical Representation
The independent variable is usually time, but it can be anything:
$$x(t) \quad \text{— continuous-time signal (voltage, temperature, pressure)}$$
$$x[n] \quad \text{— discrete-time signal (sampled data, stock prices, sensor readings)}$$
The key insight is that a signal doesn't have to be electrical. Any measurable quantity that changes is a signal.
What is a System?
A system is a process or device that transforms an input signal into an output signal according to some rule. We write:
$$y(t) = T\{x(t)\}$$
where $T$ denotes the transformation (the system's operation).
Examples of Systems
| Input Signal | System | Output Signal |
|---|---|---|
| Voice (acoustic) | Microphone | Electrical voltage |
| Noisy audio | Noise filter | Clean audio |
| Radio waves | AM receiver | Music signal |
| Voltage | Amplifier | Amplified voltage |
| Image | Edge detector | Edge-highlighted image |
Block Diagram Representation
Engineers represent systems using block diagrams:
For cascaded systems:
The output of one system becomes the input to the next. This modularity is extremely powerful in engineering design.
The Input-Output Relationship
The central question in signals and systems is: given a system and an input, what is the output? Or conversely: given the input and output, what is the system?
For a simple resistor-capacitor (RC) circuit, the input might be a voltage source $v_{in}(t)$ and the output is the voltage across the capacitor $v_{out}(t)$. The system is governed by the differential equation:
$$RC \frac{dv_{out}}{dt} + v_{out}(t) = v_{in}(t)$$
This is a first-order linear ordinary differential equation — and solving equations like this is exactly what the tools of signals and systems (Laplace transforms, Fourier analysis, convolution) help us do efficiently.
Why Study Signals and Systems?
The mathematical framework of signals and systems gives you a universal toolkit. The same math that analyzes an audio equalizer also applies to:
- Designing communication systems (WiFi, 5G, satellite links)
- Building control systems (cruise control, drone stabilization)
- Processing biomedical signals (EEG, ECG, MRI)
- Creating audio effects (reverb, compression, equalization)
- Image and video processing (filters, compression, enhancement)
The power comes from abstraction — once you understand how a generic LTI (Linear Time-Invariant) system behaves, you can apply that knowledge to circuits, mechanical systems, economic models, or biological processes.
Continuous-Time vs. Discrete-Time
There are two parallel worlds in signals and systems:
Continuous-time (CT): The signal is defined for every real value of $t$. Example: the voltage across a capacitor exists at every instant.
$$x(t), \quad t \in \mathbb{R}$$
Discrete-time (DT): The signal is defined only at integer values of $n$. Example: daily temperature readings, digital audio samples.
$$x[n], \quad n \in \mathbb{Z}$$
Most of the concepts (linearity, convolution, transforms) have parallel versions in both domains. The CT world uses integrals and differential equations; the DT world uses summations and difference equations.
Deterministic vs. Random Signals
Deterministic signals can be described by a known mathematical function. If you know the formula, you can predict the signal's value at any time. Example: $x(t) = 5\cos(2\pi \cdot 100t)$.
Random (stochastic) signals cannot be predicted exactly. They require statistical descriptions (mean, variance, autocorrelation). Example: thermal noise in a resistor, stock market fluctuations.
In this course, we primarily study deterministic signals first, then build toward understanding how systems respond to random inputs.
The Big Picture: Analysis and Design
Signals and systems study splits into two major activities:
- Analysis: Given the system and input, find the output. "What does this filter do to my audio signal?"
- Design (Synthesis): Given desired input-output behavior, design the system. "I want to remove 60 Hz hum from my recording — what filter do I need?"
Both require the same mathematical tools: transforms, convolution, and frequency-domain thinking.
Key Takeaways
- A signal is any function that carries information — $x(t)$ or $x[n]$
- A system transforms an input signal into an output signal — $y = T\{x\}$
- The framework is universal: same math applies to circuits, audio, control, communications
- Two parallel tracks: continuous-time (integrals) and discrete-time (summations)
- The goal is to understand, predict, and design system behavior
- Tools like Fourier, Laplace, and Z-transforms make complex problems manageable
Understanding these fundamentals sets the stage for everything that follows — from simple signal operations to sophisticated filter design and real-time digital processing.
Exam Focus
Revise definitions, diagrams, examples, and short-answer points for What is a Signal and System?.
Interview Use
Prepare one clear explanation, one practical example, and one common mistake for this Signals & Systems topic.
Search Terms
signal-systems, signals & systems, signal, systems, introduction, what, and, system
Related Signals & Systems Topics