diff options
Diffstat (limited to '1574/CH11/EX11.1')
-rwxr-xr-x | 1574/CH11/EX11.1/BBC_Ex_11_1.sce | 14 | ||||
-rwxr-xr-x | 1574/CH11/EX11.1/Result_of_Chapter_11_Ex11_1.JPG | bin | 0 -> 130076 bytes |
2 files changed, 14 insertions, 0 deletions
diff --git a/1574/CH11/EX11.1/BBC_Ex_11_1.sce b/1574/CH11/EX11.1/BBC_Ex_11_1.sce new file mode 100755 index 000000000..06e8ab05d --- /dev/null +++ b/1574/CH11/EX11.1/BBC_Ex_11_1.sce @@ -0,0 +1,14 @@ +clc
+//Chapter11
+//Example11.1, page no 435
+//Given
+//a
+c=20// no of signal channels
+s=8e3// Channel sampling rate
+t=1/s// time interval over which ll channels are sampled once
+//b
+g=5e-6// guaed time for each channel sample
+s_duration=t-g// duration of each sample
+//c
+samples_sec=c*s//
+mprintf('The total no of samples per second is:\n %d samples/second',samples_sec)
diff --git a/1574/CH11/EX11.1/Result_of_Chapter_11_Ex11_1.JPG b/1574/CH11/EX11.1/Result_of_Chapter_11_Ex11_1.JPG Binary files differnew file mode 100755 index 000000000..0106a5149 --- /dev/null +++ b/1574/CH11/EX11.1/Result_of_Chapter_11_Ex11_1.JPG |