diff options
Diffstat (limited to '2534/CH5/EX5.11/Ex5_11.sce')
-rwxr-xr-x | 2534/CH5/EX5.11/Ex5_11.sce | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/2534/CH5/EX5.11/Ex5_11.sce b/2534/CH5/EX5.11/Ex5_11.sce new file mode 100755 index 000000000..1404afeac --- /dev/null +++ b/2534/CH5/EX5.11/Ex5_11.sce @@ -0,0 +1,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
|