Hi Derek,
Thanks, that fixed it :)
--
Barry Duggan
cell: 256-426-0824
___
Discuss-gnuradio mailing list
Discuss-gnuradio@gnu.org
https://lists.gnu.org/mailman/listinfo/discuss-gnuradio
I think you want
Import numpy as np
On Sat, Jun 22, 2019, at 9:22 PM, Barry Duggan wrote:
> I am trying to build an Out of Tree block in Python, but having a
> problem. The tutorial on building a Python block (squareme) didn't
> address input and output ports :(
>
> Here is my code (just to get
I am trying to build an Out of Tree block in Python, but having a
problem. The tutorial on building a Python block (squareme) didn't
address input and output ports :(
Here is my code (just to get the basic structure):
"""
#!/usr/bin/env python
# -*- coding: utf-8 -*-
#
# Copyright 2019 Barry Du