diff options
Diffstat (limited to '3809/CH15/EX15.4/EX15_4.sce')
-rw-r--r-- | 3809/CH15/EX15.4/EX15_4.sce | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/3809/CH15/EX15.4/EX15_4.sce b/3809/CH15/EX15.4/EX15_4.sce new file mode 100644 index 000000000..4c0a0d695 --- /dev/null +++ b/3809/CH15/EX15.4/EX15_4.sce @@ -0,0 +1,12 @@ +//Chapter 15, Example 15.4 + +clc +//Initialisation +b=2*10**4 //bandwidth in hertz + +//Calculation +gain=10**6/b //gain + +//Results +printf("Gain = %d",gain) + |