Fact-checked by Grok 2 weeks ago

Linear system

A linear system is a mathematical model of a system whose output is a linear function of its input, satisfying the properties of additivity and homogeneity, also known as the superposition principle. This means that if inputs u_1 and u_2 produce outputs y_1 and y_2, respectively, then the input a u_1 + b u_2 (for scalars a and b) produces the output a y_1 + b y_2. In the context of linear algebra, a linear system typically refers to a set of linear equations in multiple variables, represented as A \mathbf{x} = \mathbf{b}, where A is a coefficient matrix, \mathbf{x} is the vector of unknowns, and \mathbf{b} is a constant vector, with solutions determined by methods like Gaussian elimination. Linear systems form the foundation of numerous fields, including control theory, signal processing, and electrical engineering, where they model phenomena such as circuits, mechanical vibrations, and feedback loops. In state-space representation, a continuous-time linear time-invariant (LTI) system is described by the differential equations \dot{x} = A x + B u and y = C x + D u, where x is the state vector, u is the input, y is the output, and A, B, C, D are constant matrices. Key properties include time-invariance (for LTI systems), where shifting the input in time shifts the output similarly, and stability, assessed via eigenvalues of the system matrix A (asymptotically stable if all real parts are negative). The analysis of linear systems relies on tools like convolution integrals for input-output relations, Laplace or Fourier transforms for frequency-domain behavior, and matrix exponentials for state transitions, enabling predictions of system responses to arbitrary inputs via impulse responses. Applications span from solving economic models and optimizing networks to designing filters in audio processing and stabilizing aircraft dynamics through feedback control. Despite their simplicity compared to nonlinear systems, linear approximations via Taylor expansion around operating points make them indispensable for local analysis of complex real-world systems.

Basic Concepts

Definition

A linear system, formally known as a , is a from a vector space of inputs to a vector space of outputs that satisfies the axioms of additivity and homogeneity. Additivity means that for any two inputs x_1 and x_2 in the input space, T(x_1 + x_2) = T(x_1) + T(x_2). Homogeneity requires that for any scalar a and input x, T(a x) = a T(x). The superposition principle arises as a direct consequence of these two properties combined, stating that the system's response to a weighted sum of inputs equals the corresponding weighted sum of the individual responses: T\left( \sum_i a_i x_i \right) = \sum_i a_i T(x_i). This principle underpins the analytical tractability of linear systems. In contrast, a nonlinear system violates at least one of these axioms. A classic counterexample is the squaring operation T(x) = x^2, which fails additivity since T(x_1 + x_2) = (x_1 + x_2)^2 = x_1^2 + x_2^2 + 2 x_1 x_2 \neq T(x_1) + T(x_2) unless the cross term $2 x_1 x_2 = 0. The framework of linear systems extends to diverse mathematical contexts, including where inputs and outputs are time-varying functions, and linear algebra where operations occur on finite-dimensional vectors.

Properties

Linear systems are characterized by the , which states that the response of the system to a of inputs is the same of the individual responses. This property arises from the two fundamental axioms of : additivity, where the output to the sum of two inputs equals the sum of the outputs to each input separately, and homogeneity, where scaling an input by a constant factor scales the output by the same factor. Together, these enable the of complex inputs into simpler components, such as sinusoids in frequency-domain analysis or impulses in time-domain representations, allowing the system's behavior to be analyzed incrementally. To verify linearity, systems must satisfy specific tests derived from the axioms. The zero-input zero-output condition requires that a zero input produces a zero output, which follows directly from homogeneity applied to a scalar of zero. Additionally, scaling checks confirm homogeneity by ensuring that if the input is multiplied by a constant a, the output scales identically, while additivity is tested by comparing the response to a summed input against the sum of individual responses. These tests are essential for confirming that a system adheres to linear behavior without nonlinear distortions. From the linearity axioms, several derived properties emerge that define desirable system behaviors. Bounded-input bounded-output (BIBO) stability holds for linear systems if every bounded input produces a bounded output, providing a against unbounded in response to finite excitations. is another key property, where the output at any time depends solely on the current and past inputs, ensuring no of future signals. These properties are not inherent to all linear systems but can be verified using the axioms, enhancing their applicability in practical scenarios like and . Mathematically, the linearity axioms facilitate proofs of preservation under and . Consider a T satisfying additivity and homogeneity. For inputs x_1, x_2, \dots, x_n and scalars a_1, a_2, \dots, a_n, the response to \sum_{i=1}^n a_i x_i is \sum_{i=1}^n a_i T(x_i), proven inductively: first for two terms via additivity and homogeneity, then extended by repeated application. This verification underscores how supports scalable without of .

