Md_hosen_zisad

Untitled

Nov 6th, 2018
320
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.25 KB | None | 0 0
  1. E7
  2.  
  3. Source Code :
  4. syms n T w A t;
  5. T=2;
  6. w=2*pi/T;
  7. n=1:4;
  8. a0=(2/T)*((int(1/2,t,0,1))+(int(-1/2,t,1,2)))
  9. an=(2/T)*((int((1/2)*cos(n*w*t),t,0,1))+(int((-1/2)*cos(n*w*t),t,1,2)))
  10. bn=(2/T)*((int((1/2)*sin(n*w*t),t,0,1))+(int((-1/2)*sin(n*w*t),t,1,2)))
Add Comment
Please, Sign In to add comment