Advertisement
Guest User

Untitled

a guest
Apr 23rd, 2019
88
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.19 KB | None | 0 0
  1. >> x=tf([1 -2 2 -1],[1 -1.7 0.8 -0.1], -1);
  2. >> x
  3. >> subplot(2,1,1);
  4. >> pzmap(x);
  5. >> hold on;
  6. >> subplot(2,1,2);
  7. >> z=filter([1 -2 2 -1],[1 -1.7 0.8 -0.1],[1 zeros(1,49)]);
  8. >> plot(z);
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement