[Discuss-gnuradio] How to port from hier_block to hier_block2

2008-10-06 Thread Eric Blossom
On Mon, Oct 06, 2008 at 11:17:46PM -0400, birjodh tiwana wrote: > Hi All, > > I am trying to migrate my code for a program fro hier_block to hier_block1. > I know some details. > Any suggestions? I couldn't found a good page for this in gnuradio Wiki. > > Best > Birjodh FYI, you'll be more lik

[Discuss-gnuradio] Re: Discuss-gnuradio Digest, Vol 71, Issue 14

2008-10-06 Thread birjodh tiwana
wrote: > > The DB code sets the gain in the 9862 to the wrong value (there is > > something wrong with the calculation of the register value from the gain > in > > db) - this may be fixed in the cppdb feature branch. > > Patch attached. > > Stefan > > -- &g

Re: [Discuss-gnuradio] Gnuradio block behaves strange.....please have a look at this

2008-10-06 Thread Murtuza
This is the corrected C++ source code. /* -*- c++ -*- */ /* * Copyright 2004 Free Software Foundation, Inc. * * This file is part of GNU Radio * * GNU Radio is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the F

Re: [Discuss-gnuradio] Gnuradio block behaves strange.....please have a look at this

2008-10-06 Thread Murtuza
Hi Eric , This is the detail. File source : I have a binary file with only one byte in it. The byte value is 0x5B in hex. PN Sequence : By using c = gr.glfsr_source_b(3,True,0x05,0x01) d = gr.glfsr_source_b(3,True,0x06,0x01) as the m-sequence gene

Re: [Discuss-gnuradio] Trondeau C++ daughterboard code

2008-10-06 Thread Stefan Brüns
On Monday 06 October 2008 20:30:36 Stefan Brüns wrote: > On Monday 06 October 2008 19:31:04 Stefan Brüns wrote: > > The DB code sets the gain in the 9862 to the wrong value (there is > > something wrong with the calculation of the register value from the gain > > in db) - this may be fixed in the c

Re: [Discuss-gnuradio] Trondeau C++ daughterboard code

2008-10-06 Thread Stefan Brüns
On Monday 06 October 2008 19:31:04 Stefan Brüns wrote: > The DB code sets the gain in the 9862 to the wrong value (there is > something wrong with the calculation of the register value from the gain in > db) - this may be fixed in the cppdb feature branch. Patch attached. Stefan -- Stefan Brüns

Re: [Discuss-gnuradio] Gnuradio block behaves strange.....please have a look at this

2008-10-06 Thread Eric Blossom
On Sun, Oct 05, 2008 at 04:23:10AM -0500, Murtuza wrote: > Hi Eric > > I did exactly as you told me to do but still I face the same problem. I use > gr.packed_to_unpacked_bb(1,gr.GR_LSB_FIRST) to send one bit each time but I > still find some data missing in the destination file. What, where, and

Re: [Discuss-gnuradio] Trondeau C++ daughterboard code

2008-10-06 Thread Stefan Brüns
On Monday 06 October 2008 18:02:29 Per Zetterberg wrote: > Dear All, > > I am trying to migrate from home-made daughterboard code to the code by > Trondeau. I am using the version 9305. I use db_flexrf_1800_tx_mimo_b. > After changing "d_common->R_DIV(1)" to "d_common->R_DIV(16)" the signal is > s

[Discuss-gnuradio] Trondeau C++ daughterboard code

2008-10-06 Thread Per Zetterberg
Dear All, I am trying to migrate from home-made daughterboard code to the code by Trondeau. I am using the version 9305. I use db_flexrf_1800_tx_mimo_b. After changing "d_common->R_DIV(1)" to "d_common->R_DIV(16)" the signal is showing up on my spectrum analyzer at the correct frequency. However

Re: [Discuss-gnuradio] Trunk failing to configure

2008-10-06 Thread Philip Balister
On Mon, Oct 6, 2008 at 10:29 AM, Eric Blossom <[EMAIL PROTECTED]> wrote: > On Sun, Oct 05, 2008 at 01:43:28PM -0400, Philip Balister wrote: >> Running: >> >> [EMAIL PROTECTED] gnuradio-trunk-work]$ ./configure >> --with-boost=/home/balister/boost-test --disable-usrp2 >> >> leads to: >> >> config.st

Re: [Discuss-gnuradio] Trunk failing to configure

2008-10-06 Thread Eric Blossom
On Sun, Oct 05, 2008 at 01:43:28PM -0400, Philip Balister wrote: > Running: > > [EMAIL PROTECTED] gnuradio-trunk-work]$ ./configure > --with-boost=/home/balister/boost-test --disable-usrp2 > > leads to: > > config.status: executing run_tests_build commands > === configuring in usrp2/firmware > (

[Discuss-gnuradio] Re: Wxgui in trunk

2008-10-06 Thread Philip Balister
On Sun, Oct 5, 2008 at 11:10 AM, Philip Balister <[EMAIL PROTECTED]> wrote: > Does wxgui build in trunk? I see: > > configure: error: Component gr-wxgui: PKGCONFIG cannot find info for > gr-wxgui, with PKG_CONFIG_PATH = [ NONE/lib64/pkgconfig ] . Disregard, I am an idiot. STill fighting configure

Re: [Discuss-gnuradio] Any GR MacOS X 10.5 Intel Users?

2008-10-06 Thread Michael Dickens
On Oct 5, 2008, at 10:40 PM, Thomas Schmid wrote: I use SDCC 2.8.0 from macports. Seems to work without any problems. Excellent ... I think we have a winner in SDCC 2.8.0 for Intel- and PPC-Mac, finally. I'll update my install guide & script with the corrected installation info, including