You have 3 free guides left 😟
Unlock your guides
You have 3 free guides left 😟
Unlock your guides

Linear Time-Invariant (LTI) systems are the backbone of signal processing. They're predictable and easy to work with because they follow two simple rules: and . These properties make LTI systems super useful for analyzing and designing all sorts of signal processing applications.

Understanding LTI systems is key to grasping how signals are processed and transformed. We'll look at their properties, how they respond to different inputs, and how we can describe them mathematically. This stuff is crucial for anyone wanting to dive deeper into signal processing and system analysis.

Properties of LTI Systems

Linearity and Time-Invariance

Top images from around the web for Linearity and Time-Invariance
Top images from around the web for Linearity and Time-Invariance
  • LTI systems have two key properties: linearity and time-invariance
    • Linearity means the system obeys the properties of and scaling (y(t)=a1x1(t)+a2x2(t)y(t) = a_1x_1(t) + a_2x_2(t) for inputs x1(t)x_1(t) and x2(t)x_2(t) and constants a1a_1 and a2a_2)
    • Time-invariance means the system's response to an input does not depend on when the input is applied (y(tt0)=x(tt0)h(t)y(t-t_0) = x(t-t_0) * h(t) for a time shift t0t_0)
  • The output of an LTI system can be expressed as a linear combination of scaled and shifted impulse responses, which forms the basis for

Impulse Response and System Characterization

  • LTI systems can be fully characterized by their , which is the output of the system when the input is a (delta function, δ(t)\delta(t))
  • The impulse response, denoted as h(t)h(t), completely describes the system's behavior and can be used to determine the output for any input through convolution
  • Stability and are important properties of LTI systems
    • A stable system produces a bounded output for any bounded input (h(t)dt<\int_{-\infty}^{\infty} |h(t)| dt < \infty)
    • A causal system's output depends only on current and past inputs (h(t)=0h(t) = 0 for t<0t < 0)

Impulse and Step Responses

Impulse Response

  • The impulse response, denoted as h(t)h(t), is the output of an LTI system when the input is a unit impulse (delta function, δ(t)\delta(t))
  • For discrete-time LTI systems, the impulse response is the output sequence when the input is the unit impulse sequence δ[n]\delta[n]
  • The impulse response completely characterizes the system's behavior and can be used to determine the output for any input through convolution

Step Response

  • The , denoted as s(t)s(t), is the output of an LTI system when the input is a u(t)u(t) (Heaviside function)
  • For discrete-time LTI systems, the step response is the output sequence when the input is the unit step sequence u[n]u[n]
  • The step response can be obtained by integrating the impulse response: s(t)=0th(τ)dτs(t) = \int_{0}^{t} h(\tau) d\tau
  • The impulse response and step response are related by the fundamental theorem of calculus: h(t)=ds(t)dth(t) = \frac{ds(t)}{dt}

Convolution in Time Domain

Convolution Operation

  • Convolution is a mathematical operation that describes the output of an LTI system as a function of its input and impulse response, denoted by the * symbol
  • For continuous-time LTI systems, the is given by: y(t)=x(τ)h(tτ)dτ=x(t)h(t)y(t) = \int_{-\infty}^{\infty} x(\tau) h(t-\tau) d\tau = x(t) * h(t), where x(t)x(t) is the input signal and h(t)h(t) is the impulse response
  • For discrete-time LTI systems, the is given by: y[n]=k=x[k]h[nk]=x[n]h[n]y[n] = \sum_{k=-\infty}^{\infty} x[k] h[n-k] = x[n] * h[n], where x[n]x[n] is the input sequence and h[n]h[n] is the

Properties and Interpretation

  • Convolution satisfies several properties, including commutativity (x(t)h(t)=h(t)x(t)x(t) * h(t) = h(t) * x(t)), associativity ((x(t)h1(t))h2(t)=x(t)(h1(t)h2(t))(x(t) * h_1(t)) * h_2(t) = x(t) * (h_1(t) * h_2(t))), and distributivity (x(t)(h1(t)+h2(t))=x(t)h1(t)+x(t)h2(t)x(t) * (h_1(t) + h_2(t)) = x(t) * h_1(t) + x(t) * h_2(t)), which can be used to simplify calculations
  • The convolution operation can be interpreted as a sliding and flipping of the impulse response over the input signal, followed by a point-wise multiplication and summation (or integration)
  • Convolution can be used to determine the output of an LTI system for any input, given the system's impulse response

Transfer Functions in Frequency Domain

Definition and Properties

  • The is a representation of an LTI system in the frequency domain, denoted as H(s)H(s) for continuous-time systems and H(z)H(z) for discrete-time systems
  • For continuous-time LTI systems, the transfer function is the of the impulse response: H(s)=L{h(t)}H(s) = \mathcal{L}\{h(t)\}, where ss is the complex frequency variable
  • For discrete-time LTI systems, the transfer function is the Z-transform of the impulse response: H(z)=Z{h[n]}H(z) = \mathcal{Z}\{h[n]\}, where zz is the complex frequency variable
  • The transfer function relates the output Y(s)Y(s) or Y(z)Y(z) to the input X(s)X(s) or X(z)X(z) in the frequency domain: Y(s)=H(s)X(s)Y(s) = H(s) \cdot X(s) for continuous-time systems and Y(z)=H(z)X(z)Y(z) = H(z) \cdot X(z) for discrete-time systems

Frequency Response and Bode Plots

  • The and of the transfer function provide insight into the system's stability and characteristics
    • Poles in the right-half ss-plane or outside the unit circle in the zz-plane indicate instability
    • Zeros in the right-half ss-plane or outside the unit circle in the zz-plane indicate non-minimum phase behavior
  • The frequency response of an LTI system can be obtained by evaluating the transfer function along the imaginary axis (s=jωs = j\omega for continuous-time systems) or the unit circle (z=ejωz = e^{j\omega} for discrete-time systems)
  • display the magnitude and phase of the frequency response on logarithmic scales and are useful for analyzing the behavior of LTI systems in the frequency domain
    • The magnitude plot shows the gain of the system as a function of frequency (in decibels, 20log10H(jω)20\log_{10}|H(j\omega)|)
    • The phase plot shows the phase shift introduced by the system as a function of frequency (in degrees or radians)
© 2024 Fiveable Inc. All rights reserved.
AP® and SAT® are trademarks registered by the College Board, which is not affiliated with, and does not endorse this website.


© 2024 Fiveable Inc. All rights reserved.
AP® and SAT® are trademarks registered by the College Board, which is not affiliated with, and does not endorse this website.

© 2024 Fiveable Inc. All rights reserved.
AP® and SAT® are trademarks registered by the College Board, which is not affiliated with, and does not endorse this website.
Glossary
Glossary