summaryrefslogtreecommitdiff
path: root/2534/CH5/EX5.11/Ex5_11.sce
blob: 1404afeac306cdddf2465458348171bf0c196c08 (plain)
1
2
3
4
5
6
7
8
//Ex5_11
clc
Rf = 10
RL = 150
eta_r = 40.6/(1+Rf/RL)
disp("Rf = "+string(Rf)+"ohm")//forward resistance
disp("RL = "+string(RL)+"ohm")//load resistance
disp("eta_r = 40.6/(1+Rf/RL) = "+string(eta_r)+"%")//rectification efficiency