Support for UHD SDR interface
This commit is contained in:
7
src/common/uhd.h
Normal file
7
src/common/uhd.h
Normal file
@@ -0,0 +1,7 @@
|
||||
|
||||
int uhd_open(const char *device_args, double tx_frequency, double rx_frequency, double rate, double rx_gain, double tx_gain);
|
||||
void uhd_close(void);
|
||||
int uhd_send(float *buff, int num);
|
||||
int uhd_receive(float *buff, int max);
|
||||
int uhd_get_inbuffer(void);
|
||||
|
Reference in New Issue
Block a user