~ubuntu-branches/ubuntu/utopic/uhd/utopic

« back to all changes in this revision

Viewing changes to .pc/0001-Added-hardware-reference-to-B200-documentation.patch/host/docs/usrp_b200.rst

  • Committer: Package Import Robot
  • Author(s): A. Maitland Bottoms
  • Date: 2014-07-01 22:34:32 UTC
  • mfrom: (9.1.11 sid)
  • Revision ID: package-import@ubuntu.com-20140701223432-beg73ip3q8b3lgeg
Tags: 3.7.1-2
* Apply maint branch fixes through release_003_007_001-49-gdf4cf6d
* Fix B2xx udev rules

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
========================================================================
 
2
UHD - USRP-B2x0 Series Device Manual
 
3
========================================================================
 
4
 
 
5
.. contents:: Table of Contents
 
6
 
 
7
------------------------------------------------------------------------
 
8
Comparative features list - B200
 
9
------------------------------------------------------------------------
 
10
 
 
11
**Hardware Capabilities:**
 
12
 * Integrated RF frontend (70 MHz - 6 GHz)
 
13
 * External PPS reference input
 
14
 * External 10 MHz reference input
 
15
 * Configurable clock rate
 
16
 * Internal GPSDO option
 
17
 * B210 Only:
 
18
 
 
19
   * MICTOR Debug Connector
 
20
   * JTAG Connector
 
21
 
 
22
**FPGA Capabilities:**
 
23
 * Timed commands in FPGA
 
24
 * Timed sampling in FPGA
 
25
 
 
26
------------------------------------------------------------------------
 
27
Specify a Non-standard Image
 
28
------------------------------------------------------------------------
 
29
UHD software will automatically select the USRP B2X0 images from the installed images package.
 
30
The image selection can be overridden with the **fpga** and **fw** device address parameters.
 
31
 
 
32
Example device address string representations to specify non-standard images:
 
33
 
 
34
::
 
35
 
 
36
    fpga=usrp_b200_fpga.bin
 
37
 
 
38
    -- OR --
 
39
 
 
40
    fw=usrp_b200_fw.hex
 
41
 
 
42
------------------------------------------------------------------------
 
43
Changing the Master Clock Rate
 
44
------------------------------------------------------------------------
 
45
The master clock rate feeds the RF frontends and the DSP chains.
 
46
Users may select non-default clock rates to acheive integer decimations or interpolations in the DSP chains.
 
47
The default master clock rate defaults to 32 MHz, but can be set to any rate between 5 MHz and 61.44 MHz.
 
48
 
 
49
The user can set the master clock rate through the usrp API call set_master_clock_rate(),
 
50
or the clock rate can be set through the device arguments, which many applications take:
 
51
::
 
52
 
 
53
    uhd_usrp_probe --args="master_clock_rate=52e6"
 
54
 
 
55
------------------------------------------------------------------------
 
56
RF Frontend Notes
 
57
------------------------------------------------------------------------
 
58
The B200 features and integrated RF frontend.
 
59
 
 
60
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
 
61
Frontend tuning
 
62
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
 
63
The RF frontend has individually tunable receive and transmit chains.
 
64
On the B200, there is one transmit and one receive RF frontend.
 
65
On the B210, both transmit and receive can be used in a MIMO configuration.
 
66
For the MIMO case, both receive frontends share the RX LO,
 
67
and both transmit frontends share the TX LO.
 
68
Each LO is tunable between 50 MHz and 6 GHz.
 
69
 
 
70
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
 
71
Frontend gain
 
72
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
 
73
All frontends have individual analog gain controls.
 
74
The receive frontends have 73 dB of available gain;
 
75
and the transmit frontends have 89.5 dB of available gain.
 
76
Gain settings are application specific,
 
77
but it is recommended that users consider using at least
 
78
half of the available gain to get reasonable dynamic range.