summaryrefslogtreecommitdiff
path: root/998/CH29/EX29.17/Ex17.sce
blob: c4497a4c02f16e4927ced52d7a05ba69bed2469e (plain)
1
2
3
4
5
6
7
8
9
//Ex:17
clc;
clear;
close;
a=0.4;// roll_off factor
m=1;// for BPSK
B=36*m;
r_s=B/(1+a);// max bit rate in Mbps
printf("The max bit rate=%f Mbit/sec",r_s);