Re: [Discuss-gnuradio] BER and OFDM

2014-04-08 Thread Martin Braun
On 04/07/2014 06:09 PM, MegaDuzera wrote: Hello guys, I'm getting some problems to use the error rate on a ofdm system, i used the example ofdm_loopback as base and add the error rate and number sink but there's not any response, it doesn't bring me any error but the results are clearly

Re: [Discuss-gnuradio] [USRP-users] How to stop usrp_spectrum_sense.py?

2014-04-08 Thread Martin Braun
On 04/07/2014 04:51 AM, Syed Aqeel Raza wrote: Hi Martin, Good Day !!! I somehow able to run the program and it successfully switches in between of relay mode to sensing mode with respect to the mentioned time frame. However, the program terminates by its own after switching two times

Re: [Discuss-gnuradio] Occasional choppiness/underruns (aUaU) with FCDPP-GRC-Pulse

2014-04-08 Thread Marcus Müller
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hi Chuck, really in a hurry now, but I can't let you down, sooo: On 08.04.2014 06:22, Chuck Ritola wrote: There doesn't seem to be a system in place in gmail/mailman for replying to a list digest entry. Hope this works... Switching from 'pulse'

[Discuss-gnuradio] Smith Chart in GNU Radio

2014-04-08 Thread MITUL VEKARIYA
Hi I am trying to figure out how to use smith chart as a sink in GNU Radio. I made an OOT (https://github.com/mitul93/gr-smithchart) using pyQT by following Tim O'shea's work. It is merely a skeleton, still lots of work to do. I made two versions of smith chart - one using pyQT and another using

Re: [Discuss-gnuradio] Occasional choppiness/underruns (aUaU) with FCDPP-GRC-Pulse

2014-04-08 Thread Martin Braun
On 04/08/2014 10:42 AM, Marcus Müller wrote: [...] Ok, to be completely frank here: It looks like your computer is not up to the task of mixing pulse streams while simultaneously doing signal processing and watching Flash movies. Or maybe this is an irregularity in pulse, or pulse starts to

[Discuss-gnuradio] Problem with getting clear FM signals using the usrp e110

2014-04-08 Thread Abouda Yassine
Hello, I followed this tutorial to build a simple FM receiver: https://www.youtube.com/watch?v=KWeY2yqwVA0.I am using the USRP e110,my problem is I am only getting noise.I tried to change blocks and parameters and it worked for me when I deleted the rational resampler and made a 100k as a

Re: [Discuss-gnuradio] gr-air-modes broken in recent update ?

2014-04-08 Thread M Dammer
I tried rebuilding gr-air-modes with make -j1 both for build and install, but it did no help. I even changed the generic makewidth setting to 1 and rebuilt gnuradio, rtl_sdr..., but the problem is still there. Mark On 07/04/14 22:19, Johnathan Corgan wrote: On 04/08/2014 01:41 AM, M Dammer

Re: [Discuss-gnuradio] BER and OFDM

2014-04-08 Thread MegaDuzera
I already tried the new blocks The BER results are wrong, it gives me a value of 0.0 Units always -- View this message in context: http://gnuradio.4.n7.nabble.com/BER-and-OFDM-tp47428p47449.html Sent from the GnuRadio mailing list archive at Nabble.com.

Re: [Discuss-gnuradio] gr-air-modes broken in recent update ?

2014-04-08 Thread Sylvain Munaut
Hi, /home/mark/apps/gnuradio/3.7/lib/python2.7/dist-packages/air_modes/air_modes_swig.py, line 22, in swig_import_helper _mod = imp.load_module('_air_modes_swig', fp, pathname, description) ImportError: dynamic module does not define init function (init_air_modes_swig) The does not

[Discuss-gnuradio] Using GRC without UHD

2014-04-08 Thread Ruecan
Hello GR, Are there any fake sink and source blocks which simulates the uhd sink and source. I would like to test some flow graphs but for the moment I don't have access to the radios. Or is there any other option, let's say using a channel block between the Tx and the Rx. Any hints or

Re: [Discuss-gnuradio] Using GRC without UHD

2014-04-08 Thread Martin Braun
On 04/08/2014 05:36 PM, Ruecan wrote: Hello GR, Are there any fake sink and source blocks which simulates the uhd sink and source. I would like to test some flow graphs but for the moment I don't have access to the radios. Or is there any other option, let's say using a channel block

Re: [Discuss-gnuradio] Using GRC without UHD

2014-04-08 Thread Tom Rondeau
On Tue, Apr 8, 2014 at 11:48 AM, Ruecan naceuram...@gmail.com wrote: Thank you Martin, Does the file sink and source blocks work in case of a stream of packets (802.15.4). Ruecan Ruecan,

Re: [Discuss-gnuradio] Using GRC without UHD

2014-04-08 Thread Ruecan
Thanks. -- View this message in context: http://gnuradio.4.n7.nabble.com/Using-GRC-without-UHD-tp47451p47455.html Sent from the GnuRadio mailing list archive at Nabble.com. ___ Discuss-gnuradio mailing list Discuss-gnuradio@gnu.org

Re: [Discuss-gnuradio] Latest Hackfest (discussion on trellis and RA codes)

2014-04-08 Thread Achilleas Anastasopoulos
Miklos and Tom, one option may be to merge the work that Miklos described with gr-trellis (or the other way around :-)) Recall there was a discussion in the recent past of volk-ing the basic trellis algorithms such as VA and SISO. I believe the work that Miklos describes would be a wonderful way

