Re: Problem using volk_32fc_s32fc_multiply_32fc function with vector params

2022-05-02 Thread Brian Padalino
On Mon, May 2, 2022 at 11:26 PM George Edwards wrote: > Hello GNURadio Community, > > I am having a problem using the above function with vector parameters. If > I use an array say: > gr_complex my_val[240]; > volk_32fc_s32fc_multiply_32fc(my_val, my_val, scale, 240); > > It works! But if I chang

Problem using volk_32fc_s32fc_multiply_32fc function with vector params

2022-05-02 Thread George Edwards
Hello GNURadio Community, I am having a problem using the above function with vector parameters. If I use an array say: gr_complex my_val[240]; volk_32fc_s32fc_multiply_32fc(my_val, my_val, scale, 240); It works! But if I change my_val to be a vector like below, it fails: std::vector my_val(240)

Re: r-trellis/docs/gr-trellis.xml does not validate

2022-05-02 Thread Cinaed Simson
It's possible cmake just can't find your gsl libraries. When I installed gnuradio 10.2 on Debian12 (bookworm,)  I just used    apt install libgsl-dev -- Cinaed On 5/1/22 04:51, stephen pearce wrote: Linux mint 20.3 gnuradio 3.10 compiling from source tried both  git master and maint-3.10  re

Re: USRP b210 time stamp corrupted with two-channel receive

2022-05-02 Thread Marcus D. Leech
On 2022-05-02 03:43, Edwin Peters wrote: Thanks Marcus, I rolled back to UHd 3.15 LTS and it reports the same issue (see attached log) Cheers, Edwin Thanks for trying.   This is a puzzling one for sure.  I've poked Ettus R&D and am waiting to hear something. On 30/4/22 04:08, Marcus D