📚 Z-Transform: Core Concepts and Properties | z变换的核心概念与性质
The z-transform is a powerful mathematical tool that converts a discrete-time signal, typically a sequence of numbers, into a complex frequency-domain representation. It generalises the discrete-time Fourier transform and is essential for analysing and designing linear time-invariant (LTI) systems, especially in digital signal processing and control theory.
z变换是一种强大的数学工具,它将离散时间信号(通常是一个数列)转换为复频域表示。它推广了离散时间傅里叶变换,是分析和设计线性时不变(LTI)系统的重要基础,尤其在数字信号处理和控制理论中应用广泛。
1. Definition of the z-Transform | z变换的定义
For a discrete-time sequence x[n], the two-sided (bilateral) z-transform is defined as an infinite power series in the complex variable z:
对于离散时间序列 x[n],双边(或双向)z变换定义为关于复变量 z 的无穷幂级数:
X(z) = Σₙ₌₋∞⁺∞ x[n] z⁻ⁿ
Here, z is a complex number of the form z = re^{jθ}, where r is the magnitude and θ is the angle. The notation X(z) represents the transform of x[n].
这里,z 是复数,可表示为 z = re^{jθ},其中 r 是模,θ 是辐角。记号 X(z) 表示序列 x[n] 的变换。
2. One-Sided vs Two-Sided Transform | 单边与双边变换
The one-sided (unilateral) z-transform is widely used in causal systems, where the sequence is zero for negative time indices:
单边(单侧)z变换广泛用于因果系统,此时序列在负时间索引处为零:
X(z) = Σₙ₌₀⁺∞ x[n] z⁻ⁿ
The unilateral transform is convenient for solving difference equations with initial conditions, while the bilateral form is more general and requires a region of convergence to be specified for uniqueness.
单边变换便于求解带初始条件的差分方程,而双边形式更为一般,为保证唯一性需明确收敛域。
3. Region of Convergence (ROC) | 收敛域(ROC)
The region of convergence consists of all complex values of z for which the defining series converges absolutely. It is typically an annulus of the form r₁ < |z| < r₂, possibly including the interior or exterior of a circle.
收敛域是指使定义级数绝对收敛的所有复数 z 的集合。它通常是一个环形区域 r₁ < |z| < r₂,也可能包括圆内或圆外区域。
The ROC is crucial because different sequences can have the same algebraic expression for X(z) but different ROCs. For example, the right-sided sequence aⁿu[n] and the left-sided sequence -aⁿu[-n-1] both give the rational form 1/(1 – a z⁻¹), but their ROCs are different.
收敛域至关重要,因为不同的序列可能具有相同的 X(z) 代数表达式,但收敛域不同。例如,右边序列 aⁿu[n] 和左边序列 -aⁿu[-n-1] 都给出有理形式 1/(1 – a z⁻¹),但它们的收敛域不同。
4. Standard Transform Pairs | 常用变换对
Familiarity with common transform pairs speeds up analysis. Let u[n] be the unit step function and δ[n] the unit impulse.
熟悉常见变换对可加快分析。设 u[n] 为单位阶跃函数,δ[n] 为单位冲激。
-
Unit impulse: δ[n] ↔ 1, all z
-
单位冲激: δ[n] ↔ 1,对所有 z
-
Unit step: u[n] ↔ z/(z – 1), |z| > 1
-
单位阶跃: u[n] ↔ z/(z – 1),|z| > 1
-
Exponential: aⁿu[n] ↔ z/(z – a), |z| > |a|
-
指数序列: aⁿu[n] ↔ z/(z – a),|z| > |a|
These results are derived directly from the geometric series formula and are essential building blocks for more complex sequences.
这些结果可直接由等比级数公式导出,是求解更复杂序列的基础模块。
5. Linearity Property | 线性性质
If x[n] and y[n] have z-transforms X(z) and Y(z) with ROCs Rₓ and Rᵧ, then for any constants a and b:
若 x[n] 和 y[n] 的 z变换分别为 X(z) 和 Y(z),收敛域为 Rₓ 和 Rᵧ,则对任意常数 a 和 b:
a x[n] + b y[n] ↔ a X(z) + b Y(z)
The resulting ROC is at least the intersection of Rₓ and Rᵧ. This property allows us to decompose complicated sequences into simpler components.
结果的收敛域至少是 Rₓ 与 Rᵧ 的交集。该性质允许我们将复杂序列分解为更简单的分量。
6. Time-Shift Property | 时移性质
Shifting a sequence in time is a common operation. For an integer k, the time-delay and time-advance properties are:
在时间上平移序列是常见操作。对于整数 k,延迟和超前性质分别为:
x[n – k] ↔ z⁻ᵏ X(z)
x[n + k] ↔ zᵏ X(z)
For the unilateral transform, the time-delay property must include initial terms:
对于单边变换,时移延迟性质需包含初始项:
x[n – k]u[n] ↔ z⁻ᵏ [ X(z) + Σₙ₌₁ᵏ x[-n] zⁿ ]
This property is indispensable when solving difference equations.
该性质在求解差分方程时不可或缺。
7. Scaling in the z-Domain | z域尺度变换
Multiplying the sequence by an exponential factor corresponds to scaling the z variable. If X(z) is the transform of x[n], then:
将序列乘以指数因子对应于在 z 变量上进行缩放。若 X(z) 是 x[n] 的变换,则:
aⁿ x[n] ↔ X(z/a)
Similarly, multiplying by a complex exponential yields a rotation in the z-plane:
类似地,乘以复指数会导致 z 平面中的旋转:
e^{jω₀n} x[n] ↔ X(z e^{-jω₀})
This property is useful for modulating signals or shifting the frequency response.
该性质在信号调制或频率响应平移中非常有用。
8. Convolution Theorem | 卷积定理
One of the most important properties relates convolution in the time domain to multiplication in the z-domain. For two sequences x[n] and h[n]:
最重要的性质之一是将时域卷积与 z 域乘法联系起来。对于两个序列 x[n] 和 h[n]:
x[n] * h[n] ↔ X(z) · H(z)
Here, * denotes linear convolution. The ROC of the product is at least the intersection of the two individual ROCs. This theorem is the cornerstone of LTI system analysis, where h[n] is the impulse response and H(z) is the transfer function.
这里 * 表示线性卷积。乘积的收敛域至少是两个单独收敛域的交集。该定理是 LTI 系统分析的基石,其中 h[n] 是冲激响应,H(z) 是传递函数。
9. Differentiation in the z-Domain | z域微分性质
Multiplying a sequence by n corresponds to differentiating the transform with respect to z. Specifically:
将序列乘以 n 对应于对变换关于 z 求导。具体来说:
n x[n] ↔ -z dX(z)/dz
More generally, raising the factor to power k gives:
更一般地,因子提高到 k 次幂给出:
nᵏ x[n] ↔ (-z d/dz)ᵏ X(z)
This property is helpful for analyzing systems with ramp inputs or for deriving the transform of sequences multiplied by polynomials.
该性质有助于分析斜坡输入系统,或推导序列乘以多项式后的变换。
10. Initial and Final Value Theorems | 初值定理与终值定理
For causal sequences, the initial value can be found directly from the transform:
对于因果序列,初值可直接从变换求得:
x[0] = lim_{z→∞} X(z)
If all poles of X(z) lie inside the unit circle, the final (steady-state) value is:
若 X(z) 的所有极点都在单位圆内,则终值(稳态值)为:
lim_{n→∞} x[n] = lim_{z→1} (z – 1) X(z)
These theorems are analogous to their Laplace-transform counterparts and provide quick checks without performing inverse transforms.
这两个定理与拉普拉斯变换中的对应定理类似,无需进行逆变换即可快速检验结果。
11. Inverse z-Transform Methods | 逆z变换方法
Recovering the original sequence from X(z) can be done via several methods. The formal inversion formula is a contour integral:
从 X(z) 恢复原始序列可通过多种方法完成。正式的反演公式是围线积分:
x[n] = (1/2πj) ∮ X(z) zⁿ⁻¹ dz
Practically, we often use partial-fraction decomposition combined with known transform pairs, or long division to obtain a power series. In IB-level problems, the rational forms are usually simple enough for direct recognition.
实际上,我们通常使用部分分式分解并结合已知变换对,或通过长除法获得幂级数。在 IB 级别的问题中,有理形式通常简单到可以直接识别。
12. Applications and Exam Tips | 应用与考点总结
The z-transform is used to solve linear difference equations, compute the response of digital filters, and analyze the stability of discrete-time systems. A system is stable if its transfer function’s ROC includes the unit circle.
z变换用于求解线性差分方程、计算数字滤波器的响应以及分析离散时间系统的稳定性。若系统传递函数的收敛域包含单位圆,则系统是稳定的。
When facing IB exam questions, remember to state the ROC explicitly, check for causality, and use partial fractions carefully. Also be aware of the sign conventions for shifting and the order of operations in convolution.
面对 IB 考试题目时,切记要明确写出收敛域、检查因果性,并细心使用部分分式。同时注意时移的符号约定和卷积的运算顺序。
Published by TutorHao | Mathematics Revision Series | aleveler.com
更多咨询请联系16621398022(同微信)
屏轩国际教育cambridge primary/secondary checkpoint, cat4, ukiset,ukcat,igcse,alevel,PAT,STEP,MAT, ibdp,ap,ssat,sat,sat2课程辅导,国外大学本科硕士研究生博士课程论文辅导Cancel reply