Signals and Systems

Introduction to Signals

A signal is the language through which information travels in engineering systems. In ECE, almost every practical system begins with a signal, modifies that signal, and extracts useful meaning from it.

Introduction

A signal is any quantity that varies with one or more independent variables and carries information. In most ECE problems, the independent variable is time, and the signal may be voltage, current, speech pressure, image brightness, antenna field strength, or sensor output.

We study signals because communication, control, filters, DSP, circuits, instrumentation, and embedded systems all depend on understanding how information changes, how it is represented, and how a system affects it.

Why This Topic Matters

Industry relevance

  • Telecom engineers analyze speech, data, and RF waveforms.
  • DSP engineers clean noisy signals from microphones, radars, cameras, and biomedical sensors.
  • Circuit designers predict how amplifiers and filters respond to changing inputs.

Exam relevance

  • GATE frequently tests signal classification, transformations, energy, power, and periodicity.
  • University exams ask definitions, graphs, mathematical representation, and basic properties.
  • Interviews use signals to test whether you understand physical meaning, not just formulas.

Prerequisites

  • Basic algebra and functions.
  • Trigonometry, especially sine and cosine.
  • Elementary calculus for area, slope, and rate of change.
  • Complex numbers for advanced sinusoidal and frequency-domain interpretation.
  • Basic electrical quantities such as voltage, current, power, and frequency.

Basic Intuition

Think of a signal as a moving story. A flat line says nothing is changing. A rising line says the quantity is increasing. A sinusoid says the quantity is oscillating repeatedly. A sudden pulse says an event occurred for a short duration.

The shape of a signal is not decoration. The shape tells us what information is present, how fast it changes, and how a circuit or system may respond to it.

Core Theory Explanation

1. Signal as a mathematical function

In Signals and Systems, a signal is represented as a function. A continuous-time signal is written as $$x(t)$$, where the value exists for every instant of time. A discrete-time signal is written as $$x[n]$$, where values exist only at separated sample indices.

2. Signal as physical behavior

If $$x(t)$$ is microphone voltage, its amplitude represents air pressure variation. If $$x(t)$$ is ECG voltage, its peaks represent heart activity. If $$x[n]$$ is a digital audio sequence, each sample is a stored measurement of the original sound at a specific instant.

3. Important classifications

ClassificationMeaningEngineering example
Continuous-timeDefined for every time instantAnalog microphone voltage
Discrete-timeDefined only at sample indicesSampled audio in DSP
PeriodicRepeats after a fixed intervalAC mains sine wave
Energy signalFinite total energy, zero average powerShort pulse
Power signalFinite average power, infinite total energyContinuous sinusoid

Step-by-Step Mathematical Derivation

Continuous-time signal

Let a voltage signal vary with time. We write it as:

$$x(t) = A\cos(\omega t + \phi)$$
  • $$A$$ is amplitude: maximum strength of the signal.
  • $$\omega$$ is angular frequency in rad/s: how fast the signal oscillates.
  • $$\phi$$ is phase: where the waveform starts relative to the reference.
  • $$t$$ is time: the independent variable.

Relation between frequency and angular frequency

$$\omega = 2\pi f$$

One full cycle corresponds to $$2\pi$$ radians. If a signal completes $$f$$ cycles per second, then it covers $$2\pi f$$ radians per second. This is why angular frequency is measured in rad/s.

Energy of a signal

$$E = \int_{-\infty}^{\infty} |x(t)|^2 dt$$

Squaring measures signal strength independent of sign. Integrating collects that strength over all time. A short pulse usually has finite energy because it exists only for a limited duration.

Average power of a signal

$$P = \lim_{T\to\infty} {1 \over 2T}\int_{-T}^{T}|x(t)|^2dt$$

Power asks: on average, how much signal strength remains per unit time? Periodic signals normally have finite average power because they continue forever.

Working Principle

  • A physical event changes with time: sound pressure, temperature, light, voltage, or current.
  • A transducer converts that physical variation into an electrical signal.
  • The signal is transmitted, stored, amplified, filtered, sampled, or transformed.
  • A system extracts useful information such as message, measurement, command, or decision.
  • The output may be displayed, transmitted, used for control, or converted back into a physical action.
