[Discuss-gnuradio] Not able to view two scopes at the same time

2013-01-11 Thread Ghulam Rasool Begh
Hi all, I have a 15 monitor. When I use two scopes or one scope and one FFT block in gnuradio companion, I am not able to visualize the lower scope on GUI window. Is this problem with the monitor or I have to change some settings. Regards GR ___

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

2013-01-11 Thread Hanz
Thank you for the advising! That looks like something what i could use. I just came up with another question: I simply tried to simulate a DPBSK Path with noise, loaded from a file and sinked to a file. Between Demod and Sink i placed a Pack K Bits with K=8.

Re: [Discuss-gnuradio] Simple Digital Mod Problem

2013-01-11 Thread Hanz
Thanks! I see now what you mean, but how can i get rid of these boundary mistakes? The Result is similar to the original, but the bytes are kind of shifted. So from a FF 00 results a FE 01.. -- View this message in context:

[Discuss-gnuradio] uhd_find_devices error

2013-01-11 Thread tokens
I have a USRP2 with WBX daughter board. Gnuradio and UHD were installed using the attached script. I am running under Ubuntu 12.04.1 and GNU radio 3.6.3 was installed. After doing some playing around with Gnuradio Companion I decided to test out the hardware. I am able to ping the USRP2 but

Re: [Discuss-gnuradio] Receiving BPSK signal

2013-01-11 Thread luca
Hi Martin, thank you.. but it seems to me that no example allows a not-Differential coding scheme and not-srcc filter (excess Bw is required). Maybe only the pam_sync.grc is the most suitable for my purpose... I find the synchronism recover by means of a FLL Band-Edge (frequency error), a

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

2013-01-11 Thread Marcus D. Leech
On 01/11/2013 02:30 AM, Ashish Raste wrote: 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

Re: [Discuss-gnuradio] Receiving BPSK signal

2013-01-11 Thread Martin Braun (CEL)
Using rect pulse shapes is generally not a good idea. Why do you want that? ...but let's assume you have a good reason: On Fri, Jan 11, 2013 at 07:41:29AM -0800, luca wrote: -) In the Polyphase Clock Sinc I expected to find the same taps used in the tx side (Polyphase Resampler). But other

Re: [Discuss-gnuradio] Receiving BPSK signal

2013-01-11 Thread luca
Using rect pulse shapes is generally not a good idea. Why do you want that? ...but let's assume you have a good reason: yes ...in my case.. low data rate telemetry-data from satellite are transmitted without filtering. They are the same (RRC filter on both Tx an Rx). Are you sure ? I find

Re: [Discuss-gnuradio] Simple Digital Mod Problem

2013-01-11 Thread Ben Reynwar
Take a look at the packet_encoder and packet_decoder blocks. The encoder adds a header to the packet, so that the decoder can synchronise to it, and get the correct byte boundary. The implementation (in the current master branch) is found at gnuradio/grc/grc_gnuradio/blks2/packet.py. On Fri,

Re: [Discuss-gnuradio] uhd_find_devices error

2013-01-11 Thread Mohammed Karmoose
Make sure you downloaded libboost libraries. Try the following in the terminal sudo apt-get install libboost1.48-all-dev And rerun uhd_find_devices. If it doesn't work, try recompiling the UHD driver after installing libboost, and then try uhd_find_devices -- Thank you

Re: [Discuss-gnuradio] Simple Digital Mod Problem

2013-01-11 Thread Hanz
This is actually what i would like to do later by hand. Isnt there a possibity how i can fetch the raw bits or bytes directly after receiving? Sorry if its a stupid question.. -- View this message in context: http://gnuradio.4.n7.nabble.com/Simple-Digital-Mod-Problem-tp38857p38944.html Sent

Re: [Discuss-gnuradio] Updated of Make Test fail with Gnuradio Gentoo Installation

2013-01-11 Thread Alexandru Csete
I don't know if it has anything to do with it but I recommend that you try to run cmake, make and make test as a regular user, not as root. ldconfig should have no effect on the make test step. Alex On Fri, Jan 11, 2013 at 8:40 PM, Tommy Tracy II tj...@virginia.edu wrote: Dear Gnuradio, I

Re: [Discuss-gnuradio] Simple Digital Mod Problem

2013-01-11 Thread Ben Reynwar
I don't understand you're question. What do you mean by fetch the raw bits or bytes? It seems that you are already doing that fine with your file outputs. On Fri, Jan 11, 2013 at 12:33 PM, Hanz dominic1...@googlemail.com wrote: This is actually what i would like to do later by hand. Isnt

Re: [Discuss-gnuradio] doubts on the GRC block PSK_Demod

2013-01-11 Thread Ben Reynwar
You are correct that the digital_constellation_receiver_cb does not do any symbol timing recovery and that the documentation is incorrect. Thanks for pointing this out, and sorry for the confusion. Ben On Thu, Jan 10, 2013 at 1:54 AM, luca luca.cuc...@gmail.com wrote: Hi all, I've some

Re: [Discuss-gnuradio] Updated of Make Test fail with Gnuradio Gentoo Installation

2013-01-11 Thread Tommy Tracy II
Thank you; I tried that, and that was also unsuccessful. Sincerely, Tommy James Tracy II PhD Student High Performance Low Power Lab University of Virginia On Jan 11, 2013, at 3:18 PM, Alexandru Csete oz9...@gmail.com wrote: I don't