On 01/25/2011 03:53 PM, Isaac Gerg wrote: > I have on USRP and I'm simultaneously sending an receiving data from it > using the UHD interface. Im trying to determine if I am sending my samples > at all. I am sending all 100's using COMPLEX_FLOAT32 interface. I have a
If you mean like float value = 100, then that may yeild weird results. Values are scaled between -1 and +1, so try an amplitude of 0.3. And since you are sending a constant, make sure to tune the TX frequency to something in the range of the daughtercards, howabout 100khz? -josh _______________________________________________ Discuss-gnuradio mailing list [email protected] http://lists.gnu.org/mailman/listinfo/discuss-gnuradio
