Hello,

I am working with a USRP E320. my main goal is to try to create a two-channel 
FMCW radar. I have noticed a significant leakage of the transmitted signal in 
the receive channel. the only gain level that does not cause leakage is about 
20 (the allowed max is 80) while it is insufficient to register a reflection in 
my configuration. Is there any way to mitigate this leakage?

double gainTX  = 20;     

double gainRX  = 20;    

radio_ctrl->set_rx_gain(gainRX, radio_chanRX);

radio_ctrl->set_tx_gain(gainTX, radio_chanTX);
_______________________________________________
USRP-users mailing list -- usrp-users@lists.ettus.com
To unsubscribe send an email to usrp-users-le...@lists.ettus.com

Reply via email to