Re: [Discuss-gnuradio] Question about sampling rate and center freq

2016-04-29 Thread Marcus Müller
Hi Abhinav, On 28.04.2016 20:20, abhinav narain wrote: > Hi Marcus, > > thanks for the sketch; for the next time, screenshots are best > done by using GRC's "Screen Capture" functionality, or at least > with your operating system's screenshot function. Can't be that hard. > > Not at al

Re: [Discuss-gnuradio] Gr Complex in Python in Gnu Radio

2016-04-29 Thread Marcus Müller
Hi Przemek, I must admit I'm not able to reproduce the issue – >>> from gnuradio import analog >>> analog.sig_source_c(1,analog.GR_SIN_WAVE, 0.1,1,1) works just fine, and the literal 1 is definitively an int. What does print type(offset_Value) say in your code? I guess you might want to us

[Discuss-gnuradio] [GSoC] Pybombs & CGRAN improvements - Community bonding period

2016-04-29 Thread Ravi Sharan
Hello All ! I am Ravi Sharan and I am currently pursuing my M.Tech in EE from Indian Institute of Technology Hyderabad. I have been accepted for GSoC '16 and during the program, I will be working on: * providing a GUI frontend for Pybombs, * add Pybombs support to GNU Radio's embedded working gro

Re: [Discuss-gnuradio] pybombs install inspectrum fails

2016-04-29 Thread Ron Economos
This may help. In line 55 of CMakeLists.txt, add VOLK. Like so: set(GR_REQUIRED_COMPONENTS RUNTIME ANALOG BLOCKS FILTER PMT VOLK) Ron On 04/29/2016 08:10 PM, Philip Hahn wrote: I tried updating Inspectrum with pybombs and it appears to fail on linking with "undefined reference to symbol 'volk

[Discuss-gnuradio] pybombs install inspectrum fails

2016-04-29 Thread Philip Hahn
I tried updating Inspectrum with pybombs and it appears to fail on linking with "undefined reference to symbol 'volk_32fc_s32fc_x2_rotator_32fc". Volks is installed and the library file in question exists in the path given below. Any ideas? Thanks, Philip INSTALL MESSAGES: installing the followi

Re: [Discuss-gnuradio] Feedback with Transmitters and Receiver

2016-04-29 Thread Derek Kozel
Hi Pavan, Yes, you are correct, this test won't show phase alignment. The most common checks for phase alignment need a receiver able to do two simultaneous channels, such as a high bandwidth oscilloscope, another N210/SBX that can be setup the same as your transmitter pairing, or an X300 series U

Re: [Discuss-gnuradio] Feedback with Transmitters and Receiver

2016-04-29 Thread Pavan Yedavalli
Hi Derek, That makes sense. I will put a combiner and try this. However, now the test is a bit different, right? The only way I could tell that the transmitters are transmitting at the same time is if the power level is double what it used to be, assuming they are actually fully in phase. Is there

[Discuss-gnuradio] Gr Complex in Python in Gnu Radio

2016-04-29 Thread Przemek Lewandowski
Hello :) I would like to set offset to signal source component in construktor; BUT I dont know which type is it in Python ?? signal_source = analog.sig_source_c(sampleRate, analog.GR_SAW_WAVE, frequencyCounted, 1/float(rowCounter), *offset_Value*) *offset_Value - when it is text it is bad* *offs

Re: [Discuss-gnuradio] Feedback with Transmitters and Receiver

