prob = probability(meter,relpower)
finds the probability prob in percent that the instantaneous signal
power is above the average signal power by relpower dB.
Probability in percentage, returned as an
N-by-M matrix. The probability that the
instantaneous signal power of the jth
channel is above its average signal power by
relpower(i,j), in dB, is
prob(i)/100. N equals the
number of rows in relpower and M equals the
number of signals provided to the powermeter object.
If the PowerRange property is not set sufficiently large, the computed CCDF curve
may not reach some relative power values in relpower and the
corresponding values in prob is NaN.