diff options
Diffstat (limited to '3630/CH8/EX8.2/Ex8_2.sce')
-rw-r--r-- | 3630/CH8/EX8.2/Ex8_2.sce | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/3630/CH8/EX8.2/Ex8_2.sce b/3630/CH8/EX8.2/Ex8_2.sce new file mode 100644 index 000000000..293102b86 --- /dev/null +++ b/3630/CH8/EX8.2/Ex8_2.sce @@ -0,0 +1,5 @@ +clc;
+Vin=0.00024; //volt
+Av=625; //Voltagegain
+Vout=Av*Vin; //volt
+disp('mV',Vout*1000,"Vout=");//The answers vary due to round off error
|