Re: [Discuss-gnuradio] low frequency in GRC

2014-05-16 Thread Activecat
On Fri, May 16, 2014 at 2:01 AM, Marcus Leech wrote: > Gnu Radio is a streaming architecture. Sample-rate is actually > almost-entirely meaningless within the flowgraph, and only really > has meaning "at the edges" when interfacing to the real world. The only > exception is the throttle block,

Re: [Discuss-gnuradio] aUaU FM receiver

2014-05-16 Thread Ben Hilburn
Hi Pablo - Have you tried tuning the audio rate a bit? When you see the 'aU's, do you also hear distortion in the audio? Cheers, Ben On Fri, May 16, 2014 at 8:10 AM, Mike Harpe wrote: > I was unable to get GRC to perform acceptably under VMWare on a very up to > date system. The USB support i

Re: [Discuss-gnuradio] Ice-related Build Problem

2014-05-16 Thread Dan CaJacob
Tom, Interestingly, when I was retesting the cmake output for you, I built it manually after that and it worked this time - no ice complaints. So, the problem seems likely to be somehow brought out when pybombs does the build (maybe passing options that I did not when compiling manually). The or

Re: [Discuss-gnuradio] MSF/DCF/RBU Time Station Receiver Implementation

2014-05-16 Thread Marcus D. Leech
On 05/16/2014 01:29 PM, Iain Young, G7III wrote: I'm not actually sure what advantages if any the Goertzel has over a narrow-band FIR, although there is a post in the archive from Marcus suggesting 15% CPU. With the advances in VOLK, it would be useful to try the benchmarks again to see which a

Re: [Discuss-gnuradio] MSF/DCF/RBU Time Station Receiver Implementation

2014-05-16 Thread Iain Young, G7III
Hi Lou, You Wrote: On 15/05/14 23:28, madengr wrote: Iain Young, G7III wrote I lashed up a quick Goertzel filter at 250Hz, and re-tuned so I was 250Hz off from MSF. Hacked up some code to actually decode the output of GRC to the timecode bits for MSF. It decodes perfectly, even without parity

Re: [Discuss-gnuradio] a silly question about the sream to vector block

2014-05-16 Thread Mike Jameson
The 'Stream To Vector' block takes a stream of samples and makes a vector stream out of them. This vector stream is just the samples from the stream put into parallel so that for each sample you are actually sending the vector length per second as the sample rate. The use of the 'Stream To Vector

Re: [Discuss-gnuradio] Ice-related Build Problem

2014-05-16 Thread Dan CaJacob
Thanks, Tom! See my comments in context below: On Fri, May 16, 2014 at 9:05 AM, Tom Rondeau wrote: > On Fri, May 16, 2014 at 1:21 AM, Dan CaJacob wrote: > >> Running find to search for the missing library does find it at: >> >> /usr/lib64/libIce.so.35 >> >> Very Respectfully, >> >> Dan CaJacob

[Discuss-gnuradio] Costas loop in HRPT receiver

2014-05-16 Thread Pablo Fernández Alonso
Hello, I’ve heard about costas loop to obtain the carrier of a PSK signal. But I don’t know how it is implemented the carrier recovery in the hrpt example of gr-noaa in order to demodulate the BPSK signal. I would appreciate some help with this topic. Regards, Pablo. __

[Discuss-gnuradio] a silly question about the sream to vector block

2014-05-16 Thread Abouda Yassine
Hi guys, While i was trying to figure out what the stream to vector block does,I understood that if I choose for example nitems=1024 and vector length=1,I get in the output 1024 vectors of 1 item each.And when I was reading about it on this web page ( http://gnuradio.org/redmine/projects/gnuradio/

Re: [Discuss-gnuradio] aUaU FM receiver

2014-05-16 Thread Mike Harpe
I was unable to get GRC to perform acceptably under VMWare on a very up to date system. The USB support is very slow. Mike Harpe, N4PLE Sellersburg, IN USA On Fri, May 16, 2014 at 11:08 AM, Marcus D. Leech wrote: > On 05/16/2014 10:59 AM, Pablo Fernández Alonso wrote: > > Hi, > > > > I built

Re: [Discuss-gnuradio] aUaU FM receiver

2014-05-16 Thread Marcus D. Leech
On 05/16/2014 10:59 AM, Pablo Fernández Alonso wrote: Hi, I built a FM receiver working with a LiveUSB and a USRPB100 device. It worked fine, but when I installed Ubuntu and GNURadio in a virtual machine, the audio is distorted. The console types 'aU' letters. But I generate a wav file and t

[Discuss-gnuradio] aUaU FM receiver

2014-05-16 Thread Pablo Fernández Alonso
Hi, I built a FM receiver working with a LiveUSB and a USRPB100 device. It worked fine, but when I installed Ubuntu and GNURadio in a virtual machine, the audio is distorted. The console types ‘aU’ letters. But I generate a wav file and the quality is good, the problem is with the audio sink.

Re: [Discuss-gnuradio] Ice-related Build Problem

2014-05-16 Thread Tom Rondeau
On Fri, May 16, 2014 at 1:21 AM, Dan CaJacob wrote: > Running find to search for the missing library does find it at: > > /usr/lib64/libIce.so.35 > > Very Respectfully, > > Dan CaJacob > Wait, why do you have a lib64 on an Ubuntu machine? But, we do check in lib64, so that shouldn't be the probl

Re: [Discuss-gnuradio] Ice-related Build Problem

2014-05-16 Thread Mike Jameson
These 'cannot open shared object file' errors are usually solved for me by running 'sudo ldconfig'. Pybombs should not be run as root as everything gets installed to the target directory. You need to run './pybombs env' and append the line about 'source ...' to your home directory's '.bashrc'