diff options
Diffstat (limited to '3630/CH14/EX14.1')
-rw-r--r-- | 3630/CH14/EX14.1/Ex14_1.sce | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/3630/CH14/EX14.1/Ex14_1.sce b/3630/CH14/EX14.1/Ex14_1.sce new file mode 100644 index 000000000..07c748d1d --- /dev/null +++ b/3630/CH14/EX14.1/Ex14_1.sce @@ -0,0 +1,7 @@ +clc;
+Fc1=30;
+Fc2=275;
+BW=Fc2-Fc1;
+disp('kHz',BW,"BW=")//The answers vary due to round off error
+
+
|