For USRP2, implement auto scaling of TX pipeline such that [-1.0 1.0] input to
[debian/gnuradio] / usrp2 / host / lib / usrp2_impl.h
index 0400a108b864a55c287603214403a618debc7300..b332d65d26fdf381ca0dd464f863ca9ed76b9d9d 100644 (file)
@@ -146,6 +146,7 @@ namespace usrp2 {
     double tx_freq_max() { return d_tx_db_info.freq_max; }
     bool set_tx_interp(int interpolation_factor);
     int tx_interp() { return d_tx_interp; }
+    void default_tx_scale_iq(int interpolation_factor, int *scale_i, int *scale_q);
     bool set_tx_scale_iq(int scale_i, int scale_q);
 
     bool tx_32fc(unsigned int channel,