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

2013-08-03 Thread Ralph A. Schmid, dk5ras
Hi, > The gnuradio-libusrp install is fine. You just need to specifiy the > PKG_CONFIG_PATH before running configure with OpenBTS. > > 'export PKG_CONFIG_PATH=/usr/local/lib64/pkgconfig' That made it! Yeah! Then still some standard.ihx file was missing, I do not remember how it came in its place

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

2013-08-03 Thread Ralph A. Schmid, dk5ras
Hi, > The gnuradio-libusrp install is fine. You just need to specifiy the > PKG_CONFIG_PATH before running configure with OpenBTS. > > 'export PKG_CONFIG_PATH=/usr/local/lib64/pkgconfig' That made it! Yeah! Then still some standard.ihx file was missing, I do not remember how it came in its place

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

2013-08-03 Thread Ralph A. Schmid, dk5ras
Hi, > The gnuradio-libusrp install is fine. You just need to specifiy the > PKG_CONFIG_PATH before running configure with OpenBTS. > > 'export PKG_CONFIG_PATH=/usr/local/lib64/pkgconfig' That made it! Yeah! Then still some standard.ihx file was missing, I do not remember how it came in its place

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

2013-08-03 Thread Vanush Vaswani
When can you ship to Australia? We are interested in purchasing for university SATCOM project. Regards, Vanush On Sun, Aug 4, 2013 at 4:57 AM, Michael Ossmann wrote: > The maximum output power varies by frequency. See: > > https://github.com/mossmann/hackrf/wiki/Jawbreaker#transmit-power > > >

[Discuss-gnuradio] PMT blobs in Python

2013-08-03 Thread Peter Horvath
Hi, can I convert a blob created by my C++ code (unsigned chars) to a Python list or NumPy array? pmt.blob_data() returns a 'SwigPyObject' with which I can't do anything. Passing it to a NumPy array constructor doesn't seem to do the job. The blobs are in a tuple: pmt::pmt_t b1 = pmt::make_blob(

Re: [Discuss-gnuradio] ATSC Magic coupling constant

2013-08-03 Thread Andrew Davis
Hello All, Just an update for those following along, I have ( somewhat ) finished the ATSC transmitter, most of the blocks needed were all ready made, but they stopped right before pilot insertion and VSB modulation ( my guess is since the hardware back then was receive only they stopped there ),

Re: [Discuss-gnuradio] Build problems on mac os 10.8

2013-08-03 Thread Ian Buckley
First step, follow the instructions in the error message, in my experience there's lots of useful information in the log file: On Aug 3, 2013, at 9:16 AM, Tom Rondeau wrote: >> Please see the log file for port py27-wxpython-devel for >> details: >> >> /opt/local/var/macports/logs/_opt_local_va

[Discuss-gnuradio] QPSK in benchmark

2013-08-03 Thread yeran
Hi everyone, I'm using gnu radio benchmark to do experiment. I want to test under different modulation, BPSK, DBPSK, DQPSK all works well, but there seems to be some problem in QPSK. I also asked some lab mates, they also face this problem. Anyone come across this problem, how did you deal with

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

2013-08-03 Thread Michael Ossmann
The maximum output power varies by frequency. See: https://github.com/mossmann/hackrf/wiki/Jawbreaker#transmit-power On Fri, Aug 02, 2013 at 08:06:49AM +0200, Ralph A. Schmid, dk5ras wrote: > > Do not expect more than a few mW, but MMICs are cheaply available, no > problem to boost it a bit :)

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

2013-08-03 Thread Tom Rondeau
On Thu, Aug 1, 2013 at 10:12 AM, Robert Lucas wrote: > 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: > > --

Re: [Discuss-gnuradio] Spectrogram plot on ControlPort

2013-08-03 Thread Tom Rondeau
On Thu, Aug 1, 2013 at 4:02 PM, Nowlan, Sean wrote: > 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, > >

Re: [Discuss-gnuradio] Build problems on mac os 10.8

2013-08-03 Thread Tom Rondeau
On Fri, Aug 2, 2013 at 12:57 PM, Ching wrote: > Hi, > > I try to build gnuradio on mac os 10.8 using macports. But failed to build > "py27-wxpython-devel". > > Here is the detail the log: > > cports.org/release/tarballs/ports/x11/xorg-libpthread-stubs > :debug:main OS darwin/12.4.0 (Mac OS X 10.8)

Re: [Discuss-gnuradio] BER Curve of DQPSK Demodulator

2013-08-03 Thread Tom Rondeau
On Thu, Aug 1, 2013 at 11:08 AM, Abid Ullah wrote: > 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

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

2013-08-03 Thread Tom Rondeau
On Fri, Aug 2, 2013 at 7:10 AM, Bruno Cardoso wrote: > Hi Tom, > > I did the modifications and now I have the WBFM_transmitter_Bruno3.grc > > It's working. Thank you a lot. I could do an FM broadcast for the first time > fr

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

2013-08-03 Thread Tom Tsou
On Sat, Aug 3, 2013 at 6:55 PM, Ralph A. Schmid wrote: > And here the 64-bit-folder: > > gnuradio-core.pc > gruel.pc > usrp.pc The gnuradio-libusrp install is fine. You just need to specifiy the PKG_CONFIG_PATH before running configure with OpenBTS. 'export PKG_CONFIG_PATH=/usr/local/lib64/pkgco

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

2013-08-03 Thread Ralph A. Schmid
Hi > You need to be more specific. Does the file 'ursp.pc' exist in the > pkgconfig directory or does it not? Here the non-64-bit-contents: gnuradio-analog.pc gnuradio-atsc.pc gnuradio-audio.pc gnuradio-blocks.pc gnuradio-channels.pc gnuradio-comedi.pc gnuradio-digital.pc gnuradio-fcd.pc gnuradi

Re: [Discuss-gnuradio] channel estimation

2013-08-03 Thread Martin Braun (CEL)
Hi Eslam, On Fri, Aug 02, 2013 at 04:55:04PM +0200, Eslam Ahmed wrote: > I have been working on channel estimation in ofdm. I used the ofdm mod and > ofdm > demod blocks in gnuradio. I edited the ofdm frame acquistion block to print > the I'm assuming you're using the old blocks? Have you tried

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

2013-08-03 Thread Ralph A. Schmid, dk5ras
I will check later, am on a train now :) Ralph. Tom Tsou wrote: >On Aug 3, 2013 11:39 AM, "Ralph A. Schmid, dk5ras" wrote: >> >> In the lib filder only stuff of latest build, in the lib64 the 342 >stuff... > >You need to be more specific. Does the file 'ursp.pc' exist in the >pkgconfig directo

