Re: [Discuss-gnuradio] Problem running FCD demo

2014-03-18 Thread Volker Schroer
Have a look at your dmesg log. You probably see a " not enough bandwidth" message. Are you using an usb 2 or an usb 3 port ? -- Volker Am 19.03.2014 03:57, schrieb Mike Harpe: I am trying to run the FCD nfm demo with the proplus module. This is using 3.7.3. Everything compiled and loaded fin

[Discuss-gnuradio] Problem running FCD demo

2014-03-18 Thread Mike Harpe
I am trying to run the FCD nfm demo with the proplus module. This is using 3.7.3. Everything compiled and loaded fine. I am very tired and going to bed. I would really appreciate someone looking at this. Thanks in advance. Executing: "/home/mike/fcd_nfm_rx.py" Using Volk machine: avx_64_mmx_orc

Re: [Discuss-gnuradio] OFDM link simulation

2014-03-18 Thread Aditya Dhananjay
Hi Sara, Please look at the OFDM TX/RX examples in GNU Radio Companion. It's already there for you. :) best, aditya On Tue, Mar 18, 2014 at 8:44 PM, Sara Chérif wrote: > I want to simulate an OFDM link to carry 214 bytes per Ethernet packet & > implement it using 2 laptops running GNU & 2 US

[Discuss-gnuradio] GSoC Proposal, Signal Analysis and Visualization tool

2014-03-18 Thread Dean Nida
My Name is Dean Nida and I am submitting a proposal for Google Summer of Code. I would like to produce an application that will allow a user to visualize baseband data, and apply appropriate modulation and clock recovery techniques to characterize the signal. This is outlined in the proposal at th

[Discuss-gnuradio] OFDM link simulation

