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
11 次查看(过去 30 天)
显示 更早的评论
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
0 个评论
回答(1 个)
另请参阅
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!