Thursday, January 17, 2019

Re: [Discuss-gnuradio] gr-ieee802-15-4 OOT Module not Working on E312

Hi,

On 1/18/19 12:42 AM, David Alexander wrote:
> I am currently trying to get an OOT module working on an Ettus E312, but
> I am having issues with the code as I have described in the following
> Github Issue
> https://github.com/bastibl/gr-ieee802-15-4/issues/40

...and what about the proposed solution of changing `int` to a clearly
defined data type like `uint8_t` or whatever fits for the different
vectors? This should be done in the GNU Radio blocks (C++ domain) and
the numpy arrays used in the PHY (np.array([...], dtype=np.uint8)).

Best,
Bastian

No comments:

Post a Comment