Re: [Discuss-gnuradio] Vec Length

2011-05-12 Thread Josh Blum
On 05/12/2011 08:08 PM, Nick Othieno wrote: > Hi Josh, > > One more thing. Where can I find the class that has the member > function real() implemented? I tracked the conversion of complex to > float in the gnuradio code in > ~/gnuradio/gnuradio-core/src/lib/general/gr_complex_to_xxx.cc . And >

Re: [Discuss-gnuradio] Vec Length

2011-05-12 Thread Nick Othieno
Hi Josh, One more thing. Where can I find the class that has the member function real() implemented? I tracked the conversion of complex to float in the gnuradio code in ~/gnuradio/gnuradio-core/src/lib/general/gr_complex_to_xxx.cc . And came across the line: out0[i] = in[i].real (); But I am no

Re: [Discuss-gnuradio] Running wx gui widgets over xforwarding ssh connection fails

2011-05-12 Thread Marcus D. Leech
I receive the following error when connecting to a ubuntu 10.10 platform from a debian lenny machine: pwilliams@ubuntu:~/gnuradio_test$ ./top_block.py linux; GNU C++ version 4.4.5; Boost_104200; UHD_003.000.001-release Xlib: extension "RANDR" missing on display "localhost:10.0". Segmentation f

Re: [Discuss-gnuradio] how to use the gr_mpsk_receiver_cc

2011-05-12 Thread intermilan
hi Max: Thank you for your help. I will look at the op25 to see if it can help me. inter. > Date: Thu, 12 May 2011 13:51:14 -0700 > From: ikj12...@yahoo.com > To: discuss-gnuradio@gnu.org > Subject: Re: [Discuss-gnuradio] how to use the gr_mpsk_receiver_cc > > > > Did anyone use it to recei

[Discuss-gnuradio] Running wx gui widgets over xforwarding ssh connection fails

2011-05-12 Thread Phelps Williams
I receive the following error when connecting to a ubuntu 10.10 platform from a debian lenny machine: pwilliams@ubuntu:~/gnuradio_test$ ./top_block.py linux; GNU C++ version 4.4.5; Boost_104200; UHD_003.000.001-release Xlib: extension "RANDR" missing on display "localhost:10.0". Segmentation fau

Re: [Discuss-gnuradio] UHD Failed to Install: build-gnuradio script not working properly for Ubuntu 9.04 (Fresh Install) + USRP1 + WBX?

2011-05-12 Thread Marcus D. Leech
Marcus, Attached is the UHD-install.log for your review. Setup: Ubuntu 9.04 + USRP1 + WBX Please let me know if you notice something strange with this setup and/or if you need additional files to inspect. Again, thank you all in advance! - TVZ Hmm, it looks like during the "make install",

Re: [Discuss-gnuradio] how to use the gr_mpsk_receiver_cc

2011-05-12 Thread ikjtel
> Did anyone use it to receive pi/4 DQPSK signal before? In the op25-dev project we see a very common variant of PI/4 DQPSK, so-called CQPSK/LSM. Experimentation has shown that the gr_mpsk_receiver_cc() is not optimal for CQPSK. There seem to be multiple causes, e

[Discuss-gnuradio] benchmark_tx.py which is in digital-bert folder

2011-05-12 Thread ank_1
I am using USRP2 kits and RFX2400 daughterboard, and Linux operating system. i am able to benchmark_tx.py which is in digital folder, and i had installed gnuradio from synaptic manager. But when I am running benchmark_tx.py which is in digital-bert folder i am getting the following error. Modul

Re: [Discuss-gnuradio] Vec Length

2011-05-12 Thread Nick Othieno
I guessed so. However, I am stumped as to how to make my complex short a real short. Do I have to write my own code or is there a gnuradio-companion method? Nick On Thu, May 12, 2011 at 1:34 PM, Josh Blum wrote: > > > On 05/12/2011 10:18 AM, Nick Othieno wrote: > > Hi all, > > > > What does th

Re: [Discuss-gnuradio] Vec Length

2011-05-12 Thread Josh Blum
On 05/12/2011 10:18 AM, Nick Othieno wrote: > Hi all, > > What does the Vec Length parameter signify in gnuradio-companion blocks? I > have realized that Vec Length for the USRP2 source is by default 2 and > cannot be changed on the GUI. How can this be changed to 1? In my case, I > have set the

[Discuss-gnuradio] Vec Length

2011-05-12 Thread Nick Othieno
Hi all, What does the Vec Length parameter signify in gnuradio-companion blocks? I have realized that Vec Length for the USRP2 source is by default 2 and cannot be changed on the GUI. How can this be changed to 1? In my case, I have set the USRP2 UHD source Input Type to Short. I am assuming that

Re: [Discuss-gnuradio] UHD Failed to Install: build-gnuradio script not working properly for Ubuntu 9.04 (Fresh Install) + USRP1 + WBX?

2011-05-12 Thread turbovectorz turbovectorz
Marcus, Attached is the UHD-install.log for your review. Setup: Ubuntu 9.04 + USRP1 + WBX Please let me know if you notice something strange with this setup and/or if you need additional files to inspect. Again, thank you all in advance! - TVZ On Sat, May 7, 2011 at 8:57 AM, Marcus D. Leech

[Discuss-gnuradio] RDS block doesn't find python module

2011-05-12 Thread OlekKrushnov
Hello, I have installed GnuRadio 3.4.0 from Git on Ubuntu, now I am trying to setup the RDS block from https://www.cgran.org/wiki/RDS. I have followed the instructions (configure, make, make install) and apart from a missing italian translation file, it seemed to work (I used make -i). However,