[Discuss-gnuradio] GNURadio Libraries

2014-02-17 Thread Usman Arshad
Hello, I've been trying to install uhd+gnuradio in my ubuntu 12.04 but in the initial step i am unable to install libboost. I've tried to install it with the command: *sudo apt-get install libboost-all-dev* and also tried to build it from *tar.gz* and install from *synaptic* but i am getting sam

Re: [Discuss-gnuradio] Discuss-gnuradio Digest, Vol 135, Issue 21

2014-02-17 Thread Jose Rodriguez
FYI. I found the slides about the USB interesting (even if they do not use USRP). Jose On Mon, Feb 17, 2014 at 12:01 PM, wrote: > Send Discuss-gnuradio mailing list submissions to > discuss-gnuradio@gnu.org > > To subscribe or unsubscribe via the World Wide Web, visit > https:

Re: [Discuss-gnuradio] [USRP-users] FPGA devkit using HSMC/FMC RF board?

2014-02-17 Thread Tomas Daujotas
On Sat, Feb 15, 2014 at 12:24 PM, Petter Gustad wrote: > > Did anybody port USRP/GnuRadio to a FPGA development-kit (presumably > based on an Altera SoC or Xilinx Zynq) using a HSMC or FMC RF > mezzanine board like the AD-FMCOMMS2-EBZ(1)? > > Thanks > Best regards > //Petter > > 1) http://www.ana

[Discuss-gnuradio] Fwd: GNURadio Libraries

2014-02-17 Thread Usman Arshad
Hello, I've been trying to install uhd+gnuradio in my ubuntu 12.04 but in the initial step i am unable to install libboost. I've tried to install it with the command: *sudo apt-get install libboost-all-dev* and also tried to build it from *tar.gz* and install from *synaptic* but i am getting sam

Re: [Discuss-gnuradio] Σχετ: gr-lte updated to GNU Radio 3.7 API

2014-02-17 Thread Johannes Demel
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hi Virgilios, This sounds very close to my setup. I checked everything on my machine and couldn't find a reason for that to happen. Your error says that the QPSK soft demod block has 480 float items as output which corresponds to 1920 bytes. This is

Re: [Discuss-gnuradio] GNURadio Libraries

2014-02-17 Thread West, Nathan
On Mon, Feb 17, 2014 at 12:32 PM, Usman Arshad wrote: > Hello, > > I've been trying to install uhd+gnuradio in my ubuntu 12.04 but in the > initial step i am unable to install libboost. > I've tried to install it with the command: > > sudo apt-get install libboost-all-dev > > and also tried to bui

[Discuss-gnuradio] Question Concerning Custom Modulator Block

2014-02-17 Thread Jonathan Fox
Dear List, I am writing a custom QPSK modulator block (demod is next) and I am caught up on figuring out the output. I am taking the byte data type (which I am using C++ char) and for each bit of the byte I would have a custom symbol per bit rate. For an absolute minimum in a successful PSK syst

Re: [Discuss-gnuradio] [USRP-users] FPGA devkit using HSMC/FMC RF board?

2014-02-17 Thread Tomas Daujotas
> > Hi, >> I am interested in designing such HSMC/FMC board, which would be way >> much cheaper than AD one, however I am still under investigation on the >> best approach of RF frontend. Either AD transceiver or LimeMicro >> transceiver would be a good solution, also need to mention a common ADC >

Re: [Discuss-gnuradio] GNU Radio 3.6.4.1 Windows 7 Install - Wx UI Scope Sink Freeze

2014-02-17 Thread Bhaskar11
a. The "No such file or directory" suggests a paths problem. b. The "Permission denied" suggests an access rights problem. Try logging in with Administrator rights. Windows 7 onwards is very picky with rights issues. c. The "TypeError: ("No array-type handler for type " suggests a conflict of lib

Re: [Discuss-gnuradio] wxGUI libraries in the GRC

2014-02-17 Thread Bhaskar11
Hi Anusha, The Windows binaries for GRC version 3.7.2.1 do not have WX GUI stuff. You have to install an earlier version of GRC. Please see: https://lists.gnu.org/archive/html/discuss-gnuradio/2013-12/msg00497.html for a discussion on this and how to install a working version under Windows. B.