summaryrefslogtreecommitdiff
path: root/2609/CH7/EX7.2/ex_7_2.sce
blob: ce444cf44cab0137dab03b79a6834ba9750f4357 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
////Ex 7.2
clc;
clear;
close;
format('v',9);
ft=2;//kHz
C=0.01;//micro F
T=1/ft;//ms
n=3;//for divide-by-3 circuit
th=(0.2+(n-1))*T;//ms
R=th/(1.1*C);//kohm
disp(R,"Value of Resistance R(kohm)");