Changes between Version 29 and Version 30 of Tutorials/k0SDR/Tutorial25
- Timestamp:
- Nov 22, 2017, 7:25:11 PM (7 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Tutorials/k0SDR/Tutorial25
v29 v30 46 46 make 47 47 }}} 48 * Check the conection and serial number of the USRP N210 at {{{node11-10}}}:{{{uhd_find_devices}}}. The serial number should be {{{F331D4}}}.48 * Check the conection and serial number of the USRP N210 using command {{{uhd_find_devices}}}. The serial number should be {{{F331D4}}}. 49 49 * Run the example with IQ rate {{{rate}}}, carrier frequency {{{freq}}}, TX gain {{{tx-gain}}}, and RX gain {{{rx-gain}}}: 50 50 {{{ … … 59 59 make 60 60 }}} 61 * Check the connection to the SUB-20 device: {{{lbusb}}}. You should see a XDIMAX devices connected to the USB hub. 62 * Program and configure the RF canceller with the desired values: {{{./rf_canc_config ATT PS C1 C2 C3}}} 61 * Check the connection to the SUB-20 device using command {{{lbusb}}}. You should see a XDIMAX devices connected to the USB hub. 62 * Program and configure the RF canceller with the desired values: 63 {{{ 64 ./rf_canc_config ATT PS C1 C2 C3 65 }}} 63 66 In particular, the {{{ATT = 0, 1, 2, ..., 127}}} and {{{PS = 0, 1, 2, ..., 255}}} codes are for configuring the 7-bit attenuator and 8-bit phase shifter of the Gen-1 RF canceller. It is recommended to use {{{C1 = 16, C2 = 3, C3 = 9}}}. You can play with the values of {{{ATT}}} and {{{PS}}} until you see good cancellation profile (e.g., low residual self-interference power level) in Terminal 1. 64 67