Re: [Discuss-gnuradio] Using GRC without UHD

2014-04-08 Thread Ed Criscuolo
Connect up a null sink and null source in parallel with the uhd blocks. Then right- mouse on the uhd blocks and select disable. This will gray-out the blocks and not compile them, but will leave them there preserving all your parameters. @(^.^)@ Ed Sent from my iPod On Apr 8, 2014, at

[Discuss-gnuradio] Tips for improving file transfer data loss

2014-04-08 Thread Ken Adams
I'm looking for some tips on how to improve file transfer using two USRP's. I understand the method I'm using might be fairly crude, but I'm just starting out. Problem is I'm dropping a lot of data out of the file (receiving missing parts of a string and such). This gets really bad when one of

[Discuss-gnuradio] FSK Demodulation trouble

2014-04-08 Thread Jay Radcliffe
Hello All, I am working on learning gnuradio and getting a grip on demodulating digital communications. I've been a ham for a long time, and this seems far from my days as a kid running 1200 baud half duplex AFSK. ;) What I have is a toy with a cc1101 chip in it that transmits @ 19.2 k baud,

[Discuss-gnuradio] Arch Linux WXGUI Support (GNR3.7)

2014-04-08 Thread Jordan Johnson
There has been an issue for some months now in the latest build of gnuradio from the AUR. It does not build, nor can run the WX/QT GUI modules. I have had to downgrade some packages to make an older version of GNR work. I need the instrumentation tools for testing things and cannot work without

Re: [Discuss-gnuradio] Arch Linux WXGUI Support (GNR3.7)

2014-04-08 Thread Tom Rondeau
On Tue, Apr 8, 2014 at 6:44 PM, Jordan Johnson jwllmjohn...@gmail.comwrote: There has been an issue for some months now in the latest build of gnuradio from the AUR. It does not build, nor can run the WX/QT GUI modules. I have had to downgrade some packages to make an older version of GNR

Re: [Discuss-gnuradio] Arch Linux WXGUI Support (GNR3.7)

2014-04-08 Thread Jordan Johnson
Attempted building and running it. Got this. (top_block.py:16685): Gtk-WARNING **: Unable to locate theme engine in module_path: murrine, Using Volk machine: avx_64_mmx_orc Traceback (most recent call last): File /home/ushio/top_block.py, line 77, in module tb = top_block() File

Re: [Discuss-gnuradio] Smith Chart in GNU Radio

2014-04-08 Thread MITUL VEKARIYA
Hello Problem solved. I removed the QApplication() from the example. Matplotlib was used for plotting, no need of qApp!! Thanks Mitul Vekariya On Tue, Apr 8, 2014 at 2:22 PM, MITUL VEKARIYA 10bec...@nirmauni.ac.inwrote: Hi I am trying to figure out how to use smith chart as a sink in GNU

Re: [Discuss-gnuradio] BER and OFDM

2014-04-08 Thread bsivakumar
Dear user, I think this is not the way to implement OFDM simulation. It requires multiply const block before channel model. You may get variation in BER value when you use USRP boards. I will execute the same flow-graph and let me inform you results in soon. -- View this message in context: