Re: [Discuss-gnuradio] Question regarding correlating output and IQ samples in a reciever

2016-01-27 Thread abhinav narain
Hi Marcus, timing offset estimate) that your symbols have duration of 2.236472 samples > and start with a sample offset of 114.060072; I don't see how knowing that > would map the end of a preamble to any "exact" sample. > If I understand this, it is not straightforward to find the end of the pre

[Discuss-gnuradio] installing gr-osmosdr with gnuradio 3.7.9 on Ubuntu 14.04

2016-01-27 Thread shortwavedude
Hello to the group, Having a problem with installing gr-osmosdr. I'm trying to have gnuradio recognize my RTL-SDR dongle (RTL2832U R820T2). The following error happens when using any command starting with rtl_xx or using gnuradio companion 3.7.9. This is all under Ubuntu 14.04. --

Re: [Discuss-gnuradio] installing UHD using PyBOMBS 2.0

2016-01-27 Thread Seth Hitefield
Hi Rob, Can you rerun pybombs with the debug output enabled? $ pybombs -vv install uhd -- Seth Sent from my iPhone > On Jan 27, 2016, at 6:12 PM, Rob Kossler wrote: > > Hi, > I just setup a new system and as I attempted to install UHD via PyBOMBS, I > stumbled on the PyBOMBS 2.0 changeover.

Re: [Discuss-gnuradio] installing UHD using PyBOMBS 2.0

2016-01-27 Thread Derek Kozel
Hello Rob, I haven't used PyBOMBS so can't speak to the exact error there. Your OS has stopped supplying the 1.53 Boost packages, however installing one of the later versions of Boost manually will likely allow the process to go forwards. Can you try installing 1.54 and then rerunning Boost? sudo

[Discuss-gnuradio] installing UHD using PyBOMBS 2.0

2016-01-27 Thread Rob Kossler
Hi, I just setup a new system and as I attempted to install UHD via PyBOMBS, I stumbled on the PyBOMBS 2.0 changeover. Since I typically only follow the usrp-users list and not the gnuradio list, I didn't see the announcement of this changeover. I am having trouble with the install. I really am

[Discuss-gnuradio] Setting the max output items in OOT Module

2016-01-27 Thread Nigel Steed
Hi, Can anyone help me set the maximum output number of items within the C Code of a GNU Radio OOT block ? I am trying to set this to a single sample as its a decimating block and I need the next block to retune at specific sample times whilst controlling the scheduler to limit the size of data

Re: [Discuss-gnuradio] Receiving errors with Viterbi decoder block

2016-01-27 Thread Achilleas Anastasopoulos
The problem is not the length 2048 but the way you use the fsm constructor trellis.fsm(2,7,[79,109]) You are trying to create an FSM for a (7,2) CC. This means you need to provide a vector of 2x7 integers, each representing the generator polynomial between the i-th input (i=0,1) to the j-th ou

[Discuss-gnuradio] Message Input port in hierarchical block

2016-01-27 Thread kt7
Hi, I have a hierarchical block generated via GRC with no input or output message port. Now I add a message port by changing python code for some control functionality using: self.message_port_register_hier_in("test") Now generally in sync or other blocks we can bind this "test" port to

Re: [Discuss-gnuradio] Reg : build-gnuradio script

2016-01-27 Thread Neel Pandeya
The "build-gnuradio" script pulls from master by default, so that's why the UHD version number appears as it does. It's newer than the most recent tagged release, which is version 3.9.2. You should ideally use only tagged releases of UHD. To tell the "build-gnuradio" script to use version 3.9.2, i

[Discuss-gnuradio] Reg : build-gnuradio script

2016-01-27 Thread sumitstop
I was installing GNU Radio and UHD using build-gnuradio script. I see that the changelog of UHD at https://github.com/EttusResearch/uhd says that the latest release is 3.9.2 but the script installs UHD_003.010.git-119-g42a3eeb6 What I am missing here ? -- View this message in context

Re: [Discuss-gnuradio] Editing Existing Block

2016-01-27 Thread Marcus Müller
Hi Salija, yes, of course that is possible! This is Free and Open Source Software[1], after all :) I think you should read the guided tutorials [2] first; they give an introduction on how to implement a block of your own. Since GNU Radio's "in-tree" blocks are structured like the ones you learn t

Re: [Discuss-gnuradio] Question regarding correlating output and IQ samples in a reciever

2016-01-27 Thread Marcus Müller
Hi Abhinav, On 01/27/2016 03:17 AM, abhinav narain wrote: > Hi Marcus, > I want the exact end of the preambles IQ samples, so that I can chop > it off from my trace and also find the exact locations where my bits > (transmitted sparsely) are. I want to calculate the SNR for the > decoder. So, if