diff options
Diffstat (limited to '2825/CH21/EX21.7/Ex21_7.sce')
-rwxr-xr-x | 2825/CH21/EX21.7/Ex21_7.sce | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/2825/CH21/EX21.7/Ex21_7.sce b/2825/CH21/EX21.7/Ex21_7.sce new file mode 100755 index 000000000..cd3781734 --- /dev/null +++ b/2825/CH21/EX21.7/Ex21_7.sce @@ -0,0 +1,9 @@ +//Ex21_7 Pg-1073
+clc
+
+R=260000 //resistor R in ohm
+C=25*10^(-6) //capacitance in farad
+tau=1.1 //time constant
+
+t_delay=tau*R*C //pulse width in sec
+printf(" Pulse width = %.2f sec",t_delay)
|