Re: [Discuss-gnuradio] max_streams problem in own module

2005-03-03 Thread T. Charles Clancy
[1 -1] might give you more resolution, but would probably yield more jitter. [ t. charles clancy ]--[ [EMAIL PROTECTED] ]--[ www.cs.umd.edu/~clancy ] [ computer science ]-[ university of maryland | college park ] ___ Discuss-gnuradio mailing list Dis

Re: [Discuss-gnuradio] max_streams problem in own module

2005-03-03 Thread Charles Clancy
On Wed, 2 Mar 2005, Eric Blossom wrote: On Wed, Mar 02, 2005 at 10:23:22AM -0500, Charles Clancy wrote: I'm trying to write a gnuradio 2.4 module that computes the phase of a complex baseband signal, mostly as a learning excercise in developing a 4-FSK receiver. (Is there an existing module

Re: [Discuss-gnuradio] Re: max_streams problem in own module

2005-03-02 Thread Charles Clancy
On Wed, 2 Mar 2005, Ramakrishnan Muthukrishnan wrote: On Wed, 2 Mar 2005 10:32:33 -0500 (EST), Charles Clancy <[EMAIL PROTECTED]> wrote: from gnuradio import gr from gnuradio import mypkg Just do import mypkg instead of importing it from gnuradio I moved my files from site-packages/gnura

[Discuss-gnuradio] Re: max_streams problem in own module

2005-03-02 Thread Charles Clancy
Correction -- I'm using gnuradio 2.4, not 2.2 as I mistyped in my previous message. This is on a RHEL-AS3 system. [ t. charles clancy ]--[ [EMAIL PROTECTED] ]--[ www.cs.umd.edu/~clancy ] [ computer science ]-[ university of maryland | college park ] On Wed, 2 Mar 2005, Charles Clancy

[Discuss-gnuradio] max_streams problem in own module

2005-03-02 Thread Charles Clancy
error: File "/usr/local/lib/python2.3/site-packages/gnuradio/gr/basic_flow_graph.py", line 180, in _check_port if signature.max_streams () == -1: # infinite AttributeError: 'str' object has no attribute 'max_streams' Any ideas? [ t. charles clancy ]--[ [EMAIL