Animated working: information becomes a signal, travels, and gets processedPhysical eventvoice, sensor, imageTransducerconverts to voltageSystemfilters or amplifiesOutput signaluseful informationamplitudetimeWhat changes?amplitudefrequencyphase

Diagram Explanation

Signal Flow Diagram Here
Continuous-Time Waveform Here
Discrete-Time Sample Plot Here
Frequency Spectrum Here

Important Formulas

Sinusoidal signal

$$x(t)=A\cos(\omega t+\phi)$$

Describes oscillatory signals such as AC voltage and carrier waves.

Period and frequency

$$T={1\over f},\quad \omega=2\pi f$$

Higher frequency means shorter period and faster variation.

Energy

$$E=\int_{-\infty}^{\infty}|x(t)|^2dt$$

Total signal strength accumulated over time.

Average power

$$P=\lim_{T\to\infty}{1\over2T}\int_{-T}^{T}|x(t)|^2dt$$

Long-term average signal strength.

Real-World Applications

  • Mobile communication converts voice and data into electrical and electromagnetic signals.
  • Radar systems transmit signals and analyze reflected signals to detect objects.
  • Medical electronics uses ECG, EEG, and pulse signals for diagnosis.
  • Audio engineering records, filters, compresses, and reconstructs sound signals.
  • IoT sensors measure temperature, pressure, motion, and light as signals for digital processing.

Solved Examples

Beginner example: identify signal type

A microphone voltage exists for every instant of time. Therefore it is a continuous-time signal.

Intermediate numerical: find frequency

If a sinusoid has period $$T=0.02s$$, then:

$$f={1\over T}={1\over0.02}=50Hz$$

The signal completes 50 cycles every second.

Advanced problem: classify energy or power

For $$x(t)=A\cos(\omega t)$$, the signal exists forever and has finite average power.

$$P={A^2\over2}$$

Its total energy is infinite because the sinusoid never dies out, but its average power is finite.

Common Mistakes

  • Calling every finite-amplitude signal an energy signal without checking duration.
  • Confusing frequency $$f$$ with angular frequency $$\omega$$.
  • Assuming discrete-time means digital; discrete-time samples may still have continuous amplitude.
  • Ignoring phase even though phase affects alignment, delay, and interference.
  • Memorizing classifications without connecting them to waveform behavior.

Comparison Tables

PairFirstSecond
Continuous vs DiscreteValue at every time instantValue only at sample indices
Analog vs DigitalContinuous amplitudeQuantized amplitude levels
Energy vs PowerFinite total energyFinite average power

Interview Questions

  • What is a signal in engineering terms?
  • Is every discrete-time signal digital? Explain.
  • Why is a sinusoid called a power signal?
  • What physical information is carried by amplitude, frequency, and phase?
  • Why do communication systems often use sinusoidal carriers?
  • How is a sensor output related to a signal?

Exam-Oriented Notes

  • A nonzero periodic signal is generally a power signal, not an energy signal.
  • For periodic signals, calculate average power over one period instead of infinite limits.
  • Always check whether time is continuous $$t$$ or discrete $$n$$.
  • For sinusoidal signals, remember $$T=1/f$$ and $$\omega=2\pi f$$.
  • Phase shift changes waveform position but not amplitude or frequency.

Revision Summary

  • A signal is a varying quantity that carries information.
  • Continuous-time signals use $$x(t)$$; discrete-time signals use $$x[n]$$.
  • Amplitude shows strength, frequency shows speed of oscillation, phase shows alignment.
  • Energy signals have finite energy; power signals have finite average power.
  • Signal classification is the first step before system analysis.

Practice Questions

Conceptual

  • Explain why ECG is a signal.
  • Give two examples each of continuous-time and discrete-time signals.
  • Why is phase important in communication?

Numerical

  • Find the period of a 2 kHz sinusoid.
  • For $$x(t)=5\cos(100\pi t)$$, identify amplitude, angular frequency, and frequency.
  • Classify a rectangular pulse of finite duration as energy or power signal.

MCQs

  • A nonzero periodic signal is usually: energy / power / neither / both.
  • If $$T=0.01s$$, frequency is: 10 Hz / 100 Hz / 1000 Hz / 1 Hz.
  • A sampled signal is represented as: $$x(t)$$ / $$x[n]$$ / $$X(s)$$ / $$H(j\omega)$$.