Skip to content
Words count
687 ๅญ—
Reading time
5 ๅˆ†้’Ÿ

Chapter02 Linear Time-Invariant Systems โ€‹

Knowledge Sorting โ€‹

Discrete-time LTI systems โ€‹
  1. Representing discrete-time signals with pulses

An arbitrary sequence x[n] can be represented as a linear combination of unit impulse sequences ฮด[nโˆ’k] shifted by one unit, and the coefficient of this linear combination is x[k], i.e.

x[n]=โˆ‘k=โˆ’โˆžโˆžx[k]ฮด[nโˆ’k]

This is called the selection property of unit impulse in discrete-time LTI systems.

  1. Unit impulse response of discrete-time LTI system

The response h[n] of the discrete-time LTI system to the unit impulse ฮด[n] is called the unit impulse response of the discrete-time LTI system.

  1. Response of discrete-time LTI system to arbitrary sequence x[n]

According to the linearity and time-invariance, the response of a discrete-time LTI system to an arbitrary sequence x[n] is

y[n]=โˆ‘k=โˆ’โˆžโˆžx[k]h[nโˆ’k]

This indicates that a discrete-time LTI system is completely characterized by its unit impulse response h[n]. The above equation defines the convolution of two sequences x[n] and h[n].

Therefore, it can be concluded that: the output y[n] of any discrete-time LTI system is equal to the convolution of the system's input x[n] and the unit impulse response h[n].

  1. Properties of Convolution

Commutative property: x[n]โˆ—h[n]=h[n]โˆ—x[n]

Distributive property: x[n]โˆ—(h1[n]+h2[n])=x[n]โˆ—h1[n]+x[n]โˆ—h2[n]

Associative property: x[n]โˆ—(h1[n]โˆ—h2[n])=(x[n]โˆ—h1[n])โˆ—h2[n]

  1. Calculation of Convolution

When calculating convolution using the definition, pay attention to the determination of the upper and lower limits of the convolution. Using the graphical method to calculate convolution can be divided into "overlap, shift, multiplication, and summation" four steps. For the convolution of two finite sequences, you can also use vertical multiplication. In vertical multiplication, do not carry over during multiplication and addition, otherwise, you will not get the correct result.

Continuous-time LTI systems โ€‹
  1. Representing Continuous-Time Signals with Impulse Functions

Any arbitrary signal x(t) can be represented as a weighted sum of shifted impulse functions, i.e.

x(t)=โˆซโˆ’โˆžโˆžx(ฯ„)ฮด(tโˆ’ฯ„)dฯ„

This is called the selection property of continuous-time impulse functions.

  1. Unit Impulse Response of Continuous-Time LTI System

The response h(t) of the continuous-time LTI system to the unit impulse function ฮด(t) is called the unit impulse response of the continuous-time LTI system.

  1. Response of Continuous-Time LTI System to Arbitrary Signal x(t)

According to the linearity and time-invariance, the response of a continuous-time LTI system to any signal x(t) is

y(t)=โˆซโˆ’โˆžโˆžx(ฯ„)h(tโˆ’ฯ„)dฯ„

This indicates that a continuous-time LTI system is completely characterized by its impulse response h(t). The above equation defines the convolution of two continuous-time signals x(t) and h(t).

This indicates that the output of any continuous-time LTI system is equal to the convolution of the system's input x(t) and the unit impulse response h(t).

  1. Properties of Convolution

Commutative property: x(t)โˆ—h(t)=h(t)โˆ—x(t)

Distributive property:

x(t)โˆ—[h1(t)+h2(t)]=x(t)โˆ—h1(t)+x(t)โˆ—h2(t)

Associative property:

x(t)โˆ—[h1(t)โˆ—h2(t)]=[x(t)โˆ—h1(t)]โˆ—h2(t)

Derivative of convolution:

ddt[x(t)โˆ—h(t)]=x(t)โˆ—ddth(t)=ddtx(t)โˆ—h(t)

Integral of convolution:

โˆซโˆ’โˆžt[x(ฯ„)โˆ—h(ฯ„)]dฯ„=x(t)โˆ—โˆซโˆ’โˆžth(ฯ„)dฯ„=[โˆซโˆ’โˆžtx(ฯ„)dฯ„]โˆ—h(t)

Time-shifting of convolution: If x(t)โˆ—h(t)=y(t), then

x(tโˆ’t1)โˆ—h(tโˆ’t2)=y(tโˆ’t1โˆ’t2)
  1. Calculation of Convolution Integral

When calculating the integral of convolution using the definition, the key is to determine the upper and lower limits of the integral. Using the graphical method to calculate convolution integral, the steps are: overlap, shift, multiplication, and integration. The convolution integral can also be solved using properties, which can be more convenient.

Typical Example Practice โ€‹

Example 2-1 Let x[n]=ฮด[n]+2ฮด[nโˆ’1]โˆ’ฮด[nโˆ’3] and h[n]=2ฮด[n+1]+2ฮด[nโˆ’1], calculate the following convolutions:

(a) y1[n]=x[n]โˆ—h[n]; (b) y2[n]=x[n+2]โˆ—h[n]; (c) y3[n]=x[n]โˆ—h[n+2].

Contributor โ€‹

File History โ€‹

Written with โ™ฅ