summaryrefslogtreecommitdiff
path: root/2414/CH8/EX8.3/Ex8_3.sce
diff options
context:
space:
mode:
Diffstat (limited to '2414/CH8/EX8.3/Ex8_3.sce')
-rwxr-xr-x2414/CH8/EX8.3/Ex8_3.sce10
1 files changed, 10 insertions, 0 deletions
diff --git a/2414/CH8/EX8.3/Ex8_3.sce b/2414/CH8/EX8.3/Ex8_3.sce
new file mode 100755
index 000000000..4335d5865
--- /dev/null
+++ b/2414/CH8/EX8.3/Ex8_3.sce
@@ -0,0 +1,10 @@
+clc;
+close();
+clear();
+//page no 277
+//prob no. 8.3
+W=5000; //Hz
+fs=1.25*2*W;
+tp=30*60; //seconds
+N=fs*tp; //samples
+mprintf('Total number of samples is %i ',N);