Introduction to Signals
& Systems
1. What is a Signal?
A signal is any physical quantity that is a function of one or more independent variables and carries information. In ECE, signals are typically functions of time.
Examples: voltage across a resistor v(t), audio waveform x(t), ECG trace, digital data stream, image intensity I(x,y).
Continuous-Time (CT) signal — defined for all values of t ∈ (−∞, ∞). Example: sinusoidal voltage from an oscillator.
Discrete-Time (DT) signal — defined only at integer values of n. Example: digital audio samples x[n] at 44100 Hz sampling rate.
Every signal is either CT or DT; independently, either periodic or aperiodic; and separately classified as an energy signal or power signal (but not both — except the trivial x=0 case).
2. Classification of Signals
2.1 Periodic vs Aperiodic
A CT signal x(t) is periodic with fundamental period T₀ if:
A DT signal x[n] is periodic with fundamental period N if x[n] = x[n + N] for all integer n.
ejωn is periodic in DT only if ω/2π is a rational number. In CT, ejωt is always periodic.
Sum of two periodic CT signals with periods T₁ and T₂ is periodic if T₁/T₂ is rational — period = LCM(T₁,T₂).
2.2 Even and Odd Signals
Any signal can be decomposed into its even and odd parts:
Even: x(−t) = x(t) | Odd: x(−t) = −x(t). Note: the odd part of any signal is zero at t = 0.
2.3 Energy and Power Signals
| Signal Type | Energy E | Power P | Example |
|---|---|---|---|
| Energy Signal | 0 < E < ∞ | P = 0 | x(t) = e⁻ᵃᵗu(t), a > 0 |
| Power Signal | E → ∞ | 0 < P < ∞ | x(t) = A·cos(ω₀t) |
| Neither | E → ∞ | P → ∞ | x(t) = t (ramp, t > 0) |
| Note: Periodic signals → always power signals. Finite-duration bounded signals → always energy signals. | |||
• x(t) = Ae⁻ᵃᵗu(t): E = A²/2a
• x(t) = A·rect(t/τ): E = A²τ
• x(t) = A·sinc(Wt): E = A²/W (using Parseval's theorem)
• x(t) = A·cos(ω₀t): P = A²/2
2.4 Deterministic vs Random
Deterministic signals are fully described by a mathematical expression — no uncertainty. Random signals are described statistically (mean, variance, power spectral density). In this unit, we deal with deterministic signals only.
3. Basic Signal Operations
3.1 Time Shifting
3.2 Time Scaling
3.3 Time Reversal
3.4 Combined Operations — CRITICAL for GATE
For y(t) = x(at + b), the correct procedure to sketch:
δ(at) = δ(t)/|a| (NOT δ(t))
Example: δ(3t − 6) = δ(3(t − 2)) = (1/3)δ(t − 2)
4. Elementary Signals
4.1 Unit Impulse Function δ(t) — Dirac Delta
Physically: δ(t) is a pulse of infinite height, zero width, and unit area — an idealized impulse.
4.2 Unit Step Function u(t)
4.3 Unit Ramp r(t)
4.4 Real and Complex Exponentials
4.5 Sinc Function
5. What is a System?
A system is any entity that takes an input signal x(t) and produces an output signal y(t) through some transformation T{·}:
Examples: amplifier, filter, ADC, human ear, digital FIR filter y[n] = Σ h[k]·x[n−k].
6. Classification of Systems
6.1 Linearity
A system is linear if it satisfies superposition (additivity + homogeneity):
6.2 Time-Invariance
A system is time-invariant (TI) if shifting the input shifts the output by the same amount:
6.3 Causality
6.4 BIBO Stability
6.5 Memory
| System | Linear? | TI? | Causal? | Stable? | Memory? |
|---|---|---|---|---|---|
| y(t) = 3x(t) | Yes | Yes | Yes | Yes | No |
| y(t) = x²(t) | No | Yes | Yes | Cond. | No |
| y(t) = t·x(t) | Yes | No | Yes | No | No |
| y(t) = x(t−2) | Yes | Yes | Yes | Yes | Yes |
| y(t) = x(2t) | Yes | No | No | Yes | No |
| y(t) = x(−t) | Yes | No | No | Yes | Yes |
| y[n] = Σx[k] (accum.) | Yes | Yes | Yes | No | Yes |
GATE Questions — Unit 1
Answer: (B)
E = 2/3 < ∞ → Energy signal. Since E is finite, P = 0 (not a power signal).
Answer: (A)
The odd part: x₀(t) = [e^(−jωt) − e^(jωt)]/2 = −j·sin(ωt)
Answer: (C)
Linearity: T{ax₁+bx₂} = (ax₁+bx₂)cos(ω₀t) = a·T{x₁} + b·T{x₂} ✓ Linear
Time-Invariance:
y₁(t) ≠ y₂(t) because cos(ω₀t) ≠ cos(ω₀(t−τ)). → Time-Variant.
Answer: (A) k = 1/3
So k = 1/3.
Answer: (A) 7
Answer: (B)
This is a ramp starting at t = 2 with slope 2.
Answer: (C)
Causality: y[−1] = x[1] (future input). Non-causal.
Time-Invariance:
y₁[n] ≠ y₂[n] (−n−k ≠ −n+k). → Time-Variant.
Answer: (A)
Impulse response: h[n] = δ[n] − δ[n−1]
Answer: (A) 12.5 W
Answer: (B)
Linearity: T{ax₁+bx₂} = t(ax₁(t−1)+bx₂(t−1)) = aT{x₁}+bT{x₂} ✓ Linear
Time-Invariance:
y₁(t) = t·x(t−1−τ) ≠ (t−τ)·x(t−τ−1) = y₂(t). Time-Variant (coefficient t changes with shift).