summaryrefslogtreecommitdiff
path: root/275/CH5/EX5.5.44/Ch5_5_44.sce
diff options
context:
space:
mode:
Diffstat (limited to '275/CH5/EX5.5.44/Ch5_5_44.sce')
-rwxr-xr-x275/CH5/EX5.5.44/Ch5_5_44.sce11
1 files changed, 11 insertions, 0 deletions
diff --git a/275/CH5/EX5.5.44/Ch5_5_44.sce b/275/CH5/EX5.5.44/Ch5_5_44.sce
new file mode 100755
index 000000000..76b4dc61f
--- /dev/null
+++ b/275/CH5/EX5.5.44/Ch5_5_44.sce
@@ -0,0 +1,11 @@
+clc
+disp("Example 5.44")
+printf("\n")
+disp("calculate the value of Capacitor for a RC phase shift oscillator")
+printf("Given\n")
+R=1000
+//frequency of oscillation
+f=5000
+//capacitor value
+C=1/(2*%pi*R*f*sqrt(6))
+printf("Capacitor value \n%e farad \n",C)