On Mon, Apr 30, 2007 at 08:28:54PM -0400, Josh Blum wrote:
> Or in other words...
>
> To tune the transmitter on sideA : u.tune(0, subdev, freq)
> To tune the transmitter on sideB : u.tune(1, subdev, freq)
>
> But to tune the receiver for either side : u.tune(0, subdev, freq)
>
> Is this correc
Or in other words...
To tune the transmitter on sideA : u.tune(0, subdev, freq)
To tune the transmitter on sideB : u.tune(1, subdev, freq)
But to tune the receiver for either side : u.tune(0, subdev, freq)
Is this correct? Is this they way all boards work?
-Josh
On 4/30/07, Josh Blum <[EMAIL
I too am having an issue with GRC or gnu radio...
You see, version 0.60 could not transmit on side B because I was doing this:
u.tune(0, subdev, freq), but the txrx could receive on side B.
In version 0.65 I switched the code to u.tune(subdev._which, subdev, freq).
Now the A/B transmit works. Ju
Melody S wrote:
> Hi,
>
> I already have downloaded all the Usrp codes and Gnuradio code but when I
> go to this link >>> http://www.comsec.com/wiki?UsrpInstall for the
> Usrp Hardware setup and try to run the %tail -f /var/log/messages
> command, it gives me this error >>> No such fi
Hi,
I already have downloaded all the Usrp codes and Gnuradio code but when I
go to this link >>> http://www.comsec.com/wiki?UsrpInstall for the
Usrp Hardware setup and try to run the %tail -f /var/log/messages
command, it gives me this error >>> No such file or directory
Do I need
Hi,
I already have downloaded all the Usrp codes and Gnuradio code but when I
go to this link >>> http://www.comsec.com/wiki?UsrpInstall for the
Usrp Hardware setup and try to run the %tail -f /var/log/messages
command, it gives me this error >>> No such file or directory
Do I need
Great! SVN trunk is working again on OSX 10.4.9 (both PPC and
Intel) ... either clean or with "make distclean" if a bit old. - MLD
On Apr 30, 2007, at 2:02 PM, Johnathan Corgan wrote:
Fixed in the trunk, thanks...
___
Discuss-gnuradio mailing lis
Michael Dickens wrote:
> Now that it's getting further along (a clean checkout this time),
> another issue:
>
> should the file: gnuradio-core/src/lib/io/io.i
> include (as written now, but doesn't compile on OSX):
> ---
> #include
> #include
> ---
> or (as compiles on OSX):
> ---
> #include
On Apr 30, 2007, at 12:45 PM, Robert McGwier wrote:
At Jonathan's suggestion, I did a make distclean. THAT brick bat
through the window did the trick. It now compiles and completes
and make check works.
"make distclean" did indeed do the trick; should have tried that one
up front. Must
At Jonathan's suggestion, I did a make distclean. THAT brick bat
through the window did the trick. It now compiles and completes and
make check works.
Bob
Eric Blossom wrote:
On Mon, Apr 30, 2007 at 11:15:41AM -0400, Michael Dickens wrote:
"Making all in swig
make[3]: *** No rule to mak
Eric Blossom wrote:
>> While I can temporarily work around this by removing that line from
>> the file, it would be better if someone corrected the issue. - MLD
Actually, removing the line in the (5) files that contain that is the
right thing to do. It's a generated file, created locally on yo
Has anyone successfully used LabVIEW here? Is USRP interface code
available for either Matlab OR LabVIEW?
Phil
---
Message: 4
Date: Mon, 30 Apr 2007 13:18:18 +1200
From: Jonas <[EMAIL PROTECTED]>
Subject: [Discuss-gnuradio] Re: Discuss-gnuradio Digest, Vol 53, Issue
On Mon, Apr 30, 2007 at 11:15:41AM -0400, Michael Dickens wrote:
> "Making all in swig
> make[3]: *** No rule to make target `../../../../gnuradio-core/src/
> lib/runtime/gr_simple_flowgraph.i', needed by
> `gnuradio_swig_py_runtime.cc'. Stop."
>
> There is indeed no "gr_simple_flowgraph.i", a
"Making all in swig
make[3]: *** No rule to make target `../../../../gnuradio-core/src/
lib/runtime/gr_simple_flowgraph.i', needed by
`gnuradio_swig_py_runtime.cc'. Stop."
There is indeed no "gr_simple_flowgraph.i", and this is referenced in
the file:
gnuradio-core/src/lib/swig/gnuradio_s
On Mon, Apr 30, 2007 at 02:17:38PM +1200, Jonas wrote:
> Hello,
>
> I have run into a problem using flow_graph stop(). To test the problem,
> I wrote a quick test script that simply sinks a tone to the USRP
> (test_tone.py).
Hi Jonas,
Can you send me the complete script off the list?
BTW, wha
15 matches
Mail list logo