Re: [Discuss-gnuradio] Problem faced with clock_recovery_mm at low data rates

2013-08-01 Thread Waqas Bin Abbas
Thanks Tom and Adeel for the suggestion. We have sorted out the problem and now our system is working at low data rates. The real problem was with our *high pass filter* block. We are using it to eliminate the DC-shift present at the output of quad_demod block. But its not working at low data

[Discuss-gnuradio] USRP IP Address

2013-08-01 Thread Mohammed Ramadan
 Dears,  i Have USRPn210 with SBX daugtherboard. I installed the gnuradio and Uhd. But have problem that the PC not see the USRP. i edit the ips to make the device 192.168.10.2 and same problem. so, can any one help me to connect the USRP with the PC( the IP , DNS, and the Default gatway).

Re: [Discuss-gnuradio] USRP IP Address

2013-08-01 Thread n
The last device I received did not appear to have the correct IP set from the factory. I had to reset using the Device recovery and bricking procedure here: http://files.ettus.com/uhd_docs/manual/html/usrp2.html#load-the-images-onto-the-on-board-flash-usrp-n-series-only and set the IP using

Re: [Discuss-gnuradio] A new SDR on Kickstarter

2013-08-01 Thread Andrew Back
Hi Farhad, On 1 August 2013 03:50, Farhad Abdolian fabdol...@seemaconsulting.com wrote: Hi Michael, You did a great job, my application is pure signal processing and signal analysis. I don't know if I could go for 8bits and 20MHz, I am seriously thinking about making a small adapter board

Re: [Discuss-gnuradio] A new SDR on Kickstarter

2013-08-01 Thread Farhad Abdolian
Hi Andrew, It will be cool to get one of those boards, I see a lot of potential with the combination of Zedboard and Myriad RF, it can be a comple SDR platform. I would like to know more about the board and when it will be available, Cheers, Farhad Such an adapter board is in development and

Re: [Discuss-gnuradio] A new SDR on Kickstarter

2013-08-01 Thread Andrew Back
Hi Farhad, On 1 August 2013 09:08, Farhad Abdolian fabdol...@seemaconsulting.com wrote: Hi Andrew, It will be cool to get one of those boards, I see a lot of potential with the combination of Zedboard and Myriad RF, it can be a comple SDR platform. I would like to know more about the board

Re: [Discuss-gnuradio] A new SDR on Kickstarter

2013-08-01 Thread Ralph A. Schmid, dk5ras
I love the 6 GHz capability, but I really miss full duplex, this locks out stuff like OpenBTS or the open source LTE system everyone is hoping for :) For the moment I will go with the BladeRF, also a small design, nice for travel. Still I am tempted to order a hackrf :) Ralph. -Original

Re: [Discuss-gnuradio] [Disscuss_gnuradio]

