Advertisement
Guest User

Untitled

a guest
Feb 8th, 2016
51
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.15 KB | None | 0 0
  1. t = linspace(0,20,20*60);
  2.  
  3. wn=2*pi/10;
  4.  
  5. a = 75*(sin(wn*t)+sin(4*wn*t))+228;
  6. b = 0;
  7. c = 75*(cos(wn*t)+cos(4*wn*t))+69;
  8.  
  9. xd = [a b c]';
  10.  
  11. plot(a,c)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement