diff options
Diffstat (limited to '3630/CH15/EX15.10/Ex15_10.sce')
-rw-r--r-- | 3630/CH15/EX15.10/Ex15_10.sce | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/3630/CH15/EX15.10/Ex15_10.sce b/3630/CH15/EX15.10/Ex15_10.sce new file mode 100644 index 000000000..270c4454a --- /dev/null +++ b/3630/CH15/EX15.10/Ex15_10.sce @@ -0,0 +1,9 @@ +clc;
+funity=15000000;
+Acl=500;
+fc=funity/Acl;
+BW=fc;
+fc1=200000;
+AcL=funity/fc1;
+disp('kHz',fc/1000,"fc=");//The answers vary due to round off error
+disp('',AcL,"AcL=");//The answers vary due to round off error
|