discuss-gnuradio
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Discuss-gnuradio] Do embedded python blocks in grc allow for different


From: G Reina
Subject: [Discuss-gnuradio] Do embedded python blocks in grc allow for different output than input?
Date: Sun, 4 Jun 2017 20:37:20 -0700

I see that GRC had an "embedded python" block.  I'd like to take a np.complex64 input, process it in Python, and return a np.float64. When I try to modify the python code to do this I get the error:

Param - Code(_source_code):
    Can't map dtype('float64') to GRC port type


Can having a different input and output type only be done with an OOT module?

Thanks.
-Tony


reply via email to

[Prev in Thread] Current Thread [Next in Thread]