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
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
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
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
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
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
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
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
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
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
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
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
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
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
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...
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
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
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,
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
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
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
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'
22 matches
Mail list logo