diff options
Diffstat (limited to '2534/CH11/EX11.8/Ex11_8.sce')
-rwxr-xr-x | 2534/CH11/EX11.8/Ex11_8.sce | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/2534/CH11/EX11.8/Ex11_8.sce b/2534/CH11/EX11.8/Ex11_8.sce new file mode 100755 index 000000000..5b3bc5f58 --- /dev/null +++ b/2534/CH11/EX11.8/Ex11_8.sce @@ -0,0 +1,8 @@ +//Ex11_8
+clc
+VCC = 15//collector voltage
+Vp = 12//output peak voltage
+disp("VCC = "+string(VCC)+"V")
+disp("Vp = "+string(Vp)+"V")
+eta = 78.5*(Vp/VCC)//amplifier efficiency
+disp("eta = 78.5*(Vp/VCC) = "+string(eta)+"%")
|