summaryrefslogtreecommitdiff
path: root/2459/CH16/EX16.14
diff options
context:
space:
mode:
Diffstat (limited to '2459/CH16/EX16.14')
-rw-r--r--2459/CH16/EX16.14/Ex16_14.PNGbin0 -> 5691 bytes
-rw-r--r--2459/CH16/EX16.14/Ex16_14.sce11
2 files changed, 11 insertions, 0 deletions
diff --git a/2459/CH16/EX16.14/Ex16_14.PNG b/2459/CH16/EX16.14/Ex16_14.PNG
new file mode 100644
index 000000000..9a1977f9a
--- /dev/null
+++ b/2459/CH16/EX16.14/Ex16_14.PNG
Binary files differ
diff --git a/2459/CH16/EX16.14/Ex16_14.sce b/2459/CH16/EX16.14/Ex16_14.sce
new file mode 100644
index 000000000..ffb9af39b
--- /dev/null
+++ b/2459/CH16/EX16.14/Ex16_14.sce
@@ -0,0 +1,11 @@
+//chapter16
+//example16.14
+//page355
+
+Zout=3 // kilo ohm
+Ai=200
+mi=0.01
+
+Zout_dash=Zout*(1+mi*Ai)
+
+printf("output impedence with negative feedback = %.3f kilo ohm \n",Zout_dash)