Advertisement
Guest User

Untitled

a guest
Jan 16th, 2019
73
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
MatLab 0.08 KB | None | 0 0
  1. x = [1 2 3];
  2. h = [2 1];
  3. y1 = conv(h, x + v);
  4. y2 = conv(h, x) + conv(h, v);
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement