[USRP-users] Re: libuhd - read IQ samples without discontinuities

2023-02-24 Thread Marcus D. Leech
On 24/02/2023 11:06, Rob Kossler wrote: Hi Peter, Each recv() call returns metadata with a timestamp. You can verify each receive has advanced exactly the right amount of time corresponding to 16k samples. If this verifies, you haven't dropped anything. The metadata also includes the Overflow i

[USRP-users] Re: libuhd - read IQ samples without discontinuities

2023-02-24 Thread Rob Kossler
Hi Peter, Each recv() call returns metadata with a timestamp. You can verify each receive has advanced exactly the right amount of time corresponding to 16k samples. If this verifies, you haven't dropped anything. The metadata also includes the Overflow indication. To be honest, I have no idea wh

[USRP-users] Re: libuhd - read IQ samples without discontinuities

2023-02-24 Thread Marcus D. Leech
of buffers with samples in them, and the   user-side recv() call is vacuuming out those buffers. *From:*Marcus D. Leech <mailto:patchvonbr...@gmail.com> *Sent:* 23 February 2023 15:34 *To:* usrp-users@lists.ettus.com *Subject:* [USRP-users] Re: libuhd - read IQ s

[USRP-users] Re: libuhd - read IQ samples without discontinuities

2023-02-23 Thread Marcus D. Leech
On 23/02/2023 04:27, Peter Featherstone (XENINT) wrote: Hi, I’m trying to read samples from my B210 as fast as possible without gaps in the IQ. I’m using a sample rate of 1e6 Hz and read 5s of IQ. As an experiment, I read 16K samples at a time in a loop. At each iteration I sleep for 5 sec

[USRP-users] Re: libuhd - read IQ samples without discontinuities

2023-02-23 Thread Rob Kossler
On Thu, Feb 23, 2023 at 4:28 AM Peter Featherstone (XENINT) wrote: > I’m trying to read samples from my B210 as fast as possible without gaps in > the IQ. > I’m using a sample rate of 1e6 Hz and read 5s of IQ. > As an experiment, I read 16K samples at a time in a loop. > At each iteration I sleep