-
sdr.ebn0_to_snr(ebn0: ArrayLike, bps: int, rate: int =
1
, sps: int =1
) NDArray[float_] Converts from
to .Examples¶
Convert from
dB to for a 4-QAM signal with and 1 sample per symbol.In [1]: sdr.ebn0_to_snr(5, 2, rate=2/3, sps=1) Out[1]: 6.249387366082999
Convert from
dB to for a 16-QAM signal with and 4 samples per symbol.In [2]: sdr.ebn0_to_snr(10, 4, rate=1, sps=4) Out[2]: 10.0