summaryrefslogtreecommitdiff
path: root/3754/CH28/EX28.3/28_3.sce
diff options
context:
space:
mode:
Diffstat (limited to '3754/CH28/EX28.3/28_3.sce')
-rw-r--r--3754/CH28/EX28.3/28_3.sce14
1 files changed, 14 insertions, 0 deletions
diff --git a/3754/CH28/EX28.3/28_3.sce b/3754/CH28/EX28.3/28_3.sce
new file mode 100644
index 000000000..7604ada98
--- /dev/null
+++ b/3754/CH28/EX28.3/28_3.sce
@@ -0,0 +1,14 @@
+clear//
+
+//Variables
+
+fo = 1.0 * 10**6 //Resonant frequency (in Hertz)
+Qo = 100.0 //Quality factor
+
+//Calculation
+
+BW = fo / Qo //Bandwidth (in Hertz)
+
+//Result
+
+printf("\n Bandwidth of the circuit is %0.3f kHz.",BW * 10**-3)