Re: [Discuss-gnuradio] signal-types

2019-01-02 Thread Cinaed Simson
On 12/30/18 8:49 AM, Wolfgang Buesser wrote: > Hello > > I find the data-types for python OOTs very confusing: > Apparently there are the following data-types: > > float = float64 > float32 used by most standard-blocks > float64 > > complex = complex128 > complex64 used by most standard-blocks

[Discuss-gnuradio] signal-types

2018-12-30 Thread Wolfgang Buesser
Hello I find the data-types for python OOTs very confusing: Apparently there are the following data-types: float = float64 float32 used by most standard-blocks float64 complex = complex128 complex64 used by most standard-blocks complex128 This not really clear from the doc/tutorials. In