[Discuss-gnuradio] how to use raw2num_f.c file

2014-02-13 Thread Maheshkumar Pandit
Hello every buddy can one guide me how we can use the code of *raw2num_f.c* in gnuradio-companion.that code available on line ...just type the word. .guide me if you know i need it in my work -- *Thanks and regard:* *MR.Maheshkumar Pandit* *call @ 9662784649*

Re: [Discuss-gnuradio] how to use raw2num_f.c file

2014-02-13 Thread Manu T S
Mahesh, I am not sure if it can be used as a block in gnuradio-companion. This is how I understand it. What this code does is to read from a binary file containing float numbers(for example the data that gets dumped by a file sink with float input type) and stores it in a text file so that you ca

Re: [Discuss-gnuradio] Issue with the installation of GNU Radio

2014-02-13 Thread Tom Rondeau
On Wed, Feb 12, 2014 at 3:55 PM, Ruecan wrote: > Hi GR, > > I have installed GR 3.7 everything went ok, except that I forgot to set the > PKG_CONFIG_PATH env. var. > > with > export > PKG_CONFIG_PATH=$PKG_CONFIG_PATH:/lib/pkgconfig:/lib/pkgconfig > > I just modified "gr-uhd/lib/usrp_source_impl.cc

Re: [Discuss-gnuradio] Resolved CtrlPort build problem

2014-02-13 Thread Tom Rondeau
On Sun, Feb 9, 2014 at 1:39 AM, Tom McDermott wrote: > Have resolved my CtrlPort build problem on Ubuntu. > > ICE 3.4 will not build under GCC 4.7 or 4.8. I installed ICE 3.5 for Ubuntu > 13.10 using the following script, claimed to work for Raring or later [1]. > ice installed OK, ice-dev did no

Re: [Discuss-gnuradio] Some fairy C++ error in gr-filter

2014-02-13 Thread Tom Rondeau
On Mon, Feb 10, 2014 at 5:13 AM, Gisle Vanem wrote: > "Tom Rondeau" wrote: > >> OS? GNU Radio version? >> > > On Win-XP SP3 + GR version stright from the git-repo (in case it > matters, but I doubt it). The C++ errors are on generated code > and AFAICS, the OS is not a variable in this case. But

Re: [Discuss-gnuradio] Idea of a USRP UHD block that fills gaps in transmission from USRP

2014-02-13 Thread Tom Rondeau
On Sun, Feb 9, 2014 at 4:19 AM, Perper wrote: > Hi all, > > Interruptions transmission over Gigabit Ethernet when receiving samples > from USRP can happen at highest data rates no matter how many tricks you > use with your network card (I have experience with N200/N210). > > The loss of part of th

Re: [Discuss-gnuradio] Idea of a USRP UHD block that fills gaps in transmission from USRP

2014-02-13 Thread Matt Ettus
Piotr, One problem is that if you cannot keep up, adding in all-zeros data will just make it harder to keep up. In general, modern PCs should be able to keep up with 25 MS/s without problem unless you are doing a lot of processing. We are actually able to keep up with 300 MS/s on the X300. So t

Re: [Discuss-gnuradio] Idea of a USRP UHD block that fills gaps in transmission from USRP

2014-02-13 Thread Marcus D. Leech
On 02/13/2014 11:19 AM, Matt Ettus wrote: Piotr, One problem is that if you cannot keep up, adding in all-zeros data will just make it harder to keep up. In general, modern PCs should be able to keep up with 25 MS/s without problem unless you are doing a lot of processing. We are actually

Re: [Discuss-gnuradio] gr-lte updated to GNU Radio 3.7 API

