[Discuss-gnuradio] Re: debug freezing

2009-05-08 Thread Markus Feldmann
Josh Blum schrieb: Markus, I really believe that the gui is not freezing. What you see is a result of the fact the the peak detect outputs a binary 1 or 0 signal. Connect the peak detect to a char_to_float block, and then to a numbersink. Setup the numbersink for a min of 0 and a max of 1.

[Discuss-gnuradio] Re: debug freezing

2009-05-08 Thread feldmaus
Josh Blum josh at joshknows.com writes: Also, add a few printfs to the work method,... Do you mean it is better to make my own signal processing block to print ? As i understand in, http://www.gnu.org/software/gnuradio/doc/howto-write-a-block.html the only way to make a signal processing

[Discuss-gnuradio] Re: debug freezing

2009-05-07 Thread feldmaus
Josh Blum josh at joshknows.com writes: Do you think that it might be possible for peak detector to output always the same number at some frequencies? I think not. The Peakdetector(with TH factor Rise and Fall) works and the Peakdetector2 works not. Maybe there are some bugs in the

Re: [Discuss-gnuradio] Re: debug freezing

2009-05-07 Thread Josh Blum
Markus, I really believe that the gui is not freezing. What you see is a result of the fact the the peak detect outputs a binary 1 or 0 signal. Connect the peak detect to a char_to_float block, and then to a numbersink. Setup the numbersink for a min of 0 and a max of 1. The numbersink will

Re: [Discuss-gnuradio] Re: debug freezing

2009-04-17 Thread Josh Blum
peak detector can output 1 or 0. What is it outputting? feldmaus wrote: Josh Blum josh at joshknows.com writes: That says that throttling is not your issue. You are probably correct to think that the peak detect block stopped outputting samples. -Josh Is this because i did not configure

[Discuss-gnuradio] Re: debug freezing

2009-04-17 Thread feldmaus
Josh Blum josh at joshknows.com writes: peak detector can output 1 or 0. What is it outputting? I get 1 and 0 when it is not freezed. I uploaded a screenshot, but i am not sure whether this works, http://img228.imageshack.us/my.php?image=peakdetected.jpg There you can see that i get 1 at a

Re: [Discuss-gnuradio] Re: debug freezing

2009-04-17 Thread Josh Blum
feldmaus wrote: Josh Blum josh at joshknows.com writes: peak detector can output 1 or 0. What is it outputting? I get 1 and 0 when it is not freezed. I uploaded a screenshot, but i am not sure whether this works, http://img228.imageshack.us/my.php?image=peakdetected.jpg There you can see

[Discuss-gnuradio] Re: debug freezing

2009-04-16 Thread feldmaus
Josh Blum josh at joshknows.com writes: That says that throttling is not your issue. You are probably correct to think that the peak detect block stopped outputting samples. -Josh Is this because i did not configure the Peak-Detector correctly, or because it is a bug ? Regards Markus

[Discuss-gnuradio] Re: debug freezing

2009-04-14 Thread feldmaus
feldmaus feldmann_markus at gmx.de writes: Hi All, i still read in the gnuradio documentation, that we can prevent freezing graphical elements by inserting the throttle element before, but how can i locate which element is freezed ? Is there any hlp in grc or python modules which can be

Re: [Discuss-gnuradio] Re: debug freezing

2009-04-14 Thread Josh Blum
feldmaus wrote: feldmaus feldmann_markus at gmx.de writes: Hi All, i still read in the gnuradio documentation, that we can prevent freezing graphical elements by inserting the throttle element before, but how can i locate which element is freezed ? Is there any hlp in grc or python modules

[Discuss-gnuradio] Re: debug freezing

2009-04-14 Thread Markus Feldmann
Josh Blum schrieb: feldmaus wrote: feldmaus feldmann_markus at gmx.de writes: Hi All, i still read in the gnuradio documentation, that we can prevent freezing graphical elements by inserting the throttle element before, but how can i locate which element is freezed ? Is there any hlp in

Re: [Discuss-gnuradio] Re: debug freezing

2009-04-14 Thread Josh Blum
-Josh Hi and thanks for your response, i am using a usrp-source and a fft-sink and peakdetect+scope-sink. only the screen with the wave form freezes, the buttons of the scope and the fft sink are not freezing. This seems to appear mostly when there are many peaks i think, but i can not

[Discuss-gnuradio] Re: debug freezing

2009-04-14 Thread Markus Feldmann
Josh Blum schrieb: -Josh Hi and thanks for your response, i am using a usrp-source and a fft-sink and peakdetect+scope-sink. only the screen with the wave form freezes, the buttons of the scope and the fft sink are not freezing. This seems to appear mostly when there are many peaks i think,

Re: [Discuss-gnuradio] Re: debug freezing

2009-04-14 Thread Dimitris Symeonidis
Have you removed ALL gr.throttle blocks from your flowgraph? Dimitris Symeonidis If you think you're too small to make a difference, try sleeping with a mosquito! - Amnesty International On Tue, Apr 14, 2009 at 21:13, Markus Feldmann feldmann_mar...@gmx.dewrote: Josh Blum schrieb: -Josh