diff options
Diffstat (limited to '3630/CH15/EX15.3/Ex15_3.sce')
-rw-r--r-- | 3630/CH15/EX15.3/Ex15_3.sce | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/3630/CH15/EX15.3/Ex15_3.sce b/3630/CH15/EX15.3/Ex15_3.sce new file mode 100644 index 000000000..3c9fe3b6f --- /dev/null +++ b/3630/CH15/EX15.3/Ex15_3.sce @@ -0,0 +1,12 @@ +clc;
+Av=200;
+Vout=8;
+Vin=Vout/Av;
+V1=6;
+V2=-6;
+Vpk1=V1-2;
+Vpk2=V2+2;
+disp('V+',Vpk1,"Vpk1=");
+disp('V-',Vpk2,"Vpk1=");
+disp('mVpp',Vin*1000,"Vin=");
+
|