Re: [Discuss-gnuradio] Pybombs install gnuradio failing on gr-fcd.

2013-08-03 Thread Alexandru Csete
On Sat, Aug 3, 2013 at 8:52 AM, Andrew Back wrote: > Hello, > > I'm trying to install GNU Radio using pybombs on a Debian 6.0/amd64 > system and it gets as far as: > > [ 93%] Building CXX object > gr-atsc/lib/CMakeFiles/test_atsci.dir/test_atsci.cc.o > Linking CXX executable test_atsci > [ 93%] B

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

2013-08-03 Thread Tom Tsou
On Aug 3, 2013 11:39 AM, "Ralph A. Schmid, dk5ras" wrote: > > In the lib filder only stuff of latest build, in the lib64 the 342 stuff... You need to be more specific. Does the file 'ursp.pc' exist in the pkgconfig directory or does it not? -TT ___ D

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

2013-08-03 Thread Ralph A. Schmid, dk5ras
In the lib filder only stuff of latest build, in the lib64 the 342 stuff... Ralph. Tom Tsou wrote: >On Aug 3, 2013 9:18 AM, "Ralph A. Schmid, dk5ras" wrote: >> Without gr-usrp everything builds and installs just fine - but when trying >> to compile OpenBTS, I get the message "No package usrp f

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

2013-08-03 Thread Tom Tsou
On Aug 3, 2013 9:18 AM, "Ralph A. Schmid, dk5ras" wrote: > Without gr-usrp everything builds and installs just fine - but when trying > to compile OpenBTS, I get the message "No package usrp found". > > So I assume this one is needed... It's not. What are the contents of the following directorie

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

2013-08-03 Thread Ralph A. Schmid, dk5ras
Hi, Without gr-usrp everything builds and installs just fine - but when trying to compile OpenBTS, I get the message "No package usrp found". So I assume this one is needed... Ralph. > -Original Message- > From: Tom Tsou [mailto:t...@tsou.cc] > Sent: Friday, 02 August, 2013 22:39 > To:

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

2013-08-03 Thread Ralph A. Schmid, dk5ras
Hi, Without gr-usrp everything builds and installs just fine - but when trying to compile OpenBTS, I get the message "No package usrp found". So I assume this one is needed... Ralph. > -Original Message- > From: Tom Tsou [mailto:t...@tsou.cc] > Sent: Friday, 02 August, 2013 22:39 > To:

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

2013-08-03 Thread Ralph A. Schmid, dk5ras
Hi, Without gr-usrp everything builds and installs just fine - but when trying to compile OpenBTS, I get the message "No package usrp found". So I assume this one is needed... Ralph. > -Original Message- > From: Tom Tsou [mailto:t...@tsou.cc] > Sent: Friday, 02 August, 2013 22:39 > To: