Guest User

Untitled

a guest
Nov 18th, 2018
75
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.12 KB | None | 0 0
  1. syms t w
  2. x=t^3;
  3. w0=3;
  4. Le=exp(j*w0*t)*x;
  5. Left=fourier(Le,w)
  6.  
  7. X=fourier(x,w)
  8. Right=subs(X,w,w-w0)
Add Comment
Please, Sign In to add comment