[Discuss-gnuradio] gr_burst_tagger

2012-01-13 Thread Marcus D. Leech
Would it be reasonable to modify gr-burst-tagger to allow you to set the tag values that are inserted at the two different state transitions? I don't see a function in there to do that--it only inserts "burst":PMT_T or "burst":PMT_F at the two state transitions on the trigger port. Ideally

Re: [Discuss-gnuradio] Running python-gtk with GNURadio

2012-01-13 Thread Ben Hilburn
Fon - Can you detail how you are combining them? If you are executing GNU Radio stuff from the primary thread in your GUI application, it will stop re-drawing the window (because the thread is busy executing GNU Radio). Also, all GUI updates must happen from your main thread. Cheers, Ben On Fr

[Discuss-gnuradio] Running python-gtk with GNURadio

2012-01-13 Thread Fon, Rithirong Thandee
Hi all, I'm trying to create a GUI for my GNURadio program using python-gtk on a USRP E100. I have GNURadio and pythong-gtk working separately. But now that I'm combining them, the graphic windows goes blank and waits for the GNURadio part to finish. Is there a better way to do this? Thank you, R

Re: [Discuss-gnuradio] [USRP-users] Can use WBX to receive dual channel?

2012-01-13 Thread Scott Johnston
I used the following tune commands. self.uhd_usrp_source_0.set_center_freq(uhd.tune_request(tun_freq, dsp_freq=-10e6, rf_freq=tun_freq+10e6, dsp_freq_policy=uhd.tune_request.POLICY_MANUAL,rf_freq_policy=uhd.tune_request.POLICY_MANUAL), 0) self.uhd_usrp_source_0.set_center_freq(uhd.tune_reques

Re: [Discuss-gnuradio] [USRP-users] Can use WBX to receive dual channel?

2012-01-13 Thread Josh Blum
On 01/13/2012 11:59 AM, Scott Johnston wrote: > Hi Josh, > > I am attempting to do what you described below, but I am seeing two > problems. First, I see a power difference of about 30 dB going from one > channel to two. Second, when I tune the second channel 100kHz away from > the first, the fi

Re: [Discuss-gnuradio] Try to improve E100's performance at high sample rate

2012-01-13 Thread Josh Blum
> To reduce the computation load of the processor, I tried two methods: > 1) modify the gr.quadrature_demod_cf block, replace some multiplication > operations with volk-based operations (gr.multiply and gr.multiply_const > modules in gr_blocks); I like it. Make sure to contribute patches like tha

Re: [Discuss-gnuradio] cmake build not placing lib*.so properly

2012-01-13 Thread Josh Blum
On 01/13/2012 11:34 AM, Marcus D. Leech wrote: > On 13/01/12 02:21 PM, Josh Blum wrote: >> >> On 01/13/2012 11:01 AM, Marcus D. Leech wrote: >> >>> Observe the following directory listing: >>> >>> [mleech@localhost ~]$ ls -l /usr/local/lib/libgnuradio-core* >>> lrwxrwxrwx 1 root root 34 2

Re: [Discuss-gnuradio] cmake build not placing lib*.so properly

2012-01-13 Thread Marcus D. Leech
On 13/01/12 02:21 PM, Josh Blum wrote: > > On 01/13/2012 11:01 AM, Marcus D. Leech wrote: > >> Observe the following directory listing: >> >> [mleech@localhost ~]$ ls -l /usr/local/lib/libgnuradio-core* >> lrwxrwxrwx 1 root root 34 2012-01-13 13:56 >> /usr/local/lib/libgnuradio-core-3.5.2gi

Re: [Discuss-gnuradio] cmake build not placing lib*.so properly

2012-01-13 Thread Josh Blum
On 01/13/2012 11:01 AM, Marcus D. Leech wrote: > Observe the following directory listing: > > [mleech@localhost ~]$ ls -l /usr/local/lib/libgnuradio-core* > lrwxrwxrwx 1 root root 34 2012-01-13 13:56 > /usr/local/lib/libgnuradio-core-3.5.2git.so.0 -> > libgnuradio-core-3.5.2git.so.0.0.0 > l

[Discuss-gnuradio] cmake build not placing lib*.so properly

2012-01-13 Thread Marcus D. Leech
Observe the following directory listing: [mleech@localhost ~]$ ls -l /usr/local/lib/libgnuradio-core* lrwxrwxrwx 1 root root 34 2012-01-13 13:56 /usr/local/lib/libgnuradio-core-3.5.2git.so.0 -> libgnuradio-core-3.5.2git.so.0.0.0 lrwxrwxrwx 1 root root 34 2012-01-13 13:56 /usr/local/lib/l

Re: [Discuss-gnuradio] Saving block status

2012-01-13 Thread Josh Blum
On 01/13/2012 08:11 AM, André Selva wrote: > Hi! > > I've been working on the development of a Digital TV transmitter on GNU > Radio. > The problem is that the information flow is bufferized before "entering" > the blocks, but the information i need to process is too large to be > bufferized. >

[Discuss-gnuradio] Try to improve E100's performance at high sample rate

2012-01-13 Thread ziyang
Dear all, I have been trying to transmit data between usrp e100 (with RFX2400 daughter board) and a non-usrp device, which has a fixed 4M sample rate. On e100 side (running in half duplex mode), although data from the uhd_source will go through a gr.pwr_squelch_cc block before being demodula

[Discuss-gnuradio] Saving block status

2012-01-13 Thread André Selva
Hi! I've been working on the development of a Digital TV transmitter on GNU Radio. The problem is that the information flow is bufferized before "entering" the blocks, but the information i need to process is too large to be bufferized. So, I need the data contained on some internal structures of

Re: [Discuss-gnuradio] UHD warning: The Hardware does not support the requested RX sample rate

2012-01-13 Thread Marcus D. Leech
On 13/01/12 10:35 AM, Jorge Hernandez wrote: > Hi, > > I am working on a SISO link between two USRP2 based on OFDM. After > trying the different examples available I am stuck on a warning that > comes up over and over and I don't know how to solve it. I know it can > be a pretty simple question but

[Discuss-gnuradio] Error while using MPSK Sync block in GRC 3.5.0

2012-01-13 Thread shashank gaur
Hello I was trying to use the MPSK Sync in GRC 3.5.0 but it seems that there is either no block declared in gr-digital for the same. All I could find was an xml file for the same. Is digital_mpsk_reciever_cc.cc for the block? If it is then there is no place to declare M and theta. Also no Omega_rel

[Discuss-gnuradio] UHD warning: The Hardware does not support the requested RX sample rate

2012-01-13 Thread Jorge Hernandez
Hi, I am working on a SISO link between two USRP2 based on OFDM. After trying the different examples available I am stuck on a warning that comes up over and over and I don't know how to solve it. I know it can be a pretty simple question but I've already checked the mailing list and I saw that th

Re: [Discuss-gnuradio] cmake build gnuradio on FreeBSD

2012-01-13 Thread Andrew Davis
I did that and is works, I was just saying that's the only thing that is keeping it from being a simple "./configure && make install". On Thu, Jan 12, 2012 at 8:56 PM, Tom Rondeau wrote: > On Wed, Jan 11, 2012 at 9:27 PM, Andrew Davis wrote: > >> It worked for me other than the qwt so I think s