summaryrefslogtreecommitdiff
path: root/2360/CH4/EX4.6/ex4_6.sce
diff options
context:
space:
mode:
Diffstat (limited to '2360/CH4/EX4.6/ex4_6.sce')
-rwxr-xr-x2360/CH4/EX4.6/ex4_6.sce9
1 files changed, 9 insertions, 0 deletions
diff --git a/2360/CH4/EX4.6/ex4_6.sce b/2360/CH4/EX4.6/ex4_6.sce
new file mode 100755
index 000000000..dcf255910
--- /dev/null
+++ b/2360/CH4/EX4.6/ex4_6.sce
@@ -0,0 +1,9 @@
+// Exa 4.6
+format('v',7);clc;clear;close;
+// Given data
+n = 8;// number of bit
+T_C = 9;//conversion time in µs
+T_C = T_C * 10^-6;// in s
+// The maximum frequency
+f_max = 1/(2*%pi*T_C*(2^n));// in Hz
+disp(f_max,"The maximum frequency in Hz is");