Re: [Discuss-gnuradio] savannah cvs restructured; checkout neeeds updating

2005-12-12 Thread Eric Blossom
On Mon, Dec 12, 2005 at 04:55:57PM -0500, Greg Troxel wrote: > I went to cvs update and got errors from the checkout script. > Savannah has restructured CVS: > > http://savannah.gnu.org/forum/forum.php?forum_id=4168 > > They say to do the following to convert a working copy: > > find -path '.*

Re: [Discuss-gnuradio] Howto Write a Block

2005-12-12 Thread Eric Blossom
On Sat, Dec 10, 2005 at 12:17:36PM -0500, [EMAIL PROTECTED] wrote: > It is related to the python path resolution. If I go to the > /usr/local/lib/python/site-packages/gnuradio it works. Moving to just one > level higher and it does not. > > It's the same location as the other gnuradio packages,

Re: [Discuss-gnuradio] GNU Radio 2.6 release!

2005-12-12 Thread Eric Blossom
On Sun, Dec 11, 2005 at 02:03:52PM +1030, Berndt Josef Wulf wrote: > On Sun, 11 Dec 2005 12:05, Lamar Owen wrote: > > On Saturday 10 December 2005 20:41, Berndt Josef Wulf wrote: > > > I should correct this. The documentation for gnuradio-core doesn't get > > > installed using the new tarballs, how

Re: [Discuss-gnuradio] GNU Radio 2.6 release!

2005-12-12 Thread Eric Blossom
On Sun, Dec 11, 2005 at 04:44:07AM +1030, Berndt Josef Wulf wrote: > > G'day Eric, > > Many thanks for GNU Radio 2.6! You're welcome! > The new release no longer installs the documentation. Am I been missing > something? They are no longer built by default, since they take almost as long as b

Re: [Discuss-gnuradio] Regenerating FPGA bit file (USRP-0.9)

2005-12-12 Thread Angilberto Muniz Sb
Right to the point ! -- thanks Martin. Angilberto. --- Martin Dvh <[EMAIL PROTECTED]> wrote: > Angilberto Muniz Sb wrote: > > Do I need any special (not provided) file or > config to > > regenerate .rbf files? (2.6 tarball - usp-0.9) > > > > When I open the project file and try to compile > it,

Re: [Discuss-gnuradio] Regenerating FPGA bit file (USRP-0.9)

2005-12-12 Thread Martin Dvh
Angilberto Muniz Sb wrote: > Do I need any special (not provided) file or config to > regenerate .rbf files? (2.6 tarball - usp-0.9) > > When I open the project file and try to compile it, I > get a number of errors and warning msgs... > > Out of curiosity: the project file makes reference to > a

[Discuss-gnuradio] DBSRx set gain code

2005-12-12 Thread Lee Patton
I don't understand why the gain range returned by the DBSRx ranges from 0 to 104 when the PGA gives only 0 to 20 dB. Obviously, the answer lies in db_dbs_rx.py, but I haven't a clue as to what the code is really doing. Can anyone (Eric) explain? I read about Registers 2/3 in the AD9862 data shee

[Discuss-gnuradio] FPGA bit file -- again

2005-12-12 Thread Angilberto Muniz Sb
I'm trying to bypass the hardware DDC/DUC and tying to implement the FPGA based UP/DOWN conveters. Looking into 'ddc.v' and 'duc.v' we see references to 'cic_decim_2stage' and 'cic_interp_2stage' respectively, but there are no '.v' equivalent files -- the close to it are 'cic_interp.v' and 'cic_de

[Discuss-gnuradio] Regenerating FPGA bit file (USRP-0.9)

2005-12-12 Thread Angilberto Muniz Sb
Do I need any special (not provided) file or config to regenerate .rbf files? (2.6 tarball - usp-0.9) When I open the project file and try to compile it, I get a number of errors and warning msgs... Out of curiosity: the project file makes reference to a 'adc_interface.v' file that is non-existen

[Discuss-gnuradio] savannah cvs restructured; checkout neeeds updating

2005-12-12 Thread Greg Troxel
I went to cvs update and got errors from the checkout script. Savannah has restructured CVS: http://savannah.gnu.org/forum/forum.php?forum_id=4168 They say to do the following to convert a working copy: find -path '.*/CVS/Root' -print0 | xargs -0 perl -i -p -e 's/:ext:anoncvs\@(cvs\.)?s/:pser