Related Concepts: 1.01 Signals, Systems & Singularity Functions | 1.02 Elementary Operations on Signals | 1.04 Signal Classification II — Symmetry, Energy & Power

1.03 Signal Classification I — Theory & Periodicity

Overview

Signals are classified based on properties of their independent variables (time), dependent variables (amplitude), predictability, and repetition. Periodicity calculations are highly repeated numericals in Section A of examinations.

graph TD
    S["Signal Classifications"] --> IV["By Independent Variable"]
    S --> DV["By Dependent Variable"]
    S --> PR["By Predictability"]
    S --> PER["By Repetition"]
    
    IV --> CT["Continuous-Time x(t)"]
    IV --> DT["Discrete-Time x[n]"]
    
    DV --> AN["Analog"]
    DV --> DIG["Digital"]
    
    PR --> DET["Deterministic"]
    PR --> RAN["Random / Noise"]
    
    PER --> PERIODIC["Periodic"]
    PER --> APERIODIC["Aperiodic"]

1. Fundamental Classifications

1.1 Continuous-Time vs. Discrete-Time Signals

This classification is based strictly on the independent variable (domain of definition).

  • Continuous-Time (CT) Signal: Defined for a continuous, unbroken range of time. The independent variable is continuous.
    • Example:
  • Discrete-Time (DT) Signal: Defined only at specific, isolated integer time instances. The independent variable is an integer index .
    • Example:
Continuous-Time x(t) [Smooth Curve]:         Discrete-Time x[n] [Lollipop/Stem Plot]:
      ^                                            ^
    1 |    _--_                                  1 |      o   o
      |  _-    -_                                  |    o | o |
  ----+-----------> t                          ----+----+---+-+-> n
      | -1                                         |   0  1   2

1.2 Analog vs. Digital Signals

This classification is based strictly on the dependent variable (range of amplitude values).

  • Analog Signal: The amplitude can take on an infinite number of continuous values within a given range.
  • Digital Signal: The amplitude is restricted to a finite, discrete set of quantized values.
  • Concept Note: The process of mapping a continuous amplitude discrete-time signal into a quantized digital signal is called quantization.

1.3 Deterministic vs. Random (Nondeterministic) Signals

  • Deterministic Signal: A signal whose future values are completely specified and predictable. It is defined by a known mathematical formula.
    • Example:
  • Random Signal: A signal that is unpredictable, containing random, statistically characterized values. It lacks a specific predictable frequency, amplitude, or phase. Noise is the most common example.
left = -2; right = 10
top = 1.5; bottom = -1.5
---
y = sin(2*x) | BLUE | SOLID
(2.5, 1.2) | label:Deterministic Sine wave | BLUE

1.4 Periodic vs. Aperiodic Signals

  • Periodic Signal: A signal is periodic if it exactly repeats its pattern after a specific, constant time interval .
    • Mathematical Condition: where the smallest positive non-zero value satisfying this is the Fundamental Period.
  • Aperiodic Signal: Any signal that does not satisfy the periodicity condition (does not repeat).

Below is a periodic sine wave (blue) and an aperiodic decaying sine wave (red):

left = -1; right = 10
top = 1.5; bottom = -1.5
---
y = sin(2*x) | BLUE | SOLID
y = exp(-0.4*x)*sin(2*x) | x >= 0 | RED | SOLID
(4, 1.2) | label:Periodic | BLUE
(4.5, 0.4) | label:Aperiodic Decaying | RED

2. Periodicity Test for Composite Signals

Examiners frequently ask whether a sum of two or more continuous-time signals is periodic, and if so, what its fundamental period is.

2.1 The Rationality Rule

Let a continuous-time signal be , with fundamental periods and . The composite signal is periodic if and only if the ratio of their individual periods is a Rational Number (a ratio of two integers).

If the ratio is rational, the fundamental period is the Least Common Multiple (LCM) of and .

Sir's Math Shortcut for Fractional LCM

To find the LCM of fractional values:

where is the Highest Common Factor (Greatest Common Divisor).


3. PYQ Step-by-Step Solutions

Trap 1: The Irrational Ratio

Question: Determine whether the signal is periodic or not. Find its fundamental period if periodic. (2019, 2015)

Solution:

  1. Find individual frequencies and periods:
    • Term 1:
    • Term 2:
  2. Determine the ratio:
  3. Because is an irrational number, this ratio is irrational.
  4. Conclusion: The signal is Aperiodic (does not have a fundamental period).

Trap 2: LCM of Fractions

Question: Determine whether the signal is periodic. If so, find its fundamental period. (2017)

Solution:

  1. Find individual frequencies and periods:
    • Term 1:
    • Term 2:
  2. Determine the ratio: Since is a rational fraction, the signal is Periodic.
  3. Find the fundamental period :

Trap 3: Single Term Irrational Frequency

Question: Consider a signal . Is it periodic? Find its fundamental period. (2016)

Solution:

  • Exam Warning: The rational ratio rule only applies when adding multiple signals together. A single sinusoidal term is always periodic, even if its frequency is irrational.
  • Fundamental frequency:
  • Fundamental period:

Trap 4: Mixed Sines & Cosines

Question: Determine if is periodic or aperiodic. If periodic, find the period. (2025)

Solution:

  1. Term 1:
  2. Term 2:
  3. Ratio:
  4. Fundamental period:

Past Year Questions (PYQs)

  • [PYQ 2021, 2019, 2018, 2016, 2015]: What is signal? What are the major classifications of signals? (06 to 10 Marks)
  • [PYQ 2020]: Classify discrete time signals.
  • [PYQ 2018]: Distinguish between deterministic and nondeterministic signals.