Re: [Discuss-gnuradio] tx output level

2005-08-22 Thread cswiger
On Mon, 22 Aug 2005, Eric Blossom wrote: > Try stepping it from -20.0 to 0.0 by 0.1. I'm pretty sure it works. > > If you get a chance, can you check it again? > Yes - that's it, operator error, -20 to 0 gets peaks at 40 to 300. Interestingly, if you set it back to 255 with self.usrp._write_

Re: [Discuss-gnuradio] gnuradio 2.5 built with g++ 4.x in debian

2005-08-22 Thread Eric Blossom
On Mon, Aug 22, 2005 at 11:35:27PM +0530, Ramakrishnan Muthukrishnan wrote: > > Folks, > > I just uploaded the 2.5 version of gnuradio-core and all the other packages > (wxgui, gr-audio-*, examples) into Debian Unstable. These are built with > the new g++ 4.x package. > > Another good news is th

Re: [Discuss-gnuradio] tx output level

2005-08-22 Thread Eric Blossom
On Mon, Aug 22, 2005 at 01:53:55PM -0400, cswiger wrote: > Just another stab - set_pga() seems to be screwy. With a > usrp_siggen.py looped back to usrp_oscope.py, not using > set_pga and amplitude 16e3 there's a signal peaking at 500. > However, use set_pga(0,n) (n=any value from 0 to 20) > and th

Re: [Discuss-gnuradio] 3DNow fir test failing under debian with latest unstable updates

2005-08-22 Thread Eric Blossom
On Mon, Aug 22, 2005 at 09:08:39AM -0400, Krzysztof Kamieniecki wrote: > Quoting Eric Blossom <[EMAIL PROTECTED]>: > > The test code has an alignment problem under gcc 4.x (that we should fix...) > > When run within the normal gnu radio framework, the alignment > > constraint is met and the right a

Re: [Discuss-gnuradio] 3DNow fir test failing under debian with latest unstable updates

2005-08-22 Thread Eric Blossom
On Mon, Aug 22, 2005 at 08:35:08AM -0400, Krzysztof Kamieniecki wrote: > Quoting Eric Blossom <[EMAIL PROTECTED]>: > > > > I'm open for suggestions as to how we should select SSE vs 3DNow. > > Shall we benchmark the first time through and store the answer? > > > I would be happy with a manual sel

[Discuss-gnuradio] gnuradio 2.5 built with g++ 4.x in debian

2005-08-22 Thread Ramakrishnan Muthukrishnan
Folks, I just uploaded the 2.5 version of gnuradio-core and all the other packages (wxgui, gr-audio-*, examples) into Debian Unstable. These are built with the new g++ 4.x package. Another good news is that wxgtk 2.6 is now in Debian unstable. So those of you who were waiting for it (after the a

[Discuss-gnuradio] tx output level

2005-08-22 Thread cswiger
Just another stab - set_pga() seems to be screwy. With a usrp_siggen.py looped back to usrp_oscope.py, not using set_pga and amplitude 16e3 there's a signal peaking at 500. However, use set_pga(0,n) (n=any value from 0 to 20) and the signal drops to about 300. Checking with print self.usrp._rea

Re: [Discuss-gnuradio] Status of BTTV/CX88 capture

2005-08-22 Thread Hew How Chee
Hi Martin, > Did you copy the risc code from another driver or > did you specially make it for this driver? It's a new risc code I guess. I did not really look at the risc code for cx88 driver to see whether it is the same and I doubt it is the same. I just been through the code, notice there are

Re: [Discuss-gnuradio] 3DNow fir test failing under debian with latest unstable updates

2005-08-22 Thread Krzysztof Kamieniecki
Quoting Eric Blossom <[EMAIL PROTECTED]>: > On Mon, Aug 22, 2005 at 12:44:58AM -0400, Krzysztof Kamieniecki wrote: > > Hello All, > > > > It seems like something may have broken in the 3Dnow fir code (on Debian > > Unstable), it may be GNURadio or it may be GCC. Has anybody seen this? > > > >

Re: [Discuss-gnuradio] 3DNow fir test failing under debian with latest unstable updates

2005-08-22 Thread Krzysztof Kamieniecki
Quoting Eric Blossom <[EMAIL PROTECTED]>: > On Mon, Aug 22, 2005 at 12:44:58AM -0400, Krzysztof Kamieniecki wrote: > > Hello All, > > > > It seems like something may have broken in the 3Dnow fir code (on Debian > > Unstable), it may be GNURadio or it may be GCC. Has anybody seen this? > > > > >

Re: [Discuss-gnuradio] 3DNow fir test failing under debian with latest unstable updates

2005-08-22 Thread Eric Blossom
On Mon, Aug 22, 2005 at 12:44:58AM -0400, Krzysztof Kamieniecki wrote: > Hello All, > > It seems like something may have broken in the 3Dnow fir code (on Debian > Unstable), it may be GNURadio or it may be GCC. Has anybody seen this? > > > SSE seems to be faster on this processor anyways, is th