diff options
author | Martin Braun <martin.braun@ettus.com> | 2017-06-08 17:17:09 -0700 |
---|---|---|
committer | Martin Braun <martin.braun@ettus.com> | 2017-12-22 15:03:59 -0800 |
commit | 195a1f45e54cd1b551deb837ab2df5297a3a77a1 (patch) | |
tree | c3c703ecaf2b87d5b5ad5605c61b5c2c01adaba8 /host/lib/usrp/dboard/eiscat/eiscat_radio_ctrl_impl.hpp | |
parent | 3d9076403bd5cb48dcfda48b1eb262f8cb7a42bf (diff) | |
download | uhd-195a1f45e54cd1b551deb837ab2df5297a3a77a1.tar.gz uhd-195a1f45e54cd1b551deb837ab2df5297a3a77a1.tar.bz2 uhd-195a1f45e54cd1b551deb837ab2df5297a3a77a1.zip |
eiscat: Proper neighbour support, added some FI pseudo-antenna values
Diffstat (limited to 'host/lib/usrp/dboard/eiscat/eiscat_radio_ctrl_impl.hpp')
-rw-r--r-- | host/lib/usrp/dboard/eiscat/eiscat_radio_ctrl_impl.hpp | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/host/lib/usrp/dboard/eiscat/eiscat_radio_ctrl_impl.hpp b/host/lib/usrp/dboard/eiscat/eiscat_radio_ctrl_impl.hpp index 6210c8aab..4a99793c9 100644 --- a/host/lib/usrp/dboard/eiscat/eiscat_radio_ctrl_impl.hpp +++ b/host/lib/usrp/dboard/eiscat/eiscat_radio_ctrl_impl.hpp @@ -123,11 +123,12 @@ public: * state it currently is. * - RX0...RX15: Will mux the antenna signal 0...15 straight to this * channel. Note that this will disable the FIR matrix entirely, and will - * also disable contributions from other USRPs. + * also disable contributions from other USRPs globally. * - BF0...BF15: Will configure the FIR filter matrix such that only the * contributions from antenna 0...15 are passed to this channel. This * should produce the same signal as RX0..RX15, reduced by 12 dB (because - * the FIR matri needs to account for bit growth from adding 16 channels) + * the FIR matri needs to account for bit growth from adding 16 channels). + * Will also disable contributions from other channels globally. * - FI$idx: Here, $idx is a number (the filter index, hence the name). * This will apply filter index $idx to all input channels. Useful for * testing actual beamforming applications, when the same signal is |