summaryrefslogtreecommitdiff
path: root/978/CH6/EX6.9/Example6_9.sce
blob: 5d60b5eb960b601da6c36f81dd0ffc0b413e2f90 (plain)
1
2
3
4
5
6
7
8
9
//chapter-6,Example6_9,pg 495

B=25*10^6//bandwidth of scope

tr=(3.5/B)//rise time of scope

printf("rise time of scope \n")

printf("tr=%.8f s",tr)