summaryrefslogtreecommitdiff
path: root/3637/CH1/EX1.13/Ex1_14.sce
diff options
context:
space:
mode:
Diffstat (limited to '3637/CH1/EX1.13/Ex1_14.sce')
-rw-r--r--3637/CH1/EX1.13/Ex1_14.sce11
1 files changed, 11 insertions, 0 deletions
diff --git a/3637/CH1/EX1.13/Ex1_14.sce b/3637/CH1/EX1.13/Ex1_14.sce
new file mode 100644
index 000000000..e3ca3f009
--- /dev/null
+++ b/3637/CH1/EX1.13/Ex1_14.sce
@@ -0,0 +1,11 @@
+//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');
+
+
+