Re: [Discuss-gnuradio] Problems writing an OOT block

2019-05-17 Thread Michael Dickens
Hi mehtap - You can certainly do what you're asking for, but I'd wonder if there isn't a better algorithm to do whatever it is you require. Here are my thoughts based on personal experience implementing something like what you're trying to do (and, thus, why I ask whether there might be a

[Discuss-gnuradio] Problems writing an OOT block

2019-05-16 Thread mehtap özkan
Dear All, I want to write ablock where: The output is the the Inverse of the input, The output is "1" if there is no input.(It acts like a source) I am confused how to implement the part where the Block behaves like a Source. In one mode you need an Input to produce an output