List: usrp-users@lists.ettus.com
From: Mike McLernon
Re: [USRP-users] USRP2 MATLAB
Fri, Feb 10, 2012 1:31 PM
[data, len] = step(hSDRu, fc);
) and fftplot(). I mean I am directly computing FFT using data read from USRP2, Is it correct OR should something else be done to prepare this data???
In [data, len] = step(hSDRu, fc), 'len' is always 0 even though I am getting some complex numbers in 'data', can you please comment why this is so.