diff options
Diffstat (limited to '281/CH5/EX5.5/example5_5.sce')
-rwxr-xr-x | 281/CH5/EX5.5/example5_5.sce | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/281/CH5/EX5.5/example5_5.sce b/281/CH5/EX5.5/example5_5.sce new file mode 100755 index 000000000..2cef022a6 --- /dev/null +++ b/281/CH5/EX5.5/example5_5.sce @@ -0,0 +1,9 @@ +disp('chapter 5 ex5.5')
+disp('given')
+disp('709 op-amp is used to design an noninverting amplifier')
+disp('voltage gain Av=50')
+Av=50
+disp('voltage gain Av=50=34dB')
+disp('compensation components are listed for Av=20dB and for Av=40dB')
+disp('for over compensation use components for Av=20dB')
+disp('C1=500pF R1=1.5kohms C2=20pF')
\ No newline at end of file |