|
fun_ofdm
1.0
802.11a Physical Layer for USRP
|
Header file for the usrp class and the usrp_params struct. More...
#include <uhd/usrp/multi_usrp.hpp>#include <uhd/convert.hpp>#include <uhd/stream.hpp>#include <semaphore.h>Go to the source code of this file.
Classes | |
| struct | fun::usrp_params |
| The usrp_params struct which holds parameters for the USRP object such as center frequency, sample rate, tx/rx gain, etc.. More... | |
| class | fun::usrp |
| A simple class used to easily interface with a USRP. More... | |
Namespaces | |
| fun | |
Constant Groups | |
| fun | |
Header file for the usrp class and the usrp_params struct.
The usrp class is a wrapper class for the UHD API. It provides a simple interface for transmitting and receiving samples to/from the USRP.
The usrp_params class is a container for holding the necessary parameters for the usrp such as center frequency, sample rate, tx/rx gain, etc..
Definition in file usrp.h.