sdr.plot.p_d(x: ArrayLike, p_d: ArrayLike, x_label: 'snr' | 'enr' = 'snr', **kwargs)

Plots the probability of detection \(P_D\) as a function of received SNR or ENR.

Parameters:
x: ArrayLike

The SNR or ENR in dB.

p_d: ArrayLike

The probability of detection \(P_D\).

x_label: 'snr' | 'enr' = 'snr'

The x-axis label to use.

**kwargs

Additional keyword arguments to pass to matplotlib.pyplot.plot().