summaryrefslogtreecommitdiff
path: root/998/CH29/EX29.16/Ex16.sce
blob: 5754c5e7ee566e0273e424e3e0551969b7f9294b (plain)
1
2
3
4
5
6
7
//Ex:16
clc;
clear;
close;
t_s=10*log(88)/log(10);// in dbk
G=60.6;// in db
printf("G/T ratio =%f dbk",G-t_s);