[Discuss-gnuradio] data transfer

2013-07-22 Thread manash das
when i am trying to transfer data within the laptop , i am able to do it. but i could not achieve the same using usrp. my machine is detecting usrp properly. pls help.. also if i can get a flowgraph for data transfer which includes an routing block i'll be grateful..

[Discuss-gnuradio] Modulation of tx_timed_samples in UHD

2013-07-22 Thread Gong Zhang
Hi, I have read the file tx_timed_samples.cpp. But it seems the data are sent without modulation.Is it correct? And why? Thanks in advance. ___ Discuss-gnuradio mailing list Discuss-gnuradio@gnu.org

[Discuss-gnuradio] linking Gnuradio and Gpredict ?

2013-07-22 Thread M Dammer
Is it possible to link Gnuradio and Gpredict ? I want to use Gpredict as tracker controlling the antenna position and to pass doppler corrected frequency data to Gnuradio. Does any interface to Gpredict (or hamlib) exist ? thanks for any hints, Mark

Re: [Discuss-gnuradio] linking Gnuradio and Gpredict ?

2013-07-22 Thread Martin Lülf
Hi, Gpredict is based on predict, which has several interfaces for Doppler prediction. Not sure if Gpredict inherited these interfaces. Yours Martin Am 22.07.2013 13:31, schrieb M Dammer: Is it possible to link Gnuradio and Gpredict ? I want to use Gpredict as tracker controlling the

Re: [Discuss-gnuradio] git check out fails

2013-07-22 Thread Tom Rondeau
On Sun, Jul 21, 2013 at 9:47 PM, Matt D md...@nycap.rr.com wrote: git clone --verbose http://gnuradio.org/git/gnuradio.git I overlooked the fact the git will give to me version 3.7. this will not do. I need 3.6.3. so where i am at is here on the make test: Once you've cloned the GNU

[Discuss-gnuradio] Network unreachable on Beaglebone Black

2013-07-22 Thread Nemanja Savic
Hallo guys, I have installed gnuradio on Beaglebone black, which runs under Angstrom linux. uhd finding devices works good, and I am able to see my usrp1 device, but when I run uhd_rx_cfile i get following error: linux; GNU C++ version 4.5.3 20110311 (prerelease); Boost_104500;

Re: [Discuss-gnuradio] 3.7 build failure ICE_ICESTORM-NOTFOUND etc.

2013-07-22 Thread Tom Rondeau
On Sun, Jul 21, 2013 at 7:17 AM, Barry Jackson zen25...@zen.co.uk wrote: On 20/07/13 15:11, Tom Rondeau wrote: On Thu, Jul 18, 2013 at 11:23 AM, Barry Jackson zen25...@zen.co.uk wrote: On 18/07/13 15:19, Tom Rondeau wrote: Do you know what version of ICE is installed on your system? GNU

Re: [Discuss-gnuradio] Doppler Radar Processing

2013-07-22 Thread Wallace, Frank L CIV NSWCDD, Q41
Thanks, That is why I asked the question, I didn't know what is out there. Thanks, Frank -Original Message- From: Bruce Penswick [mailto:brucepensw...@yahoo.com] Sent: Sunday, July 21, 2013 10:55 AM To: Wallace, Frank L CIV NSWCDD, Q41; Adeel Anwar; discuss-gnuradio@gnu.org Subject:

Re: [Discuss-gnuradio] Network unreachable on Beaglebone Black

2013-07-22 Thread Nemanja Savic
there is no such option args is the answer from app. hm, because it was in repo of angstrom linux, and I don't know If I can handle crosscompiling of newer version (is there any other way?) On Mon, Jul 22, 2013 at 5:52 PM, Marcus Leech mle...@ripnet.com wrote: really? So, if you uhd_rx_cfile

Re: [Discuss-gnuradio] Network unreachable on Beaglebone Black

2013-07-22 Thread Marcus Leech
really? So, if you uhd_rx_cfile --args "type=usrp1" What happens? Why the horribly-out-of-date Gnu Radio? (And corresponding version of UHD?) on Jul 22, 2013, Nemanja Savic vlasi...@gmail.com wrote: But there is no option for that (type). it is gnuradio 3.4.3. On Mon, Jul 22, 2013 at 5:11

Re: [Discuss-gnuradio] Network unreachable on Beaglebone Black

2013-07-22 Thread Nemanja Savic
But there is no option for that (type). it is gnuradio 3.4.3. On Mon, Jul 22, 2013 at 5:11 PM, Marcus Leech mle...@ripnet.com wrote: If you don't explicitly specify a device address, UHD will search through the defaults, including for an N2XX at 192.168.10.2. Just specify type=usrp1 in the

