[Discuss-gnuradio] how to make a special block

2007-09-22 Thread kim med
Hello all I want to make a block witch stop its self during a determined period and run for the following one because I need to transmit a signal just in a period and wait during eight others, please if some one know how to make that I will be recognizing for him ___

Re: [Discuss-gnuradio] benchmark_* not working correctly

2007-09-22 Thread Tim Meehan
I suspect that the "pktno" from below is just garbage from false syncs. I placed some prints in pkt.py send_pkt places a message on the queue 667 times. in class queue_watcher_thread under run msg = self.rcvd_pktq.delete_head() occurs 27 times Tim On 9/22/07, Johnathan Corgan <[EMAIL PROTE

Re: [Discuss-gnuradio] benchmark_* not working correctly

2007-09-22 Thread Johnathan Corgan
Tim Meehan wrote: > ok = False pktno = 14 n_rcvd =1 n_right =0 > ok = False pktno = 189 n_rcvd =2 n_right =0 > ok = False pktno = 98 n_rcvd =3 n_right =0 > ok = False pktno = 134 n_rcvd =4 n_right =0 > > ok = False pktno = 156 n_rcvd =5 n_

Re: [Discuss-gnuradio] benchmark_* not working correctly

2007-09-22 Thread Tim Meehan
Were either of you able to resolve this? Any hints on where I might try to find the problem? I spent some time digging around pkt.py. I get similar results running svn 6504 under Debian testing (Lenny). This was a fresh install on a clean machine. I do not see the same problems on a similar de