Ex. No: Date:: Computation of Line Parameters Using Matlab
Ex. No: Date:: Computation of Line Parameters Using Matlab
No:
COMPUTATION OF LINE PARAMETERS USING MATLAB
Date :
Program:
disp(‘Value of r in meter:’);
r=Dia/2
disp(‘Value of r1 in meter:’);
r1=r*0.7788
disp(‘Value of L in mH/km:’);
L=2*10^-4*log(Dab/r1)
L1=L*100
C=2*3.14*8.854*10^-12/(log(Dab/r))
C1=C*100
Output:
Value of r in meter:
r=0.0815
Value of r1 in meter:
r1=0.0634
Value of L in mH/km:
L= 1.2316
L1=0.12136
C=9.41
C1=0.941