Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- E7
- Source Code :
- syms n T w A t;
- T=2;
- w=2*pi/T;
- n=1:4;
- a0=(2/T)*((int(1/2,t,0,1))+(int(-1/2,t,1,2)))
- an=(2/T)*((int((1/2)*cos(n*w*t),t,0,1))+(int((-1/2)*cos(n*w*t),t,1,2)))
- 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