Re: [Discuss-gnuradio] Possible misuse of the vector sink

2006-09-18 Thread Michael Ford
We've been working with receive_path.py for a while now. As you've more than likely guessed, Ben is working with me. I guess he had an older build of the gnuradio package, because his carrier_sensed() function just had a comment that said FIX ME, and I haven't been working on carrier stuff for a bi

Re: [Discuss-gnuradio] Possible misuse of the vector sink

2006-09-18 Thread Eric Blossom
On Mon, Sep 18, 2006 at 10:47:23PM -0500, Michael Ford wrote: > I've been wrestling with the float vector sink for a couple of days now. > We're trying to give our python script access to the values being output by > our narrow filter, but no matter what happens, the vector sink block doesn't > see

[Discuss-gnuradio] Possible misuse of the vector sink

2006-09-18 Thread Michael Ford
I've been wrestling with the float vector sink for a couple of days now. We're trying to give our python script access to the values being output by our narrow filter, but no matter what happens, the vector sink block doesn't seem to be giving out anything. Our code is as follows: from gnuradio i