Re: [Discuss-gnuradio] 3.7 build failure ICE_ICESTORM-NOTFOUND etc.

2013-07-22 Thread Michael Dickens
Tom's 'cmake_ice' branch fixes the basic Mac OS X issue I reported in ticket #564 for ICE 3.4. I see the same issue as Barry for ICE 3.5, probably because the library names were changed (from libIce* to libZerocIce* from 3.4 to 3.5). I'll ping the MacPorts developer about this issue, to

Re: [Discuss-gnuradio] linking Gnuradio and Gpredict ?

2013-07-22 Thread Iain Young, G7III
On 22/07/13 12:31, M Dammer wrote: Is it possible to link Gnuradio and Gpredict ? I want to use Gpredict as tracker controlling the antenna position and to pass doppler corrected frequency data to Gnuradio. In a word, yes. Can be very simple. I did it by using an XML Server in the flow

Re: [Discuss-gnuradio] Inverted spectrum

2013-07-22 Thread Tom Rondeau
On Sat, Jul 13, 2013 at 8:54 PM, Andrew Davis glneolistm...@gmail.com wrote: Hello all, When using pll_carriertracking_cc, the returned spectrum seems to be inverted about 0MHz, when looking though the code line 113 of gr-analog/lib/pll_carriertracking_cc_impl.cc looked odd: optr[i] =

Re: [Discuss-gnuradio] Network unreachable on Beaglebone Black

2013-07-22 Thread Marcus Leech
If you don't explicitly specify a device address, UHD will search through the defaults, including for an N2XX at 192.168.10.2. Just specify "type=usrp1" in the the device args. on Jul 22, 2013, Nemanja Savic vlasi...@gmail.com wrote: Hallo guys, I have installed gnuradio on Beaglebone

Re: [Discuss-gnuradio] Network unreachable on Beaglebone Black

2013-07-22 Thread Nathan West
Phil has kept the gnuradio recipe in OE up to date, so you should be able to get the latest version you want. You may need to get a more recent version of Angstrom, though. Have you tried using opkg update/upgrade? If that doesn't work just try using a newer image. If you don't want to cross

Re: [Discuss-gnuradio] Measuring RSS during packet reception

2013-07-22 Thread Nemanja Savic
Hi all, finally I added only delay of 64 samples due to correlate access code and it works good. My filter is of order 165 and with that additional delay the rssi is wrong. Why there is no delay due to the filter? Thank you On Fri, Jul 19, 2013 at 12:05 AM, Nemanja Savic vlasi...@gmail.com

[Discuss-gnuradio] Using Gnuradio Companion to send identical signals with usrp1 to XCRV2450 and sbx daughter boards

2013-07-22 Thread mario behn
Hi, sorry for sending the email to both list, but it seems it might be a joint topic. Please advise ma if I'm wrong. However here is my situation: I have send identical signals (1MHz sinusoidal) to these two daughter boards and measured the actual output signal with a spectrum analyzer as

Re: [Discuss-gnuradio] Using Gnuradio Companion to send identical signals with usrp1 to XCRV2450 and sbx daughter boards

2013-07-22 Thread Marcus Leech
It would be useful to see your exact flow-graph. Also, how old is your USRP1? What rev of UHD code are you running? on Jul 22, 2013, mario behn mario.b...@gmail.com wrote: Hi, sorry for sending the email to both list, but it seems it might be a joint topic. Please advise ma if I'm wrong.

Re: [Discuss-gnuradio] Using Gnuradio Companion to send identical signals with usrp1 to XCRV2450 and sbx daughter boards

2013-07-22 Thread mario behn
Hi Marcus, the USRP1 has been bought with all the components in july 2012 and the UHD driver and Gnuradio have been installed at beginning of July 2013 using the installation script running on Ubuntu 12.04 LTS. From my screenshot in the file I find this line: [...] linux; GNU C++ version

[Discuss-gnuradio] Problem with libtool while making the gnuradio 3.5

2013-07-22 Thread Shashank Gaur
Hi All, I was trying to install gnuradio 3.5. I used this command to install dependencies sudo apt-get -y install git-core autoconf automake libtool g++ python-dev swig pkg-config libboost-all-dev libfftw3-dev libcppunit-dev libgsl0-dev libusb-dev sdcc libsdl1.2-dev python-wxgtk2.8

Re: [Discuss-gnuradio] Problem with libtool while making the gnuradio 3.5

2013-07-22 Thread Shashank Gaur
so I tried following and now have this error $ rm aclocal.m4 $ aclocal $ autoconf $ ./configure Error: checking for CPPUNIT... yes ./configure: line 13863: syntax error near unexpected token `1.37' ./configure: line 13863: `AX_BOOST_BASE(1.37)' Last time there were no error for