跳到主要内容

京都大学 情報学研究科 知能情報学専攻 2021年7月実施 専門科目 S-5

Author​

祭音Myyura

Description​

大学公表の原題 Let n∈Zn \in \mathbb{Z} be a discrete-time index. The unit impulse signal δ[n]\delta[n] and the unit step signal u[n]u[n] are defined as follows:

δ[n]={0(n≠0)1(n=0)\delta[n] = \begin{cases} 0 &(n \neq 0) \\ 1 &(n=0) \end{cases}
u[n]={0(n<0)1(n≥0)u[n] = \begin{cases} 0 &(n < 0) \\ 1 &(n \geq 0) \end{cases}

Q.1 Compute the zz-transform X(z)X(z) of a discrete-time signal x[n]x[n] given below.

  • (1) x[n]=3δ[n]−2δ[n−2]+5δ[n−4]x[n] = 3\delta [n] - 2\delta [n-2] + 5\delta [n-4]
  • (2) x[n]=nu[n]x[n] = nu[n]

Q.2 Judge the stability of a system whose transfer function H(z)H(z) is given below and draw the correponding circuit. In addition, compute the inverse zz-transform h[n]h[n].

  • (1) H(z)=1+2z−1+3z−2H(z) = 1 + 2z^{-1} + 3z^{-2}
  • (2) H(z)=1+2z−12−z−1H(z) = \frac{1 + 2z^{-1}}{2 - z^{-1}}

Q.3 Compute the discrete-time Fourier transform F(ω)F(\omega) of a discrete-time signal x[n]x[n] given below, where ω\omega represents a normalized angular frequency.

  • (1) x[n]=3δ[n]−2δ[n−2]+5δ[n−4]x[n] = 3\delta [n] - 2\delta [n-2] + 5\delta [n-4]
  • (2) x[n]=u[n]−u[n−6]x[n] = u[n] - u[n-6]

题目描述​

对离散时间 n∈Zn\in\mathbb Z,单位冲激和单位阶跃定义为

δ[n]={1,n=00,n≠0,u[n]={0,n<01,n≥0.\delta[n]=\begin{cases}1,&n=0\\0,&n\ne0,\end{cases} \qquad u[n]=\begin{cases}0,&n<0\\1,&n\ge0.\end{cases}
  1. 求下列信号的 zz 变换 X(z)X(z):
    1. x[n]=3δ[n]−2δ[n−2]+5δ[n−4]x[n]=3\delta[n]-2\delta[n-2]+5\delta[n-4];
    2. x[n]=nu[n]x[n]=nu[n]。
  2. 对下列传递函数,判断系统稳定性、画出对应电路,并求逆 zz 变换 h[n]h[n]:
    1. H(z)=1+2z−1+3z−2H(z)=1+2z^{-1}+3z^{-2};
    2. H(z)=1+2z−12−z−1H(z)=\dfrac{1+2z^{-1}}{2-z^{-1}}。
  3. 求下列信号的离散时间 Fourier 变换 F(ω)F(\omega),其中 ω\omega 为归一化角频率:
    1. x[n]=3δ[n]−2δ[n−2]+5δ[n−4]x[n]=3\delta[n]-2\delta[n-2]+5\delta[n-4];
    2. x[n]=u[n]−u[n−6]x[n]=u[n]-u[n-6]。

Kai​

Q.1​

The bilateral zz-transform is used.

(1)​

X(z)=3−2z−2+5z−4,∣z∣>0X(z) = 3-2z^{-2}+5z^{-4},\qquad |z|>0

(2)​

Note that

∑n=−∞∞u[n]z−n=∑n=0∞z−n=11−z−1\sum_{n=-\infty}^{\infty}u[n]z^{-n} =\sum_{n=0}^{\infty}z^{-n} = \frac{1}{1-z^{-1}}

hence

∑n=0∞(−n)z−n−1=−z−2(1−z−1)2\sum_{n=0}^{\infty}(-n)z^{-n-1} = \frac{-z^{-2}}{(1-z^{-1})^{2}}
∑n=0∞nz−n=X(z)=z−1(1−z−1)2\sum_{n=0}^{\infty}nz^{-n} = X(z) = \frac{z^{-1}}{(1-z^{-1})^{2}}

The series in (2) converges for ∣z∣>1|z|>1.

Q.2​

For the circuit realizations below, assume a causal system initially at rest.

(1)​

The finite impulse response is absolutely summable, so the system is BIBO stable.

The corresponding circuit diagram is as follows:

Causal FIR circuit

and

h[n]=δ[n]+2δ[n−1]+3δ[n−2]h[n] = \delta[n]+2\delta[n-1]+3\delta[n-2]

(2)​

For the causal realization, the region of convergence is ∣z∣>1/2|z|>1/2, containing the unit circle, so the system is BIBO stable.

The corresponding circuit diagram is as follows:

Causal IIR circuit

Note that

∑n=−∞∞anu[n]z−n=∑n=−∞∞u[n](az−1)n=∑n=0∞(az−1)n=11−az−1\sum_{n=-\infty}^{\infty}a^{n}u[n]z^{-n} = \sum_{n=-\infty}^{\infty}u[n](az^{-1})^{n} = \sum_{n=0}^{\infty}(az^{-1})^{n} =\frac{1}{1-az^{-1}}

hence

H(z)=−2+52−z−1=−2+5211−2−1⋅z−1H(z) = -2+\frac{5}{2-z^{-1}} = -2+\frac52\frac{1}{1-2^{-1}\cdot z^{-1}}
⇒h[n]=−2δ[n]+5⋅2−n−1u[n]\Rightarrow h[n] = -2\delta[n]+5\cdot 2^{-n-1}u[n]

Without the causal assumption, the same rational expression also permits the region ∣z∣<1/2|z|<1/2, whose inverse is h[n]=−2δ[n]−(5/2)(1/2)nu[−n−1]h[n]=-2\delta[n]-(5/2)(1/2)^n u[-n-1]. This left-sided response is not absolutely summable and is unstable.

Q.3​

Note that

∑n=−∞∞δ[n−a]e−iωn=e−iωa\begin{align} \sum_{n=-\infty}^{\infty}\delta[n-a]e^{-i\omega n} = e^{-i\omega a} \tag{*} \end{align}

and

∑n=−∞∞(u[n]−u[n−a])e−iωn=∑k=0a−1e−iωk=1−e−iωa1−e−iω=e−iωa/2(eiωa/2−e−iωa/2)e−iω/2(eiω/2−e−iω/2)=e−iω(a−1)/2sin⁡aω/2sin⁡ω/2\begin{align} \sum_{n=-\infty}^{\infty}(u[n]-u[n-a])e^{-i\omega n} &= \sum_{k=0}^{a-1}e^{-i\omega k}= \frac{1-e^{-i\omega a}}{1-e^{-i\omega}} \nonumber \\ &= \frac{e^{-i\omega a/2}\left(e^{i\omega a/2}-e^{-i\omega a/2}\right)}{e^{-i\omega/2}\left(e^{i\omega/2}-e^{-i\omega/2}\right)} \nonumber \\ &= e^{-i\omega(a-1)/2}\frac{\sin a\omega/2}{\sin \omega/2} \tag{**} \end{align}

(1)​

By (*) we have

F(ω)=3−2e−i2ω+5e−i4ωF(\omega) = 3 - 2e^{-i2\omega} + 5e^{-i4\omega}

(2)​

By (**) we have

F(ω)=e−i5ω/2sin⁡3ωsin⁡ω/2F(\omega) = e^{-i5\omega/2}\frac{\sin 3\omega}{\sin \omega/2}

At ω=2πk\omega=2\pi k (k∈Zk\in\mathbb Z), the value is F(ω)=6F(\omega)=6, obtained directly from the six-sample sum or by continuity.