![]() |
four_multi
Multi-Antenna,Multi-Node,Multi-Band,Multi-Cell
|
This struct which defines the properties of a frame. More...
#include <four_multi.hpp>
Public Attributes | |
std::vector< double > | frequency |
The frequency (in Hz) used for each USRP in the next frame. If the vector is shorter than the number of USPRs, the last value is used to "pad" the vector to the appropriate length. | |
std::vector< double > | gain_rx |
The receiver gain to use in the next frame for each USRP. If the vector is shorter than the number of USPRs, the last value is used to "pad" the vector to the appropriate length. | |
std::vector< double > | gain_tx |
The transmitter gain to use in the next frame for each USRP. If the vector is shorter than the number of USPRs, the last value is used to "pad" the vector to the appropriate length. | |
uhd::time_spec_t | time |
The time in seconds when the next burst should commence. Usually the first burst will start at time =0. | |
burst_t | what |
Type of burst. See the definition of burst_t. | |
uint32_t | small_buffer_length |
If zero, then the buffer length is set by the buffer_length parameter used in the instantiation of the four_multi_node object. If different from zero, then only the first small_buffer_length samples will be transmitted/received in the next buffer. | |
uint32_t | tx_repeats |
This struct which defines the properties of a frame.
Definition at line 46 of file four_multi.hpp.