Re: [Discuss-gnuradio] step by step command process to update GRC 3.6.3?

2013-01-10 Thread Martin Braun (CEL)
On Wed, Jan 09, 2013 at 03:41:09PM -0800, John Petrich wrote: I apologize in advance for my ignorance about, what for me is, a new OS, Ubuntu. What is the command line sequence for updating GRC to GRC 3.6.3 after I download and unzip the .tar.gz? If you're installing manually from source, we

[Discuss-gnuradio] doubts on the GRC block PSK_Demod

2013-01-10 Thread luca
Hi all, I've some doubts on the GRC block PSK_Demod. I tried to analyze the inner functions called in the /psk_demod block/ in order to understand the algorithms approachs implemented for synchronism recovery. /psk_demod/ derives from /generic_demod/ and the latter can be found in

Re: [Discuss-gnuradio] Using forecast() for input dependant output?

2013-01-10 Thread MJS
Works like a charm now, thanks for the help Martin. -- View this message in context: http://gnuradio.4.n7.nabble.com/Using-forecast-for-input-dependant-output-tp38858p38916.html Sent from the GnuRadio mailing list archive at Nabble.com. ___

[Discuss-gnuradio] Receiving BPSK signal

2013-01-10 Thread luca
Hi, I'd like to receive a BPSK signal (recovering the phase/freq and timing synchronism), not differential coded and in particular not shaped by a srrc filter (rect pulse). I guess that psk_demod.py supports only srrc shaped signal and that digital_mpsk_receiver_cc supports only differential coded

Re: [Discuss-gnuradio] Receiving BPSK signal

2013-01-10 Thread Martin Braun (CEL)
Hi luca, check out the examples in gr-digital/examples/demod. You can set the filter taps as you wish, and do the same with the modulation used. MB On Thu, Jan 10, 2013 at 02:45:43AM -0800, luca wrote: Hi, I'd like to receive a BPSK signal (recovering the phase/freq and timing synchronism),

Re: [Discuss-gnuradio] Unwrap block

2013-01-10 Thread Martin Braun (CEL)
José, make sure you have read and understood http://gnuradio.org/redmine/projects/gnuradio/wiki/ReportingErrors and http://gnuradio.org/redmine/projects/gnuradio/wiki/FAQ. To be clear about this: Asking for help on this list exactly what it's there for. However, you must make an effort when

[Discuss-gnuradio] Issues moving gr-modtool blocks between OSs

2013-01-10 Thread Tommy Tracy II
Dear Gnuradio Mailing List, I created a gr-modtool block on my Ubuntu machine; it works well, but I want to run it on my Gentoo machine. At first, I thought I could just copy over the module in dist-packages, but that doesn't seem to work: I copied my custom module from:

Re: [Discuss-gnuradio] Issues moving gr-modtool blocks between OSs

2013-01-10 Thread tzopik
Tommy You need to re-compile the source of the module in the gentoo computer because the libs and so many things is diferent in Gentoo vs Ubuntu copy all project created by gr-modtool from ubuntu to gentoo and run in gentoo: cd /path/your_blocks rm build/ -rf mkdir build cd build cmake ../ make

[Discuss-gnuradio] Help on easy digital TX/RX

2013-01-10 Thread Hanz
Hello! As to introduct me, im very new to GnuRadio and the general topic of SDR. However, i have a project in which i should implement a very basic way of sending packets. This given packet format has a constant preamble and a constant length of appended databits. For detecting those out of a

Re: [Discuss-gnuradio] GNU Radio release 3.6.3 available for download

2013-01-10 Thread Alexandru Csete
On Thu, Jan 10, 2013 at 2:20 AM, Michael Dickens m...@alum.mit.edu wrote: On Jan 9, 2013, at 4:33 PM, Alexandru Csete oz9...@gmail.com wrote: Thanks for the detailed instructions. I didn't have macports installed so I started from scratch. I installed macports, then boost 1.51 according to

Re: [Discuss-gnuradio] Help on easy digital TX/RX

2013-01-10 Thread John Malsbury
Hanz, You have a few options. You can build a digital tx/rx in GRC, run an example like tunnel.py, etc. I've also created a set of examples with a libraby called pre-cog, which you can see here: http://www.youtube.com/watch?v=f8emQ-TvD90 An updated url to the pre-cog github pages:

Re: [Discuss-gnuradio] GNU Radio release 3.6.3 available for download

2013-01-10 Thread Michael Dickens
On Jan 10, 2013, at 3:35 PM, Alexandru Csete oz9...@gmail.com wrote: Thanks for your help. As it turns out, I simply forgot to run the last step that actually installs boost 1.51 after building it - that explains why boost 1.52 got installed with uhd. I have now rebuilt 1.51, deactivated 1.52

Re: [Discuss-gnuradio] GNU Radio release 3.6.3 available for download

2013-01-10 Thread Alexandru Csete
On Thu, Jan 10, 2013 at 9:44 PM, Michael Dickens m...@alum.mit.edu wrote: You can select a compiler suite by appending to the usual port commands configure.compiler=XXX, where XXX is one of: gcc-3.3 gcc-4.0 gcc-4.2 llvm-gcc-4.2 clang apple-gcc-4.0 apple-gcc-4.2 macports-gcc-4.1

[Discuss-gnuradio] Block to keep streams in sync

2013-01-10 Thread Juha Vierinen
Hi, Is there a block in gnuradio that would watch stream tags and pad zeros into the stream when a USRP drops packets. This would allow other processing blocks to assume that outgoing and incoming IQ streams are always in sync, which would help in many of the applications that I'm working with.

Re: [Discuss-gnuradio] Issues moving gr-modtool blocks between OSs

2013-01-10 Thread Tommy Tracy II
Dear tzopik, Thank you for your help! Unfortunately, I didn't build gnuradio from source, so I am trying to do that now. I am installing it on gentoo and following the gentoo instructions: http://gnuradio.org/redmine/projects/gnuradio/wiki/GentooInstall 1. emerge swig fftw cppunit

[Discuss-gnuradio] Make successful; Make Test fail with Gnuradio Gentoo Installation

2013-01-10 Thread Tommy Tracy II
I tried installing using http://gnuradio.org/releases/gnuradio/gnuradio-3.6.3.tar.gz There were a few packages missing that I needed to download: cheetah PyQt4 I then ran cmake: cmake -DCMAKE_INSTALL_PREFIX=/usr -DQWT_INCLUDE_DIRS=/usr/include/qwt5 ../ The build completed, but several of the

[Discuss-gnuradio] [ Implementing a Phase Shift block]

2013-01-10 Thread Ashish Raste
Hi all, I'm working on synchronising two USRPs (connected via a MIMO) and have calibrated the time-offset which occurs between them for a given set of signal generator's frequency, USRPs frequency and the sampling rate. My next step is to do a phase-compensation for one of the USRPs so that