Related Concepts: 1.01 Signals, Systems & Singularity Functions | 1.02 Elementary Operations on Signals | 1.03 Signal Classification I — Theory & Periodicity

1.04 Signal Classification II — Symmetry, Energy & Power

Overview

Signals are further classified mathematically based on time boundaries, symmetry across axes, and physical energy/power content.


1. Causal, Anti-causal, and Non-causal Signals

This classification is determined entirely by where the signal exists relative to the boundary on the horizontal axis.

  • Causal Signal: Only exists in positive time. It starts at or after .
    • Mathematical Condition: for .
    • Tip: Any signal multiplied by is automatically forced to be causal.
  • Anti-causal Signal: Only exists in negative time. It ends at or before .
    • Mathematical Condition: for .
    • Tip: Any signal multiplied by is anti-causal.
  • Non-causal Signal: Exists on both sides of the boundary (extends into both positive and negative time).

Graphical Examples

Causal Signal ()

left = -3; right = 4
top = 1.5; bottom = -0.5
---
y = exp(-2*x) | x >= 0 | BLUE | SOLID
y = 0 | x < 0 | BLUE | SOLID
(0, 1) | label:Causal e^(-2t)u(t) | BLUE

Anti-causal Signal ()

left = -4; right = 3
top = 1.5; bottom = -0.5
---
y = exp(2*x) | x <= 0 | RED | SOLID
y = 0 | x > 0 | RED | SOLID
(0, 1) | label:Anti-causal e^(2t)u(-t) | RED

Non-causal Signal ()

left = -3; right = 3
top = 1.5; bottom = -0.5
---
y = exp(-x^2) | BLUE | SOLID
(0, 1) | label:Non-causal e^(-t^2) | BLUE

Past Year Questions (PYQs)

  • [PYQ 2025, 2020]: State whether the following signals are causal, anticausal or noncausal. (i) ; (ii) . (04 Marks)
    • Solution: Both signals are multiplied by . Since for , both for , making them strictly Causal signals.

2. Even and Odd Signals (Symmetry)

Any arbitrary signal can be decomposed into a sum of an even component and an odd component .

  • Even Signal: Symmetrical across the vertical -axis.
  • Odd Signal: Anti-symmetrical across the origin.
  • Decomposition Formulas:

Graphical Decomposition of

Even Component of Step Function:

left = -4; right = 4
top = 1; bottom = -1
---
y = 0.5 | BLUE | SOLID
(0, 0.5) | label:ue(t) = 1/2 | BLUE

Odd Component of Step Function:

left = -4; right = 4
top = 1; bottom = -1
---
y = 0.5 | x > 0 | RED | SOLID
y = -0.5 | x < 0 | RED | SOLID
(0, 0) | label:uo(t) = 1/2 sgn(t) | RED
(0, 0.5) | open | RED
(0, -0.5) | open | RED

Even/Odd Energy Component Proof

Symmetrical Definite Integral Energy Identity

Question: If and are the even and odd components of respectively, prove that:

(PYQ 2024, 2023, 2021)

Proof:

  1. Express as the sum of its components:
  2. Square both sides and integrate over all time:
  3. Analyze the cross-product term: .
    • The product of an even function and an odd function is always an odd function.
    • The definite integral of any odd function over symmetrical limits ( to ) is mathematically equal to zero.
  4. Therefore, the expression simplifies to:

3. Energy and Power Signals

This classification measures whether a signal eventually decays to zero (Energy) or continues indefinitely with steady amplitude (Power).

3.1 Mathematical Definitions

  • Total Energy ():
    • Continuous-Time:
    • Discrete-Time:
  • Average Power ():
    • Continuous-Time:
    • Discrete-Time:
graph TD
    Start["Calculate E and P"] --> CheckE{"Is E finite?"}
    CheckE -->| "Yes: 0 < E < ∞" | Energy["Energy Signal: P = 0"]
    CheckE -->| "No: E = ∞" | CheckP{"Is P finite?"}
    CheckP -->| "Yes: 0 < P < ∞" | Power["Power Signal: E = ∞"]
    CheckP -->| "No: P = ∞" | Neither["Neither Energy nor Power"]

The Golden Classification Rules

  1. Energy Signal: and . (Most transient, finite-duration, or exponentially decaying pulses).
  2. Power Signal: and . (All periodic signals, and infinite-duration steps).
  3. A signal cannot be both.
  4. If a signal grows infinitely (e.g., , ), then and , so it is neither.

3.2 Numerical Trap Solutions

Trap 1: The Discrete Zero-Energy Identity

Question: Determine whether the discrete signal is an energy or power signal, and find its value: (PYQ 2025)

Solution:

  1. Note that is strictly an integer index.
  2. For any integer , (e.g., ).
  3. Therefore, for all .
  4. Conclusion: It is technically neither an energy nor a power signal (it is a trivial zero signal).

Trap 2: Discrete Cosine Power Signal

Question: Determine whether the signal is an energy or power signal, and find its value: (PYQ 2023, 2019)

Solution:

  1. For integers , .
  2. Calculate Energy:
  3. Calculate Power: Using L’Hôpital’s Rule or dividing by :
  4. Conclusion: Since and , it is a Power Signal.

Trap 3: The Continuous-Time Step

Question: Determine the power and energy of the continuous-time step function . (2022)

Solution:

  1. Calculate Energy:
  2. Calculate Power:
  3. Conclusion: It is a Power Signal with .

Trap 4: Bounded Discrete Range

Question: Determine whether the signal is an energy or power signal, and find its value: (PYQ 2018)

Solution:

  • Exam Warning: Any bounded, finite-duration signal is always an Energy Signal.
  • Calculate Energy:
  • Average Power .
  • Conclusion: It is an Energy Signal with .

Additional Past Year Questions (PYQs)

  • [PYQ 2020]: Find the odd and even components for each of the following signals: (i) ; (ii) . (08 Marks)
    • Solution (i): (for ); .
    • Solution (ii): ; .
  • [PYQ 2018, 2015]: Find the even and odd components of the given signal and sketch the signal. (10 Marks)
    • Hint: . Since , this is an even function. Even component is and odd component is .
  • [PYQ 2019]: Determine the even and odd components of the signal . (06 Marks)
    • Hint: Since , this is a purely odd function. Even component is and odd component is .
  • [PYQ 2017]: Determine whether is energy or power.
    • Answer: Bounded finite duration Energy signal. .
  • [PYQ 2016]: Consider a signal . Determine if it is an energy or power signal and find its value.
    • Answer: Power signal (sum of periodic components is periodic). .
  • [PYQ 2015]: Compute the energy of .
    • Answer: Since sines run infinitely, . It is a power signal with .