summaryrefslogtreecommitdiff
path: root/992/CH6/EX6.4/ex6_4.sce
blob: 881738d63ebf9a604774aeaa2a5c2cd173b5c7c6 (plain)
1
2
3
4
5
6
7
8
9
10
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);