summaryrefslogtreecommitdiff
path: root/3836/CH8/EX8.3/Ex8_3.sce
diff options
context:
space:
mode:
Diffstat (limited to '3836/CH8/EX8.3/Ex8_3.sce')
-rw-r--r--3836/CH8/EX8.3/Ex8_3.sce10
1 files changed, 10 insertions, 0 deletions
diff --git a/3836/CH8/EX8.3/Ex8_3.sce b/3836/CH8/EX8.3/Ex8_3.sce
new file mode 100644
index 000000000..71a2313cd
--- /dev/null
+++ b/3836/CH8/EX8.3/Ex8_3.sce
@@ -0,0 +1,10 @@
+clear
+//Initialisation
+f=20*10**3 //bandwidth frequency in KHz
+
+//Calculation
+gain=(10**6)/(f) //gain
+
+//Result
+printf("\n Gain = %d",gain)
+