1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20
clc //Chapter8 //Example8.20, page no 352 //Given V=0.5//receiving vtg Vs=2//Source vtg al=-log(V/Vs)//attenuation al2=al*1.5 V=Vs*%e^-al2//receiving voltage mprintf('the receiving voltage will be %f V',V)