Re: [Discuss-gnuradio] [USRP-users] FSK Radio 1 MHz tone spacing

2015-10-14 Thread Marcus D. Leech
On 09/24/2015 06:56 PM, Richard Bell via USRP-users wrote: Hello all, Ubuntu 14.04, GNU Radio 3.7.8, UHD 3.009 I'm having issues with an FSK radio that works perfectly fine in simulation with full synchronization and channel effects added (noise, timing, frequency, gain attenuation). When I

[Discuss-gnuradio] problems with gr-perf-monitorx

2015-10-14 Thread Achilleas Anastasopoulos
when i run gr-perf-monitorx I get the following: [anastas@jefe gnuradio]$ gr-perf-monitorx Traceback (most recent call last): File "/usr/local/bin/gr-perf-monitorx", line 43, in from gnuradio.ctrlport.GrDataPlotter import * File

Re: [Discuss-gnuradio] Correlation Estimator Over the Air

2015-10-14 Thread Nowlan, Sean
​We saw a lot of improvement in the performance of the Correlation Estimator block once we calculated a level for the AGC. In our case, we're looking for a BPSK preamble that is a pseudorandom sequence. The corr_est block is provided with the match-filtered version of the preamble sequence. So

[Discuss-gnuradio] Audio bandwidth

2015-10-14 Thread Hoang Nguyen Tran
Hi all, I have question related to audio bandwidth cutoff. Yesterday, I received very good signal from STRaND satellite 9600 bps, FSK modulation. I used audio sink to record the signal then used it for decoding. However, I was unable to decode signal, then I ask some another ham radio expert and

[Discuss-gnuradio] I am looking for uPHYLA and has anyone heard about it?

2015-10-14 Thread Jeon
In some articles, they are referring uPHYLA which is a SDR framework like GNU Radio. But I don't see anything that tells download, installation, or documents. It first appears here. http://upcommons.upc.edu/bitstream/handle/2117/16551/110803-1569470189-45171.pdf?sequence=1 They say uPHYLA stands

Re: [Discuss-gnuradio] I am looking for uPHYLA and has anyone heard about it?

2015-10-14 Thread Marcus Müller
Hi Jeon, as the abstract explains: > By combining the use of the Universal Software Radio Peripheral > version 2 (USRP2) with a generic object-oriented framework of our own > built on top of the GNU Radio software framework, we have been able to > quickly implement a working proof of concept of

Re: [Discuss-gnuradio] Destructor of block never called

2015-10-14 Thread Martin Braun
On 14.10.2015 00:08, Marius Cachelin wrote: > Hi, > > You were right, when I click the cross button to close the window, all > my new objects are deleted, even if my destructor is not called. > > I tried to not using Qt GUI, and instead, using no GUI, but it is the > same behavior. > >

Re: [Discuss-gnuradio] Correlation Estimator Over the Air

2015-10-14 Thread Washbourne, Logan
Sean, Thanks for the tip! Is the k value the reference value in the AGC2 block or the max gain? Would you mind explaining the equation you used a little more? From what I understand of it, the seq is the 1's and 0's that make up the pseudorandom preamble, N is the sequence length and i is the

Re: [Discuss-gnuradio] problems with gr-perf-monitorx

2015-10-14 Thread Tom Rondeau
On Wed, Oct 14, 2015 at 11:50 AM, Achilleas Anastasopoulos < anas...@umich.edu> wrote: > when i run gr-perf-monitorx I get the following: > > [anastas@jefe gnuradio]$ gr-perf-monitorx > Traceback (most recent call last): > File "/usr/local/bin/gr-perf-monitorx", line 43, in > from

Re: [Discuss-gnuradio] problems with gr-perf-monitorx

2015-10-14 Thread Achilleas Anastasopoulos
Tom, thanks; you were right. I am missing thrift... Unfortunately, gnuardio requires 0.9.2 and the latest in fedora 22 is 0.9.1, so i guess i have to wait for this... thanks again, Achilleas ___ Discuss-gnuradio mailing list Discuss-gnuradio@gnu.org

