Conversions

Decibels

sdr.db(x: ArrayLike, ...) ndarray

Converts from linear units to decibels.

sdr.linear(x: ArrayLike, ...) ndarray

Converts from decibels to linear units.

From \(E_b/N_0\)

sdr.ebn0_to_esn0(ebn0: ArrayLike, bps: int, ...) ndarray

Converts from \(E_b/N_0\) to \(E_s/N_0\).

sdr.ebn0_to_snr(ebn0: ArrayLike, bps: int, ...) ndarray

Converts from \(E_b/N_0\) to \(S/N\).

From \(E_s/N_0\)

sdr.esn0_to_ebn0(esn0: ArrayLike, bps: int, ...) ndarray

Converts from \(E_s/N_0\) to \(E_b/N_0\).

sdr.esn0_to_snr(esn0: ArrayLike, sps: int = 1) ndarray

Converts from \(E_s/N_0\) to \(S/N\).

From \(S/N\)

sdr.snr_to_ebn0(snr: ArrayLike, bps: int, ...) ndarray

Converts from \(S/N\) to \(E_b/N_0\).

sdr.snr_to_esn0(snr: ArrayLike, sps: int = 1) ndarray

Converts from \(S/N\) to \(E_s/N_0\).


Last update: Aug 10, 2023