RE: [Discuss-gnuradio] Changing external reference frequency with USRP2...

2010-08-16 Thread Ian Holland
Thanks Matt I tried to change to get the external reference frequency to be 36 MHz, by setting B to 50 (i.e. 0x32) and R to 36 (i.e. 0x24). To do this, I modified lines 43 and 85 respectively to the following: ad9510_write_reg(0x06, 0x32); ad9510_write_reg(0x0C, 0x24); However, when I rebuilt

[Discuss-gnuradio] Build failing, any ideas?

2010-08-16 Thread Moritz Fischer
Hi List, I have been trying for a considerable amount of time now to build either 3.3.0 stable or 3.3.1git and always fail at this point: http://pastebin.com/ss7c356x I noticed while googling around that someone pasted a (as it seems to me) similar error a while before under: http://pastebin.c

[Discuss-gnuradio] how to get dqpsk2 block?

2010-08-16 Thread Thunder87
It seems I don't have all DPSK2 blocks installed. Where can i get them? -- View this message in context: http://old.nabble.com/how-to-get-dqpsk2-block--tp29448241p29448241.html Sent from the GnuRadio mailing list archive at Nabble.com. ___ Discuss-gn

Re: [Discuss-gnuradio] how to get dqpsk2 block?

2010-08-16 Thread Tom Rondeau
On Mon, Aug 16, 2010 at 5:39 AM, Thunder87 wrote: > > It seems I don't have all DPSK2 blocks installed. Where can i get them? You need to be running the code from git; these blocks are not available through the tarball releases. If you have the source from git, you should have in gnuradio-exampl

[Discuss-gnuradio] Helper script to automatically add blocks

2010-08-16 Thread Martin Braun
Hi list, since pretty much all of my GNU Radio'ing consists of dealing with out-of-tree modules I started a script to modify those. In the current state, it can add blocks to an existing out-of-tree module. It will attempt to guess a lot of stuff and then add skeleton code for the blocks and the Q

Re: [Discuss-gnuradio] Suggested reading order

2010-08-16 Thread Kunal Kandekar
On Sun, Aug 15, 2010 at 11:13 PM, Tom Rondeau wrote: > > Kunal, > > This is really good. Would you be up for putting this on the Wiki page > for future reference? > > Thanks! > Tom > Thanks, Tom! Sure, I think this may be useful to enough people to go up on the wiki. I will clean it up and post i

[Discuss-gnuradio] UCLA ZigBee PHY 64 chip-sequences

2010-08-16 Thread bjoernm
Hi everyone, I use the UCLA ZigBee PHYsical Layer with gnuradio and USRP. And now I try to increase the number of chips per symbol within the Symbol-to-chips-table from 32 chips per 4 bit symbol to 64 chips. I adopted the three files - "ucla_ieee802_15_4_packet_sink.cc" - "ucla_ieee802_15_4

Re: [Discuss-gnuradio] Changing external reference frequency with USRP2...

2010-08-16 Thread Matt Ettus
On 08/16/2010 12:21 AM, Ian Holland wrote: Thanks Matt I tried to change to get the external reference frequency to be 36 MHz, by setting B to 50 (i.e. 0x32) and R to 36 (i.e. 0x24). To do this, I modified lines 43 and 85 respectively to the following: ad9510_write_reg(0x06, 0x32); ad9510_write

Re: [Discuss-gnuradio] USRP spike

2010-08-16 Thread naveen nischal
Brain, Thanks for the reply. We have tried terminating the antenna input, the spike still shows up. We also tried tuning a bit away from the signal of interest and mixing the signal of interest to baseband but it doesn't seem to help, the spike just follows the signal all over. Thanks, Nav

Re: [Discuss-gnuradio] USRP spike

2010-08-16 Thread Brian Padalino
Hi Naveen, On Mon, Aug 16, 2010 at 2:05 PM, naveen nischal wrote: > > Brain, > Thanks for the reply. We have tried terminating the antenna input, the spike > still shows up. We also tried tuning a bit away from the signal of interest > and mixing the signal of interest to baseband but it doesn't

[Discuss-gnuradio] gr-trellis: convenc and viterbi with own mapper/de-mapper

2010-08-16 Thread Jonas M. Börner
Hi all, I am trying to use the convolutional encoder and Viterbi provided by the gr-trellis class within another environment. I have my own mapper and de-mapper blocks which I want to use. So I tried to use the feed the viterbi_combined with this arguments: va_combined = trellis.viterbi_combi

