summaryrefslogtreecommitdiff
path: root/3836/CH5/EX5.5/Ex5_5.sce
diff options
context:
space:
mode:
Diffstat (limited to '3836/CH5/EX5.5/Ex5_5.sce')
-rw-r--r--3836/CH5/EX5.5/Ex5_5.sce11
1 files changed, 11 insertions, 0 deletions
diff --git a/3836/CH5/EX5.5/Ex5_5.sce b/3836/CH5/EX5.5/Ex5_5.sce
new file mode 100644
index 000000000..7bde26ac0
--- /dev/null
+++ b/3836/CH5/EX5.5/Ex5_5.sce
@@ -0,0 +1,11 @@
+clear
+//Initialisation
+f1=7000 //Human Speech Frequency Upper limit in HZ
+f2=50 //Human Speech Frequency Lower limit in Hz
+
+//Calculation
+B=f1-f2 //Bandwidth in Hz
+
+//Result
+printf("\n Bandwidth = %.1f kHz",B*1000**-1)
+