diff options
Diffstat (limited to '3630/CH17/EX17.15/Ex17_15.sce')
-rw-r--r-- | 3630/CH17/EX17.15/Ex17_15.sce | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/3630/CH17/EX17.15/Ex17_15.sce b/3630/CH17/EX17.15/Ex17_15.sce new file mode 100644 index 000000000..4730e5664 --- /dev/null +++ b/3630/CH17/EX17.15/Ex17_15.sce @@ -0,0 +1,6 @@ +clc;
+f0=503000;
+QL=6.33;
+BW=f0/QL;
+disp('khz',BW,"BW=");//The answers vary due to round off error
+
|