Advertisement
Ostu

Untitled

May 12th, 2021
381
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
MatLab 0.19 KB | None | 0 0
  1. %% Zadanie Drugie
  2. h2=deconv(y,x)
  3.  
  4. figure(2)
  5. stem(x,'p')
  6. hold on
  7. stem(y,'x')
  8. stem(h2)
  9. hold off
  10. legend('sygnał wejściowy','sygnał wyjściowy','odpowiedź impulsowa')
  11. xlim([0 10])
  12.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement