Find the impulse response
์ด์ ๋๊ธ ํ์
its given: ๐ฆ(๐)=๐ฅ(๐โ1)โ2.2๐ฅ(๐โ2)+๐ฅ(๐โ3)โ17๐ฆ(๐โ1)+3.123๐ฆ(๐โ2) and ๐ฅ(๐)=(0.9)๐[u(n)-u(n-8)]
find h(n) as an expression.
it doesnt work when i try this:
syms z
H = (z^-1 - 2.2 * z^-2 + z^-3)/(1 + 0.1429 * z^-1 - 3.123 * z^-2);
iztrans(H)
๋๊ธ ์: 2
Paul
2022๋
5์ 22์ผ
What exactly doesn't work?
Why is there a coefficient of 0.1429 in the denominator of H? Shouldn't that be 17?
Marina Petani
2022๋
5์ 22์ผ
์ฑํ๋ ๋ต๋ณ
์ถ๊ฐ ๋ต๋ณ (0๊ฐ)
์นดํ ๊ณ ๋ฆฌ
๋์๋ง ์ผํฐ ๋ฐ File Exchange์์ MATLAB์ ๋ํด ์์ธํ ์์๋ณด๊ธฐ
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!






