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

其他行业

开发平台:

Matlab

  1. %(a) Fault at the sending end. Both lines intact when fault is cleared
  2. Pm = 0.8; E= 1.17; V = 1.0; X1 = 0.65; X2 = inf; X3 = 0.65;
  3. eacfault(Pm, E, V, X1, X2, X3)
  4. %(b) Fault at the mid-point of one line. Faulted line is isolated
  5. X2 = 1.8; X3 = 0.8;
  6. eacfault(Pm, E, V, X1, X2, X3)