summaryrefslogtreecommitdiff
path: root/196/CH6/EX6.5/example_6_5.sce
blob: c11662443aae96a107a8e5446a022cc177d877cf (plain)
1
2
3
4
5
6
7
8
9
10
//Chapter 6
//Example 6-5
//ProbOnDurationOfOutputPulse 
//Page 155
clear;clc;
//Given
Rf = 100*10^3 ;//Feedback Resistance
C = 0.1*10^-6 ;
t = (Rf * C)/ 5 ;
printf ( "\n\n Duration of output pulse of one-shot = %.4f sec ", t )