From 7f60ea012dd2524dae921a2a35adbf7ef21f2bb6 Mon Sep 17 00:00:00 2001 From: prashantsinalkar Date: Tue, 10 Oct 2017 12:27:19 +0530 Subject: initial commit / add all books --- 3637/CH1/EX1.5/Ex1_5.sce | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 3637/CH1/EX1.5/Ex1_5.sce (limited to '3637/CH1/EX1.5/Ex1_5.sce') diff --git a/3637/CH1/EX1.5/Ex1_5.sce b/3637/CH1/EX1.5/Ex1_5.sce new file mode 100644 index 000000000..b23eebe22 --- /dev/null +++ b/3637/CH1/EX1.5/Ex1_5.sce @@ -0,0 +1,11 @@ +//Example 5 Page No: 1.84 +//given +clear +sr=0.5e6;//volt/sec +freq1=40e3;//hz +a=10;format(6); +//determine max peak to peak input signal +vm=sr/(2*3.14*freq1); +vm=2*vm; +v1=vm/a; +disp('Max peak to peak input signal = '+string(v1)+' V'); -- cgit