2014-02-13 Thread Passas Virgilios
Hello, I ‘m trying to generate the LTE_flowgraph_top_level.grc but the Decode PBCH block is missing due to an error in decode_pbch_37.grc . The error is the following: Error 0: Connection ( Block - lte_qpsk_soft_demod_vcvf_0 - QPSK soft demod(lte_qpsk_soft_demod_vcvf) Source - out(0) Blo

Re: [Discuss-gnuradio] Half-Duplex Relay

2014-02-13 Thread David Halls
Hi Martin and all, I am looking at some AF stuff for now, where the delay is much better. I am using something similar to HPD at the relay to implement some gain to the payload samples only. I call // Copy header copy_n_symbols(in, out, 0, samples_per_hea

Re: [Discuss-gnuradio] Idea of a USRP UHD block that fills gaps in transmission from USRP

2014-02-13 Thread Sylvain Munaut
Hi, > One problem is that if you cannot keep up, adding in all-zeros data will > just make it harder to keep up. In general, modern PCs should be able to > keep up with 25 MS/s without problem unless you are doing a lot of > processing. We are actually able to keep up with 300 MS/s on the X300.

Re: [Discuss-gnuradio] gr-lte updated to GNU Radio 3.7 API

2014-02-13 Thread Johannes Demel
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hi Virgilios, This sounds like an interface mismatch between blocks. To answer your question accurately it would be very helpful to know which version of GNU Radio and which gr-lte version you use. Branch and day of last commit should be sufficient. A

[Discuss-gnuradio] WX GUI FFT sink on Raspberry Pi

2014-02-13 Thread Murat Toloğlu
Hi Jim, You've made a great help, thank you. GnuRadio together with GRC runs now on my RPi, modules Sinks and Sources appeared on GRC module menu and I could build Gqrx as well, it also works. As a side issue I think RPi's onboard audio circuitry and/or audio drivers cause some incompatibility

Re: [Discuss-gnuradio] Idea of a USRP UHD block that fills gaps in transmission from USRP

2014-02-13 Thread Matt Ettus
That's true. You can fix some of the issues by using preemptible kernels and setting RTPRIO, but there can still be glitches. Certainly a block which reads the streams tags and inserts zeros would not be too hard. Matt On Thu, Feb 13, 2014 at 10:20 AM, Sylvain Munaut <246...@gmail.com> wrote:

[Discuss-gnuradio] Σχετ: gr-lte updated to GNU Radio 3.7 API

2014-02-13 Thread virgil passas
Hi Johannes, Sorry for not mentioned the versions. GNU Radio 3.7.2.1 gr-lte branch-master, latest commit 3ded865f40cc43224eca66a6692fa90655a25b62 Ubuntu 13.04 64-bit Virgilios Στις 8:24 μ.μ. Πέμπτη, 13 Φεβρουαρίου 2014, ο/η Johannes Demel έγραψε: -BEGIN PGP SIGNED MESSAGE- Hash

[Discuss-gnuradio] testing FLEX modems with gnuradio

2014-02-13 Thread Al Smith
I am new to gnuradio and have spent the last few days reading every tutorial I can find. I have set up both 3.7.1 and 3.6.5 in separate test environments in 2 VMs. I am using a BladeRF SDR with dual 900MHz antenna. I've been asked to test 2 devices which will controlled remotely over the FLEX pa

Re: [Discuss-gnuradio] testing FLEX modems with gnuradio

2014-02-13 Thread Ron Economos
Clayton's sdr-examples are for GnuRadio 3.7.1. Your issue is that you haven't built gr-iqbal. It's not really needed, so you can just delete that block in the graphs. Ron On 2/13/2014 3:31 PM, Al Smith wrote: I am new to gnuradio and have spent the last few days reading every tutorial I can fin

Re: [Discuss-gnuradio] Half-Duplex Relay

2014-02-13 Thread Martin Braun
On 13.02.2014 10:18, David Halls wrote: My questions is probably stupid, but I want to multiply the payload symbols by a certain gain, say 'G', but I am not clear how to do it. I am not clear how to access the items individually to scale them. As a first step, I tried first replacing the memcpy

Re: [Discuss-gnuradio] Idea of a USRP UHD block that fills gaps in transmission from USRP

2014-02-13 Thread Martin Braun
On 09.02.2014 01:19, Perper wrote: Hi all, Interruptions transmission over Gigabit Ethernet when receiving samples from USRP can happen at highest data rates no matter how many tricks you use with your network card (I have experience with N200/N210). The loss of part of the signal results with

Re: [Discuss-gnuradio] testing FLEX modems with gnuradio

2014-02-13 Thread Ron Economos
I've tried pager_rx.py on bladeRF, and it works fine here (GnuRadio 3.7.2.1 and Ubuntu 13.04). Tons of traffic on channel 25 here in Silicon Valley. I've made some changes to the code to work better with bladeRF (mostly with the gain setting). http://www.w6rz.net/pager_rx.py When a flow grays o