blob: a41437a1fb883cd2c5b2989710e0266938b37d4e (
plain)
1
2
3
4
5
6
|
//Chapter 13 example 9
//------------------------------------------------------------------------------
clc;
clear;
mprintf('The improvement factor is proportional to square of antenna spacing.Therefore,it will increase by a factor of 4\n Consequently,the unavailability factor and hence the outrage time will also reduce by a factor of 4');
//------------------------------------------------------------------------------
|