Re: [Discuss-gnuradio] Simple display sink in wx

2007-02-18 Thread Martin Dvh
Achilleas Anastasopoulos wrote: > Martin, > > I think the display code can be uploaded to the trunk. > All the tests that I have tried work fine. > We can always clean up the code later if needed. > > I can do that if there is no objection > Achilleas Fine with me, Martin > > > Martin Dvh wrot

Re: [Discuss-gnuradio] Simple display sink in wx

2007-02-18 Thread Eric Blossom
On Fri, Feb 16, 2007 at 09:49:45AM -0500, Achilleas Anastasopoulos wrote: > Martin, > > I think the display code can be uploaded to the trunk. > All the tests that I have tried work fine. > We can always clean up the code later if needed. > > I can do that if there is no objection > Achilleas W

Re: [Discuss-gnuradio] Simple display sink in wx

2007-02-16 Thread Achilleas Anastasopoulos
Martin, I think the display code can be uploaded to the trunk. All the tests that I have tried work fine. We can always clean up the code later if needed. I can do that if there is no objection Achilleas Martin Dvh wrote: Achilleas Anastasopoulos wrote: Martin, thanks for the block. Indeed

Re: [Discuss-gnuradio] Simple display sink in wx

2007-02-13 Thread Martin Dvh
Achilleas Anastasopoulos wrote: > Martin, > > thanks for the block. > Indeed it is exactly what I wanted (and even more)!!! > > One question: since a throttle is not attached to this block, > why do we need separate sample_rate and number_rate parameters? > The only place I saw them used is > >

Re: [Discuss-gnuradio] Simple display sink in wx

2007-02-12 Thread Achilleas Anastasopoulos
Martin, thanks for the block. Indeed it is exactly what I wanted (and even more)!!! One question: since a throttle is not attached to this block, why do we need separate sample_rate and number_rate parameters? The only place I saw them used is one_in_n = gr.keep_one_in_n(gr.sizeof_float,

Re: [Discuss-gnuradio] Simple display sink in wx

2007-02-12 Thread Martin Dvh
Achilleas Anastasopoulos wrote: > Hi, > > it would be very useful to have a > wx sink that displays the value of its input. > This way we can check in real time values > that change slowly (eg, snr, bit error rate, etc.) Your widh is my command: Attached is a patch which adds a number_sink_f and n

[Discuss-gnuradio] Simple display sink in wx

2007-02-12 Thread Achilleas Anastasopoulos
Hi, it would be very useful to have a wx sink that displays the value of its input. This way we can check in real time values that change slowly (eg, snr, bit error rate, etc.) Unfortunately there is no how_to_write_a_wx_block so I have no idea how to go about it. If someone can help me by prov