diff options
Diffstat (limited to '3754/CH28/EX28.4/28_4.sce')
-rw-r--r-- | 3754/CH28/EX28.4/28_4.sce | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/3754/CH28/EX28.4/28_4.sce b/3754/CH28/EX28.4/28_4.sce new file mode 100644 index 000000000..444451960 --- /dev/null +++ b/3754/CH28/EX28.4/28_4.sce @@ -0,0 +1,14 @@ +clear//
+
+//Variables
+
+fo = 1600.0 * 10**3 //Resonant frequency (in Hertz)
+BW = 10.0 * 10**3 //Bandwidth (in Hertz)
+
+//Calculation
+
+Qo = fo / BW //Quality factor
+
+//Result
+
+printf("\n The Q-factor is %0.3f .",Qo)
|