-
sdr.snr_to_ebn0(snr: ArrayLike, bps: ArrayLike, rate: ArrayLike =
1.0
, sps: ArrayLike =1
) NDArray[float64] Converts from
to .Examples
Convert from
dB to for a 4-QAM signal with and 1 sample per symbol.In [1]: sdr.snr_to_ebn0(5, 2, rate=2/3, sps=1) Out[1]: 3.7506126339170005
Convert from
dB to for a 16-QAM signal with and 4 samples per symbol.In [2]: sdr.snr_to_ebn0(10, 4, rate=1, sps=4) Out[2]: 10.0