Chp8ex1.m
上传用户:eighthdate
上传日期:2014-05-24
资源大小:270k
文件大小:0k
源码类别:

其他行业

开发平台:

Matlab

  1. gamma=88.1*pi/180;
  2. alpha1=88.1*pi/180;
  3. alpha2=1.9*pi/180;
  4. t=0:.001:.3;
  5. i1=40*sin(377*t+alpha1 -gamma)-40*exp(-t/.08).*sin(alpha1-gamma);
  6. i2=40*sin(377*t+alpha2 -gamma)-40*exp(-t/.08).*sin(alpha2-gamma);
  7. subplot(2,1,1), plot(t, i1), grid
  8. xlabel('t, sec'), ylabel('i(t)')
  9. subplot(2,1,2), plot(t, i2), grid
  10. xlabel('t, sec'), ylabel('i(t)')
  11. subplot(111);