Continuous-Time Systems

Impulse Response

In continuous-time linear time-invariant (LTI) systems, the h(t) is defined as the output of the system when the input is the \delta(t), an idealized signal representing an instantaneous [at t](/page/AT&T) = 0. This response fully captures the system's dynamic under the assumptions of and time-invariance. Time-invariance implies that if the input \delta(t) produces h(t), then a time-shifted input \delta(t - \tau) yields the correspondingly shifted output h(t - \tau), for any delay \tau. Combined with the , this allows any arbitrary input signal x(t) to be expressed as a continuous superposition () of scaled and shifted Dirac delta functions. Consequently, the h(t) completely characterizes the LTI system, as the output to any input can be determined solely from h(t) and the input signal. Key properties of the include and . A system is causal if h(t) = 0 for all t < 0, meaning the output depends only on current and past inputs, with no anticipation of future values. For bounded-input bounded-output (BIBO) stability, the must be absolutely integrable, satisfying \int_{-\infty}^{\infty} |h(t)| \, dt < \infty, ensuring that bounded inputs produce bounded outputs.

Convolution Representation

For continuous-time linear time-invariant (LTI) systems, the output y(t) to an arbitrary input x(t) can be derived using the principle of superposition and the time-shifting property of the impulse response h(t). Any continuous-time signal x(t) can be represented as an integral superposition of scaled and shifted Dirac delta functions: x(t) = \int_{-\infty}^{\infty} x(\tau) \delta(t - \tau) \, d\tau. Applying the linearity of the system, the output is the superposition of the responses to each delta input: y(t) = \int_{-\infty}^{\infty} x(\tau) h(t - \tau) \, d\tau, where h(t - \tau) is the time-shifted impulse response due to time-invariance. This derivation starts from a discrete approximation of the input as a sum of impulses x(k\Delta) \delta(t - k\Delta) \Delta, applies linearity to get a weighted sum of shifted responses, and takes the limit as \Delta \to 0 to yield the continuous integral. The resulting expression is the convolution integral: y(t) = \int_{-\infty}^{\infty} h(\tau) x(t - \tau) \, d\tau = (h * x)(t), which equivalently writes the output as the integral of the input against the flipped and shifted impulse response h(\tau). Geometrically, this operation involves sliding the time-reversed impulse response h(-\tau) over the input x(t), multiplying pointwise, and integrating the overlap at each shift t, thereby capturing how the system "filters" the input through its memory defined by h(t). Convolution exhibits key algebraic properties that mirror those of LTI systems. It is commutative, so (h * x)(t) = (x * h)(t), allowing the roles of input and impulse response to be interchanged. Associativity holds: (h_1 * (h_2 * x))(t) = ((h_1 * h_2) * x)(t), which implies that cascading corresponds to convolving their impulse responses. Additionally, convolution distributes over addition: (h * (x_1 + x_2))(t) = (h * x_1)(t) + (h * x_2)(t) and similarly for scaling. These properties facilitate block diagram analysis and system decomposition. Computing the convolution integral analytically is feasible for simple impulse responses, such as an exponential decay h(t) = e^{-at} u(t) for a > 0 (where u(t) is the step), which models systems like circuits. For a step input x(t) = u(t), the integral evaluates to y(t) = \frac{1 - e^{-at}}{a} u(t), obtained by direct integration over \tau from 0 to t. For more complex cases, numerical methods are employed, including direct quadrature for short signals or the (FFT) for efficiency, leveraging the that transforms the time-domain operation to pointwise multiplication in the , computable in O(n \log n) time for length-n signals. This representation applies exclusively to LTI systems, as time-varying or nonlinear systems do not preserve the fixed impulse response shape under shifting, necessitating alternative formulations like state-space models.

Discrete-Time Systems

Unit Sample Response

