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
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,
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
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
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])
>
>