Re: [Discuss-gnuradio] gqrx branch osmosdr

2012-06-06 Thread Patrick Strasser
Alexandru Csete wrote on 2012-06-05 19:06: There is no audio filter yet (except de-emphasis) so you get pretty much 48 kHz worth of noise, including stereo pilot tone and whatever crap they include in a broadcast FM channel these days. I put in some debugging code near the filter tap

Re: [Discuss-gnuradio] GRC - converting complex stream to vector for FFT

2012-06-06 Thread Josh Blum
On 06/05/2012 11:38 PM, John Shields wrote: Hi Josh, It turns out I was using the block I think you were recommending. Here is a picture of the flowgraph with the red arrow which would appear to be an issue as, with it present, the flow graph will not execute. vec length should be 1,

Re: [Discuss-gnuradio] GRC - converting complex stream to vector for FFT

2012-06-06 Thread John Shields
On 06/06/12 18:40, Josh Blum wrote: On 06/05/2012 11:38 PM, John Shields wrote: Hi Josh, It turns out I was using the block I think you were recommending. Here is a picture of the flowgraph with the red arrow which would appear to be an issue as, with it present, the flow graph will not

Re: [Discuss-gnuradio] crashes, memory errors and valgrind

2012-06-06 Thread Patrick Strasser
Tom Rondeau wrote on 2012-06-06 01:12: On Tue, Jun 5, 2012 at 10:06 AM, Patrick Strasser patrick.stras...@student.tugraz.at wrote: Tom Rondeau wrote on 2012-06-04 14:18: On Sun, Jun 3, 2012 at 2:22 PM, Patrick Strasser patrick.stras...@student.tugraz.at wrote: Full valgrind log in

[Discuss-gnuradio] uhd_fft freezes after some seconds

2012-06-06 Thread Luong Tan Phong
Hi lists, I've installed the lastest GNU Radio and UHD by build-gnuradio script on Ubuntu 12.04 LTS, everything is OK. I run the uhd_fft.grc example with samplerate is 25Msps and it works well but when I change the samplerate (different with 25 Msps), it just freezes after some seconds. Could

[Discuss-gnuradio] Choppy Audio from uhd_rx_nogui on a VM

2012-06-06 Thread Shepard Siegel
This is a simple question with a long prelude. We have a handful of N210/WBX that work great with UHD with which we are familiar. Until last night, I had not spent more than ten minutes with GNU Radio. This morning I installed a fresh Fedora-16 guest VM running on VMware Workstation on a strong

Re: [Discuss-gnuradio] Problems building SpecEst-d89f99c

2012-06-06 Thread Ryan Connelly
Hi Martin, I have tried using the branch (bd6d01b) but it doesn't help (same error). I have also reinstalled Python 2.7.2 from my distrib's RPM package instead of from source and that did not help either. When I have some spare time I will try on a different system that has another version of

[Discuss-gnuradio] Tunning USRP From Seperate C++ Block?

2012-06-06 Thread labarowski
Hello, I would like to make a signal processing block which would generate a certain number of samples (corresponding to a specific time window), pass them to a USRP sink, then tune the USRP to a new frequency and repeat the process. The issue that I'm running into is that I'm not sure that there

Re: [Discuss-gnuradio] GrExtras - write blocks in python, message passing, misc features...

2012-06-06 Thread Martin Braun
On Tue, Jun 05, 2012 at 01:25:33PM -0700, Josh Blum wrote: Actually, I think that should work just fine. I haven't created a control-plane sort of demo, I guess I should make that a mini project this weekend. But in theory, if block A feeds block B a stream, block B could have a message

Re: [Discuss-gnuradio] Using external clock references in GRC environment

2012-06-06 Thread Johnathan Corgan
On Wed, Jun 6, 2012 at 9:22 AM, Nazmul Islam mnis...@winlab.rutgers.eduwrote: I am sorry for not clarifying on the strange output last time. In my experiment, I am transmitting an LFSR PN sequence. Thereafter, I correlate the transmitted PN sequence with the received baseband complex I Q. If

Re: [Discuss-gnuradio] GrExtras - write blocks in python, message passing, misc features...

2012-06-06 Thread Martin Braun
On Sat, Jun 02, 2012 at 10:52:50AM -0700, Josh Blum wrote: Most of the description is in the wiki page: https://github.com/guruofquality/grextras/wiki And here is a handy coding guide for more detail: https://github.com/guruofquality/grextras/wiki/Blocks-Coding-Guide Hi Josh, I'm not quite

