summaryrefslogtreecommitdiff
path: root/3637/CH1/EX1.14/Ex1_14.sce
diff options
context:
space:
mode:
Diffstat (limited to '3637/CH1/EX1.14/Ex1_14.sce')
-rw-r--r--3637/CH1/EX1.14/Ex1_14.sce8
1 files changed, 8 insertions, 0 deletions
diff --git a/3637/CH1/EX1.14/Ex1_14.sce b/3637/CH1/EX1.14/Ex1_14.sce
new file mode 100644
index 000000000..81e407925
--- /dev/null
+++ b/3637/CH1/EX1.14/Ex1_14.sce
@@ -0,0 +1,8 @@
+//Example 14 Page No: 1.89
+//given
+sr=0.5e6;//volt/sec
+a=50;
+freq1=20e3;//hz
+//determine max peak to peak voltage
+v1=sr/(2*3.14*freq1*a);format(3);
+disp('input voltage '+string(v1*10^3)+'mV');