Skip to content
字数
691 字
阅读时间
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 δ[nk] shifted by one unit, and the coefficient of this linear combination is x[k], i.e.

x[n]=k=x[k]δ[nk]

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[nk]

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(tt1)h(tt2)=y(tt1t2)
  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δ[n1]δ[n3] and h[n]=2δ[n+1]+2δ[n1], 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].

贡献者

文件历史

Written with