getProbability
(To be removed) Probability of relative power value using CCDF
comm.CCDF
will be removed in a future release. Use powermeter
instead. For information on updating your code, see Version History.
Description
returns the probability, as a percentage in the range [0, 100], that the power level of a
signal is above its average power by the specified level P
= getProbability(ccdf
,R
)R
. The input
ccdf
specifies the complementary cumulative distribution function
(CCDF) curves of the signal of interest. For the ith channel in the input
signal, the function evaluates the corresponding CCDF curve at relative power value
R
(i).
Before calling the getProbability
function, you must obtain the CCDF
curves of the signal of interest by calling the ccdf
System object™ on the signal.