diff options
Diffstat (limited to '992/CH6/EX6.4/ex6_4.sce')
-rwxr-xr-x | 992/CH6/EX6.4/ex6_4.sce | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/992/CH6/EX6.4/ex6_4.sce b/992/CH6/EX6.4/ex6_4.sce new file mode 100755 index 000000000..881738d63 --- /dev/null +++ b/992/CH6/EX6.4/ex6_4.sce @@ -0,0 +1,11 @@ +
+//Exa:6.4
+clc;
+clear;
+close;
+//Given:
+Fmax=3;//in kHz
+Bw=20;//in MHz
+Bs=2*Fmax*1000;
+n=(20*1000000)/Bs;
+printf("\n\t number of stations = %f",n);
\ No newline at end of file |