跳到主要内容

東京大学 情報理工学系研究科 電子情報学専攻 2017年8月実施 専門 第5問

Author

Josuke

Description

Answer the following questions about discrete signal processing. Here, TT is the sampling interval.

(1) Show the definition of the ZZ-transform X(z)X(z) for the discrete signal series xn(n=0,1,2,)x_n(n = 0,1,2,\cdots), which is defined for n0n \ge 0. Here, zz is a complex variable.

(2) Derive the transfer function H(s)H(s) in the ss-domain(the Laplace transform domain) of the circuit in Fig.1.

(3) The relationship between the Laplace transform and the ZZ-transform is described as z=esTz = e^{sT}. Derive the following approximation.

s2T1z11+z1.s \simeq \frac{2}{T}\frac{1 - z^{-1}}{1 + z^{-1}}.

You can use the following equation if necessary.

ex1+x.e^{x} \simeq 1 + x.

(4) Convert H(s)H(s) to the transfer function H(z)H(z) in the zz-domain by using the approximation derived in (3). Here, we assume T=1T = 1.

(5) Show a schematic of a discrete signal circuit that corresponds to H(z)H(z) in (4).

(6) By taking the same procedure, show a schematic of a discrete signal circuit for the circuit shown in Fig.2.

题目描述

回答下列离散信号处理问题,其中 TT 为采样间隔,上图给出了题目所用的图 1 与图 2。

(1) 对定义于 n0n\ge0 的离散信号序列 xnx_nn=0,1,2,n=0,1,2,\ldots),写出其 ZZ 变换 X(z)X(z) 的定义,其中 zz 为复变量。

(2) 求图 1 电路在 ss 域(拉普拉斯变换域)中的传递函数 H(s)H(s)

(3) 拉普拉斯变换与 ZZ 变换满足 z=esTz=e^{sT}。推导近似式

s2T1z11+z1.s\simeq\frac{2}{T}\frac{1-z^{-1}}{1+z^{-1}}.

必要时可使用 ex1+xe^x\simeq1+x

(4) 使用 (3) 的近似,把 H(s)H(s) 转换为 zz 域传递函数 H(z)H(z),并令 T=1T=1

(5) 画出与 (4) 的 H(z)H(z) 对应的离散信号处理电路。

(6) 按相同过程,画出与图 2 电路对应的离散信号处理电路。

Kai

(1)

X(z)=n=0x(n)znX(z) = \sum_{n = 0}^{\infty}x(n)z^{-n}

(2)

H(s)=Vout(s)Vin(s)=1sCR+1sC=11+sH(s) = \frac{V_{out}(s)}{V_{in}(s)} = \frac{\frac{1}{sC}}{R + \frac{1}{sC}} = \frac{1}{1 + s}

(3)

z1=esT=e12sTe12sT=112sT1+12sTz^{-1} = e^{sT} = \frac{e^{-\frac{1}{2}sT}}{e^{\frac{1}{2}sT}} = \frac{1 - \frac{1}{2}sT}{1 + \frac{1}{2}sT}
z1(1+12sT)=112sTz1=112sT(1+z1)1z1=12sT(1+z1)s=2T1z11+z1\begin{aligned} z^{-1}(1 + \frac{1}{2}sT) &= 1 - \frac{1}{2}sT \\ z^{-1} &= 1 - \frac{1}{2}sT(1 + z^{-1}) \\ 1 - z^{-1} &= \frac{1}{2}sT(1 + z^{-1}) \\ s &= \frac{2}{T} \cdot \frac{1 - z^{-1}}{1 + z^{-1}} \end{aligned}

(4)

H(s)=11+s=11+21z11+z1=1+z13z1=13113z1+13z1113z1\begin{aligned} H(s) &= \frac{1}{1 + s} = \frac{1}{1 + 2 \cdot \frac{1 - z^{-1}}{1 + z^{-1}}} = \frac{1 + z^{-1}}{3 - z^{-1}} \\ &= \frac{\frac{1}{3}}{1 - \frac{1}{3}z^{-1}} + \frac{\frac{1}{3}z^{-1}}{1 - \frac{1}{3}z^{-1}} \end{aligned}

(5)

H(z)=Y(z)X(z)=1+z13z1H(z) = \frac{Y(z)}{X(z)} = \frac{1 + z^{-1}}{3 - z^{-1}}
(3z1)Y(z)=(1+z1)X(z)(3 - z^{-1})Y(z) = (1 + z^{-1})X(z)
Y(z)=13[X(z)+z1(X(z)+Y(z))]Y(z) = \frac{1}{3}[X(z) + z^{-1}(X(z) + Y(z))]

(6)

H(s)=s1+sH(s) = \frac{s}{1 + s}
H(z)=21z11+z11+21z11+z1=22z13z1H(z) = \frac{2 \cdot \frac{1 - z^{-1}}{1 + z^{-1}}}{1 + 2 \cdot \frac{1 - z^{-1}}{1 + z^{-1}}} = \frac{2 - 2z^{-1}}{3 - z^{-1}}
Y(z)X(z)=22z13z1\frac{Y(z)}{X(z)} = \frac{2 - 2z^{-1}}{3 - z^{-1}}
Y(z)=13[2X(z)+z1(Y(z)2X(z))]Y(z) = \frac{1}{3}[2X(z) + z^{-1}(Y(z) - 2X(z))]