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
Show older comments
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
Answers (1)
Mahesh Taparia
on 4 Jun 2021
0 votes
Hi
Categories
Find more on Digital Filter Analysis in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!