Re: [Discuss-gnuradio] /usr/local/include/gnuradio/swig/gnuradio.i:31: Error: Unable to find 'gruel_common.i'

2012-06-06 Thread Baidoo-Williams, Henry E
Hello all, I added # include stddef.h to ucla.cc and the program runs fine now. Thanks a lot Josh for your help. H.E. Baidoo-Williams -Original Message- From: discuss-gnuradio-bounces+henry-baidoo-williams=uiowa@gnu.org

Re: [Discuss-gnuradio] GrExtras - write blocks in python, message passing, misc features...

2012-06-06 Thread Josh Blum
On 06/06/2012 09:52 AM, Martin Braun wrote: On Sat, Jun 02, 2012 at 10:52:50AM -0700, Josh Blum wrote: Most of the description is in the wiki page: https://github.com/guruofquality/grextras/wiki And here is a handy coding guide for more detail:

Re: [Discuss-gnuradio] GrExtras - write blocks in python, message passing, misc features...

2012-06-06 Thread Johnathan Corgan
On Wed, Jun 6, 2012 at 9:52 AM, Martin Braun martin.br...@kit.edu wrote: Apart from that, I quite like your code and would like to lobby towards getting some of it into the mainline repository. Now I just have to come up with something useful to do with it :) The Python blocks feature is

Re: [Discuss-gnuradio] Tunning USRP From Seperate C++ Block?

2012-06-06 Thread Josh Blum
On 06/06/2012 08:54 AM, labarowski wrote: Hello, I would like to make a signal processing block which would generate a certain number of samples (corresponding to a specific time window), pass them to a USRP sink, then tune the USRP to a new frequency and repeat the process. The issue

Re: [Discuss-gnuradio] GrExtras - write blocks in python, message passing, misc features...

2012-06-06 Thread Josh Blum
On 06/06/2012 11:04 AM, Johnathan Corgan wrote: On Wed, Jun 6, 2012 at 9:52 AM, Martin Braun martin.br...@kit.edu wrote: Apart from that, I quite like your code and would like to lobby towards getting some of it into the mainline repository. Now I just have to come up with something

Re: [Discuss-gnuradio] uhd_fft freezes after some seconds

2012-06-06 Thread Andrew Davis
You are almost certainly sampling faster than your computer can handle, the queue gets backed up and WXFFT stops responding to GUI messages, sample at a slower rate. My old PC can not do more than 1 Msps w/o locking up. On Wed, Jun 6, 2012 at 4:11 AM, Luong Tan Phong phongl...@gmail.com wrote:

Re: [Discuss-gnuradio] gqrx branch osmosdr

2012-06-06 Thread Alexandru Csete
On Wed, Jun 6, 2012 at 12:29 AM, Patrick Strasser patrick.stras...@student.tugraz.at wrote: Alexandru Csete wrote on 2012-06-05 19:06: On Tue, Jun 5, 2012 at 6:51 PM, Patrick Strasser In comparison to the rtlsdr fork I see you added FM-W. FM-N in comparison sounds more clipped, FM-W is clipped

Re: [Discuss-gnuradio] Programming FPGA

2012-06-06 Thread Matt Ettus
The Verilog code is all available and it is in the UHD git repository. I would suggest you start there. Matt On Fri, Jun 1, 2012 at 10:34 AM, sibar002 sibar...@ucr.edu wrote: Hello I am currently working on the USRP N210. I am trying to modify the VHDL code for the FPGA in order to gain

Re: [Discuss-gnuradio] GMSK AX25 link to TCP with N200

2012-06-06 Thread John Malsbury
Adam, I apologize if I'm misunderstanding your question. But the packet decoder in GNU Radio is not an AX.25, just a general purpose decode. I've hacked together an AX.25 receiver with the N200. I can send the files to you tomorrow. -John On Wed, Jun 6, 2012 at 3:52 PM, Adam Gunderson

Re: [Discuss-gnuradio] GMSK AX25 link to TCP with N200

2012-06-06 Thread John Malsbury
PS - The decoder I built was tested with live recordings of a stensat beacon from the phonesat group, so I think it will certainly work in your case - if only with minor modifications. -John On Wed, Jun 6, 2012 at 4:18 PM, John Malsbury john.malsb...@ettus.comwrote: Adam, I apologize if I'm

Re: [Discuss-gnuradio] GMSK AX25 link to TCP with N200

