Re: [Discuss-gnuradio] Changing data type of custom block

2018-03-08 Thread Martin Braun
On 02/12/2018 06:21 PM, Tellrell White wrote: > Hello All > I have a custom sink block that I want to be able to a vector input of > length 1024, however, I can't seem to change the data type of the block. > The code I'm using is the following in which the data type is float and > I've made the

[Discuss-gnuradio] Changing data type of custom block

2018-02-12 Thread Tellrell White
Hello All I have a custom sink block that I want to be able to a vector input of length 1024, however, I can't seem to change the data type of the block. The code I'm using is the following in which the data type is float and I've made the vector length equal to 1024, a parameter. The flow graph