diff options
Diffstat (limited to '2459/CH18/EX18.5')
-rw-r--r-- | 2459/CH18/EX18.5/Ex18_5.PNG | bin | 0 -> 4644 bytes | |||
-rw-r--r-- | 2459/CH18/EX18.5/Ex18_5.sce | 10 |
2 files changed, 10 insertions, 0 deletions
diff --git a/2459/CH18/EX18.5/Ex18_5.PNG b/2459/CH18/EX18.5/Ex18_5.PNG Binary files differnew file mode 100644 index 000000000..75f69d251 --- /dev/null +++ b/2459/CH18/EX18.5/Ex18_5.PNG diff --git a/2459/CH18/EX18.5/Ex18_5.sce b/2459/CH18/EX18.5/Ex18_5.sce new file mode 100644 index 000000000..cc96c1c1d --- /dev/null +++ b/2459/CH18/EX18.5/Ex18_5.sce @@ -0,0 +1,10 @@ +//chapter18 +//example18.5 +//page402 + +BW=200 // kHz +fr=10d3 // kHz + +k=BW/fr + +printf("co-efficient of coupling = %.3f \n",k) |