2012-06-06 Thread Darren Long
Me too, please. Darren On 07/06/12 00:20, John Malsbury wrote: PS - The decoder I built was tested with live recordings of a stensat beacon from the phonesat group, so I think it will certainly work in your case - if only with minor modifications. -John On Wed, Jun 6, 2012 at 4:18 PM,

Re: [Discuss-gnuradio] GMSK AX25 link to TCP with N200

2012-06-06 Thread Adam Gunderson
Yeah I figured that was the main issue, an AX.25 encoder/decoder would be awesome! Thanks -Adam On Wed, Jun 6, 2012 at 5:20 PM, John Malsbury john.malsb...@ettus.comwrote: PS - The decoder I built was tested with live recordings of a stensat beacon from the phonesat group, so I think it will

[Discuss-gnuradio] changing tag offset in a downstream block

2012-06-06 Thread Zing Yu
All, I have been playing with stream tags since a while and eventually come across a problem. I have a block A which generates a series of tags. The output of block A is then passed through an interpolation block B. So, a tag which was associated with sample X in block A becomes associated

Re: [Discuss-gnuradio] changing tag offset in a downstream block

2012-06-06 Thread Nick Foster
Don't change the offset, catch the tag in a downstream block and issue a new tag with the modified sample number. We've been debating ways to handle decimating/interpolating blocks in the tag scheme, I don't think we'd settled on any consistent way to handle non-sync blocks. --n On Wed, Jun 6,

Re: [Discuss-gnuradio] I thought we had squashed this one

2012-06-06 Thread Tom Rondeau
On Tue, Jun 5, 2012 at 11:45 PM, Marcus D. Leech mle...@ripnet.com wrote: Got a core dump this evening from this evenings GIT build.  On a Fedora 12 machine (I know, horbly obsolete),  on a Centrino M CPU: We did squash this bug. Why you gotta keep bringing up the past? What version of FFTW

Re: [Discuss-gnuradio] I thought we had squashed this one

2012-06-06 Thread Marcus D. Leech
On Tue, Jun 5, 2012 at 11:45 PM, Marcus D. Leech mle...@ripnet.com wrote: Got a core dump this evening from this evenings GIT build. On a Fedora 12 machine (I know, horbly obsolete), on a Centrino M CPU: We did squash this bug. Why you gotta keep bringing up the past? What

Re: [Discuss-gnuradio] Choppy Audio from uhd_rx_nogui on a VM

2012-06-06 Thread Tom Rondeau
On Wed, Jun 6, 2012 at 8:47 AM, Shepard Siegel shepard.sie...@atomicrules.com wrote: This is a simple question with a long prelude. We have a handful of N210/WBX that work great with UHD with which we are familiar. Until last night, I had not spent more than ten minutes with GNU Radio. This

Re: [Discuss-gnuradio] I thought we had squashed this one

2012-06-06 Thread Tom Rondeau
On Wed, Jun 6, 2012 at 9:52 PM, Marcus D. Leech mle...@ripnet.com wrote: On Tue, Jun 5, 2012 at 11:45 PM, Marcus D. Leech mle...@ripnet.com wrote: Got a core dump this evening from this evenings GIT build.  On a Fedora 12 machine (I know, horbly obsolete),  on a Centrino M CPU: We did

Re: [Discuss-gnuradio] I thought we had squashed this one

2012-06-06 Thread Marcus D. Leech
Ok, I'm not entirely sure why I asked that since I don't know enough about FFTW by it's version to make any judgement off it. And 3.2.2 isn't that old. We'd really have to dig deeper. See what the addresses of a, b, and c in gri_fft_filter_ccc_generic::filter actually are to see which one

Re: [Discuss-gnuradio] I thought we had squashed this one

2012-06-06 Thread Tom Rondeau
On Wed, Jun 6, 2012 at 10:34 PM, Marcus D. Leech mle...@ripnet.com wrote: Ok, I'm not entirely sure why I asked that since I don't know enough about FFTW by it's version to make any judgement off it. And 3.2.2 isn't that old. We'd really have to dig deeper. See what the addresses of a, b,

[Discuss-gnuradio] Basic python question

2012-06-06 Thread Phil
I'm almost afraid to ask such a basic question. A Google search shows that the Internet is awash with all sorts of tutorials but I still haven't discovered the answer. It dawned on me a couple of days ago that gnuradio is not a plug-and -play SDR, like several of the Windows SDR applications