Guest User

Untitled

a guest
Nov 19th, 2018
78
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.13 KB | None | 0 0
  1. syms t w
  2. t0=2;
  3. x=cos(t);
  4. a=cos(t-t0);
  5. left=fourier(a,w);
  6. ezplot(left);
  7.  
  8. b= fourier(x,w);
  9. right= exp(-j.*w.*t0).*b;
  10. ezplot(right);
Add Comment
Please, Sign In to add comment