In discrete-time linear shift-invariant (LSI) systems, the unit sample response, denoted h, is defined as the output sequence produced when the input is the Kronecker delta function \delta, which is 1 at n = 0 and 0 elsewhere; this assumes the system's shift-invariance, the discrete-time counterpart to time-invariance in continuous systems. This response fully characterizes the system's behavior for arbitrary inputs under linearity and shift-invariance, analogous to the impulse response in continuous-time systems. The unit sample response relates to the continuous-time through sampling, where h = h_c(nT) for sampling period T, but can distort the if the sampling does not satisfy the relative to the continuous system's . Key properties of the unit sample response include its duration and implications for system behavior. Systems with (FIR) have h = 0 outside a finite , such as |n| > N for some N, leading to finite-duration outputs for impulse inputs. In , (IIR) systems have h extending indefinitely, often due to mechanisms. requires h = 0 for all n < 0, ensuring the output depends only on current and past inputs. Bounded-input bounded-output ( holds if the absolute summability condition is met: \sum_{n=-\infty}^{\infty} |h| < \infty, which guarantees bounded outputs for all bounded inputs. The Z-transform offers a compact frequency-domain representation of h, defined as H(z) = \sum_{n=-\infty}^{\infty} h z^{-n}, where z is a complex variable; this transform facilitates analysis of system poles, zeros, and stability via the region of convergence. For causal stable systems, the region includes the unit circle |z| = 1.

Convolution Sum

In discrete-time linear shift-invariant (LSI) systems, the output sequence y for an input sequence x is obtained through the convolution sum, which applies the principle of superposition to the unit sample response h. Any input can be expressed as a weighted sum of shifted unit samples: x = \sum_{k=-\infty}^{\infty} x \delta[n - k], where \delta is the unit sample sequence. The output is then the corresponding superposition of scaled and shifted unit sample responses: y = \sum_{k=-\infty}^{\infty} x h[n - k] = \sum_{k=-\infty}^{\infty} h x[n - k], with the equivalence following from a change of index. The in the is finite when sample response h has finite duration, as in (FIR) systems, where h = 0 outside a finite interval, limiting the number of terms. In contrast, for (IIR) systems, h extends infinitely, resulting in an infinite that must be truncated or computed recursively in . The inherits analogous to those of continuous-time , including commutativity (x * h = h * x), associativity, and distributivity over addition. These enable efficient computation using the (DFT), where in the corresponds to in the , reducing complexity from O(N^2) to O(N \log N) via the (FFT) for sequences of length N. In , the convolution sum underlies linear filtering, where h acts as a weighting sequence to the input . A simple example is the , which computes a local to smooth signals: for a 3-point , h = \frac{1}{3} for n = 0, 1, 2 and zero elsewhere, yielding y = \frac{1}{3} (x + x[n-1] + x[n-2]). Unlike continuous-time convolution, which involves and can encounter issues with improper integrals for unbounded signals, the discrete uses straightforward over indices, avoiding such concerns. For finite-length sequences in practical computations, zero-padding extends shorter sequences with trailing zeros to prevent wrap-around effects in implementations.

Examples and Applications

Physical Systems

Physical systems are often modeled as linear under specific assumptions that approximate their behavior for small perturbations from , where nonlinear effects like or are negligible. These assumptions enable the application of linear system theory, such as superposition and time-invariance, to predict responses accurately within limited operating ranges. For instance, in materials, posits that the restoring is proportional to displacement only for small deformations, beyond which the relationship becomes nonlinear due to material yielding or geometric changes. In electrical circuits, RLC networks—comprising resistors, inductors, and capacitors—are classic examples of linear time-invariant (LTI) systems when analyzed under small-signal approximations, where voltages and currents remain within ranges that avoid nonlinear device behaviors saturation. The governing equations for series RLC configurations are linear equations (ODEs) that describe voltage responses to like step functions . Mechanical systems, such as the mass-spring-damper setup, are governed by linear ODEs under assumptions of small oscillations, where the spring obeys without and is viscous and proportional to . Here, the corresponds to the vibration decay, illustrating how an initial impulse excites damped harmonic motion that follows linear superposition principles. Acoustic systems, like room , are modeled as LTI systems via their , which captures how an input sound wave propagates, reflects, and decays through with the room's acoustic characteristics, assuming in wave and no significant nonlinear air or material interactions. This approach treats the enclosure as a that convolves dry audio with the measured or simulated to predict the reverberant output. Historically, Bell Laboratories in the 1920s applied linear system principles to develop vacuum tube amplifiers for telephony, addressing distortion in long-distance lines through small-signal linearization and early feedback techniques to maintain signal integrity across cascaded stages.

Signal Processing

In digital signal processing, linear time-invariant systems form the basis for designing filters that process discrete-time signals to achieve tasks such as noise reduction and frequency shaping. Finite impulse response (FIR) filters, characterized by their finite-duration impulse responses, are inherently stable and can be designed using the windowing method, which involves truncating the ideal infinite impulse response of a desired filter and applying a window function like the Hamming or Kaiser window to minimize sidelobe effects in the frequency domain. Infinite impulse response (IIR) filters, with potentially infinite-duration responses, offer computational efficiency for approximating analog filters and are commonly designed via the bilinear transform, a conformal mapping that warps the continuous-time s-plane onto the discrete-time z-plane to preserve key frequency characteristics like stability within the unit circle. The core operation underlying these filters is the convolution sum, which computes the output as a weighted sum of past inputs and outputs. A critical link between continuous and discrete linear systems is the Nyquist-Shannon sampling theorem, which requires sampling a bandlimited signal at a rate exceeding twice its highest component—the —to avoid and ensure that the discrete faithfully captures the linear properties of the original continuous system. In practical applications, such systems enable audio equalization by convolving the input signal with an inverse filter derived from the measured room or device response, thereby flattening the spectrum and compensating for acoustic distortions. Similarly, in image processing, two-dimensional convolution with linear filters applies spatial operations, such as Gaussian smoothing for blur reduction or Sobel kernels for edge enhancement, treating the image as a discrete 2D signal processed through shift-invariant systems. Software tools facilitate the implementation of these linear systems; for instance, 's conv function performs one-dimensional linear for FIR filtering of audio signals, while its 2D counterpart conv2 handles image processing tasks, allowing efficient of filter outputs without . As an extension, adaptive linear filters employ algorithms like the least mean squares (LMS) method, originally developed by Widrow and Hoff, to dynamically filter coefficients based on minimization between desired and actual outputs, though this introduces time-variance that deviates from strict LTI assumptions in non-stationary environments.

References

  1. [1]
    Linear Systems Theory
    Homogeneity: As we increase the strength of a simple input to a linear system, say we double it, then we predict that the output function will also be doubled.
  2. [2]
    [PDF] Linearization - MSU College of Engineering
    Feb 15, 2005 · A linear system possesses two properties: superposition and homogeneity. Superposition means ... Homogeneity means. If input )(. 1tr yields ...
  3. [3]
  4. [4]
    [PDF] Chapter Five - Linear Systems
    One interpretation of this equation, explored in Exercise 5.2, is that the response of the linear system is the superposition of the response to an infinite set ...
  5. [5]
    [PDF] Lecture 3 ELE 301: Signals and Systems - Princeton University
    If H is a linear system, its zero-input response is zero. Homogeneity states if y = F(ax), then y = aF(x). If a = 0 then a zero input requires a zero output ...
  6. [6]
    [PDF] LINEAR OPERATORS Throughout this note V is a vector space over ...
    Together additivity and homogeneity are called linearity. Denote by L (V ,W ) the set of all linear operators from V to W . Define. the addition and scaling in ...
  7. [7]
    [PDF] Lecture 2 ELE 301: Signals and Systems - Princeton University
    Examples of nonlinear systems: sign detector, multiplier (sometimes), ... cos(2π ft). Multiplier as a squaring system, y(t) = x2(t) is nonlinear. + y x. Cuff ...
  8. [8]
    What Is a Linear System? - Technical Articles - All About Circuits
    Jun 17, 2020 · If a system is both homogeneous and additive, it is a linear system. ... The principle of homogeneity is also called the scalar rule or the ...
  9. [9]
    Superposition: - Stanford CCRMA
    The superposition property of linear systems states that the response of a linear system to a sum of signals is the sum of the responses to each individual ...
  10. [10]
    [PDF] 1. GROUNDWORK 1.1. Superposition Principle.
    GROUNDWORK. 1.1. Superposition Principle. • This principle states that, for linear systems, the effects of a sum of stimuli equals the sum of the individual ...
  11. [11]
    [PDF] Lecture Notes 3 - ECEN 314: Signals and Systems
    a) A system is linear if and only if it is both additive and homogeneous. b) For linear systems, zero input −→ zero output. c) A linear system is causal ...
  12. [12]
    [PDF] EEE 303 Notes: System properties
    Jan 27, 2000 · In the special case of linear systems, causality can be determined via relatively simple tests on the impulse response. For time-varying ...
  13. [13]
    [PDF] Lecture Notes 6 - ECEN 314: Signals and Systems
    A CT LTI system is causal if and only if its unit impulse response h(t)=0 for all t < 0. Property 6 (Stability). A CT LTI system is BIBO stable if and only if ...
  14. [14]
  15. [15]
    [PDF] 18.03SCF11 text: Superposition Principle - MIT OpenCourseWare
    We conclude our introduction to first order linear equations by dis cussing the superposition principle. This is the most important property of these equations.
  16. [16]
    [PDF] SIGNALS, SYSTEMS, and INFERENCE — Class Notes for 6.011
    of LTI systems. The function H(jω) in (2.10) is the system frequency response, and is also the continuous-time Fourier transform (CTFT) of the impulse response.
  17. [17]
    [PDF] Convolution - Purdue Engineering
    Derivation of the convolution integral representation for continuous-time LTI systems.
  18. [18]
    [PDF] Lecture VII: Convolution representation of continuous-time systems
    Sep 17, 2008 · Derivation of the convolution representation of continuous-time LTI systems. 3. Convolution of continuous-time signals. 4. Causal LTI systems ...
  19. [19]
    [PDF] 5 Properties of Linear, Time-Invariant Systems - MIT OpenCourseWare
    The three basic properties of convolution as an algebraic operation are that it is commutative, associative, and distributive over addition. The commutative ...
  20. [20]
    [PDF] Lecture 3 ELE 301: Signals and Systems - Princeton University
    Time Domain Analysis of Continuous Time Systems ... y(t) = Z. ∞. −∞ x(т)hτ(t) dт. If the system is also time invariant, the result is a convolution integral.
  21. [21]
    The Convolution Integral, Printable - Linear Physical Systems Analysis
    An example is shown below. We'll consider two possible weighting functions, an exponential decay, and a plain moving average. The exponential weighting ...Motivation · The Convolution Integral · Demo · Systems Approach
  22. [22]
    [PDF] The Fourier Transform and Convolution
    The Fourier transformation of a length n vector can be computed in time O(nlog n), using the “Fast Fourier Transformation” algorithm. This is a basic recursive ...
  23. [23]
    [PDF] 6.3000: Signal Processing
    Mar 11, 2025 · The response of a discrete-time, LTI system to an input x[n] can be com- puted by convolving the input with the system's unit sample response.
  24. [24]
    [PDF] Discrete-Time Systems: Examples
    Impulse and Step Responses. • The response of a discrete-time system to a unit sample sequence {δ[n]} is called the unit sample response or simply, the.
  25. [25]
    [PDF] 2.2 Discrete-Time Systems 57 - Purdue Engineering
    Mar 2, 2011 · The additivity and multiplicative properties constitute the superposition principle as it applies to linear systems. ... causality, stability ...<|control11|><|separator|>
  26. [26]
    Sampling the Impulse Response - Stanford CCRMA
    Sampling the impulse response has the advantage of preserving resonant frequencies (see next section), but its big disadvantage is aliasing of the frequency ...
  27. [27]
    [PDF] 23 Mapping Continuous- Time Filters to Discrete-Time Filters
    the impulse response of the discrete-time system corresponds to samples of the impulse response of the continuous-time system. This procedure can.
  28. [28]
  29. [29]
    [PDF] ECE4330 Lecture 20 Discrete-Time Signals and Systems The Z ...
    Recursive systems have a unit-sample response ℎ[k] that continues up to k = ∞, and is therefore referred to as infinite impulse response (IIR) systems. In the ...<|control11|><|separator|>
  30. [30]
    [PDF] Review of Discrete-Time Signals and Systems - Henry Pfister
    A DT LTI system is causal if and only if its unit impulse response h[n] = 0 for all n < 0. Proof. A linear system x[n] → y[n] is causal if and only if, for all ...
  31. [31]
    [PDF] Digital Signal Processing z-Transforms and LTI Systems - spinlab
    We know that an LTI system H is BIBO stable if and only if its impulse response. {h[n]} is absolutely summable, i.e.. ∞. ∑ n=−∞. |h[n]| < ∞. This can be ...Missing: infinity | Show results with:infinity
  32. [32]
    [PDF] Discrete-Time Signal Processing - Henry Pfister
    The time-domain characterization of DT LTI systems is given by y[n] = x[n] ∗ h[n], where h[n] is the unit impulse response of the system. Taking the DTFT ...<|separator|>
  33. [33]
    [PDF] Ch. 7: Z-transform • Definition • Properties linearity / superposition ...
    Jun 9, 2003 · The z-transform of the impulse response h[n] of an LTI system is denoted H(z) and is called the system function. We will focus on causal ...
  34. [34]
    [PDF] EE 477 Digital Signal Processing
    The system function H(z) is the z- transform of the unit sample response. •System function (product) is related to convolution, since if x is zn k. M k k. M k.
  35. [35]
    [PDF] Lecture 02 Discrete-time signals and systems, part 1
    The representation of this class of systems through the convolution sum and some properties of convolution are developed.
  36. [36]
  37. [37]
    [PDF] Discrete Fourier Transform - NJIT
    • A summary of the DFT properties are given in tables in the following ... • The circular convolution is commutative,. i.e. g[n] h[n] = h[n] g[n]. N. N. N.
  38. [38]
    [PDF] 2.161 Signal Processing: Continuous and Discrete
    which defines the convolution sum, which is analogous to the convolution integral of the continuous system. The z-Transform. The z-transform in discrete-time ...
  39. [39]
    [PDF] 2.161 Signal Processing: Continuous and Discrete
    The solution is to zero-pad both input sequences to a length N ≥ P +Q−1 and then to use DFT convolution with the length N sequences. For example, if {fn} is of ...
  40. [40]
    [PDF] 1.1.2 Small displacements =⇒ Linear response - MIT
    An important example of this in mechanics is the famous Hooke's law which states that the force F is proportional (and opposed) to the displacement. Imagine.
  41. [41]
    Hooke Law - an overview | ScienceDirect Topics
    Hooke's law is valid only for very small strains. The linear relation between stress and strain generally fails in the range of strain between 0.001 and 0.01.
  42. [42]
    [PDF] 8. RLC circuits
    8.1. Series RLC Circuits. Electric circuits provide an important ex- ample of linear, time-invariant differential equations, alongside mechan- ical systems ...
  43. [43]
    1.9: The Mass-Damper-Spring System - A 2nd Order LTI System and ...
    May 22, 2022 · The highest derivative of ⁡ in the ODE is the second derivative, so this is a 2nd order ODE, and the mass-damper-spring mechanical system is ...Missing: assumptions | Show results with:assumptions
  44. [44]
    [PDF] Mathematical Models - An-Najah Staff
    2.3 LINEAR APPROXIMATIONS OF PHYSICAL SYSTEMS​​ In general, systems ultimately become nonlinear as the variables are increased with- out limit. For example, the ...
  45. [45]
    [PDF] Acoustical Impulse Response Functions of Music Performance Halls
    the acoustics of a hall can be modeled as a linear time-invariant (LTI) system, and described as a single-input, single-output, “black box” (see Figure 2.3) ...
  46. [46]
    [PDF] Class Overview Introduction
    Apr 7, 2020 · In the other approach, it is assumed that the acoustic space is approximately linear and time invariant, and can be characterized by its impulse ...
  47. [47]
    [PDF] Opening Black's Box - MIT
    Jul 3, 2025 · This problem became a high priority for Bell Labs at its founding. The Search for a Linear Amplifier. The first approach was to make the vacuum ...
  48. [48]
    [PDF] Harold Black and the negative-feedback amplifier
    A pressing problem in the Bell system at the time was that the distortion and instability of vacuum-tube amplifiers were compounded when they were connected ...
  49. [49]
    [PDF] FIR Filter Design by Windowing - MIT OpenCourseWare
    In this lecture, we will look at two FIR filter design techniques: by windowing and through the Parks-McClellan Algorithm. FIR Filter Design by Windowing. In ...
  50. [50]
    [PDF] Lecture 15 Design of IIR digital filters, part 2 - MIT OpenCourseWare
    Impulse invariance and the bilinear transformation represent the two major analytical techniques for designing digital filters through the transformation of ...
  51. [51]
    The Nyquist-Shannon Sampling Theorem
    A precise statement of the Nyquist-Shannon sampling theorem is now possible. Given a continuous-time signal x with Fourier transform X where X(ω ) is zero ...
  52. [52]
    [PDF] Linear Image Processing and Filtering - Stanford University
    Math of 2-d linear systems. ▫ Separability. ▫ Shift-invariant linear systems, 2-d convolution. ▫ Integral image for fast box-filtering.
  53. [53]
    conv - Convolution and polynomial multiplication - MATLAB
    w = conv(u,v) returns the convolution of vectors u and v. If u and v are vectors of polynomial coefficients, convolving them is equivalent to multiplying the ...Conv · Conv2 · DeconvMissing: linear | Show results with:linear<|separator|>
  54. [54]