diff options
Diffstat (limited to '3630/CH17/EX17.8/Ex17_8.sce')
-rw-r--r-- | 3630/CH17/EX17.8/Ex17_8.sce | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/3630/CH17/EX17.8/Ex17_8.sce b/3630/CH17/EX17.8/Ex17_8.sce new file mode 100644 index 000000000..2e1a8cf4d --- /dev/null +++ b/3630/CH17/EX17.8/Ex17_8.sce @@ -0,0 +1,11 @@ +clc;
+c1=0.0000001;
+c2=0.000000068;
+c=(c1*c2)^0.5;
+rf=40000;
+f0=137;
+Q=(3.14*f0*rf*c);
+BW=f0/Q;
+disp(' ',Q,"Q=");
+disp('Hz',BW,"BW=");
+
|