Chapter 1

Site: sinamajit.gnomio.com
Course: sinamajit.gnomio.com
Book: Chapter 1
Printed by:
Date: Thursday, 3 April 2025, 1:30 PM

Description

Introduction to the signal

1. What is a Signal?

A system is a process or device that takes an input signal and produces an output signal. It can be a mathematical model or a physical device (e.g., amplifiers, filters, communication channels).

Types of Systems

  1. Linear and Non-Linear Systems:

    • Linear: Follows the principle of superposition and scaling.
    • Non-Linear: Does not follow superposition (e.g., power amplifiers).
  2. Time-Invariant and Time-Variant Systems:

    • Time-Invariant: System properties do not change with time.
    • Time-Variant: System behavior changes over time (e.g., aging circuits).
  3. Causal and Non-Causal Systems:

    • Causal: Output depends only on present and past inputs.
    • Non-Causal: Output depends on future inputs (used in predictive systems).
  4. Stable and Unstable Systems:

    • Stable: Produces bounded output for bounded input.
    • Unstable: Output grows uncontrollably for a bounded input.

Basic Operations on Signals

  1. Time Shifting: Moves the signal in time.

    • x(tT)x(t - T) shifts the signal right byTTT.
    • x(t+T)x(t + T) shifts the signal left byTTT.
  2. Time Scaling: Changes the speed of the signal.

    • x(2t)x(2t)x(2t) compresses the signal.
    • x(t/2)x(t/2)x(t/2) expands the signal.
  3. Time Reversal: Flips the signal around the y-axis.

    • x(t)x(-t)x(t) is the time-reversed version.

Importance of Signals and Systems

  • Communication: Transmission of audio, video, and data signals.
  • Control Systems: Automation, robotics, and feedback control.
  • Image and Speech Processing: Used in medical imaging and voice recognition.
  • Electronics and Circuits: Design of filters, amplifiers, and communication device

2. Chapter 2

Linear Time-Invariant (LTI) Systems

A Linear Time-Invariant (LTI) system is a special class of systems widely used in signal processing, control systems, and communications. These systems are easy to analyze and have well-defined mathematical properties.


1. Properties of LTI Systems

An LTI system satisfies two important properties:

  1. Linearity:

    • The system follows the principles of superposition and scaling.
    • If inputx1(t)x_1(t)produces outputy1(t)y_1(t)andx2(t)x_2(t)producesy2(t)y_2(t), then for any constantsaaandbb:Input: x(t)=ax1(t)+bx2(t)\text{Input: } x(t) = a x_1(t) + b x_2(t)Output: y(t)=ay1(t)+by2(t)\text{Output: } y(t) = a y_1(t) + b y_2(t)
  2. Time Invariance:

    • The system does not change over time.
    • If inputx(t)x(t)produces outputy(t)y(t), then a time-shifted inputx(tT)x(t - T)results in a time-shifted outputy(tT)y(t - T).

2. Representation of LTI Systems

LTI systems can be described in several ways:

A. Differential Equations (for Continuous-Time Systems)

An LTI system can be represented as:

andny(t)dtn+an1dn1y(t)dtn1++a1dy(t)dt+a0y(t)=bmdmx(t)dtm++b1dx(t)dt+b0x(t)a_n \frac{d^n y(t)}{dt^n} + a_{n-1} \frac{d^{n-1} y(t)}{dt^{n-1}} + \dots + a_1 \frac{d y(t)}{dt} + a_0 y(t) = b_m \frac{d^m x(t)}{dt^m} + \dots + b_1 \frac{d x(t)}{dt} + b_0 x(t)

This equation describes how the input

x(t)x(t)

and its derivatives affect the output

y(t)y(t)

.

B. Difference Equations (for Discrete-Time Systems)

For discrete-time systems, LTI systems are represented using:

y[n]=k=0Mbkx[nk]k=1Naky[nk]y[n] = \sum_{k=0}^{M} b_k x[n-k] - \sum_{k=1}^{N} a_k y[n-k]

where

x[n]x[n]

is the input and

y[n]y[n]

is the output.


3. Impulse Response of LTI Systems

  • The impulse responseh(t)h(t)(orh[n]h[n]in discrete time) is the system’s output when the input is a unit impulse functionδ(t)\delta(t).
  • Any arbitrary inputx(t)x(t)can be expressed as a weighted sum of shifted impulses, leading to the convolution integral.

4. Convolution in LTI Systems

The output of an LTI system is obtained by convolving the input signal with the system's impulse response:

Continuous-Time Convolution

y(t)=x(t)h(t)=x(τ)h(tτ)dτy(t) = x(t) * h(t) = \int_{-\infty}^{\infty} x(\tau) h(t - \tau) d\tau

Discrete-Time Convolution

y[n]=x[n]h[n]=k=x[k]h[nk]y[n] = x[n] * h[n] = \sum_{k=-\infty}^{\infty} x[k] h[n-k]

Convolution allows us to compute the system's output for any given input.


5. Frequency Domain Analysis of LTI Systems

LTI systems can also be analyzed using Fourier and Laplace Transforms:

  • Fourier Transform: Describes the system’s behavior in the frequency domain.
    • The system’s frequency response is given byH(f)=F{h(t)}H(f) = \mathcal{F} \{ h(t) \}.
  • Laplace Transform: Useful for solving differential equations and stability analysis.
    • The system function isH(s)=L{h(t)}H(s) = \mathcal{L} \{ h(t) \}.
  • Z-Transform: Used for discrete-time LTI systems.

6. Stability of LTI Systems

An LTI system is stable if it produces a bounded output for every bounded input. This is called Bounded Input, Bounded Output (BIBO) Stability.

Stability Condition (Continuous-Time)

An LTI system is stable if:

h(t)dt<\int_{-\infty}^{\infty} |h(t)| dt < \infty

Stability Condition (Discrete-Time)

A discrete-time LTI system is stable if:

n=h[n]<\sum_{n=-\infty}^{\infty} |h[n]| < \infty

7. Applications of LTI Systems

LTI systems are widely used in:

  • Communication Systems (e.g., filters, modulation, equalizers)
  • Control Systems (e.g., feedback controllers, PID controllers)
  • Signal Processing (e.g., audio and image filtering)
  • Mechanical and Electrical Systems (e.g., circuit analysis, vibrations)

Would you like more details on any specific topic? 😊