2016-04-29 Thread Derek Kozel
Hi Pavan, I'm sorry, I didn't read your cabling closely enough or I would have noticed this before. If you only have one SBX in the receive N210, then you only have one possible receive channel! That is why you are seeing the error that RX channel 1 (remember they're 0 indexed) is out of range. On

Re: [Discuss-gnuradio] How to test and change SNR in GNURadio by B210

2016-04-29 Thread Marcus Müller
Dear Yan, > 2.Can I use 'MPSK USRP Estimator' to test SNR to test SNR in this > situation? OFDM containing BPSK symbols is not a PSK modulation in time domain; so you're using the wrong estimator as is. Therefore: > 1.why the SNR I get is nearly 0(about 10^-3)? If I increase the noise > amp

[Discuss-gnuradio] Announcing NEWSDR at NEU on Thr-Fri June 2-3

2016-04-29 Thread Neel Pandeya
* NEWSDR 2016 New England Workshop on Software-Defined Radio Sixth-Annual Workshops Thursday June 2

Re: [Discuss-gnuradio] time tags for transition time using USRPs

2016-04-29 Thread Tom Rondeau
On Fri, Apr 29, 2016 at 10:35 AM, Henning Bredenberg < henning.bredenb...@tuhh.de> wrote: > Hi Tom, > > That's what i thought the message strobe does. I tried different times but > the time sink output doesn't change and shows a continuous signal flow. I > changed the burst size in the random_pdu_

Re: [Discuss-gnuradio] Multiple Tag Debug blocks output on OS X

2016-04-29 Thread Steven Knudsen
Thanks, Tom. Okay, every once in a while I guess correctly. I will look at the logging infrastructure as you suggest. For now, since I do all my OOT dev on Linux, I will be okay. The issue came up when I wanted to make sure the OOT module works on a second box, and that happened to be OS X. I

Re: [Discuss-gnuradio] Multiple Tag Debug blocks output on OS X

2016-04-29 Thread Tom Rondeau
On Fri, Apr 29, 2016 at 12:24 PM, Steven Knudsen wrote: > Hi, > > I have a GRC project with multiple Tag Debug blocks. Under Linux, the > output appears in the console as one would expect. However, under OS X, the > characters of the output appear to be “multiplexed” in some way. The > problem go

Re: [Discuss-gnuradio] Building on ODroid C2 running CentOS 7 report.

2016-04-29 Thread Anon Lister
You can just add a bigger file-backed swap partition. From my experience building on the Pi3, the time that it spends building stuff at a high mem requirement is low. This will allow it to not die on a burst of mem needed, but allow the build to continue with fairly little oversight. On Apr 29, 201

[Discuss-gnuradio] Multiple Tag Debug blocks output on OS X

2016-04-29 Thread Steven Knudsen
Hi, I have a GRC project with multiple Tag Debug blocks. Under Linux, the output appears in the console as one would expect. However, under OS X, the characters of the output appear to be “multiplexed” in some way. The problem goes away if I have only one Tag Debug block enabled. Out of 4 diffe

[Discuss-gnuradio] [GSoC] gr-inspector introduction

2016-04-29 Thread Sebastian Müller
Hello list! I’m very happy to introduce myself as one of the GSoC students this year working for GNU Radio. Thank you for the acceptance and the feedback I received! My task will be the gr-inspector (former gr-sigint) signal analysis toolbox. The project source code will be hosted at [1]. Also,

Re: [Discuss-gnuradio] time tags for transition time using USRPs

2016-04-29 Thread Henning Bredenberg
Hi Tom, That's what i thought the message strobe does. I tried different times but the time sink output doesn't change and shows a continuous signal flow. I changed the burst size in the random_pdu_generator but nothing changes. No matter what options are changed, the time sink shows a co

Re: [Discuss-gnuradio] Building on ODroid C2 running CentOS 7 report.

2016-04-29 Thread Lamar Owen
On 04/28/2016 07:40 PM, Marcus Müller wrote: before I head to bed: I was actually thinking about using a SPEC from any other platform (ie. prolly x86_64) and just fixing a few flags, if at all necessary – the cmake build system will usually deal just fine! So really, if you want bleeding edge, go

Re: [Discuss-gnuradio] time tags for transition time using USRPs

2016-04-29 Thread Tom Rondeau
On Fri, Apr 29, 2016 at 5:30 AM, Henning Bredenberg < henning.bredenb...@tuhh.de> wrote: > Hi Marcus, > > Thanks for your response. I realized that I have a more fundamental > problem before optimizing this project: > Can u give me hints on how I can generate one simple PDU? My flowgraph now > kee

Re: [Discuss-gnuradio] time tags for transition time using USRPs

2016-04-29 Thread Henning Bredenberg
Hi Marcus, Thanks for your response. I realized that I have a more fundamental problem before optimizing this project: Can u give me hints on how I can generate one simple PDU? My flowgraph now keeps generating one PDU after the other and the time sink display is continuously filled with sa

Re: [Discuss-gnuradio] sweep generator

2016-04-29 Thread Marcus Müller
Hi Dan, given you want to sweep within one TX bandwidth (which is the complex sampling rate), something like the following flow graph fed into a USRP sink tuned to the right center frequency: Sweeping FG If you want your sweep to span more than the sampling rate, things get more complicated. Bas