Thanks Marcus,
You are right I misunderstood the concept, I thought that they where
absolute seconds...
After correcting that plus a little other detail it seems to be working
Thanks for your help.
>From Android Device
El mar., abr. 23, 2019 12:23, Marcus D. Leech
escribió:
> On 04/23/2
On 04/23/2019 07:35 AM, Guillermo Gancio wrote:
Thanks Marcus for the answer and your time,
This is the part of the code with all the configurationsthe rest
is too messy to share I think..and its based in rx_samples_c.c
The UHD version is...
linux; GNU C++ version 4.8.4; Boost_105400; UHD_
On 04/22/2019 09:36 PM, Guillermo Gancio via USRP-users wrote:
Hi all,
I have a question trying to sync the start of data burst with a PPS signal.
With the options
.stream_mode = UHD_STREAM_MODE_START_CONTINUOUS,
.num_samps = 0,
.stream_now = true
the code works ok, but when I change to
Hi all,
I have a question trying to sync the start of data burst with a PPS signal.
With the options
.stream_mode = UHD_STREAM_MODE_START_CONTINUOUS,
.num_samps = 0,
.stream_now = true
the code works ok, but when I change to
.stream_now = false,
.time_spec_full_secs = 2
The code gives...