From b1f5c3f8d6671b4331cef1dcebdf63b7a43a3a2b Mon Sep 17 00:00:00 2001 From: priyanka Date: Wed, 24 Jun 2015 15:03:17 +0530 Subject: initial commit / add all books --- 182/CH9/EX9.6/example9_6.sce | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100755 182/CH9/EX9.6/example9_6.sce (limited to '182/CH9/EX9.6/example9_6.sce') diff --git a/182/CH9/EX9.6/example9_6.sce b/182/CH9/EX9.6/example9_6.sce new file mode 100755 index 000000000..838dc190e --- /dev/null +++ b/182/CH9/EX9.6/example9_6.sce @@ -0,0 +1,9 @@ +// to find the shortest pulse width that can be displayed +// example 9-6 in page 262 +clc; +//DATA GIVEN +Rs=3.3e+3; Ci=15D-12;// source resistance in ohm and input capacitance in farad +//calculation +printf("shortest pulse width=%.3f micro-second",10*Rs*Ci*2.2*10^6);//here shortest pulse width =10*tuo in seconds where tuo is the rise time imposed by the oscilloscope +//result +//shortest pulse width=1.089 micro-second \ No newline at end of file -- cgit