[Discuss-gnuradio] Re: Discuss-gnuradio Digest, Vol 64, Issue 1

2008-02-29 Thread jiqun qi
Hey, Which IDE for python is suitable for debugging on Gnu-radio projects, especially for those new to Gnu-radio? I use idle in ubuntu linux, however, I find it does not have the function, like click the right button to see the definition or declaration of a variable. This kind of function is su

Re: [Discuss-gnuradio] Re: Discuss-gnuradio Digest, Vol 64, Issue 1

2008-03-02 Thread jiqun qi
also be helpful to debug C/C++ programs with something plugin similar to pydev plugin. So the gdb in text environment may be no need as well, especially for those apprentice to linux. On Sun, Mar 2, 2008 at 5:17 AM, Tom Rondeau <[EMAIL PROTECTED]> wrote: > jiqun qi wrote: > > Hey,

[Discuss-gnuradio] Re:Simultaneously transmitting on two transmitters

2008-03-03 Thread jiqun qi
Hey shinhan, Could you post your changed .py code so that the issues may be clear? I guess, your transmitted signals are still transmitted separately in s1 and s2 sequence, not "simultaneously". ___ Discuss-gnuradio mailing list Discuss-gnuradio@gnu.o

[Discuss-gnuradio] Re: new to GNU radio

2008-03-04 Thread jiqun qi
Hey, In fact, the mapped complex symbol will go into two parts, that is, the real part and the image part will modulate the cos(w_c * t) and sin(w_c * t), separately. E.g., complex symbol is denoted, y = a+jb = r*cos(theta) + j*r*sin(theta); so, a*cos(w_c * t) - b*sin(w_c *t) = r*cos(theta)*cos(w

[Discuss-gnuradio] Re: Simultaneously transmitting on two transmitters

2008-03-05 Thread jiqun qi
On Wed, Mar 5, 2008 at 8:43 PM, Wee Shinhan <[EMAIL PROTECTED]> wrote: > > def send_pkt0(self, payload0='', eof=False): > >print "Antennna 0" >self.subdev0 = (self.u.db[0][0]) >self.subdev0.set_enable(bool(1) > > self.subdev0.set_gain(self.subdev0.gain_range()[1]) > >