#include <usrp_standard.h>
Public Member Functions | |
bool | has_rx_halfband () const |
does the FPGA implement the final Rx half-band filter? If it doesn't, the maximum decimation factor with proper gain is 1/2 of what it would otherwise be. | |
int | nddcs () const |
number of digital downconverters implemented in the FPGA This will be 0, 1, 2 or 4. | |
bool | has_tx_halfband () const |
does the FPGA implement the initial Tx half-band filter? | |
int | nducs () const |
number of digital upconverters implemented in the FPGA This will be 0, 1, or 2. | |
Protected Member Functions | |
usrp_standard_common (usrp_basic *parent) |
usrp_standard_common::usrp_standard_common | ( | usrp_basic * | parent | ) | [protected] |
bool usrp_standard_common::has_rx_halfband | ( | ) | const |
does the FPGA implement the final Rx half-band filter? If it doesn't, the maximum decimation factor with proper gain is 1/2 of what it would otherwise be.
bool usrp_standard_common::has_tx_halfband | ( | ) | const |
does the FPGA implement the initial Tx half-band filter?
int usrp_standard_common::nddcs | ( | ) | const |
number of digital downconverters implemented in the FPGA This will be 0, 1, 2 or 4.
int usrp_standard_common::nducs | ( | ) | const |
number of digital upconverters implemented in the FPGA This will be 0, 1, or 2.