This is a free preview. For full access
z-Transform
Solving Discrete-Time Responses with z-Transform
Description
The z-transform helps solve discrete-time systems that are written as linear difference equations. These equations are common in digital signal processing and control systems. For a higher-order difference equation, you need the input signal and the initial conditions up to one term less than the order of the equation.
...Show More
Transcript
ほとんどの実用的な離散時間システムは線形差分方程式で表すことができるため、z変換は特に便利なツールになります。
入力信号とNの初期条件を知ることは、N次差分方程式を解くために必要です。
遅延信号または高度な信号の場合、z 変換は、z または z の逆数をそれぞれ乗算することで、z 領域の信号をシフトします。
特定の係数と初期条件によって特徴付けられる 2 次差分方程式について考えてみます。入力は単位ステップ関数です。
各項の z 変換を取ると、方程式は入力信号と出力信号の z 領域表現を含む代数式に変換されます。
この代数方程式を z 領域の出力信号に対して解くと、偏分数分解を使用して簡略化できる式が得られます。
Show More