diff options
Diffstat (limited to '3630/CH8/EX8.13/Ex8_13.sce')
-rw-r--r-- | 3630/CH8/EX8.13/Ex8_13.sce | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/3630/CH8/EX8.13/Ex8_13.sce b/3630/CH8/EX8.13/Ex8_13.sce new file mode 100644 index 000000000..c0e96b492 --- /dev/null +++ b/3630/CH8/EX8.13/Ex8_13.sce @@ -0,0 +1,6 @@ +clc;
+Vout=2; //volt
+Vin=0.025; //volt
+AvdB=20*log10(Vout/Vin);
+disp('dB',AvdB,"AvdB=");//The answers vary due to round off error
+
|