Re: [Discuss-gnuradio] Is it possible to undo my mistake

2015-04-27 Thread Richard Bell
Probably not without knowing exactly what was accidentally deleted. What process do you use to install gnuradio that is so difficult to start over with? What OS? On Ubuntu 14.04 using pybombs, it takes me about 35 minutes to completely wipe gnuradio from my machine to having it fully installed ag

Re: [Discuss-gnuradio] Correlation Estimation Block Oddity

2015-04-27 Thread Richard Bell
I somehow attached the wrong correlation screenshot in my previous post. Here is the correct one. Rich On Mon, Apr 27, 2015 at 4:35 PM, Richard Bell wrote: > Andy and all, > > Sorry for the delay in reply, I've been working hard to figure things out > on my end. > > I use the polyphase clock re

Re: [Discuss-gnuradio] Correlation Estimation Block Oddity

2015-04-27 Thread Richard Bell
Andy and all, Sorry for the delay in reply, I've been working hard to figure things out on my end. I use the polyphase clock recovery block for timing recovery. I have essentially copied the test_corr_est.grc example that was included with the block in the examples directory. It seems that this

[Discuss-gnuradio] Is it possible to undo my mistake

2015-04-27 Thread Carl Olsson
Dear all, I followed a tutorial online to install a sdr software and accidentaly deleted files from my gnuradio installation. It took me a very long time to manage to set up everyting so before I start from the beginning I wanted to ask you if it is possible to undo my mistake. I am on Ubuntu 14.0

Re: [Discuss-gnuradio] Confirming uhd.set_command_time is working

2015-04-27 Thread Martin Braun
Which USRP is this? M On 27.04.2015 15:03, Anderson, Douglas J. wrote: > Hi all, > > I'm playing around with timed commands on the USRP, but I'm not sure I > understand them correctly. > > I've got a usrp connected as "u" and set to center freq 700e6. > u.set_command_time(u.get_time_now()

[Discuss-gnuradio] Confirming uhd.set_command_time is working

2015-04-27 Thread Anderson, Douglas J.
Hi all, I'm playing around with timed commands on the USRP, but I'm not sure I understand them correctly. I've got a usrp connected as "u" and set to center freq 700e6. >>> u.set_command_time(u.get_time_now() + uhd.time_spec(2)); >>> u.set_center_freq(800e6); u.clear_command_time(); >>> print

Re: [Discuss-gnuradio] python Hier block using callback

2015-04-27 Thread fanatic
the callback is on the .xml file from the grc folder, the parameters are changing but the waveform is not updating. on the other hand, all my custom blocks i get "AttributeError: 'top_block_sptr' object has no attribute 'top_layout'". it was working all along but I just got that recently, I searc

Re: [Discuss-gnuradio] python Hier block using callback

2015-04-27 Thread Marcus Müller
the point is that if the print is not appearing, then the callback isn't working as you expect. You should really make sure to use the right variable names. You're not really sharing all the interesting information; it's a bit hard to figure this out in what's becoming a dialogue. I'd like to ask y

Re: [Discuss-gnuradio] Multiple flowgraphs and GUI elements

2015-04-27 Thread Marcus Müller
Ok, this boils down to one thing: The flow graph you're doing doesn't really have logically "separate" RX and TX parts. Just put it all in one big GRC file and you should be set; do you encounter any problems when doing that? Greetings, Marcus On 04/27/2015 06:25 PM, Nemanja Savic wrote: > Hi, >

Re: [Discuss-gnuradio] Multiple flowgraphs and GUI elements

2015-04-27 Thread Marcus Müller
So you mean this one: http://gnuradio.org/redmine/projects/gnuradio/wiki/TutorialsWritePythonApplications#Multiple-flow-graphs That refers to the Push-to-talk example from gr-uhd, which is a bit older, I think. However, the whole point is that you can simply write your TX flow graph and your RX f

Re: [Discuss-gnuradio] Multiple flowgraphs and GUI elements

