List: usrp-users@lists.ettus.com
From: Isaac Gerg
Re: [USRP-users] UHD TX/RX Loopback
Fri, Jan 28, 2011 8:11 PM
Nick,
Just modified the waveform to send 2500 samples of this vector:
Float32 v = 0;
Float32 gain = 1.0;
Float64 fc = 100e3;
Float64 fs = 250e3;
Float64 tInc = 0;
for (Int32 k=0;kfc*(Float32(k)/fs); // 2 pi fc * t
vec[k] = complex(gain*cos(v), gain*sin(v));
}
Still get