2014-03-18 Thread Sara Chérif
I want to simulate an OFDM link to carry 214 bytes per Ethernet packet & implement it using 2 laptops running GNU & 2 USRPs. Each USRP is a TX & RX .(FULL-DUPLEX) I calculated all OFDM parameters needed. total BW=200KHz sample Rate=240k symbol time including CP=5ms= 8-burst gsm ( one burst is 0.6m

Re: [Discuss-gnuradio] No UHD blocks in GNURadio

2014-03-18 Thread Tom Rondeau
On Tue, Mar 18, 2014 at 7:26 PM, Sara Chérif wrote: > I installed GNU on ubuntu 12.04 lts before installing UHD from > http://gnuradio.org/redmine/projects/gnuradio/wiki/UbuntuInstall > by running the following commands: > > sudo apt-get -y install git-core autoconf automake libtool g++ python-de

Re: [Discuss-gnuradio] libgl in gnuradio-dev-image

2014-03-18 Thread Richard Cagley
On Tue, Mar 18, 2014 at 1:52 PM, Richard Cagley wrote: > On Tue, Mar 18, 2014 at 12:57 PM, Richard Cagley wrote: > >> This is likely pretty simple, but I can't figure it out. I'm getting a >> bitbake error trying to build gnuradio-dev-image. Here are my steps: >> >> git clone git://git.openembedd

Re: [Discuss-gnuradio] Google Summer of Code 2014 applicant : Optimization with VOLK

2014-03-18 Thread West, Nathan
Can you enter this through Melange? It should be sufficient to link to your PDF/repo on Melange. It's good to see you were able to get control port and oprofile results. On Sat, Mar 15, 2014 at 4:37 AM, Abhishek Bhowmick wrote: > Here is the link for my first proposal draft : > https://github.co

Re: [Discuss-gnuradio] rx_ofdm Does Not Work Past Synchronizer

2014-03-18 Thread Aditya Dhananjay
And if you are running over the air, try setting the TX and RX sampling rate to have the same value. In any case, I would first run in loopback mode (as shown in your png file) and save the over-the-air transmissions for later. On Tue, Mar 18, 2014 at 7:51 PM, Aditya Dhananjay wrote: > Hi Jon,

Re: [Discuss-gnuradio] rx_ofdm Does Not Work Past Synchronizer

2014-03-18 Thread Aditya Dhananjay
Hi Jon, Disclaimer: I haven't run your code, but based on eyeballing the png file: It looks like your "delay" block is not configured properly. The delay should be fft_len + cp_len which is 80 (instead of 72). Best, Aditya On Tue, Mar 18, 2014 at 7:25 PM, Jonathan Fox <31...@cardinalmail.cua.

Re: [Discuss-gnuradio] No UHD blocks in GNURadio

2014-03-18 Thread Michael Berman
Sara, The GNURadio installation tells you at the end of that long printout that it skipped over gr-uhd, which is the block you are looking for. This needs to be installed prior to installing GNURadio, so that way GNURadio knows of it's existence and can properly build against it. Since you insta

[Discuss-gnuradio] No UHD blocks in GNURadio

2014-03-18 Thread Sara Chérif
I installed GNU on ubuntu 12.04 lts *before* installing UHD from http://gnuradio.org/redmine/projects/gnuradio/wiki/UbuntuInstall by running the following commands: sudo apt-get -y install git-core autoconf automake libtool g++ python-dev swig \ pkg-config libboost1.48-all-dev libfftw3-dev libcpp

Re: [Discuss-gnuradio] libgl in gnuradio-dev-image

2014-03-18 Thread Richard Cagley
On Tue, Mar 18, 2014 at 12:57 PM, Richard Cagley wrote: > This is likely pretty simple, but I can't figure it out. I'm getting a > bitbake error trying to build gnuradio-dev-image. Here are my steps: > > git clone git://git.openembedded.org/bitbake > git clone git://github.com/openembedded/oe-cor

Re: [Discuss-gnuradio] GNU Radio Live SDR Environment 3.7.3 released

2014-03-18 Thread Marcus Müller
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 The cause why that image is called amd64 is that it follows Ubuntu's naming scheme which uses "amd64" for images for the 64bit x86 architecture and "i386" for the 32bit, now on-almost-any-machine-obsolete address size architecture (actually, both names

Re: [Discuss-gnuradio] GNU Radio Live SDR Environment 3.7.3 released

2014-03-18 Thread Robert Cicconetti
AMD, Intel, and VIA all support amd64. Intel's failed 64-bit effort was the Itanium (IA-64). http://en.wikipedia.org/wiki/X86-64 http://en.wikipedia.org/wiki/Itanium -R C ___ Discuss-gnuradio mailing list Discuss-gnuradio@gnu.org https://lists.gnu.org/m

Re: [Discuss-gnuradio] GNU Radio Live SDR Environment 3.7.3 released

2014-03-18 Thread West, Nathan
On Tuesday, March 18, 2014, Martin Braun wrote: > On 03/18/2014 09:31 PM, David McQuate wrote: > > I notice "amd64" in the torrent file name. > > I suppose this will not work on an Intel Core 2 Duo machine... > > Core 2 Duo can do 64 bits, so you're good. > > Martin > > > > Just adding to that...

[Discuss-gnuradio] libgl in gnuradio-dev-image

2014-03-18 Thread Richard Cagley
This is likely pretty simple, but I can't figure it out. I'm getting a bitbake error trying to build gnuradio-dev-image. Here are my steps: git clone git://git.openembedded.org/bitbake git clone git://github.com/openembedded/oe-core.git git clone git://github.com/openembedded/meta-oe.git git clone

Re: [Discuss-gnuradio] GNU Radio Live SDR Environment 3.7.3 released

2014-03-18 Thread Martin Braun
On 03/18/2014 09:31 PM, David McQuate wrote: > I notice "amd64" in the torrent file name. > I suppose this will not work on an Intel Core 2 Duo machine... Core 2 Duo can do 64 bits, so you're good. Martin ___ Discuss-gnuradio mailing list Discuss-gnur

Re: [Discuss-gnuradio] GNU Radio Live SDR Environment 3.7.3 released

2014-03-18 Thread Jonathan Fox
I am pretty sure it just refers to the instruction set which is compatible with x86. On Tue, Mar 18, 2014 at 4:31 PM, David McQuate wrote: > I notice "amd64" in the torrent file name. > I suppose this will not work on an Intel Core 2 Duo machine... > > On 3/18/2014 8:51 AM, Johnathan Corgan wr

Re: [Discuss-gnuradio] GNU Radio Live SDR Environment 3.7.3 released

2014-03-18 Thread David McQuate
I notice "amd64" in the torrent file name. I suppose this will not work on an Intel Core 2 Duo machine... On 3/18/2014 8:51 AM, Johnathan Corgan wrote: The GNU Radio Live SDR Environment has been updated for the recent release of GNU Radio 3.7.3, along with support for new SDR hardware and appli

[Discuss-gnuradio] GNU Radio Live SDR Environment 3.7.3 released

2014-03-18 Thread Johnathan Corgan
The GNU Radio Live SDR Environment has been updated for the recent release of GNU Radio 3.7.3, along with support for new SDR hardware and applications. Produced by Corgan Labs, the Live SDR Environment is a bootable Ubuntu Linux DVD with GNU Radio and third party software pre-installed. It is des

Re: [Discuss-gnuradio] [GSoC] Proposal for radar toolbox (gr-radar)

2014-03-18 Thread Michael Dickens
Hi Stefan - Nice proposal overall! Some items you'll want to address somewhere (either in the Melange area or in your proposal document): + How long have you been on the GR discussion list? Do you participate regularly? + Have you contributed any code back to GR or any other open-source proje

Re: [Discuss-gnuradio] [GSoC] Proposal for radar toolbox (gr-radar)

2014-03-18 Thread Martin Braun
On 03/18/2014 03:34 PM, Stefan Wunsch wrote: > Hi! > > My name is Stefan Wunsch and I would like to make a proposal for GSoC > 2014. My project of interest is the radar toolbox as mentioned on the > wiki page on gnuradio.org. > > I am a fifth semester student in physics at the Karlsruhe Institute

Re: [Discuss-gnuradio] [GSoC] Radar toolbox

2014-03-18 Thread Martin Braun
On 03/17/2014 10:47 PM, Emanuel Mendoza wrote: > Hi > > My name is Emanuel Mendoza. I am studying Telecommunications Engineering > in the Universidad Nacional de Ingenieria in Lima, Peru. I have plenty > experience programming in C/C++ and a little bit of python. These > months, I have been workin

[Discuss-gnuradio] [GSoC] Proposal for radar toolbox (gr-radar)

2014-03-18 Thread Stefan Wunsch
Hi! My name is Stefan Wunsch and I would like to make a proposal for GSoC 2014. My project of interest is the radar toolbox as mentioned on the wiki page on gnuradio.org. I am a fifth semester student in physics at the Karlsruhe Institute of Technology (KIT) in Germany. At the Communications