summaryrefslogtreecommitdiff
path: root/3507/CH18/EX18.5/Ex18_5.sce
blob: cc96c1c1d8eaf1b16d9e0d99104592e852d4a13a (plain)
1
2
3
4
5
6
7
8
9
10
//chapter18
//example18.5
//page402

BW=200 // kHz
fr=10d3 // kHz

k=BW/fr

printf("co-efficient of coupling = %.3f \n",k)