diff options
Diffstat (limited to '2582/CH5/EX5.2/Ex5_2.sce')
-rwxr-xr-x | 2582/CH5/EX5.2/Ex5_2.sce | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/2582/CH5/EX5.2/Ex5_2.sce b/2582/CH5/EX5.2/Ex5_2.sce new file mode 100755 index 000000000..7baf3c452 --- /dev/null +++ b/2582/CH5/EX5.2/Ex5_2.sce @@ -0,0 +1,8 @@ +//Ex 5.2
+clc;clear;close;
+Rf=100;//kohm
+C=0.1;//micro F
+T=2*Rf*1000*C*10^-6;//s
+disp(T*10^3,"Time period(ms)");
+f=1/T;//Hz
+disp(f,"Frequency(Hz) : ");
|