Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
mhostetter committed Jun 9, 2024
1 parent 22ad479 commit 2b0ee14
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/sdr/_link_budget/_capacity.py
Original file line number Diff line number Diff line change
Expand Up @@ -341,7 +341,7 @@ def shannon_limit_ebn0(rho: npt.ArrayLike) -> npt.NDArray[np.float64]:
Notes:
$$C = \rho = \log_2\left(1 + \frac{S}{N}\right) = \log_2\left(1 + \rho\frac{E_b}{N_0}\right) \ \ \text{bits/2D}$$
$$\frac{E_b}{N_0} = \frac{2^{\rho} - 1}{\rho}$$\
$$\frac{E_b}{N_0} = \frac{2^{\rho} - 1}{\rho}$$
Examples:
The *absolute Shannon limit* on power efficiency is -1.59 dB $E_b/N_0$. This can only be achieved when the
Expand Down

0 comments on commit 2b0ee14

Please sign in to comment.