Determine and plot the response of an accumulator for an input sequence 𝑥[𝑛] = 𝑢[𝑛] + 2𝑢[𝑛 − 1] − 3𝑢[𝑛 − 3]. Consider the system is at rest. use the function filter

16 ビュー (過去 30 日間)
Kenisha Dcosta
Kenisha Dcosta 2021 年 5 月 27 日
回答済み: Mahesh Taparia 2021 年 6 月 4 日
Consider the difference equation of an accumulator
𝑦[𝑛] = 𝑦[𝑛 − 1] + 𝑥[𝑛]
The transfer function of this equation is given by taking z-transform as
𝑌[𝑧] = 𝑧−1𝑌[𝑧] + 𝑋[𝑧]
𝑇[𝑧] = 𝑌[𝑧]/X[𝑧] = 1/1 − 𝑧−1

回答 (1 件)

Mahesh Taparia
Mahesh Taparia 2021 年 6 月 4 日
Hi
You can refer this example to plot the response using filter function.

カテゴリ

Help Center および File ExchangeDigital Filter Analysis についてさらに検索

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by