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

其他行业

开发平台:

Matlab

  1. % This program obtains the line performance for a given load impedance.
  2. % Copyright (C) 1998 by H. Saadat
  3. function givenzl(ABCD)
  4. global resp model par1 par2 linelngt freq
  5. if exist('ABCD')~=1
  6. A = input('Enter the complex line constant A = ');
  7. B = input('Enter the complex line constant B = ');
  8. C = input('Enter the complex line constant C = ');
  9. D = A; ABCD=[A B; C D]; end
  10. Vrm = input('Enter receiving end line-line voltage kV = ');
  11. dr = input('Enter receiving end voltage phase angle