diff options
Diffstat (limited to '2582/CH3/EX3.17')
-rwxr-xr-x | 2582/CH3/EX3.17/Ex3_17.sce | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/2582/CH3/EX3.17/Ex3_17.sce b/2582/CH3/EX3.17/Ex3_17.sce new file mode 100755 index 000000000..a77431ce1 --- /dev/null +++ b/2582/CH3/EX3.17/Ex3_17.sce @@ -0,0 +1,7 @@ +//Ex 3.17
+clc;clear;close;
+format('v',6);
+R=50;//kohm(R1=R2=R3=R)
+C=60;//pF(C1=C2=C3=C)
+f=1/(2*%pi*R*1000*C*10^-12*sqrt(6));//Hz
+disp(f/1000,"Frequency of oscillation(kHz)");
|