diff options
Diffstat (limited to '2459/CH16/EX16.15/Ex16_15.sce')
-rw-r--r-- | 2459/CH16/EX16.15/Ex16_15.sce | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/2459/CH16/EX16.15/Ex16_15.sce b/2459/CH16/EX16.15/Ex16_15.sce new file mode 100644 index 000000000..98d14e99c --- /dev/null +++ b/2459/CH16/EX16.15/Ex16_15.sce @@ -0,0 +1,11 @@ +//chapter16
+//example16.15
+//page355
+
+BW=400 // kHz
+Ai=250
+mi=0.01
+
+BW_dash=BW*(1+mi*Ai)
+
+printf("Bandwidth with negative feedback = %.3f kHz \n",BW_dash)
|