diff options
author | Martin Braun <martin.braun@ettus.com> | 2021-03-17 16:08:05 +0100 |
---|---|---|
committer | Wade Fife <wade.fife@ettus.com> | 2021-04-07 11:02:53 -0500 |
commit | 3b3d3b6f9efb0fe685d9fabc8bdaca813549d9e3 (patch) | |
tree | 83035f0b9f44913c3bb19f911862213e4f14b94c /host/docs/calibration.dox | |
parent | 546ea894a0d5dd23dd046ef3b3c2d61acebefa98 (diff) | |
download | uhd-3b3d3b6f9efb0fe685d9fabc8bdaca813549d9e3.tar.gz uhd-3b3d3b6f9efb0fe685d9fabc8bdaca813549d9e3.tar.bz2 uhd-3b3d3b6f9efb0fe685d9fabc8bdaca813549d9e3.zip |
fpga: docs: Improve documentation of rx_frontend_gen3
Also fixes a typo in the calibration manual page.
Diffstat (limited to 'host/docs/calibration.dox')
-rw-r--r-- | host/docs/calibration.dox | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/host/docs/calibration.dox b/host/docs/calibration.dox index 68c8b5b2e..93cf5ae43 100644 --- a/host/docs/calibration.dox +++ b/host/docs/calibration.dox @@ -200,8 +200,8 @@ Q' \end{pmatrix} = \begin{pmatrix} -A+1 & 0 \\ -B & 1 \\ +A/64+1 & 0 \\ +B/64 & 1 \\ \end{pmatrix} \begin{pmatrix} I \\ |