summaryrefslogtreecommitdiff
path: root/226/CH14/EX14.7
diff options
context:
space:
mode:
Diffstat (limited to '226/CH14/EX14.7')
-rwxr-xr-x226/CH14/EX14.7/example7_sce.sce10
1 files changed, 10 insertions, 0 deletions
diff --git a/226/CH14/EX14.7/example7_sce.sce b/226/CH14/EX14.7/example7_sce.sce
new file mode 100755
index 000000000..e5f86d889
--- /dev/null
+++ b/226/CH14/EX14.7/example7_sce.sce
@@ -0,0 +1,10 @@
+//chapter 14
+//example 14.7
+//page 607
+printf("\n")
+printf("given")
+R2=50*10^3;R3=2.2*10^3;C2=8.2*10^-6;Rl=600;
+disp("voltage gain ")
+Acl=(R3+R2)/R3
+disp("lower cuttoff frequency ")
+f=1/(2*3.14*C2*Rl) \ No newline at end of file