Re: [Discuss-gnuradio] Do embedded python blocks in grc allow for different output than input?

2017-06-05 Thread G Reina
That's great. Thanks so much. Tony On Jun 5, 2017 12:34 AM, "Sebastian Koslowski" < sebastian.koslow...@gmail.com> wrote: > Yes, however double is not in the list (maybe you want float32?). > Anyway, I fixed that a while a ago, but seemed to have forgotten to > upstream it: > https://github.com/

Re: [Discuss-gnuradio] Do embedded python blocks in grc allow for different output than input?

2017-06-05 Thread Sebastian Koslowski
Yes, however double is not in the list (maybe you want float32?). Anyway, I fixed that a while a ago, but seemed to have forgotten to upstream it: https://github.com/skoslowski/gnuradio/commits/epy_block_port_map Sebastian On Mon, Jun 5, 2017 at 5:37 AM G Reina wrote: > I see that GRC had an "e

[Discuss-gnuradio] Do embedded python blocks in grc allow for different output than input?

2017-06-04 Thread G Reina
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 diff