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