diff options
author | Jason Abele <jason@ettus.com> | 2010-10-28 18:06:01 -0700 |
---|---|---|
committer | Jason Abele <jason@ettus.com> | 2010-10-28 18:14:35 -0700 |
commit | 6a3e499f586513d48ef648aa910e252b7d8b046b (patch) | |
tree | 04a65feae5af3cb08aa686dee644ddfeb081aefa /host/docs/dboards.rst | |
parent | 5f0c948ecc501ff03ba242f64edbdfaa9f748f38 (diff) | |
download | uhd-6a3e499f586513d48ef648aa910e252b7d8b046b.tar.gz uhd-6a3e499f586513d48ef648aa910e252b7d8b046b.tar.bz2 uhd-6a3e499f586513d48ef648aa910e252b7d8b046b.zip |
Fix Bandwidth for IQ subdevs on Basic/LF
Additional typo cleanup and fix WBX bandwidth
Diffstat (limited to 'host/docs/dboards.rst')
-rw-r--r-- | host/docs/dboards.rst | 14 |
1 files changed, 11 insertions, 3 deletions
diff --git a/host/docs/dboards.rst b/host/docs/dboards.rst index d93fb9d6a..b39c587f6 100644 --- a/host/docs/dboards.rst +++ b/host/docs/dboards.rst @@ -26,9 +26,13 @@ The boards have no tunable elements or programmable gains. Though the magic of aliasing, you can down-convert signals greater than the Nyquist rate of the ADC. -BasicRX Bandwidth (Hz): 250M +BasicRX Bandwidth (Hz): + For Real-Mode (A or B subdevice): 250M + For Complex (AB or BA subdevice): 500M -LFRX Bandwidth (Hz): 30M +LFRX Bandwidth (Hz): + For Real-Mode (A or B subdevice): 33M + For Complex (AB or BA subdevice): 66M ^^^^^^^^^^^^^^^^^^^^^^^^^^^ Basic TX and and LFTX @@ -45,8 +49,12 @@ Though the magic of aliasing, you can up-convert signals greater than the Nyquist rate of the DAC. BasicTX Bandwidth (Hz): 250M + For Real-Mode (A or B subdevice): 250M + For Complex (AB or BA subdevice): 500M -LFTX Bandwidth (Hz): 30M +LFTX Bandwidth (Hz): 33M + For Real-Mode (A or B subdevice): 33M + For Complex (AB or BA subdevice): 66M ^^^^^^^^^^^^^^^^^^^^^^^^^^^ DBSRX |