Re: [Discuss-gnuradio] Destructor of block never called

2015-10-14 Thread Marius Cachelin
Hi, You were right, when I click the cross button to close the window, all my new objects are deleted, even if my destructor is not called. I tried to not using Qt GUI, and instead, using no GUI, but it is the same behavior. Actually, during the runtime, my application records some information

[Discuss-gnuradio] One more question about GNU Radio cross compilation

2015-10-14 Thread Paul TT
Hello, I'm trying to build GNU Radio using a toolchain from Mentor Graphics (arm-none-linux-gnueabi-). Some gnuradio dependecies i have builded manually from source using this toolchain. Then I created file for environment setup and cmake cross-compile file. They are analogous to: -

Re: [Discuss-gnuradio] problems with gr-perf-monitorx

2015-10-14 Thread Tom Rondeau
On Wed, Oct 14, 2015 at 2:12 PM, Achilleas Anastasopoulos wrote: > Tom, > thanks; you were right. I am missing thrift... > > Unfortunately, gnuardio requires 0.9.2 and the latest in fedora 22 is > 0.9.1, so i guess i have to wait for this... > > thanks again, > Achilleas >

[Discuss-gnuradio] Firmware is not compatibile

2015-10-14 Thread Przemek Lewandowski
Hello My situation is: I had previously version of GnuRadio from June. Everything worked fine. Today I need to update my software due to patch for multiply_matrix_cc, and I had small problem with Pybomb due to Python Miko that wasnt exist. Ok I installed it. But befor that I searched solution and

Re: [Discuss-gnuradio] pybombs and make, swig

2015-10-14 Thread Chris Kuethe
patches are welcome, if you are able to test that other versions and package sources work. On Wed, Oct 14, 2015 at 3:47 PM, Achilleas Anastasopoulos wrote: > May I ask why pybombs recipies for > > "make" does not allow for rpm (but only deb or src) > > and for > > "swig" it

Re: [Discuss-gnuradio] Firmware is not compatibile

2015-10-14 Thread Przemek Lewandowski
God demn it, MARCUS !! not Martin sorry for that. 2015-10-15 0:02 GMT+02:00 Przemek Lewandowski : > Wow Martin you are the best : D > > My Board was all the time connected with computer. I didnt realized that > it can be a problem. > > Thank You, now its working : ) > > >

Re: [Discuss-gnuradio] Firmware is not compatibile

2015-10-14 Thread Przemek Lewandowski
Wow Martin you are the best : D My Board was all the time connected with computer. I didnt realized that it can be a problem. Thank You, now its working : ) 2015-10-14 23:35 GMT+02:00 Marcus Müller : > Hello Przemek, > > after downloading, you'll have load the

[Discuss-gnuradio] pybombs and make, swig

2015-10-14 Thread Achilleas Anastasopoulos
May I ask why pybombs recipies for "make" does not allow for rpm (but only deb or src) and for "swig" it insists only on the 2.0 version? thanks Achilleas ___ Discuss-gnuradio mailing list Discuss-gnuradio@gnu.org

Re: [Discuss-gnuradio] Firmware is not compatibile

2015-10-14 Thread Marcus Müller
Hello Przemek, after downloading, you'll have load the firmware onto the device; that usually happens automatically after a power cycle. Did you remove the USRP from power before trying to use it again? I'm asking because I don't see the FPGA loading sequence in your output. Regarding the

[Discuss-gnuradio] undefined symbol error

2015-10-14 Thread monika bansal
hii when i am running QA test for a new module named "channels_w_tags" there is this error *undefined symbol: _ZN2gr15channels_w_tags15flat_fader_implC1Ejfbfi* Please let me know what should i do. I am not able to find the answer. Thanks. ___

[Discuss-gnuradio] Request for Ideas: Summer of Code 2016 Projects

2015-10-14 Thread Martin Braun
Dear friends of GNU Radio, Google has announced they'll be doing another GSoC next year, and we intend to apply. Last year, we weren't accepted as an organization, partly because our ideas list wasn't up to par. That, at least, is something we can fix. Also, if ESA is doing another summer of