Re: GRC 3.9.4.0 - module porting problem

2022-03-07 Thread David Taylor (manx.net)
er version for everything.) Cheers, Ryan On 3/4/22 3:35 PM, David Taylor (manx.net) wrote: Hi All, I am sorry to be covering what is old ground, but I am having a final loading issue with an otherwise working OOT block. The block works under GRC 3.8.2.0 and GRC 3.9.4.0 was built on another computer wit

Re: GRC 3.9.4.0 - module porting problem

2022-03-05 Thread David Taylor (manx.net)
y actually would be compatible, and pybind11 is being too careful, but I would have had to know that ahead of time to avoid the problem. So for now I have to stick to the same compiler version for everything.) Cheers, Ryan On 3/4/22 3:35 PM, David Taylor (manx.net) wrote: Hi All, I am sorry to b

GRC 3.9.4.0 - module porting problem

2022-03-04 Thread David Taylor (manx.net)
Hi All, I am sorry to be covering what is old ground, but I am having a final loading issue with an otherwise working OOT block. The block works under GRC 3.8.2.0 and GRC 3.9.4.0 was built on another computer without issue. ImportError:generic_type "channel_signal_generator_cc" referenced

Re: GRC Filter Taps read from file. (3.8.2.0 - from source)

2020-09-18 Thread David Taylor (manx.net)
16, 2020 at 1:23 PM Marcus D. Leech wrote: On 09/16/2020 01:10 PM, David Taylor (manx.net) wrote: Hi, I am trying to import a large number of taps (1023) into a Decimating FIR Filter, in order to repeat (as reference), a GRC experiment that was published about four years ago. Th

GRC Filter Taps read from file. (3.8.2.0 - from source)

2020-09-16 Thread David Taylor (manx.net)
Hi, I am trying to import a large number of taps (1023) into a Decimating FIR Filter, in order to repeat (as reference), a GRC experiment that was published about four years ago. The taps import method used at the time was numpy.genfromtxt(), that much is clear. I have tried using

Re: GRC version 3.9.0.0 git master (python 3.8.2) + OOT blocks

2020-09-04 Thread David Taylor (manx.net)
to test OOT code on a secondary platform will be beneficial. Many thanks David From: Josh Sent: Monday, August 31, 2020 12:34 PM To: David Taylor (manx.net) Cc: GNURadio Discussion List Subject: Re: GRC version 3.9.0.0 git master (python 3.8.2) + OOT blocks David, As far as I know, 3.15

Re: GRC version 3.9.0.0 git master (python 3.8.2) + OOT blocks

2020-08-30 Thread David Taylor (manx.net)
settle on stable GRC/UHD variants for the next twelve months or so. Best regards, David GD4FMB From: Josh Sent: Monday, August 24, 2020 8:09 PM To: David Taylor (manx.net) Cc: GNURadio Discussion List Subject: Re: GRC version 3.9.0.0 git master (python 3.8.2) + OOT blocks David, 1) How is yo

Re: GRC version 3.9.0.0 git master (python 3.8.2) + OOT blocks

2020-08-21 Thread David Taylor (manx.net)
the AttributeError: message for the python and C++ OOT block. Once resolved, I can move forward again with the external library inclusion. Many thanks, David GD4FMB From: Josh Sent: Monday, August 17, 2020 11:45 AM To: David Taylor (manx.net) Cc: GNURadio Discussion List Subject: Re: GRC version

Re: GRC version 3.9.0.0 git master (python 3.8.2) + OOT blocks

2020-08-17 Thread David Taylor (manx.net)
package in /cmake/Modules/and ${VOLK_GNSSSDR_LIBRARIES} appended to target_link_libraries as before. Volk itself requires no special treatment other than profiling before use. I will continue to check the detail. David From: Josh Sent: Monday, August 17, 2020 11:45 AM To: David Taylor (manx.net

GRC version 3.9.0.0 git master (python 3.8.2) + OOT blocks

2020-08-17 Thread David Taylor (manx.net)
Hi, I have been developing a number of direct spread spectrum OOT blocks as part of a research project. Working blocks were originally developed using GRC 3.7.11, however I wish to move forward and have installed and persevered so far with GRC 3.9 from the master branch. The GRC, UHD, CMAKE