Re: [Discuss-gnuradio] Build failing, any ideas?

2010-08-16 Thread Eric Blossom
On Mon, Aug 16, 2010 at 09:49:21AM +0200, Moritz Fischer wrote: > Hi List, > > I have been trying for a considerable amount of time now to build either > 3.3.0 stable or > 3.3.1git and always fail at this point: > > http://pastebin.com/ss7c356x > > I noticed while googling around that someone p

Re: [Discuss-gnuradio] USRP spike

2010-08-16 Thread naveen nischal
Brain, Sorry my bad...your earlier technique worked. Thanks much Regards, Naveen From: Brian Padalino To: naveen nischal Cc: discuss-gnuradio@gnu.org Sent: Mon, 16 August, 2010 12:16:57 PM Subject: Re: [Discuss-gnuradio] USRP spike Hi Naveen, On Mon, Aug 16, 2010 at 2:05 PM, naveen nis

Re: [Discuss-gnuradio] USRP spike

2010-08-16 Thread Brian Padalino
Hi Naveen, On Mon, Aug 16, 2010 at 6:01 PM, naveen nischal wrote: > > Brain, > Sorry my bad...your earlier technique worked.  Thanks much > Regards, > Naveen Glad you were able to get it figured out. Brian ___ Discuss-gnuradio mailing list Discuss-gn

RE: [Discuss-gnuradio] Changing external reference frequency with USRP2...

2010-08-16 Thread Ian Holland
Hi Matt I will try this, though given P = 2, I was under the impression the resulting VCO frequency should have been 1 MHz * P * B = 100 MHz when I have B = 50. At least, that is what the equation in the datasheet suggests. Regards Ian. -Original Message- From: Matt Ettus [mailto:m...

RE: [Discuss-gnuradio] Changing external reference frequency with USRP2...

2010-08-16 Thread Ian Holland
Hi Matt Further to below, I tried your suggestion, and still it didn't work. In fact, I have now found that the only thing that does work now is to use a pre-compiled binary that I downloaded for txrx.bin (since recompiling with the original gnuradio source code didn't work). This suggests inde

Re: [Discuss-gnuradio] USRP spike

2010-08-16 Thread Marcus D. Leech
On 08/16/2010 10:14 PM, Vincent W wrote: > On 08/12/2010 02:36 PM, Brian Padalino wrote: > >> On Thu, Aug 12, 2010 at 1:56 PM, naveen nischal >> wrote: >> problem though is a spurious spike of about 17db which appears at whatever center frequency we tune to in the spectrum. we th

[Discuss-gnuradio] UHD Announcement - August 16th 2010

2010-08-16 Thread Josh Blum
Hello list, I have pushed up new host code to the repo, and uploaded new images. So what new since the last announcement? --- 1) Subdev specification: A daughterboard may have more than one rf pathway on it. These pathways,

RE: [Discuss-gnuradio] Changing external reference frequency with USRP2...

2010-08-16 Thread Ian Holland
Please disregard my last. I must have got something wrong in my testing. It now compiles, but it seems I need to use txrx_xcvr.bin instead of txrx.bin with the latest git trunk. Please correct me if this is wrong (note I have XCVR2450 as my daughterboard). Nonetheless, I still seem to get a time

[Discuss-gnuradio] Re: gr-trellis: convenc and viterbi with own mapper/de-mapper

2010-08-16 Thread colby . boyer
On Mon, 16 Aug 2010, Jonas M. Börner wrote: Hi all, I am trying to use the convolutional encoder and Viterbi provided by the gr-trellis class within another environment. I have my own mapper and de-mapper blocks which I want to use. So I tried to use the feed the viterbi_combined with this a

[Discuss-gnuradio] Re: gr-trellis: convenc and viterbi with own mapper/de-mapper

2010-08-16 Thread
Hi Colby, thanks for your reply. My trellis is created like this: t=trellis.fsm(1,2,[91,121]) The constraint length is 7 so it doesn't look like it was connected to a trellis-specific thing. As I remember from the gr-trellis examples they didn't do any truncating there before comparing the sou

[Discuss-gnuradio] Re: gr-trellis: convenc and viterbi with own mapper/de-mapper

2010-08-16 Thread colby . boyer
On Tue, 17 Aug 2010, "Jonas M. Börner" wrote: Hi Colby, thanks for your reply. My trellis is created like this: t=trellis.fsm(1,2,[91,121]) The constraint length is 7 so it doesn't look like it was connected to a trellis-specific thing. As I remember from the gr-trellis examples they didn'