2015-04-27 Thread Nemanja Savic
The one suggested for multiple flowgraphs in the gnuradio page Writing python applications. Walkie talkie nbfm example (can't provide the name at the moment). Best, Nemanja On Mon, Apr 27, 2015 at 2:23 PM, Marcus Müller wrote: > Hi Nemanja > > On 04/27/2015 01:18 PM, Nemanja Savic wrote: > > Hi

Re: [Discuss-gnuradio] Polyphase Clock Synchronization with Matched Filter

2015-04-27 Thread Su Li
Hi Sylvain and Tom, Thanks a lot. It works. So the "Taps" should contain all the matched filter coefficients for Filter_Size (32) filters instead of just one filter. Then each filter takes SPS (4) out of them to generate a phase-shifted shaping filter. Hence, we have a filterbank with different p

Re: [Discuss-gnuradio] Polyphase Clock Synchronization with Matched Filter

2015-04-27 Thread Tom Rondeau
On Mon, Apr 27, 2015 at 9:34 AM, Sylvain Munaut <246...@gmail.com> wrote: > Hi, > > I am trying to use Polyphase Clock Synchronization (PCS) block to conduct >> timing synchronization for QPSK signal with half-sine pulse shaping. In the >> doxygen document of PCS, it says that the "taps" parameter

Re: [Discuss-gnuradio] Polyphase Clock Synchronization with Matched Filter

2015-04-27 Thread Sylvain Munaut
Hi, I am trying to use Polyphase Clock Synchronization (PCS) block to conduct > timing synchronization for QPSK signal with half-sine pulse shaping. In the > doxygen document of PCS, it says that the "taps" parameter could be the > matched filter. Thus, I put the matched filter of half-sine pulse

[Discuss-gnuradio] Polyphase Clock Synchronization with Matched Filter

2015-04-27 Thread Su Li
Hi all, I am trying to use Polyphase Clock Synchronization (PCS) block to conduct timing synchronization for QPSK signal with half-sine pulse shaping. In the doxygen document of PCS, it says that the "taps" parameter could be the matched filter. Thus, I put the matched filter of half-sine pulse he

Re: [Discuss-gnuradio] Multiple flowgraphs and GUI elements

2015-04-27 Thread Marcus Müller
Hi Nemanja On 04/27/2015 01:18 PM, Nemanja Savic wrote: > Hi all guys, and girls :) > > I am building a gnuradio top block application where I want to have rx > and tx flographs. Something similar to the example provided with gnuradio. Which one of the dozens of examples? Greetings, Marcus _

Re: [Discuss-gnuradio] python Hier block using callback

2015-04-27 Thread Marcus Müller
Hi Themba, the interesting point here is where you register your callback. You say you've included the callback in the .grc file; if that's the case, you should find it searching for the name of the variable you change using a slider etc in the python file GRC generates. Greetings, Marcus On 04/

Re: [Discuss-gnuradio] No scope with gr?

2015-04-27 Thread Marcus Müller
Hi Ralph, > Usually I do not use those gfx stuff that much, I just stumbled over it when > firing up my DSD+ flow for DMR radio decoding, then I tried other flows > using WX GUI Scope Sink, with the same result. I see... Hm. The point is that most of us is not really deep into the WX code base, and

[Discuss-gnuradio] Multiple flowgraphs and GUI elements

2015-04-27 Thread Nemanja Savic
Hi all guys, I am building a gnuradio top block application where I want to have rx and tx flographs. Something similar to the example provided with gnuradio. I want to make rx path and tx path, but the example doesn't use "common" way for making GUI elements. Now, I am a little bit confused. Shou

Re: [Discuss-gnuradio] python Hier block using callback

2015-04-27 Thread fanatic
Thank you Marcus for the reply. let me show you an example of what I did. but so far i am not getting any output from it def set_parameters(self,amplitude): global d_amplitude d_amplitude= amplitude print d_amplitude #then on the contructor

Re: [Discuss-gnuradio] No scope with gr?

2015-04-27 Thread Ralph A. Schmid, dk5ras
Hi, > Hi Ralph, > > first of all: that's the WX GUI Scope, right? Yes. > > Where can I start searching for the reason? > Do other Instrumentations from the same GUI framework work? The WX GUI Waterfall Sink works as always. Usually I do not use those gfx stuff that much, I just stumbled ove

Re: [Discuss-gnuradio] python Hier block using callback

2015-04-27 Thread Marcus Müller
Hi Themba, in principle, what you describe sounds right; can you insert some 'print "set_foobar called"'' in the set methods of your hier block, to check whether they are actually being called? Greetings, Marcus On 04/27/2015 08:43 AM, THEMBA WELCOME MATHUMO wrote: > Hi all; > > I created a pyt