This is a free preview. For full access
z-Transform
DFT Through the Unit Circle
Description
The Discrete Fourier Transform (DFT) shows how a discrete-time signal breaks into frequency parts. It takes N samples from the time domain and gives N values in the frequency domain. Each value represents one frequency component.
The z-transform helps explain this process. A z-transform represent...
Show More
Transcript
離散フーリエ変換 (DFT) は、離散時間信号の周波数成分を解析します。
N サンプリングされた離散時間領域シーケンスをその離散周波数領域シーケンスにマッピングします (k は 0 から N から 1 を引いた値までの周波数インデックスを表します)。
離散時間シーケンスの場合、z 変換は、シーケンス項に z の逆の累乗を掛けた合計によって定義されます。
離散シーケンスの z 変換について考えてみます。因果シーケンスの場合、z 変換は有限の合計に単純化されます。
複素指数で表される単位円上の等間隔の点で z 変換をサンプリングすることにより、これらの値は z 変換に代入されます。
結果の式は DFT の定義と一致し、シ...
Show More