2013-08-01 Thread Marcus Müller
Hi BZS, did you install python development headers? If unsure, please install Gnuradio by downloading pybombs (as described in http://gnuradio.org/redmine/projects/pybombs/wiki), and installing it that way. git clone git://github.com/pybombs/pybombs cd pybombs ./pybombs install gnuradio

Re: [Discuss-gnuradio] Problem faced with clock_recovery_mm at low data rates

2013-08-01 Thread Nemanja Savic
I am also interested in this topic, since I was unable to configure MM bloxk once. In fact it was working for 26 samples per symbol but for 5 not. Could you provide some more information? On Thu, Aug 1, 2013 at 9:11 AM, Waqas Bin Abbas waqas.abb...@nu.edu.pkwrote: Thanks Tom and Adeel for the

[Discuss-gnuradio] UHD Warning on ODD Interpolation

2013-08-01 Thread embyte
Hello list, I have a graph consisting of a modulator mixed with a signal source, and a USRP sink. I have it configured with a *sampling rate* of 720KHz. When I run it, UHD fires the following warning (and transmission seems fine). The requested interpolation is odd; the user should

Re: [Discuss-gnuradio] UHD Warning on ODD Interpolation

2013-08-01 Thread Marcus D. Leech
On 08/01/2013 08:16 AM, embyte wrote: Hello list, I have a graph consisting of a modulator mixed with a signal source, and a USRP sink. I have it configured with a *sampling rate* of 720KHz. When I run it, UHD fires the following warning (and transmission seems fine). The requested

Re: [Discuss-gnuradio] UHD Warning on ODD Interpolation

2013-08-01 Thread embyte
Hey Marcus, thanks for answering. (1) 720Khz is not an exact integer fraction of 64MHz (the sampling rate of the device)--so it rounded (2) It's warning you that you'll get a humped frequency response with more rolloff than you'd like, due to the rounded-down sample rate requiring

[Discuss-gnuradio] Problem compiling gnuradio 3.7.0 on CentOS 6.2

2013-08-01 Thread Robert Lucas
My system: CentOS 6.2, x86_64 Python 2.6.6 Cmake version 2.6-patch 4 gnuradio 3.7.0 I created a build folder in the gnuradio soure directory and attempted to compile using cmake ../.  The error I keep getting is this: START

Re: [Discuss-gnuradio] UHD Warning on ODD Interpolation

2013-08-01 Thread Marcus Leech
How wide is your signal? Then find the nearest sample rate your_bandwidth that satisfies the desired outcome that the computed interpolation rate (64.0e6 / desired_rate) is an even number. If the signal has artefacts that "spill" outside the required sample rate, then, yet, filter it first.

[Discuss-gnuradio] BER Curve of DQPSK Demodulator

2013-08-01 Thread Abid Ullah
Hi I am using the GNU Radio DQPSK Modulator and Demodulator for low rate data transfer. I know that GNU Radio blocks are already tested. So is there any BER curve available for the DQPSK Mod/Demod. Did any one characterized the BER curve of this block. Regards Abid Graduate Student

Re: [Discuss-gnuradio] Sample audio from my FM stereo receiver

2013-08-01 Thread Alberto Albiol
I found a bug with de-emphasis, the coefficients in de denominator should change their sign in gnuradio One question. I have tried your simple_fm_rcv and a similar version that I made on my own. In both cases I have found that there is a phase shift in the pilot tone. In the image the red

Re: [Discuss-gnuradio] Simple WBFM Transmitter - How to configure the USRP1 block to transmit ?

2013-08-01 Thread Tom Rondeau
On Tue, Jul 30, 2013 at 10:35 PM, Bruno Cardoso bpcard...@gmail.com wrote: Hi Tom, I tried to follow your tips but the FM transmitter is not working yet. Here is the file: WBFM_transmitter_Bruno2.grc http://gnuradio.4.n7.nabble.com/file/n42845/WBFM_transmitter_Bruno2.grc I'm matching the

[Discuss-gnuradio] Boost recipe in pybombs

2013-08-01 Thread Alexandru Csete
The boost recipe in pybombs builds using the --layout=tagged option which will generate libraries with the -mt suffix. The 'mt' stands for multi threaded and is only available for historical reasons,I suppose. Is there any particular reason for using this optionin pybombs? There are some linux

Re: [Discuss-gnuradio] Boost recipe in pybombs

2013-08-01 Thread Tim
Alex, This is set because of the unfortunate way some version of FindBoost.cmake are written the order it searches for libs can look something like 1. check for libboostfoo-mt.so in $BOOST_ROOT 2. check for libboostfoo-mt.so in /usr/lib/ 3. check for libboostfoo.so in $BOOST_ROOT 4. check for

[Discuss-gnuradio] Spectrogram plot on ControlPort

2013-08-01 Thread Nowlan, Sean
Does anybody know how to get gr-ctrlport-monitor to do spectrogram plots? I set up a ctrlport_probe2_c block with the DISPSPEC DisplayType but all I see are Time, PSD, and Constellation plot options in gr-ctrlport-monitor. Thanks, Sean ___

[Discuss-gnuradio] See a demo of our new USRP as DEFCON

2013-08-01 Thread Matt Ettus
For those lucky enough to be going to DEFCON, Balint Seeber (our applications engineer) will be presenting All Your RFz Are Belong to Me -- Hacking the Wireless World with SDR, in Track 4 from 10 AM to 11:45. He will be running all of his demos on the USRP B200, which we are going to release very

[Discuss-gnuradio] Using UHD control block

2013-08-01 Thread Harry Zhang
Hi, I install the GRAS. But I can't find the UHD status block or UHD control block in GRC. How can I use them? Is there any example about using UHD control block? Thanks in advance. ___ Discuss-gnuradio mailing list Discuss-gnuradio@gnu.org

[Discuss-gnuradio] Still problems building gr 3.4.2 / Debian

2013-08-01 Thread Ralph A. Schmid, dk5ras
Hi, After compiling and installing sdcc2.9 from source this problem seems to be solved, but now building gr 3.4.2 on a Debian / Jessie (testing) AMD64 machine gives right after confirming the sdcc version another error. It says that it does not find libusb, but in fact the packages are installed,