Advertisement
MarouaneTheViper

Untitled

Apr 24th, 2019
110
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. x = tf([1 -2 2 -1], [1 -1.7 0.8 -0.1],-1)
  2. z = filter([1 -2 2 -1], [1 -1 0.8 -0.1], [1 zeros(1,49)]);
  3. subplot(2,1,1)
  4. pzmap(x);
  5. hold on;
  6. subplot(2,1,2)
  7. stem(z,'filled')
  8. title('Impulse response of system')
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement