Advertisement
Guest User

Untitled

a guest
Jan 16th, 2019
67
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, conv(x, v));
  4. y2= conv(conv(x,v), h);
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement