summaryrefslogtreecommitdiff
path: root/1574/CH8/EX8.20/TL_Ex_8_20.sce
blob: 87e65e8781ba00a6e6418b80b9342de01f533c19 (plain)
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)